.d-none{
    display:none;
}
.whatsapp-main{
    left: 30px;
    bottom: 20px;
   position: fixed;
    z-index:300;   
}
.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #FFFFFF url(../images/loading.gif) no-repeat center center;
    background-size:100px;
    z-index: 10000;
}
#preloader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #FFFFFF url(../images/loading.gif) no-repeat center center;
    background-size:100px;
    z-index: 10000;
}
.loading{
    display:block;
}
.one-third.column {
    width: 22.333%;
}
.achievement-numbers .number{
    font-size:40px;
}
.achievement-numbers .label{
    font-size:40px;
}
.extra-margin-point-1{
    margin-bottom:0px;
}
.extra-margin-point-2{
    margin-bottom:0px;
}
.text-size-fix{
    width:10px;
    display:block;
    box-sizing: border-box;
}

.contact-fix-1{
    position: relative; 
    left:55px; 
    bottom: 63px;
    display:block;
    width:200px;

}
.contact-fix-2{
    right:80px;
}
.contact-img-fix-1{
    position: relative; right: 85px

}
#Top_bar.is-sticky .responsive-menu-toggle{
    margin-top:-15px;

}
.count-num-1{
    position: relative;
    right:-2px;
}

.count-sign-1{
    position: relative;
    right: -2px;
}
.count-txt-1{
    position: relative;
    right:-2px;
}

.count-num-2{
    position: relative;
    right:-17px;
}

.count-sign-2{
    position: relative;
    right: -17px;
}
.count-txt-2{
    position: relative;
    right:-15px;
}

.count-num-3{
    position: relative;
    right:-20px;
}

.count-sign-3{
    position: relative;
    right: -20px;
}
.count-txt-3{
    position: relative;
    right:-16px;
}
.count-num-4{
    position: relative;
    left:-2px;
}

.count-sign-4{
    position: relative;
    left:0px;
}
.count-txt-4{
    position: relative;
    left:-2px;
}
.contact-form-padding{
    padding:70px;
}
.service_order_set_cont{
    display: flex;
}
.service_order_set1{
  
    order:1;
}
.service_order_set2{
    order:2;
}
.about-how-work{
    width: 47% !important;
}

@media screen and (max-width:768px){
    .service_order_set_cont{
        flex-direction:column;
    }
    .service_order_set1{
        order:99;
        flex-basis:100%;
        width:100%;
    }
    .service_order_set2{
        order:1;
        flex-basis:100%;
        width:100%;
    }

}

@media screen and (max-width:900px){
    .contact-fix-1{
        left:70px; 
    }
    .contact-img-fix-1{
        right: 70px
    
    }
    .contact-fix-2{
        right:68px;
        margin-top:60px;
    }
    
.count-num-2{
    position: relative;
    right:-0px;
}

.count-sign-2{
    position: relative;
    right: -0px;
}
.count-txt-2{
    position: relative;
    right:-0px;
}

.count-num-3{
    right:-0px;
}

.count-sign-3{
    right: -0px;
}
.count-txt-3{
    right:-0px;
}

.contact-form-padding{
    padding:70px 30px;
}
}

@media screen and (max-width: 700px) {
 
    .captcha-ctrl{
        margin-top:20px;
        transform:scale(0.82);
        transform-origin:0 0;
    }

}
@media screen and (max-width: 800px) {
    .clients li{
      width: 100%; 
      margin:80px 0px;
      box-sizing: border-box;
    }
    .clients li:first-child{
        margin-bottom:50px;
    }
    .achievement-numbers .number{
        font-size:35px;
    }
    .achievement-numbers .label{
        font-size:35px;
    }
    .extra-margin-point-1{
        margin-top:15px;
        margin-bottom:18px;
    }
    .extra-margin-point-2{
        margin-top:15px;
        margin-bottom:60px;
    }
  }
  @media only screen and (max-width: 1080px){
    .whatsapp-main {
        left: 0px;
       }
       .whatsapp-main .wp-shadow{
        width: 30px;
        height: 30px;
       }

}
.main-services-warp{
    width: 100%;
    display: flex;
}
.main-services-warp .services-warp-itam {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    border-radius: 5px;
    background-color: white;
    position: relative;
    height: 250px;
    text-align: center;
    overflow: hidden;
  

}
.main-services-warp .services-warp-itam:hover {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    z-index: 100;
    transform: scale(1.1);


}

.main-services-warp .services-warp-itam .services-itam-content{
    padding: 0.75rem 0.5rem;
    background-color:#473288;
    border-top: 2px solid #311a77;
    border-radius: 0 0 5px 5px;
    color:#fff;
    font-size: 20px;
    text-align: center !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
   
   

   
}
.main-services-warp .services-warp-itam .services-itam-content{
    font-weight: 400;
}
.main-services-warp .itam-hover{

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.568);
    top: 0;
    left: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease-in;
    transform: scale(0);
    
    }
    .main-services-warp .services-warp-itam .itam-hover a:hover{
        text-decoration: none;
    }
    .main-services-warp .services-warp-itam  .itam-hover-button{
    
    background-color: #473288;
    padding: 10px 15px;
    border-radius: 5PX;
    color: #fff;
    font-weight: 500;
    
    
    }
    .main-services-warp .services-warp-itam .itam-hover .itam-hover-button:hover{
        background-color: #2e1870;
    
    }
    .main-services-warp .services-warp-itam:hover .itam-hover{
        transform: scale(1);
      
    }
    .services-warp-sc{
    margin-top: 2rem;
    }
    .main-services-title{
        text-align: center;
        margin-top: 1rem;
    }
    .main-services-title h3{
        margin-bottom: 5rem;
    }
  
  /* popup sms */
.popup-sms {
    right: 30px;
    bottom:8rem;
   position: fixed;
   text-align: center !important;
   padding: 1rem;
    z-index:300;
    width: 400px;
    height: auto;
    background-color: #41348e;
    border-radius: 10px;
    opacity: 0;
    animation: popup-sms .5s 8s ease-in forwards;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  @keyframes popup-sms {
   from {opacity: 0; }
   to{opacity: 1; }
  }
  @media (max-width:767px){
  
      .popup-sms {
          width:80% !important;
          height: auto;
          right:10px;
          left: 10px;
          bottom:8rem !important;
        }
       
    }
    .coll-now-popup{
        background-color:#1e0b58;
        color: white;
        right: 30px;
        bottom:2rem;
       position: fixed;
       padding: 1rem;
        z-index:300;
        width: 200px;
        height: auto;
        border-radius: 10px;
        opacity: 0;
        text-align: center;
        border:  5px solid #f7d037;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transition: all .3s;
        animation: popup-sms .5s 8s ease-in forwards;
      }
      @keyframes popup-sms {
       from {opacity: 0; }
       to{opacity: 1; }
      }
      
      .coll-now-popup .coll-now-icon{
        width: 81px;
        height: 81px;
        border-radius: 50px;
        background:#1e0b58;
        border:  5px solid #f7d037;
        position: absolute;
        top: -28%;
        left: -20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transition: all .3s;
      }
      
      .coll-now-popup .call-now-itam{
        text-align: center;
        padding-left: 55px;
        font-size: 18px;
        font-weight: 600;
      }
      .coll-now-popup .coll-now-icon:hover{
        transform: scale(1.1);
      }
      .coll-now-popup:hover{
        transform: scale(1.1);
      }
      #Top_bar .menu>li>a {
        padding: 30px 0 0 0;
    }