.cafexp-counter .counter-detail{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cafexp-counter .cafexp-counter-info span.counter-after-text ,.cafexp-counter .cafexp-counter-info span.counter-symbol{
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-semi-bold);
    color: var(--color-theme-primary);
}
.cafexp-counter .cafexp-counter-info span.counter-symbol{
    color: var(--color-theme-primary);
}
.cafexp-counter .cafexp-counter-info{
    margin: 0 15px 0 0;
    display: inline-block;
    line-height: normal;
}
.cafexp-counter .counter-detail .counter-title-text{
    color: var(--global-font-color);
    text-transform: capitalize;
    font-family: var(--global-font-family);
    font-weight: var(--font-weight-regular);
 }
 .cafexp-counter .counter-content-text{
     margin: 0;
     color: var(--color-theme-white);
     font-size: var(--font-size-small);
     letter-spacing: var(--letter-spacing);
     text-transform: uppercase;
 }
 .cafexp-counter .counter-box-img svg{
    width: 60px;
    height: 60px; 
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cafexp-counter:hover .counter-box-img svg{
 transform: translateY(-8px);
}
 
 /*******Style 2*******/
 
 .cafexp-counter-style-2{
    background: var(--color-theme-white);
    border-radius: var(--border-radius-box);
    padding: 50px;
    position: relative;
 }
 .cafexp-counter-style-2 .counter-content{
     position: relative;
     z-index: 9;
 }
 .cafexp-counter-style-2.cafexp-counter .cafexp-counter-info span.counter-after-text,
 .cafexp-counter-style-2.cafexp-counter .cafexp-counter-info span.counter-symbol{
    font-size: var(--font-size-h3);
    color:var(--color-theme-primary);
    font-weight: var(--font-weight-bold);
 }
 .cafexp-counter-style-2 .counter-box-img{
     margin-bottom: 30px;
 }
 .cafexp-counter-style-2::before{
     content: '';
     position: absolute;
     top:0;
     left:0;
     right:0;
     width: 100%;
     height: 100%;
    background-image: url('../img/icon-pattern.png');
    border-radius: var(--border-radius-box);

 }
 .cafexp-counter-style-2.cafexp-counter .counter-detail .counter-title-text{
     margin-bottom: 0;
 }

 /*******Style-3 start*******/

 .cafexp-counter-main {
    background: var(--color-theme-white);
    border-radius: 5px;
    padding: 30px;    
    position: relative;
}
.cafexp-counter-main .cafexp-counter-style-3
{
    padding: 15px;
}
.cafexp-counter-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.cafexp-counter-main .cafexp-counter-style-3{
    padding: 30px;
    text-align: center;
}

.cafexp-counter-main .cafexp-counter-style-3 {
    width: 50%;
    margin: 0px;
}

/* .cafexp-counter-main .cafexp-counter-style-3:nth-child(3), 
.cafexp-counter-main .cafexp-counter-style-3:nth-child(4){
    margin-bottom: 0;
} */
.cafexp-counter-main::before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 190px;
    height: 2px;
    background: linear-gradient(to right, #252627 0%, #768492 100%, #252627 100%);
    left: -20px;
    right: 0;
    margin: 0 auto;
}
.cafexp-counter-main::after {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 190px;
    background: linear-gradient(to bottom, #252627 0%, #768492 100%, #252627 100%);
    margin: 0 auto;
    left: -20px;
    right: 0;
}

@media(max-width: 767px){
    .cafexp-counter-main
    {
        flex-direction: column;
    }
.cafexp-counter-main .cafexp-counter-style-3 {
    padding: 15px 0;
}
.cafexp-counter-main::before, .cafexp-counter-main::after{
    display: none;
}


}


 /*******Style-3 end*******/

 /* left position img counter style start */
 .image-position-left .cafexp-counter-style-1{
    background: var(--color-theme-white);
    position: relative;
    padding: 30px;
    width: 50%;
    margin: 10px 0;
    border-radius: var(--border-radius);
    z-index: 9;
}
.image-position-left .cafexp-counter-style-1 .counter-box-img {
   text-align: left;
   margin-right: 30px;
   float: left;
   display: block;
}
.image-position-left .cafexp-counter-style-1 .counter-box-img svg{
   height: 50px;
   width: 50px;
}

.image-position-left .cafexp-counter-style-1.cafexp-counter .counter-detail {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

.image-position-left .cafexp-counter-style-1.cafexp-counter .counter-detail .counter-title-text{
   margin-bottom: 0;
   margin-top: 10px;
}
@media(max-width: 1200px){
    .cafexp-counter-main:before,
    .cafexp-counter-main::after{
        display: none;
    }
    .cafexp-counter-main .cafexp-counter-style-3
    {
        width:100%;
        
    }
}
@media(max-width: 1024px){
    .image-position-left .cafexp-counter-style-1{
        width: 100%;
    }

}
@media(max-width: 330px){
    .image-position-left .cafexp-counter-style-1.cafexp-counter .counter-detail {
       justify-content: center;
     }
     .image-position-left .cafexp-counter-style-1 .counter-box-img {
        text-align: center;
        margin-right: 0px;
        float: none;
        display: block;
     }
     .image-position-left .cafexp-counter-style-1 .counter-content{
         text-align: center;
     }
     .image-position-left .cafexp-counter-style-1 .counter-content .cafexp-counter .cafexp-counter-info{
        margin: 30px 0;
     }  
}
