/***

====================================================================
Counter Section
====================================================================

***/

.counter-section{
    position:relative;
}

.counter-section .outer-container{
    position:relative;
//text-align:right;
    text-align:center;
}

.counter-section .outer-container .inner-container{
    position:relative;
    overflow:hidden;
    margin-top:-90px;
    z-index:10;
    display:inline-block;
// border-radius:10px 0px 0px 10px;
    border-radius: 10px;
}

.counter-section .column{
    position:relative;
    padding:0px;
    float:left;
}

/* Fact Counter */

.fact-counter{
    position:relative;
}

.fact-counter .column{
    position:relative;
}

.fact-counter .column .inner{
    position:relative;
    text-align:left;
    padding:50px 35px 50px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color:var(--e-global-color-astglobalcolor1);
    opacity: .7;
}

.fact-counter .column:nth-child(2) .inner{
// background-color:var(--e-global-color-astglobalcolor1);
}

.fact-counter .column:nth-child(2) .inner .count-outer,
.fact-counter .column:nth-child(2) .inner .counter-title,
.fact-counter .column:nth-child(2) .inner .content .icon{
//color:var(--e-global-color-astglobalcolor1);
}

.fact-counter .column .inner .content{
    position:relative;
    padding-left:80px;
}

.fact-counter .column .inner .content .icon{
    position:absolute;
    left:0;
    top:0;
    line-height:1em;
    display:inline-block;
    color:var(--e-global-color-astglobalcolor4);
    font-size:60px;
}

.fact-counter .count-outer .percentage{
    display:inline-block;
}

.fact-counter .column .inner .count-outer{
    position:relative;
    line-height:1em;
    font-weight:900;
    color:var(--e-global-color-astglobalcolor4);
    font-size:50px;
}

.fact-counter .column .inner .counter-title{
    position:relative;
    font-weight:500;
    width:190px;
    font-size: 18px;
    color:#fff;
    margin-top: 10px;
}

.fact-counter.style-two .column .inner .content .icon{
    width:95px;
    height:95px;
    line-height:95px;
    text-align:center;
    border-radius:50px;
    font-size:40px;
    color:var(--e-global-color-astglobalcolor4);
    background-color:var(--e-global-color-astglobalcolor1);
}

.fact-counter.style-two .column:nth-child(2) .inner .content .icon{
    color:#fff;
    background-color:var(--e-global-color-astglobalcolor1);
}

.fact-counter.style-two .column:nth-child(2){
    transform:scale(1,1.10);
}

.fact-counter.style-two .column .inner .content{
    padding-left: 120px;
}

.fact-counter.style-three .column .inner{
    padding:0 0;
    background:none;
}

.fact-counter.style-three .column:nth-child(2) .inner .content .icon{
    color:var(--e-global-color-astglobalcolor1);
}

.fact-counter.style-three .column .inner .count-outer,
.fact-counter.style-three .column .inner .counter-title{
    color:var(--e-global-color-astglobalcolor1);
}

/***

====================================================================
    Counter Section
====================================================================

***/

/*.shop-wrapper{
    max-width: 90%;
    margin: auto;
}
.shop-wrapper h2{
    font-size: 25px;
    font-weight: bold;
    margin: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.the-shop{
    display: inline-block;
    width: 215px;
    margin: 10px;
    background: #fff!important;
    border: 1px solid #f2f2f2;
}*/

.featured-shops{
    background-color: var( --e-global-color-astglobalcolor4 );
    padding-bottom: 30px;
    padding-top: 30px;
}
.the-shop{
//width: 25%;
}
.the-padding{
    width: 250px;
    margin: 10px;
    padding: 10px;
    border-radius: 10%;
//background: #eaeaea;
    background: #fff;
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    display: table;
    border: 1px solid #f3f3f3;
//box-shadow: 0 0 0 10px transparent;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    cursor: pointer;
    font-family: 'Lato',sans-serif;
}
.shop-name{
    text-align: center;
    padding: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
}
@media (min-width: 1200px) {
    .row-cols-xl-2 > *{
        width: 100%;
    }
}
.shop-wrapper h2{
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;

    font-size: 1.5em;
    line-height: 1.4;
    color: var(--ast-global-color-2);
    font-weight: 700;
    font-size: 2.625rem;
    font-family: 'Lato',sans-serif;
}
.more-shop{
    text-align: right;
}
.more-shop a{
    margin-bottom: 10px;
    display: inline-block;
}
.shop-wrapper .s-num{
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #5cb85c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop-wrapper p{
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
.s-more{
    display: block;
    text-align: center;
    color: red;
}
.the-padding:hover{
//width: 250px;
// background: var(--e-global-color-astglobalcolor1);
//color: white !important;
    transform: scale(1.1);
    box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.15);
}
.my-divider{
    height: 3px;
    width: 100px;
    background: var( --e-global-color-astglobalcolor0 );
    margin: 5px auto;
}
.shop-wrapper h3{
    color: var( --e-global-color-astglobalcolor0 );
}

/*@media (min-width: 1326px) {
    .the-shop{
        width: 20%;
    }
    .the-padding{
        width: 90%;
    }
}*/
/*@media (min-width: 1124px) {
    .the-shop{
        width: 30%;
    }
    .the-padding{
        width: 90%;
    }
}*/


.message{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.message-content{
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 1025px){
    .message{
        background-attachment: fixed;
    }
    .message-content{
        margin-left: 100px;
        margin-top: 100px;
        margin-bottom: 100px;
        max-width: 50%;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.message-content h4{
    line-height: 1.2em;
    font-size: 1.25rem;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.message-content h2{
    font-size: 2.625rem;
    font-family: 'Lato',sans-serif;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.ms-button{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 16px;
    padding-right: 28px;
    padding-bottom: 16px;
    padding-left: 28px;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: white;
    color: var( --e-global-color-astglobalcolor2 );
    display: inline-block;
    margin-top: 20px;
}
.ms-button:hover{
    color: white;
    background-color: var( --e-global-color-astglobalcolor2 );
}
@media (max-width: 777px){
    .counter-section{
        margin-top: 50px;
    }
}