.footer-copyright
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@200;300;400;500;600;700;800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Jost:wght@100;200;300;400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap');
body{ 
    margin: 0;
    padding: 0;
}
:root{
    --primary:#CC9E29;
    --white: #fff;
--secondary:#ffa500;
--black:#000000;
--buttoncolor:linear-gradient(to left, #CC9E29, #8A6B1A);
--buttoncolorhover:linear-gradient(to left, #8A6B1A, #CC9E29);
} 
 *{
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
 }
 body {
    background: #f4f3f3;
}
.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{
    margin-bottom: 1rem;
}
.navbar-brand img{
    max-width: 140px;
}
.navbar-brand{
    transition: 0.2s !important;
    position: relative;
}
.navbar-brand img.rotate-icon{
    transition: 0.8s !important;
    animation: spinAround 9s linear infinite;
}
.navbar-brand img.text-logo{
    max-width: 130px;
}
.navbar-brand img.text-logo{
    position: absolute;
    top: 41px;
    left: 40px;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
/* ---------navbar--------- */
/* -----hamburgar-css----- */
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:5.5;
    stroke-linecap:round;
  }
  .ham1 .top {
    stroke-dasharray: 40 139;
  }
  .ham1 .bottom {
    stroke-dasharray: 40 180;
  }
  .ham1.active .top {
    stroke-dashoffset: -98px;
  }
  .ham1.active .bottom {
    stroke-dashoffset: -138px;
  }
/* ---hamburgar-end----   */
.service-dropdown{
    left: -20px;
    /*transform: skewX(334deg);*/
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 0;
    position: absolute;
    list-style: none;
    display: none;
} 
/*div#navbarNavDropdown .navbar-nav .nav-item:nth-child(even) {*/
/*    background:var(--primary);*/
/*    transform: skewX(25deg);*/
/*}*/
/*div#navbarNavDropdown .navbar-nav .nav-item:nth-child(even) > a{*/
/* transform: skewX(-25deg);*/
/*}*/
/*div#navbarNavDropdown .navbar-nav .nav-item:nth-child(odd){*/
/*      background:var(--primary);*/
/*    transform: skewX(25deg);*/
/*}*/
/*div#navbarNavDropdown .navbar-nav .nav-item:nth-child(odd) > a{*/
/* transform: skewX(-25deg);*/
/*}*/
/*div#navbarNavDropdown .navbar-nav .nav-item:hover{*/
/*    background:orange;*/
/*}*/
#navbarNavDropdown>.navbar-nav > .nav-item:hover > a{
   color: var(--primary)!important;
}
ul.dropdown-menu.service-dropdown.show-menu li a:hover {
    color: #000;
}
ul.dropdown-menu.service-dropdown li a.dropdown-item:hover{
    color: var(--primary)!important;
}
/* -----------dropdown-skew-------- */
/*ul.service-dropdown li:hover{*/
/*    background:orange!important;*/
/*}*/
/*ul.service-dropdown li:nth-child(even){*/
/*    background:var(--primary);*/
/*    transform: skewX(25deg);*/
/*    margin-right: -25px;*/
/*    box-shadow: 0 0 7px black;*/
/*}*/
/*ul.service-dropdown li:nth-child(even) >a {*/
/*    transform: skewX(-25deg);*/
/*}*/
/*ul.service-dropdown li:nth-child(odd){*/
/*    background:var(--primary);*/
/*    transform: skewX(-25deg);*/
/*    margin-left: -25px;*/
/*    box-shadow: 0 0 10px black;*/
/*}*/
/*ul.service-dropdown li:nth-child(odd) >a {*/
/*    transform: skewX(25deg);*/
/*}*/
.service-dropdown{
    /*transform: skewX(334deg);*/
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 0;
    background: #fff;
    border-top: 4px solid var(--primary);
}
@media(min-width: 992px){
li.nav-item.dropdown.drop-links:hover ul.dropdown-menu.service-dropdown{
    display: block!important;
}
li.nav-item.dropdown.drop-links:hover .nav-link i{
    transform: rotate(90deg);
}
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
svg.ham.hamRotate.ham1 {
    max-width: 45px;
}
.navbar-toggler{
    padding:0;
}
/* --------------- */
/* .drop-links:hover .service-dropdown{
    display: block;
} */
.service-dropdown[data-bs-popper]{
    left: -80px;
    margin-top: 0;
}
div#navbarNavDropdown .active{
    color: #fff;
}
.service-dropdown > li{
    padding: 5px 0;
}
/* .nav-link{
    color: gray;
} */
.announcement p{
    color: #fff;
    margin-bottom: 0px;
}
.announcement marquee{
    color: #fff;
    margin-bottom: 0px;
}
div#navbarNavDropdown ul li .nav-link{
    /*color: var(--second-color);*/
    font-weight: 500;
}
div#navbarNavDropdown ul li:last-child{
    padding-right: 0px!important;
}
div#navbarNavDropdown ul li:last-child a.get_quote{
   background: var(--buttoncolor);
    color: #fff!important;
    padding: 10px 40px!important;
    display: inline-block;
}
div#navbarNavDropdown ul li:last-child a.get_quote:hover{
    background: var(--buttoncolorhover);
    color: #fff!important;
}
li.get_quote a.nav-link {
    background: var(--buttoncolor);
    color: #fff !important;
    padding: 10px 40px !important;
    display: inline-block;
}
li.get_quote a.nav-link:hover {
    background: var(--buttoncolorhover);
    color: #fff !important;
    padding: 10px 40px !important;
    display: inline-block;
}
#navbarNavDropdown>.navbar-nav > .get_quote.nav-item:hover > a{
    color:#fff !important;
}
.current-menu-item > a, .current-menu-parent > a{
    color: var(--primary) !important;
    text-decoration: underline;
}
/*div#navbarNavDropdown .navbar-nav  .active{*/
/*    background: var(--secondary)!important;*/
/*    color: var(--white);*/
/*}*/
.services_title_content a{
    background: linear-gradient( to left, #16764a, #013724);
    color: #fff!important;
    padding: 10px 30px!important;
    /*border: 2px solid var(--primary)!important;*/
    display: inline-block;
    text-decoration: none;
}
.services_title_content a:hover{
    background: linear-gradient( to left, #0d492e, #012619);
}
.content_section_shadow{
    box-shadow: 0px 0px 30px 0px rgba(14.999999999999998, 22.999999999999975, 58, 0.18);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #fff;
    padding: 50px 80px!important;
    height: 100%;
}
nav#main-navbar {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #686A6C;
    box-shadow: rgb(143 143 146 / 20%) 0px 7px 29px 0px;
}
nav#main-navbar ul li.active > a{
    color: var(--primary)!important;
    text-decoration:underline;
}
li.drop-links + li{
    position: relative;
    z-index:1;
}
nav#main-navbar button i{
    font-size: 2rem;
}
nav#main-navbar .navbar-toggler:focus{
    box-shadow: none!important;
}
/* #toggle-drop{
    display: none;
} */
.drop-links .service-dropdown{
    display: none;
}
/*ul.service-dropdown.show-menu {*/
/*    display: block!important;*/
/*}*/
/*.rotate-icon{*/
/*    transform: rotate(90deg);*/
/*    transition: all .4s;*/
/*    }*/
.owl-carousel .owl-item img{
    width: auto;
    position: relative;
}
.slider-card{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_header-link{
    background-color: var(--primary);
}
.social_link ul{
    padding: 0px;
    margin: 0px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: end;*/
}
.social_link ul li{
    list-style: none;
}
.social_link ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.social_link ul li a:hover{
    color: #000;
}
.slider-card.slider1{
    position: relative;
    background-image: url('../../assets//images/sculpture-city-long-exposure-complex-amazing (1).jpg');
}
.slider-card.slider2{
    position: relative;
    background-image: url('../../assets//images/collins-overs-slide1-min.jpg');
    background-position: top!important;
}
.slider-card:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    /*background-color: #000;*/
    opacity: 0.5;
}
.slider-card h1{
    position: relative;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}
.slider-card p{
    position: relative;
    color: #000;
    font-size: 20px;
}
.home-slider a.contact_btn,.download-button a.contact_btn{
    position: relative;
    background: var(--buttoncolor);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
}
.home-slider a.contact_btn:hover, .download-button a.contact_btn:hover{
    background: var(--buttoncolorhover);
    /*border: 2px solid #fff!important;*/
     color: #fff;
}
.slider-card a.service_link{
    text-decoration: none;
    color:#fff!important;
    position: relative;
}
.services_box{
    height: 100%;
    padding: 20px 10px;
    position: relative;
    width: 100%;
}
.services_box:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-color: #000;
    opacity: 0.7;
    z-index: 0;
}
.services_box img{
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
.services_box:hover img{
    transform: rotateY(180deg);
}
.services_box h6{
    color: #fff;
    margin-top: 20px;
    position: relative;
}
@media(max-width: 575px){
    .slider-card{
        height: 1000px;
    }
    .content_section_shadow{
        padding: 30px!important;
    }
}
@media(max-width:991px){
    .service-dropdown{
        background:#686A6C;
    }
    .service-dropdown a {
        color: #fff;
    }
    ul.service-dropdown.show-menu {
    display: block!important;
}
section.home-slider {
    padding-top: 25px;
}
section.our-exprience .inner-box{
    margin-bottom: 30px;
}
.rotate-icon{
    transform: rotate(90deg);
    transition: all .4s;
    }
    .flex_direction{
    flex-direction: column-reverse;
}
    .top_header-link{
        display: none;
    }
    .drop-links .service-dropdown{
        display: none;
    }
    .service-dropdown{
        display: none;
    }
    .service-dropdown  {
        display: none;
    }
    /* .drop-links:hover .service-dropdown{
        opacity: .2;
    } */
    #toggle-drop{
        /* display: block!important; */
        right: 10px;
    }
    ul.service-dropdown li{
        padding-left: 10px;
    }
    ul.service-dropdown.show-menu {
        display: block!important;
        padding-left: 10px;
    }
    ul.service-dropdown.show-menu li a {
        padding:8px 0px;
        font-weight: 500;
    }
    #navbarNavDropdown .drop-links ul.service-dropdown .show-menu{
        display: block!important;
    }
    /* .rotate-icon{
        transform: rotate(90deg);
        transition: all .4s;
        } */
    /*#navbarNavDropdown .navbar-nav .nav-item:hover a{*/
    /*    color: #000;*/
    /*}*/
    .service-dropdown > li{
        padding: 8px 0;
    }
    div#navbarNavDropdown .navbar-nav .nav-item:nth-child(even) {
        transform: skewX(0deg);
        background: transparent;
    } 
    div#navbarNavDropdown .navbar-nav .nav-item:nth-child(odd){
      transform: skewX(0deg);
      background: transparent;
  }
  ul.service-dropdown li:nth-child(even){
    transform: skewX(0deg);
    background: transparent;
}
div#navbarNavDropdown .navbar-nav .nav-item:nth-child(odd) > a {
    transform: skewX(0deg);
    padding-left: 15px;
}
div#navbarNavDropdown .navbar-nav .nav-item:nth-child(even) > a {
    transform: skewX(0deg);
    padding-left: 15px;
}
ul.service-dropdown li:nth-child(even){
    background: transparent;
    transform: skewX(0deg);
    margin-right: 0px;
    box-shadow:none;
}
ul.service-dropdown li:nth-child(even) >a {
    transform: skewX(0deg);
}
ul.service-dropdown li:nth-child(odd){
   background: transparent;
    transform: skewX(0deg);
    margin-left: 0px;
    box-shadow: none;
}
ul.service-dropdown li:nth-child(odd) >a {
    transform: skewX(0deg);
}
.service-dropdown{
    transform: skewX(0deg);
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 0;
}
}
/* -------------min-about--------- */
.about-content .title-text {
    position: relative;
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: none;
}
.about-content h2 {
    color: #14212a;
    text-transform: capitalize;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 700;
}
.about-content h2 span {
    font-weight: 400;
    display: block;
}
.about-us-details h6 {
    font-weight: 600;
    font-size: 17px;
    color: #14212a;
    /*margin-top: 45px;*/
    line-height: 24px;
    margin-bottom: 20px;
}
.about-us-details p {
    color: #646464;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.about_us_section .check {
    position: relative;
    padding-left: 0px;
}
.about_us_section .check li {
    position: relative;
    margin-bottom: 20px;
    color: #14212a;
    font-size: 17px;
    font-weight: 500;
    padding-top: 3px;
    padding-left: 45px;
    list-style: none;
}
.about-us-img{
    position: relative;
}
.about-us-img img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
.layer-text{
    position: absolute;
    opacity: 0.94;
    top: 367px;
    left: 0px;
    width: 40%;
    max-width: 100%;
    border-radius: 0px 0px 0px 0px;
    -webkit-transform: rotate(0deg);
    z-index: 1;
    color: #FFFFFF;
}
.layer-inner{
    background-color: var(--primary);
    padding: 30px;
}
.about_us_section .check li:before {
    position: absolute;
    content: "\f05d";
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    color: #ffffff;
    align-items: center;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #8ec042;*/
    font: normal normal normal 14px/1 FontAwesome;
    background: linear-gradient( to left, #0093d8, #8ac236);
}
.default-form input{
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 15px;
    padding: 8px 22px;
    color: #000000;
    border-radius: 3px;
    border: 2px solid #e4d8d8;
    /*background-color: #f4f4f4;*/
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.default-form .contact-form{
    background-color: none;
    padding: 0px;
    box-shadow: none;
}
.default-form .contact-form input[type="date"]:focus{
    border-color: #86b7fe!important;
}
.default-form .contact-form label{
    color: #212529!important;
}
.default-form .contact-form input[type="date"]{
   border: 2px solid #e4d8d8!important;
    padding: 8px 22px!important;
    background-color: none;
    background: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E) right 1rem center no-repeat;
}
.default-form .smt-btn{ 
    position: relative; 
    cursor: pointer; 
    width: 100%; 
    border: none;
    color: #ffffff; 
    font-size: 16px; 
    font-weight: 600; 
    border-radius: 3px; display: inline-block;
    padding: 13px 46px 13px; 
    background: linear-gradient( to left, #16764a, #013724); 
    text-transform: capitalize; 
} 
.default-form .smt-btn:hover{ 
    background: linear-gradient( to left, #0d492e, #012619); 
}
.form-control:focus{
    box-shadow: none;
}
.inqery-back-image{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    min-height: 300px;
    position: relative;
    z-index: -1;
}
.inqery-back-image {
    /* position: relative;
    z-index: -1;
    top:-100px */
}
.default-form {
    padding: 35px 35px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.09);
}
.phone-box {
    position: relative;
    padding: 37px 35px;
    margin-top: 55px;
    display: inline-block;
    background: linear-gradient( to left, #16764a, #013724);
}
.contact-box-inner {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 110px;
}
 .phone-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    color: var(--primary);
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffffff;
}
.phone-box a {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
}
/* ----------services------------- */
/* .s-icon:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 70px;
    margin-left: -35px;
    background-color: var(--primary);
    transition: all 250ms ease;
} */
.service-container{
    padding-top: 110px;
}
section.our-exprience{
    background-image: url('https://asiantigersgroup.com/wp-content/uploads/2023/04/Banner-1-scaled-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
section.our-exprience .inner-box{
    position: relative;
}
/*section.our-exprience .inner-box img{*/
/*    transition: all 0.3s ease-in-out*/
/*}*/
/*section.our-exprience .inner-box:hover img{*/
/*    transform: rotateY(180deg);*/
/*}*/
section.our-exprience:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    opacity: 0.6;
}
.our-exprience h5{
    color: #fff;
    margin-top: 20px;
}
@media (min-width: 1200px){
    section.our-services {
        margin-top: -100px;
    } 
}
@media(max-width:1199px) and (min-width: 992px){
    div#navbarNavDropdown ul li{
        padding-right: 1rem!important;
    padding-left: 1rem!important;
    }
}
@media(max-width:1199px){
    section.our-services{
        margin-top: 50px;
        padding: 60px 0px 60px;
    }
    .service-container{
        padding-top: 30px;
    }
}
section.our-services {
background-position: center center;
background-repeat: no-repeat;
background: #14212af2 url('../images/map.png');
} 
.service-title h2, .service-title h5{
    color: #fff;
}
a.btn.more-article:hover {
    background: #000;
}
.custom-margin{
    margin-top: -120px;
}
.service-card {
    position: relative;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
       transition: all .3s;
       /* background-color: #fff; */
       border: 1px solid #fff;
   }
   .service-card:hover {
    border: 1px solid var(--primary);
    background: var(--primary);
    /* background-color: transparent; */
    /* border:1px solid #fff; */
    /* background-color: #fff;  */
    /* transform: translateY(-6px); */
}
.service-card h5, .service-card p{
    color: #ffffff;
}
.service-card:hover h5, .service-card:hover p{
    /* color: #000000; */
}
/* .service-card:hover a {
    color: #000;
} */
   .service-card > a{
        text-decoration: none;
        color:#000
   }
.s-icon img {
    max-width: 75px;
}
.service-card:hover .s-icon img {
    transform: translateY(-15px);
}
.service-card .s-icon img {
    transition: 0.3s;
}
.service-card:hover .s-icon {
    animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
}
.about-content{
    text-align: center;
}
   /* -------------call-action------------- */
   section.call-action {
    background: var(--primary);
    color: #fff;
}
a.qte-btn {
    display: inline-block;
    /* background: linear-gradient( to left, #0093d8, #8ac236); */
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 11px 25px;
    border-radius: 4px;
}
/* ------------review-section------------- */
/*#testimonial-owl .owl-nav {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin: 0px -25px;*/
/*    justify-content: space-between;*/
/*    margin-top: -137px;*/
/*}*/
/*#testimonial-owl {*/
/*    min-height: 250px;*/
/*}*/
.profile-icon {
    background: rgb(36, 27, 135);
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
}
.rw-details:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/icon.svg);
    right: 22px;
}
.testimonial-card {
    background-color: #fff;
    overflow-y: auto;
    border-radius: 4px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
#testimonial-owl .item{
    padding: 12px 6px;
}
/*#testimonial-owl .owl-nav .owl-next img, #testimonial-owl .owl-nav .owl-prev img {*/
/*    max-width: 26px;*/
/*}*/
#testimonial-owl .owl-nav [class*='owl-']:hover {
    background-color: transparent!important;
}
.review-star .fa-star{
    color:#f6bb06;
}
.review-left .review-star .fa-star{
    font-size: 25px;
}
.good-r{
    font-size: 30px;
    font-weight: 600;
}
.rw-date {
    font-size: 12px;
    color: #949494;
}
/* ----------our-clients-------------- */
.client-icon img {
    max-width: 115px;
    object-fit: cover;
    width: 93px;
    height: auto;
}
.client-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 5px;
    width: 160px;
    height: 110px;
}
.our-clients{
    /* background-color: #fff; */
}
/*.client-icon-desk {*/
/*position: relative;*/
/*background-image: url(https://asiantigersgroup.com/wp-content/uploads/2023/04/Banner-1-scaled-1.jpg);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: inherit*/
/*}*/
/*.client-icon-desk:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-color: var(--primary);*/
/*    opacity: 0.7;*/
/*}*/
/* -------------our-blog------------- */
.blog-card .blog-img img{
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.blog-card .blog-img{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.blog-card:hover .blog-img img{
    transform: scale(1.1);
}
.blog-card h4:hover{
    color: var(--primary);
}
.blog-card .read_more_btn span{
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    border: 0;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.blog-card .read_more_btn span:hover{
    color: var(--primary);
}
.blog-card .read_more_btn span:hover:before{
    color: var(--theme-color2);
    transform: rotateX(180deg);
    -webkit-animation: moveArrow 1s;
    -moz-animation: moveArrow 1s;
    animation: moveArrow 1s;
}
.blog-card .read_more_btn span:before{
    color: var(--primary);
    display: inline-block;
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-variant: normal;
    font-weight: 600;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    transition: all 0.3s ease 0s;
}
@keyframes moveArrow {
  0%, 55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(13px) scale(0.9);
    -moz-transform: translateX(13px) scale(0.9);
    transform: translateX(13px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-13px) scale(0.9);
    -moz-transform: translateX(-13px) scale(0.9);
    transform: translateX(-13px) scale(0.9);
  }
}
.blog-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px ;
    transition: all .4s;
    outline:rgb(251, 251, 251)
}
.blog-date {
    font-size: 14px;
    color: #000;
    margin-top: 12px;
    text-align: right;
}
.our-blog a{
    color: inherit;
    text-decoration: none;
}
.blog-card:hover {
    /* transform: translateY(-10px); */
    outline: 1px solid var(--primary);
}
a.btn.more-article {
    background:var(--primary);
    color:#fff;
    border:none;
}
/* -------BLOG-DETAIL-PAGE-------- */
.banner {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: #686A6C; */
    background: var(--buttoncolor);
    }
    .nav-breadcrumb ol li a{
        color: #ffffff;
        Font-size: 16px;
        padding-right: 5px;
        text-decoration: none;
    }
/*     .nav-breadcrumb ol li a:hover{
        color: var(--primary);
    } */
    .nav-breadcrumb ol .active{
        color: var(--white);
    }
    .nav-breadcrumb {
        /* margin-top: 30px; */
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 3;
    }
    i#toggle-drop {
        position: absolute;
        /* right: 10%; */
        font-size: 18px;
        padding: 10px;
        top: 2%;
    }
    .banner-title h1{
        color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    }
    .share-blog a i {
        color: #000;
        border-color: #000
    }
    .share-blog {
        justify-content: center;
    }
    .blog-detail a.blog-detail-title {
        text-decoration: none;
        color: #111;
    }
/*About page css*/
.banner {
    /* background-image: url(../../assets/img/bread-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .8;
    background-color: #686A6C;
}
.breadcrumb-list li a{
    text-decoration: none;
    color: #fff;
}
.breadcrumb-list li {
    color: #fff;
    /*margin: 0px 20px 0 0;*/
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: var(--white);
}
.breadcrumb .breadcrumb-item:last-child{
    color: #fff;
} 
.ptb80{
    padding: 80px 0px;
}
.sub-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    position: relative;
}
.about-content.section-title.headline p{
    margin-top: 20px;
    margin-bottom: 0px;
    color: #646464;
    font-size: 16px;
    line-height: 28px
}
.about-feature-list-item{
   padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
    box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
}
.about-feature-icon{
    width: 55px;
    height: 55px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #ccdcd0;
    transition: 500ms all ease
}
.about-feature-icon i{
    font-size: 30px;
    line-height: 0.75;
    color: var(--primary);
    transition: 500ms all ease;
}
.about-feature-list-item:hover .about-feature-icon{
    background-color: var(--primary);;
}
.about-feature-list-item:hover .about-feature-icon i{
    color: #fff;
}
.about-feature-list-item .about-feature-text h3 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 0px;
}
.about-feature-text.headline p{
    margin: 0px;
    color: #646464;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
}
.explore-btn a{
    color: #fff;
    height: 55px;
    z-index: 1;
    width: 170px;
    font-weight: 600;
    overflow: hidden;
    /*border-radius: 6px;*/
    position: relative;
    background-color: var(--primary);
    text-decoration: none;
}
.explore-btn a:hover{
    background-color: #8ec042;
}
.funfact-content{
    padding: 40px 0px;
    background-color: #f4f4f4;
}
.funfact-innerbox .funfact-icon {
    margin-bottom: 8px;
}
.funfact-innerbox .funfact-icon i {
    font-size: 45px;
    color: var(--primary);
}
.funfact-innerbox .funfact-text h3 {
    color: #14212a;
    font-size: 45px;
    font-weight: 700;
}
.funfact-innerbox .funfact-text p {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
}
.our-goodness-section p{
    margin: 0px;
    color: #646464;
    font-size: 16px;
    line-height: 28px
}
.goodness-featured-innerbox {
    padding: 30px 15px;
    /*margin-top: 30px;*/
    -webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
    box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
    height: 100%;
}
.goodness-featured-innerbox:hover{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.goodness-featured-innerbox .goodness-featured-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 100%;
    background-color: #fef2f2;
}
.goodness-featured-innerbox .goodness-featured-icon i {
    font-size: 40px;
    color: var(--primary);
}
.goodness-featured-innerbox .goodness-featured-text h3 {
    color: #14212a;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}
.goodness-featured-text h3  a{
    text-decoration: none;
    color: #14212a;
}
/*contact page css*/
.address-list.about-feature-text p a{
    color: #646464!important;
    text-decoration: none;
} 
.address-list.about-feature-text p a:hover{
    color: var(--primary)!important;
}
.get-quote .about-feature-list-item{
    border-top: 4px solid #fff;
    transition: 0.3s;
    background-color: var(--white);
}
.get-quote .about-feature-list-item:hover{
    border-top: 4px solid var(--primary);
}
.contact-form{
    padding: 30px;
    box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
}
.contact-title-border h2 span{
    border-bottom: 3px solid var(--primary);
    display: initial;
}
.contact-form label{
    color: #646464!important;
}
.contact-form input{
    border-radius: 0!important;
    border-left: none;
    border-right: none;
    border-top: none;
}
.contact-form .form-control:focus{
    box-shadow: none;
    border-color: none;
}
select.form-select.form-control{
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 15px;
    padding: 8px 22px;
    color: #000000;
    border-radius: 3px;
    border: 2px solid #e4d8d8;
    /*background-color: #f4f4f4;*/
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
select.form-select.form-control:focus{
    border-color: #86b7fe;
}
.contact-form .submit_btn{
font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 6px;
    background: var(--buttoncolor);
}
.contact-form .submit_btn:hover{
    background: var(--buttoncolorhover);
}
.contact-form input[type="date"] {
  display:block;
  position:relative;
  border: 1px solid #dee2e6!important;
  padding: .375rem .75rem!important;
  font-size:1rem;
  font-family:monospace;
  width: 100%;
  border-radius: 0;
  border-left: none!important;
    border-right: none!important;
    border-top: none!important;
  background:
    white
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E")
    right 1rem
    center
    no-repeat;
  cursor:pointer;
}
.contact-form input[type="date"]:focus {
  outline:none;
  border-color: none;
  box-shadow: none;
}
.contact-form ::-webkit-datetime-edit {}
::-webkit-datetime-edit-fields-wrapper {}
::-webkit-datetime-edit-month-field:hover,
::-webkit-datetime-edit-day-field:hover,
::-webkit-datetime-edit-year-field:hover {
  background:rgba(0, 120, 250, 0.1);
}
.contact-form ::-webkit-datetime-edit-text {
  opacity:0;
}
.contact-form ::-webkit-clear-button,
::-webkit-inner-spin-button {
  display:none;
}
::-webkit-calendar-picker-indicator {
  position:absolute;
  width:2.5rem;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  opacity:0;
  cursor:pointer;
  color:rgba(0, 120, 250, 1);
  background:rgba(0, 120, 250, 1);
}
.contact-form input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity:0.05; }
.contact-form input[type="date"]:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15; }
/*Keyframes animation*/
.feature-block .inner-box:hover .icon{
  animation: icon-bounce 0.8s ease-out;
  -webkit-animation: icon-bounce 0.8s ease-out;
}
.goodness-featured-innerbox.why-choose-us:hover .goodness-featured-icon i{
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.contact-form{
    background-color: #fff;
}
/*Services page css start*/
.service-innerbox-3{
    margin-top: 30px;
}
.service-innerbox-3 .service-text-icon {
    top: -70px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: -70px;
    padding: 35px 30px 75px;
    transition: 500ms all ease;
    background-color: #fff;
    box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}
.service-innerbox-3:hover .service-text-icon{
    background-color: #14212a;
    color: #fff;
}
.service-text > p{
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-innerbox-3:hover .service-text-icon:before{
    content: '';
    border-bottom: 70px solid #14212a;
}
.service-innerbox-3:hover .service-icon{
    border: 10px solid var(--primary);
}
.service-innerbox-3:hover .service-text-icon h3 a{
    color: #fff;
}
.service-innerbox-3:hover .service-text-icon p{
    color: #fff;
}
.service-innerbox-3 .service-text-icon:before {
    left: 36px;
    top: -70px;
    content: "";
    position: absolute;
    transition: 500ms all ease;
    border-bottom: 70px solid #fff;
    border-left: 339px solid rgba(255, 255, 255, 0);
}
.service-text-icon:after {
    top: -40px;
    left: -5px;
    width: 103%;
    content: "";
    height: 15px;
    position: absolute;
    background-color: rgb(0, 142, 255);
    transform: rotate(-12deg) skew(-15deg);
}
.service-innerbox-3 .service-icon {
    right: 30px;
    top: -100px;
    z-index: 1;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    background-color: #fff;
    border: 10px solid rgb(0, 142, 255);
    transition: 500ms all ease;
}
@media (max-width: 1499px) and (min-width: 768px){
.service-innerbox-3 .service-text-icon {
    height: 330px;
}
}
@media (max-width: 1399px) and (min-width: 1200px){
    .service-innerbox-3 .service-text-icon:before{
    border-left: 284px solid rgba(255, 255, 255, 0);
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .service-innerbox-3 .service-text-icon:before{
    border-left: 254px solid rgba(255, 255, 255, 0);
    }
    .service-innerbox-3 .service-text-icon:before{
        left: 12px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
.service-innerbox-3 .service-text-icon:before {
    left: 0px;
}
.service-innerbox-3 .service-text-icon:before{
    border-left: 303px solid rgba(255, 255, 255, 0);
}
}
@media (max-width: 767px){
.service-innerbox-3 .service-text-icon:before{
content: '';
display: none;
}
.service-innerbox-3 .service-text-icon:after{
content: '';
display: none;
}
.service-innerbox-3 .service-icon{
top: -50px;
}
.service-img:before{
content: '';
display: none;
}
}
.service-innerbox-3 .service-icon i {
    color: #14212a;
    font-size: 40px;
    line-height: 0.75;
}
.service-text h3 a{
    color: #14212a;
    text-decoration: none;
}
.service-innerbox-3 .more-btn {
    right: 19px;
    bottom: 70px;
}
.service-innerbox-3 .more-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 14px 26px;
    background-color: var(--primary);
    text-decoration: none;
}
.service-innerbox-3 .more-btn a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -15px;
    position: absolute;
    transition: 500ms all ease;
    border-bottom: 49px solid var(--primary);
    border-left: 16px solid transparent;
}
.bg-img01{
    background-image: url(../../assets/img/group-img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 120%;
    background-position: center;
    width: 100%;
    height: 320px
}
.goodness-featured-innerbox.why-choose-us {
    padding: 20px 15px;
    margin-top: 30px;
    -webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
    box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
}
.goodness-featured-innerbox.why-choose-us h4{
    color: #14212a;
    font-size: 20px;
    font-weight: 700;
}
.goodness-featured-innerbox.why-choose-us .headline p{
    margin-top: 0px;
}
.why-choose-us .goodness-featured-icon{
    width: 70px;
    height: 70px;
    margin: initial;
    margin-bottom: 20px;
    border-radius: 100%;
    background-color: #fef2f2;
}
.faq-section .accordion-button{
    color: #14212a;
    font-size: 18px;
    font-weight: 600;
}
.faq-section .accordion-button:not(.collapsed){
    color: var(--primary);
}
.faq-section .accordion-button:focus{
    box-shadow: none;
}
.faq-section .accordion-body{
    color: #646464;
}
.faq-section .accordion-item{
    margin-bottom: 20px;
}
.faq-section .accordion-item:last-child{
    margin-bottom: 0px;
}
/* -----end-service-list-page------ */
/*service details page*/
.details-img img{
    /* height: 500px; */
    width: 100%;
    object-fit: cover;
}
.movers-step{
    border: 1px dashed #8ec042;
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
}
.movers-step-img{
    margin-bottom: 20px;
}
.movers-details h3{
    font-size: 26px;
    padding-bottom: 20px !important;
    margin-bottom: 0px;
}
.benefits-section{
    background-color: #ecf1e5;
}
.terms_details p a{
    color: #8ec042;
}
/* Footer css */
section#footer {
    background-color: #000000!important;
    overflow-x: hidden;
}
/*.stop {*/
/*    width: 100%;*/
/*}*/
.footer-logo a{ 
    text-decoration: none; 
} 
.footer-logo img{ 
    width: 150px; 
    padding-bottom: 18px; 
    /*filter: invert(1);*/
}
section#footer .footer-logo-content .ul-li ul li.active a{
    color: var(--primary);
}
.footer-logo-content p{
    color: #fff;
    font-size: 15px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.footer-logo-content .footer-logo-btn {
    /*background-color: var(--primary);*/
    background: var(--buttoncolor);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-decoration: none;
    padding: 10px 20px;
}
.footer-logo-content .footer-logo-btn:hover{
    background: var(--buttoncolorhover);
}
.footer-logo-content h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
}
.footer-logo-content h3:before{
    /*background-color: var(--primary);*/
    background: var(--buttoncolor);
    left: 0;
    height: 3px;
    width: 30px;
    content: "";
    bottom: 22px;
    position: absolute;
}
.footer-social{
    margin-top: 22px;
}
.footer-social ul li{
    margin-right: 15px;
    margin-bottom: 18px;
}
.footer-social ul li a i{
    font-size: 20px;
}
.footer-logo-content form{
    position: relative;
}
.footer-form-fields input{
    height: 45px;
    width: 100%;
    padding-left: 20px;
    border: 2px solid #313131;
    background-color: #313131;
    color: #fff;
}
.footer-form-fields button{
    top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    height: 45px;
    border: none;
    position: absolute;
    /*background-color: var(--primary);*/
    background: linear-gradient( to left, #16764a, #013724);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
}
.footer-form-fields button:focus-visible{
    outline: none;
}
.footer-form-fields button:hover{
    background-color: #fff;
    color: #000000;
}
.address.ul-li li{
margin-bottom: 15px;
display: flex;
align-items: center;
}
.address.ul-li li i{
 margin-right: 10px;
}
.address.ul-li li p{
    padding-bottom: 0px;
}
.address.ul-li li a{
    /*color: #9d9d9d;*/
    color: #fff;
    text-decoration: none;
}
.address.ul-li li a:hover{
    color: var(--primary);
}
.office-open-hour span{
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: underline;
}
.office-open-hour p{
    font-size: 14px;
    color: #fff;
    max-width: 180px;
    padding-bottom: 0px;
}
#footer .zoom-gallery {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#footer .zoom-gallery  .image{
    position: relative;
    width: 31%;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 5px 3px 0px;
    border-radius: 8px;
    padding-left: 0px;
}
.footer-copyright{
    color: #fff;
    margin-top: 70px;
    padding: 25px 0px;
    border-top: 1px solid #fff;
    position: relative;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
/*.thsn-footer-text-area .thsn-footer-text-area_inner:after {*/
/*    right: inherit;*/
/*    left: 70%*/
/*}*/
.thsn-footer-text-area:after {
    background-image: url(https://logisto-demo.pbminfotech.com/demo3/wp-content/themes/logisto/images/heavytruck.png);
    right: 0;
    animation: right1-animtn 20s linear infinite
}
@-moz-keyframes right-animtn {
    0% {
        right: 0%
    }
    100% {
        right: 100%
    }
}
@-webkit-keyframes right-animtn {
    0% {
        right: 0%
    }
    100% {
        right: 100%
    }
}
@keyframes right-animtn {
    0% {
        right: 0%
    }
    100% {
        right: 100%
    }
}
@-moz-keyframes right1-animtn {
    0% {
        right: 0%
    }
    100% {
        right: 100%
    }
}
@-webkit-keyframes right1-animtn {
    0% {
        right: 0%
    }
    100% {
        right: 100%
    }
}
@keyframes right1-animtn {
    0% {
        right: 0%
    }
    100% {
        right: 100%
    }
}
@-moz-keyframes left-animtn {
    0% {
        left: 0%
    }
    100% {
        left: 100%
    }
}
@-webkit-keyframes left-animtn {
    0% {
        left: 0%
    }
    100% {
        left: 100%
    }
}
@keyframes left-animtn {
    0% {
        left: 0%
    }
    100% {
        left: 100%
    }
}
/*@media(min-width: 1300px){*/
/*.footer-copyright:after{*/
/*    background-image: url(https://bthrustgrp.com/collins-movers/assets/images/icons/movers-truck.png);*/
/*    right: 0;*/
/*    animation: left-animtn 15s linear infinite;*/
/*    height: 120px;*/
/*    width: 120px;*/
/*    top: -120px;*/
/*    content: '';*/
/*    z-index: 9;*/
/*    background-repeat: no-repeat;*/
/*    background-position: right bottom;*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*}*/
/*}*/
/*@-moz-keyframes left-animtn {*/
/*    0% {*/
/*        left: 0%*/
/*    }*/
/*    100% {*/
/*        left: 93%*/
/*    }*/
/*}*/
/*@-webkit-keyframes left-animtn {*/
/*    0% {*/
/*        left: 0%*/
/*    }*/
/*    100% {*/
/*        left: 93%*/
/*    }*/
/*}*/
/*@keyframes left-animtn {*/
/*    0% {*/
/*        left: 0%*/
/*    }*/
/*    100% {*/
/*        left: 93%*/
/*    }*/
/*}*/
.footer-social.ul-li a i:hover{
   color: #000;
   border-top: 1px solid #fff;
   background-color: #fff;
}
.cta-section.about-content h2{
  color: #fff;
}
.cta-section.about-content{
    color: #fff;
}
.cta-section-btn a{
    color: #fff;
    padding: 14px 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    background-color: #8ec042;
    /*background: linear-gradient( to left, #0093d8, #8ac236);*/
}
.service-section .left-trext p{
    color: #fff;
}
.social-icon {
    display: flex;
}
.social-icon i {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.4s;
}
.social-icon a{
    text-decoration: none;
    color: #ffffff!important;
}
.social-icon i:hover {
    background-color: var(--primary);
     border: 1px solid var(--primary); 
    color: #FFF;
}
.ul-li > ul{
    padding: 0;
}
.ul-li > ul li i{
    color: #fff;
}
.ul-li > ul li {
    color: #fff;
    text-decoration: none;
}
section.call-action-2 {
    /* background: linear-gradient( to bottom, #009b80, #004a30); */
    /*background-image:  linear-gradient(225deg, #a0a0a0 35%, var(--primary) 35%);*/
  position: relative;
    background-image: url(../../assets/images/moveco-22.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit
}
section.call-action-2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    opacity: 0.7;
}
.call-action-2 h2, .call-action-2 p{
    color:#fff;
}
.process  .inner-box:hover .icon img {
    transform: translateY(-15px);
}
.process  .icon img {
    transition: 0.3s;
}
.inner-box:hover .icon {
    animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
}
.inner-box h5 span {
    color: #ffffff;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
    display: inline-block;
    background-color: var(--primary);
  transition: all 250ms ease;
}
.inner-box:hover h5 span {
    background-color: var(--primary);
}
@-webkit-keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    }
    60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    }
    }
    @keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    }
    60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    }
}
.about-content{
    position: relative;
}
.about-content .move-truck {
    display: inline-block;
    width: auto;
    animation: mover 1.5s infinite alternate;
}
/*.about-content .move-truck img{*/
/* width: 160px;*/
/*}*/
.about-content h5:after {
    position: absolute;
    content: "";
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 3px;
    /*background: #959595;*/
    border-top: 3px dashed #959595;
}
@keyframes mover {
    0% { transform: translateX(-40px); }
    100% { transform: translateX(20px); }
}
.parent-call-us > span{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.parent-call-us > span a:hover{
    color: #fff;
}
.parent-call-us .call-us{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.parent-call-us .mob-num a{
    color: #00090c;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
.parent-call-us i{
    font-size: 30px;
    color: #fff;
    padding-right: 10px;
}
.details-content h2{
    color: #14212a;
    text-transform: capitalize;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 700;
}
@media(max-width:767px){
    .banner-title h1{
        font-size: 50px;
    line-height: 50px;
    }
    .about-content .move-truck img{
        width: 200px;
    }
}
@media(max-width:576px){
    .slider-card h1{
        font-size: 40px;
        line-height: 40px;
    }
    .about-content h2{
        font-size: 32px;
        line-height: 32px;
    }
    .details-content h2{
    font-size: 32px;
        line-height: 32px;
}
    .layer-text{
        width: 65%;
    }
    #testimonial-owl .owl-nav{
        margin: 10px;
        margin-top: -137px;
    }
	.product-details-button {
		margin-top: 150px !important;
	}
}
@media(max-width:425px){
    .banner-title h1{
        font-size: 40px;
    line-height: 40px;
    }
    .layer-text{
        width: 75%;
    }
}
@media(min-width:576px){
    .details-content h3{
    color: #14212a;
    font-size: 30px;
    font-weight: 600;
}
}
.details-content h3{
    color: #14212a;
    font-weight: 600;
}
.additional-services li{
    list-style: none;
}
.navbar-nav a.nav-link {
    color: #ffff;
}
/*.testimonial-card p {*/
    /*height: 115px;*/
    /*overflow-y: auto;*/
/*    padding-right: 10px;*/
/*}*/
.funfact-innerbox.text-center {
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
    box-shadow: 1.91px 10.833px 50px 0px rgba();
}
section.products-details {
    padding: 50px 0px;
}
/*Cat sidebar Data*/
.product__category ul {
    padding-left:0px;
}
.product__category {
    background-color: #686A6C;
    position: relative;
    border-bottom: 3px solid #686A6C;
    z-index: 1;
}
.b-sidebar_widget .product__category ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}
.b-sidebar_widget ul {
    list-style: none outside;
}
product__category {
    background-color: #334768;
    position: relative;
    border-bottom: 3px solid #334768;
    z-index: 1
}
.b-sidebar_widget .product__category ul li {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    display: block;
    line-height: 45px;
    border-top: 1px solid var(--primary);
}
.product__category .b-dropdown_wrapper i {
    position: absolute;
    right: 20px;
    text-align: center;
    line-height: 25px
}
.b-sidebar_widget .product__category ul {
    margin-bottom: 0!important
}
.b-sidebar_widget .product__category ul .b-dropdown_wrapper .b-dropdown_content {
    position: absolute;
    top: 0;
    left: 255px;
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
}
.b-sidebar_widget .active i.fa.fa-angle-down.toggle_list {
    transform: rotate(180deg);
}
@media(min-width: 992px) {
    ul.sub_menu_child {
        background:#fff;
        position: absolute;
        top: 0;
        left: 230px;
        min-width: 200px;
        display: none
    }
    .b-product_grid_single img {
        height: 300px!important
    }
    .about-us-img img {
        height: 400px;
    }
}
@media(max-width: 991px) {
    ul.sub_menu_child {
        display:none
    }
}
.b-dropdown_wrapper#sub_menu_list:hover ul.sub_menu_child {
    display: block;
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
}
ul.sub_menu_child li {
    padding-left: 20px;
    padding-right: 20px
}
.product__category .b-dropdown_content .dropdown-inner ul li a {
    color: #000!important
}
/* Change background color only for the hovered li */
/*.b-sidebar_widget .product__category ul li:hover {*/
/*  background-color: #D8B253;*/
/*}*/
/*.b-sidebar_widget .product__category ul li.first-child>ul.sub-menu li:hover {*/
/*  background-color: #d8b253;*/
/*  color: #fff;*/
/*}*/
.b-sidebar_widget ul.sub-menu {
    display: none;
}
.categories-menu li a i {
    position: absolute;
    right: 20px;
    text-align: center;
    line-height:40px;
}
.categories-menu li.second-child i {
    right: 0px;
}
@media(max-width: 991px) {
    .b-sidebar_widget .product__category ul .b-dropdown_wrapper .b-dropdown_content {
        position:absolute;
        left: 0;
        top: 44px;
        right: 0
    }
    li.b-dropdown_wrapper .b-dropdown_content {
        display: none!important
    }
    li.b-dropdown_wrapper.active .b-dropdown_content {
        position: initial!important;
        box-shadow: none!important;
        display: block!important
    }
    .b-sidebar_widget .product__category ul li:hover {
        background-color: transparent!important
    }
    .product__category .b-dropdown_content {
        background-color: transparent!important;
        opacity: 1!important
    }
    li.b-dropdown_wrapper.active .b-dropdown_content {
        visibility: visible!important
    }
    li.b-dropdown_wrapper.active .b-dropdown_content ul li a {
        color: #fff!important
    }
}
/*Why Choose */
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:var(--primary);
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.border-bottom-yellow {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}
.section-head h4:before,.border-bottom-yellow:before  {
  content: '';
  width: 60px;
  height: 3px;
  background: var(--primary);
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
.why-choose p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}
.why-choose .extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.why-choose .extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: var(--primary);
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.why-choose .extra-text span {
    font-weight: 700;
    color:var(--primary);
}
.why-choose .item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    height:100%;
}
.why-choose .item:hover{
    background:var(--primary);
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.why-choose .item:hover .item,.why-choose  .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.why-choose .item:hover h6,.why-choose  .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.why-choose .item .icon { 
    display:inline-block;
    font-size: 40px;
    margin-bottom:25px;
    color: var(--primary);   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.why-choose .item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:var(--primary);
}
.why-choose .item .feature_box_col_two{
    background:rgba(247, 198, 5, 0.20);
    color:var(--primary);
}
.why-choose .item .feature_box_col_three{
    background:rgba(247, 198, 5, 0.20);
    color:var(--primary);
}
.why-choose .item .feature_box_col_four{
    background:rgba(247, 198, 5, 0.20);
    color:var(--primary);
}
.why-choose .item .feature_box_col_five{
    background:rgba(247, 198, 5, 0.20);
    color:var(--primary);
}
.why-choose .item .feature_box_col_six{
    background:rgba(247, 198, 5, 0.20);
    color:var(--primary);
}
.why-choose .item p{
    font-size:15px;
    line-height:26px;
}
.why-choose .item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
    font-weight:600;
}
.why-choose .mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.why-choose .mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--primary);
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.why-choose .mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.why-choose .skills {
    padding-top:0px;
}
.why-choose .skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.why-choose .skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.why-choose .skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.why-choose .skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--primary);
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.why-choose .skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}
.home-slider .owl-carousel .owl-nav button.owl-next, .home-slider .owl-carousel .owl-nav button.owl-prev, #testimonial-owl button.owl-next, #testimonial-owl  button.owl-prev{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slider button.owl-next,  #testimonial-owl button.owl-next{
    right: 0;
}
#testimonial-owl button.owl-prev{
    left:0px;
}
li.first-child.active .sub-menu {
  position: initial !important;
  box-shadow: none !important;
  display: block !important;
  visibility: visible !important;
}
.first-child li.second-child.active .sub-menu {
  position: initial !important;
  box-shadow: none !important;
  display: block !important;
  visibility: visible !important;
}
section.call-action-2.py-5 {
    display: none;
}
/* ------------------------------------------------------------------------------------------------ 
Client logo slider starts
----------------------------------------------------------------------------------------------------*/
.slick-slide {
	margin: 0px 50px 0 0px;
  }
  /* .slick-slide img {
	width: 100%;
  } */
  .slick-slider
  {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
			user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
  }
  .slick-list
  {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
  }
  .slick-list:focus
  {
	outline: none;
  }
  .slick-list.dragging
  {
	cursor: pointer;
	cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
  .slick-track
  {
	position: relative;
	top: 0;
	left: 0;
	display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
	display: table;
	content: '';
  }
  .slick-track:after
  {
	clear: both;
  }
  .slick-loading .slick-track
  {
	visibility: hidden;
  }
  .slick-slide
  {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
	float: right;
  }
  .slick-slide img
  {
	display: block;
  }
  .slick-slide.slick-loading img
  {
	display: none;
  }
  .slick-slide.dragging img
  {
	pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
	display: block;
  }
  .slick-loading .slick-slide
  {
	visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
	display: block;
	height: auto;
	border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	display: none;
  }
  @media (max-width: 425px) {
	.slick-slider{
	  padding-left: 50px;
	}
  }
  @media (max-width: 375px) {
	.slick-slider{
	  padding-left: 25px;
	}
  }
  /* ------------------------------------------------------------------------------------------------ 
Client logo slider ends
----------------------------------------------------------------------------------------------------*/
.popup-form {
    padding: 20px;
}
.download-button {
    text-align: center;
    margin-top: 30px;
}
.event-section .blog-card {
    background: unset;
    border-radius: 0px;
    outline: 1px solid var(--primary);
}
.event-section .blog-card .blog-img,.event-section .blog-card .blog-img img{
    border-radius:0px;
}
img.img-fluid.sona-logo {
    max-width: 50px;
}
.customer-logos .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer-logos .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer-logos img {
    margin: 0 auto; 
}
img.img-fluid.b-detail-image {
    width: 100%;
}
.blog-content {
    margin: 20px 0px;
}
/* Pagination style */
.wp-pagenavi {
    padding-bottom: 30px;
	  padding-top: 30px;
}
.wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi .current,
.wp-pagenavi .last, 
.wp-pagenavi a.page,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
    position: relative;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-weight: 700;
    color: #000;
}
.wp-pagenavi .current {
    color: #aba8a8;
}
.wp-pagenavi a.previouspostslink:after {
    content: "Prev";
	padding-left:5px;
}
.wp-pagenavi a.nextpostslink:before{
    content: "Next";
	padding-right:5px;
}
.wp-pagenavi .last{
	display:none;
}
.wp-pagenavi .extend:last-of-type {
	display:none;
}
.blog-pagination{
	text-align:center !important;
	padding: 0px;
}
.blog-pagination .wp-pagenavi span.current {
    border-color: var(--primary);
	border-radius: 5px;
    margin-left: 4px;
	 margin-right: 4px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 0.5rem 0.75rem;
	border-radius: 5px;
}
.blog-pagination .wp-pagenavi a{
	border-radius: 5px;
    margin-left: 4px;
	 margin-right: 4px;
	padding: 0.5rem 0.75rem;
}
.blog-pagination .wp-pagenavi .first{
	padding: 0.4rem 0.75rem!important;
	border: 1px solid #dee2e6!important;
}
.blog-pagination .wp-pagenavi .extend{
	padding: 0.4rem 0.75rem!important;
	border: 1px solid #dee2e6!important;
}
@media(max-width: 425px){
	.blog-pagination .wp-pagenavi a{
		padding: 0.4rem 0.4rem!important;
	}
	.blog-pagination .wp-pagenavi span.current{
		padding: 0.4rem 0.4rem!important;
	}
	.wp-pagenavi a, .wp-pagenavi span {
	padding: 0.4rem 0.4rem;
	border-radius: 5px;
}
	.wp-pagenavi a.previouspostslink:after{
		content: "";
	}
	.wp-pagenavi a.nextpostslink:before{
		content: "";
	}
	.blog-pagination .wp-pagenavi .first{
	padding: 0.3rem 0.4rem!important;
}
.blog-pagination .wp-pagenavi .extend{
	padding: 0.3rem 0.4rem!important;
}
}
/*-------------------------
	Our Team 2
----------------------------*/
.our-team-2 {
    position: relative;
    overflow: hidden;
    margin-top:10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;  
  }
  .our-team-2 h4{
      margin-bottom: 0px;
  }
  .our-team-2 span{
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 15px;
      display: inline-block;
  }
  .our-team-2:hover{margin-top:-10px;box-shadow:0px 0px 40px rgba(0, 0, 0, 0.15);}
  .our-team-2 .profile-image{
      position:relative;
  }
  .our-team-2 .profile-image img {
      max-width: 100%;
      width:100%;
  }
  .our-team-2 .figcaption {
      background-color:#fff;
      padding:20px;
  }
  .our-team-2 .figcaption h5 {
    font-weight: 400;
    margin-bottom:0px;
  }
  .our-team-2 .icons{
      position:absolute;
      top:-100%;
  }
  .our-team-2:hover .icons{
      left:50%;
      top:50%;
      width: 100%;
      text-align: center;
      -webkit-transform:translate(-50%,-50%);
      transform:translate(-50%,-50%);
  }
  .our-team-2:hover .icons a i {
      -webkit-animation: slide-in-elliptic-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
              animation: slide-in-elliptic-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
    .figcaption span {
        color: var(--primary);
    }
  @-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
      -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
              transform: translateY(-600px) rotateX(-30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 1400px;
              transform-origin: 50% 1400px;
      opacity: 1;
    }
  }
  @keyframes slide-in-elliptic-top-fwd {
    0% {
      -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
              transform: translateY(-600px) rotateX(-30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 1400px;
              transform-origin: 50% 1400px;
      opacity: 1;
    }
  }
  .our-team-2 .icons i {
      color: #000;
      display: inline-block;
      font-size: 14px;
      text-align: center;
      background-color: #fff;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius:50%;
  }
  .our-team-2 .icons i:hover {
    color: #000;
    background-color: #FFFDD0;
  }
  .our-team-2 .icons i a {
    text-decoration: none;
  }
  @media only screen and (max-width:991px){
      .our-team-2:hover{margin-top:10px;}
  }
  @media only screen and (max-width:767px){
  .our-team-2 {
    margin-top:0px;
  }
  .our-team-2 .figcaption h5 {
    font-size:14px;
  }
  }
  /*=========== Flat Icons ============*/
  .icon-font-block {
      display: inline-block;
      width: 24.7%;
      margin-bottom: 4px;
      text-align: center;
      vertical-align: top;
      background: #fff;
      padding: 1%;
      border: 1px solid #e7e7e7;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;	
  }
  .icon-font-block:hover {
      -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
      box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
      position:relative;
      z-index:10;
  }
  .icon-font-block .flat-icon {
      padding: 10px;
      display: block;
      font-size: 44px;
      line-height: 1;
  }
  @media only screen and (max-width: 1200px) {
      .icon-font-block {
          width: 32%;
      }
  }
  @media only screen and (max-width:767px) {
      .icon-font-block {
          width: 49.5%;
      }
  }
  @media only screen and (max-width:620px) {
      .icon-font-block {
          width: 100%;
      }
  }
.pdf-link {
	display: none;
}
div#sona {
	padding-top: 100px;
}
@media(max-width:992px){
	div#sona {
		padding-top: 60px;
	}
}

/*Products Page */
/* tabber css */
.benefits-bg {
    position: relative;
    /* padding-top: 50px; */
    border-radius: 10px;
    /* background-image: url(https://www.genicsolutions.com/custom-software/wp-content/uploads/2022/12/benefits-bg.jpg); */
}

.para-title ul li {
    line-height: 30px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

ul.tabs li {
    padding: 15px 15px;
    cursor: pointer;
    height: 80px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #0183CB;
}

ul.tabs li.current {
    background: linear-gradient(180deg, #0183CB 0%, rgb(51 93 158) 100%);
    border-radius: 10px;
    color: #222;
    color: #FFFFFF;
    border: none;
    position: relative;
}

/* ul.tabs li.current .blue_img2{
    display: none;
  } */
.hover-tab .white_img2 {
    display: none;
}

.hover-tab:hover .white_img2,
.hover-tab.current .white_img2 {
    display: initial;
}

.hover-tab:hover .blue_img2,
.hover-tab.current .blue_img2 {
    display: none;
}

ul.tabs li.current::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: -1;
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #0183CB 0%, rgb(51 93 158) 100%);
    transform: translateY(-50%) rotate(45deg);

}

.hover-tab:hover {
    background: linear-gradient(180deg, #0183CB 0%, rgb(51 93 158) 100%);
    color: #FFFFFF;
    border: none;
}

/*tabs css*/

#More-Details ul li {
    font-size: 16px;
    line-height: 28px
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
#brand_details2.nav-tabs>li {
    border: none !important;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none;
/*     transform: translateX(20px); */
    position: relative
}

#brand_details2.nav-tabs>li>a {
    background: 0 0;
    color: #000;
    border: 0;
    display: block;
    font-size: 24px;
    margin: 0;
    border-radius: 0;
    line-height: 1.2;
    padding: 12px 15px 12px 20px;
    box-shadow: none;
    position: relative;
    cursor: pointer;
    font-weight: 600
}

#brand_details2.nav-tabs>li.active>a, #brand_details2.nav>li.active>a{
    background: var(--buttoncolor);
    border: 0.094rem solid #0f172a4f;
    box-shadow: 0 0px 20px #a9c9e9;
    color: #fff;
    border-radius: 0;
    cursor: pointer
}
#brand_details2.nav>li.notactive>a{
	background: #686A6C;
	color:#fff;
}

#brand_details2.nav-tabs>li.active>a>span, #brand_details2.nav-tabs>li>a:hover>span {
    color: #fff
}

#brand_details2.nav-tabs>li>a:hover {
    background: var(--buttoncolor);
    color: #fff;
}

#brand_details2.nav-tabs>li>a>span {
    font-size: 14px;
    display: block;
    color: #fff
}
.tab-content.brand-content {
    font-size: 17px;
    color: #7e7e7e;
    padding: 0 30px;
}
.tab-content>.active {
    display: block;
    position: relative;
}

.tab-content.brand-content h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #666
}
.product-specification th {
    background: var(--buttoncolor);
    color: #fff;
	font-size: 22px;
}
.product-specification th {
    border: 1px solid #333333 !important;
    text-align: center;
}
.product-specification td{
	border: 1px solid #333333 !important;
}
td.bolddata {
    font-weight: 600;
    background: #e8e8e8;
}
/*.about-feature-list-item.product-details {*/
/*    background: var(--buttoncolor);*/
/*}*/
/*.about-feature-list-item.product-details h3 {*/
/*    color: #fff;*/
/*}*/
/*.about-feature-list-item.product-details p {*/
/*    color: #fff;*/
/*}*/
/*.about-feature-list-item.product-details{*/
/*    padding : 4%;*/
/*}*/
.about-feature-list-items h3 {
    text-align: center;
    color: var(--primary);
    margin-bottom: 25px;
}
.about-feature-list-items.product-details ul{
    list-style:none;
    padding-left:0px;
}
.about-feature-list-items.product-details ul li {
    color: #fff;
    padding: 12px;
    background: #686A6C;
    margin: 10px 0px;
    width: 100%;
    border-radius: 5px;
}
.about-feature-list-items.product-details ul li:hover {
	background: var(--buttoncolor);;
}
.about-feature-list-items.product-details ul li:before {
    font-family: 'Font Awesome 5 Free'; /* Make sure you load Font Awesome in your project */
    content: "\f054"; /* Unicode for fa-chevron-right */
    font-weight: 900; /* Adjust the weight according to the icon style */
    margin-right: 10px; 
}
.about-us-img.sona img.img-fluid {
    height: auto;
}