@media(max-width:1400px){

       .main-con p, .main-con li {
    line-height: 27px;
        margin-bottom: 9px;
   }
    img.header-logo, .sticky img.header-logo {
        max-width: 120px;
    }
    a.nav-link{
        margin: 0 10px;
    }
    .section-padding {
    padding: 50px 0;
    }
    .bs-con h1 {
    font-size: 40px;
    line-height: 50px;
    }
    .service-title {
   font-size: 22px;
        line-height: 36px;
        margin-bottom: 0;
        text-align: center;
    }
   .site-breadcrumb{
    padding: 50px 0;
   }
   .site-breadcrumb .breadcrumb-title {
    font-size: 30px;
    }
    .client-heading {
    font-size: 16px;
    padding: 0 35px;
    }
    .client-heading::before, .client-heading::after{
        width: 40px;
    }
    .ser-image-two{
        width: 60%;
    }
    .gallery-card .gall-img img{
        height: 350px;
    }
    .thead-row th{
        font-size: 16px;
    }
    .service-img img {
    height: 350px;
    width: 350px;
}

}

@media screen and (min-width:1400px){
   .main-con p,  .main-con li {
    font-size: 16px;
    line-height: 30px;
        margin-bottom: 10px;
}
  

}

@media(max-width:1199px){
    img.header-logo, .sticky img.header-logo {
    max-width: 135px;
    }
    a.nav-link {
        font-size: 16px;
        margin: 0 5px;
    } 
    .contus-form-wrapper {
    padding: 30px 20px;
    }
    .ser-image-two {
    width: 70%;
    }
    .gallery-card .gall-img img {
    height: 450px;
    }
    .service-img img {
    height: 300px;
    width: 300px;
    padding: 10px;
}
   

}

@media screen and (min-width:1200px){
    .ps-xl-30{
        padding-left: 30px;
    }
}


@media(max-width:991px){
    .counter-box {

    padding: 20px 20px 10px;
  
}
    .top-header{
        display: none;
    }
    div#navbarSupportedContent {
        padding: 11px 20px;
        margin: 0 -12px;
    }
    .main-header.sticky a.nav-link {
        padding: 0;
    }
    .header-btn{
        margin: 15px 0;
    }
    a.nav-link {
        margin: 8px 0px;
        padding: 0;
        font-size: 17px;
    }
    #header-dropdown .nav-link.dropdown-toggle::after {
        content: '\2b' !important;
        font-family: "Font Awesome 6 Pro" !important;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 65%;
        transform: translateY(-50%);
        font-weight: 900;
        font-size: 14px;
        color: var(--secondary-color);
        transition: 0.3s ease all;
    }
     #header-dropdown .nav-link.dropdown-toggle:hover::after {
        color: var(--primary-color);
     }
    .mb-max-lg-30{
        margin-bottom: 30px;
    }
     .process-item::before {
    display: none;
  }
   .quote-content{
    margin-top: 30px;
  }
  .bs-con h1 {
    font-size: 53px;
    line-height: 67px;
    }
    .abtus-con-wrap {
        margin-top: 100px;
    }
    .service-slider .slick-prev {
    left: -2% !important;
    }
     .service-slider .slick-next {
    right: -2% !important;
    }
    .WCU-con-wrap {
    margin-top: 30px;
    }
    .choose-items-wrapper .row .col-12:last-child .choose-item{
        margin-bottom: 0;
    }
    .counter-section::before, .counter-section::after{
        width: 80px;
    }
    .project-slider:hover .slick-prev {
    left: -3% !important;
     }
    .project-slider:hover .slick-next {
    right: -3% !important;
     }
    .footer-widget {
    margin-bottom: 30px;
    }
    .footer-top {
    padding-top: 45px;
    padding-bottom: 0px;
    }
    .contact-card{
        height: auto;
    }
    .site-breadcrumb .breadcrumb-title {
    font-size: 27px;
   }
   .ser-image-two {
    width: 50%;
   }
   .label-title{
    font-size: 13px;
   }
 
}

@media screen and (min-width:992px){

.main-header.sticky{
    box-shadow: 0 0 15px rgba(30, 108, 179, 0.22);
}
a.nav-link::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    left: 0.5rem;
    background: var(--secondary-color);
    border-radius: 5px;
    /* bottom: 18px; */
    bottom: 20px;
    opacity: 0;
    transition: all .5s ease-in-out;
}  
.header-dropdown .dropdown-menu{
    opacity: 0;
    transform-origin: top;
    transform: translateY(40px);
    transition: 0.3s;
    display: block !important;
    min-width: 220px;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
}
.header-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: all 0.3s;
}
#header-dropdown .nav-link.dropdown-toggle:hover::after {
    content: '\f068' !important;
}
.ps-lg-30{
    padding-left: 30px !important;
}
.ps-lg-50{
    padding-left: 50px !important;
}
.pe-lg-30{
    padding-right: 30px !important;
}
.pe-lg-50{
    padding-right: 50px !important;
}
.proj-table-wrapper .table>:not(caption)>*>* {
    padding: 0.7rem 1.5rem !important;
}



}


@media(max-width:767px){

.py-70, .section-padding{
    padding: 45px 0 !important;
}
 .quote-area {
    margin-top: -40px;
  }
  .bs-con h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .section-title .sec-lg-title {
    font-size: 33px;
    line-height: 46px;
    }
    .map-wrapper iframe{
        height: 550px !important;
        width: 100%;
    }
    .contus-mfm-wrapper {
    margin-top: 20px;
    }
    .site-breadcrumb {
    padding: 50px 0;
    }
    .site-breadcrumb .breadcrumb-title {
    font-size: 24px;
    }
    .gallery-card .gall-img img {
    height: 350px;
     }
    .ser-image-one{
    height: 480px;
    }
    .ser-image-two {
    width: 70%;
     }
     .thead-row th {
    font-size: 14px;
    }
    .team-con-wrap {
    margin-top: 25px;
   }


}


@media(max-width:575px){
    img.header-logo, .sticky img.header-logo {
        max-width: 120px;
    }
    a.nav-link {
        font-size: 16px;
        margin: 12px 0px;
    }
    .header-dropdown .dropdown-menu li a{
        font-size: 14px;
    }
    .bs-con {
        width: 100%;
        padding: 0 10px;
   }
    .section-padding {
        padding: 40px 0;
    }
    .main-con p{
        font-size: 16px;
    }
    .bs-con h6{
        font-size: 17px;
    }
    .bs-con h1 {
    font-size: 32px;
    line-height: 44px;
   }
   .bs-con p {
    font-size: 15px;
    line-height: 25px;
    }
    .bsc-btn {
    column-gap: 12px;
    }
    .site-btn{
        font-size: 15px;
    }
    .bsc-btn .site-btn {
        font-size: 13px;
        padding: 13px 15px;
    }
    .abtus-wid-wrap {
    margin-right: 0;
   }
   .abtus-wid-wrap .about-sticker {
    right: 0;
    top: 30px;
    }
    .about-sticker h5 {
    font-size: 30px;
   }
   .about-sticker p {
    font-size: 13px;
    }
    .abtus-con-wrap {
    margin-top: 120px;
    }
     .section-title {
    margin-bottom: 15px;
    }
    .section-title .sec-sm-title{
        font-size: 16px;
    }
    .section-title .sec-lg-title {
    font-size: 28px;
    line-height: 40px;
    }
    .about-solutions {
        margin-top: 15px;
        padding-bottom: 20px;
    }
    .about-solutions-text-box {
    margin-left: 15px;
     }
     .service-slider .service-slick {
    margin: 20px 0 0 0;
    padding: 0;
     }
     .service-item{
        box-shadow: none !important;
     }
    .service-slider .slick-next, .service-slider .slick-prev {
        top: 45.5% !important;
        height: 40px !important;
        width: 40px !important;
     }
     .service-slider .slick-next i, .service-slider .slick-prev i {
    font-size: 17px;
     }
     .project-content h4{
        font-size: 18px;
     }
     .service-title{
        font-size: 22px;
     }
    .mb-max-lg-30.last-child{
        margin-bottom: 0 !important;
    }
    .quote-wrapper{
        padding: 20px;
    }
    .project-slider .slick-next, .project-slider .slick-prev {
        height: 40px !important;
        width: 40px !important;
     }
     .project-slider .slick-next i, .project-slider .slick-prev i{
        font-size: 17px;
     }
    .project-content::before{
        width: 80px;
    }
    .accordion-button{
        font-size: 16px !important;
        line-height: 25px;
    }
    .faq-section .accordion-item:last-child{
        margin-bottom: 0;
    }
    .testimonial-quote{
        padding: 20px;
    }
    .footer-bottom{
        padding: 10px 0;
    }
    .copyright-text, .credit-text{
        font-size: 15px;
        line-height: 27px;
    }
    .project-content::after{
        width: 70px;
    }
    .site-breadcrumb {
    padding: 35px 0;
   }
   .site-breadcrumb .breadcrumb-title {
    font-size: 18px;
    line-height: 26px;
    }
    .site-breadcrumb .breadcrumb-menu li {
    font-size: 14px;
    font-weight: 500; 
    margin-left: 20px;
    }
    .site-breadcrumb .breadcrumb-menu li::before {
    right: -18px;
    font-size: 10px;
    }
    .client-card{
        padding: 10px;
    }
    .client-card img {
    min-height: 75px;
    max-height: 75px;
    }
     .serinn-wid-wrap{
    padding-left: 40px;
    }
    .newgm{
        font-size: 15px;
    }
    .ser-image-two {
    width: 80%;
    padding: 12px;
    }
    .ser-image-two img{
        height: 150px;
    }
    .teamprof-title{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .teamprof-desc {
    margin-top: 5px;
     }
     .hrt-ruler {
    margin: 2rem 0;
    }
  .choose-items-wrapper .choose-item {
    padding: 20px;
    border-radius: 80px;
    border-left-width: 5px;
    border-right-width: 5px;
    flex-direction: column;
    text-align: center;
    gap: 12px;
}
.choose-items-wrapper .choose-item .choose-icon {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
}
.choose-items-wrapper .choose-item h5{
    font-size: 22px;
}  
.choose-items-wrapper .choose-item .choose-content{
    padding: 0 !important;
}
.choose-items-wrapper .choose-item .choose-content::before{
    display: none !important;
}
.proj-table-wrapper td, .proj-table-wrapper th {
    padding: 4px !important;
    font-size: 12px !important;
}
.abtinner-wid{
    padding-right: 0 !important;
}
.abt-wid-carousel.inner img{
    height: 320px;
}
.WCU-wid-wrap.abtinner-wid .choose-exp {
    position: absolute;
    width: 100% !important;
    top: unset !important;
    right: 0 !important;
    bottom: -25px !important;
    z-index: 1 !important;
    font-weight: 700;
    padding: 10px 20px !important;
    transform: none !important;
    transform-origin: unset !important;
}
.abtus-con-wrap.inner{
    margin-top: 45px !important;
}




}




/* Custom Screen */
@media screen and (min-width:992px) and (max-width:1250px){
    .service-slider .slick-prev, .project-slider:hover .slick-prev {
    left: -3% !important;
   }
   .service-slider .slick-next, .project-slider:hover .slick-next {
    right: -3% !important;
}
}

@media screen and (min-width:992px) and (max-width:1199px){
    .navbar-brand{
        margin-right: 0 !important;
    }
    a.nav-link, #header-dropdown .dropdown-toggle::after{
        font-size: 15px;
    }
    .navbar-container{
        max-width: 100% !important;
    }
    .counter-section::before, .counter-section::after{
       width: 100px;
       height: 100px;
    }

}
