@media(max-width:1400px){
       .main-con p, .main-con li {
    line-height: 30px; font-size: 17px;
   }
    img.header-logo {
        max-width: 140px;
    }
    a.nav-link {
    margin: 0 6px;
    }
    .section-padding {
    padding: 70px 0;
    }
   .bs-box img.hb-img {
    max-height: 600px;
    min-height: 600px;
    }
    .index-form-wrapper {
    margin-top: -156px;
   }
  .section-title .sec-lg-title {
    font-size: 40px;
    line-height: 50px;
    }
  .service-section{
  padding-top: 70px;
  padding-bottom: 205px;
  }
  .achi-section {
    margin-top: -220px;
  }
  .testi-con-wrap {
    padding-top: 70px;
    padding-bottom: 30px;
   }
   .motto-con-wrap {
    padding: 70px 0;
  }
  .cmtment-section {
    padding: 70px 0 70px;
    }
    .site-breadcrumb {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 0px 37% !important;
    }
    .site-breadcrumb .breadcrumb-title{
        font-size: 40px;
    }
    .inner-lg-heading {
    font-size: 35px;
    line-height: 50px;
   }
  
}

@media screen and (min-width:1400px){
   .main-con p,  .main-con li {
    font-size: 17px;
    line-height: 32px;
}
  

}

@media(max-width:1199px){
    a.nav-link {
        font-size: 16px;
        margin: 0 3px;
    } 
    .rhs-polyinfo-wrap {
        background-image: linear-gradient(52deg, #ff7c2c00 27%, var(--primary-color) 0%);
        gap: 25px;
    }
     
}

@media screen and (min-width:1200px){
    .client-row{
        --bs-gutter-x: 2rem !important;
    }
    .clntcard-col {
    margin-bottom: 32px !important;
   }
}



@media(max-width:991px){
    .top-header{
        display: none !important;
    }
    .navbar-brand{
    display: block !important;
    opacity: 1 !important;
    visibility: visible;
    }
    div#navbarSupportedContent {
        padding: 11px 20px;
        margin: 0 -12px;
    }
    .main-header.sticky a.nav-link {
        padding: 0;
        width: fit-content;
    }
    a.nav-link {
        width: fit-content;
        margin: 8px 0px;
        padding: 0;
        font-size: 17px;
    }
    #header-dropdown .nav-link.dropdown-toggle::after {
        content: '\f078';
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        font-weight: 900;
        font-size: 14px;
        color: var(--color-dark);
        transition: 0.3s ease all;
    }
    #header-dropdown .nav-link.dropdown-toggle:hover::after, #header-dropdown .nav-link.dropdown-toggle:link::after, #header-dropdown .nav-link.dropdown-toggle:active::after{
        color: var(--primary-color) !important;
    }
     .header-btn {
    margin: 15px 0 20px 0;
   }
    .bs-con h1 {
    font-size: 55px;
    line-height: 68px;
    }
    .index-form-wrapper {
    margin-top: 30px;
    }
    .section-title .sec-lg-title {
    font-size: 42px;
    line-height: 57px;
    }
    .counter-card {
    margin-bottom: 40px;
   }
   .WCU-wid-wrap {
    margin-top: 25px;
    }
    .cba-area .aba-shape{
        display: none;
    }
    .testimonial-section .testi-shape{
        display: none;
    }
    .testi-wid-wrap {
    margin-top: 0;
    }
    .btscs-con-wrap {
    margin-top: 35px;
    }
    .footer-widget {
    margin-bottom: 30px;
    }
    .cmnt-wid-two {
    bottom: 0;
    border: 8px solid #fe8244;
    border-right: none;
    border-bottom: none;
     }
     .cmtment-con-wrap {
    margin-top: 45px;
    }
    .motto-section .col-lg-6.flash{
        justify-content: center !important;
    }
    .site-breadcrumb .breadcrumb-title {
        font-size: 43px;
    }
    .ctrlrep-wid-wrap{
        margin-top: 10px;
    }
    .ctrlrep-wid-wrap img {
        height: unset;
   }
   .contus-col{
     margin-bottom: 25px;
   }
   .form-map-wrapper {
    margin-top: 30px;
   }
   .map-wrapper iframe {
    height: 550px;
    }
    .contus-avatar-wrap .contus-avatar {
    width: 100px;
    height: 100px;
    }
    .contus-avatar-wrap .contus-avatar img {
    max-width: 40px;
    }
    .contus-avatar-wrap .contus-avatar img.custom {
    max-width: 47px;
    }
    .contus-form-wrapper {
    padding: 20px;
     }
   



}




@media screen and (min-width:992px){
.main-header.sticky{
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}
div#navbarSupportedContent{
    justify-content: space-between !important;
    transition: all 0.5s cubic-bezier(0.55, 0.03, 0.19, 0.97) !important;
}
.sticky-header div#navbarSupportedContent {
    justify-content: center !important;
}
.sticky-header  ul.navbar-nav {
        margin: 0 auto;
    }
.header-dropdown .dropdown-menu{
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.5s ease;
    display: block !important;
    min-width: 215px;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
}
.header-dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}
.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;
}
.service-card{
    height: 100%;
}
.ser-card-col{
    margin-bottom: 25px;
}



}


@media(max-width:767px){

.py-70{
    padding: 45px 0 !important;
}
.section-padding {
    padding: 45px 0;
}
.bs-box img.hb-img {
    max-height: 500px;
    min-height: 500px;
}
.bs-con h6 {
    margin-bottom: 12px;
}
.bs-con h1 {
    font-size: 50px;
    line-height: 64px;
}
.bs-con p {
    font-size: 17px;
    line-height: 28px;
}
.section-title .sec-lg-title {
    font-size: 38px;
    line-height: 52px;
}
.abt-widget-box {
    margin-bottom: 25px;
}
.cmnt-wid-two img {
    height: 220px;
}
.cmtment-section {
    padding: 45px 0;
}
.motto-con-wrap {
    padding: 45px 0;
}
 .inner-lg-heading {
    font-size: 33px;
    line-height: 45px;
}
.site-breadcrumb {
padding-top: 60px;
padding-bottom: 60px;
}
.site-breadcrumb .breadcrumb-title {
font-size: 38px;
}



}


@media(max-width:575px){
    a.nav-link {
        margin: 12px 0px;
    }
    .bs-con {
        width: 100%;
        padding: 0 10px;
   }
   .bs-box img.hb-img {
    max-height: 550px;
    min-height: 550px;
    }
    .section-padding {
    padding: 40px 0;
    }
    .main-con p{
        font-size: 16px;
    }
    .bs-con h1 {
    font-size: 33px;
    line-height: 45px;
   }
   .bs-con h6 {
    font-size: 15px;
   }
   .bs-con p {
    font-size: 15px;
    line-height: 25px;
    }
    .bsc-btn {
    column-gap: 15px;
   }
   .bsc-btn .site-btn {
    font-size: 16px;
    padding: 13px 28px;
    }
    .section-title .sec-lg-title {
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .sec-sm-title {
    font-size: 17px;
    margin-bottom: 15px;
   }
   .index-form-header {
    padding: 15px 10px;
    }
    .index-form-header h2 {
    font-size: 24px;
   }
   .index-form-body {
    padding: 20px;
   }
   .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
    }
    .achi-section {
        margin-top: 0;
    }
    .service-section .service-card:last-child{
        margin-bottom: 0;
    }
    .WCU-list li{
        width: 100%;
    }
    .hiw-wid-wrap{
        padding-left: 0;
    }
    .hiw-image img{
        height: 400px;
    }
    .partner-carousel-wrapper {
    margin-top: 40px;
    }
    .footer-section {
    padding-top: 40px;
    }
    .main-footer-area {
    padding-bottom: 20px;
    }
    .copyright-area {
    padding: 15px 7px;
    }
    .copyright-text, .credit-text {
    font-size: 14px;
    line-height: 25px;
    }
   .abtusin-wid-wrap {
    max-height: 450px;
    }
    .abt-img-two img {
    height: 300px;
    }
    .abt-count-box h1 {
    font-size: 35px;
    }
    .abt-count-box {
    padding: 10px;
    }
    .abt-count-box h6{
        font-size: 14px;
    }
    .cmnt-wid-two {
    border-color: #fe824459;
    border-bottom: none;
    border-right: none;
   }
   .cmnt-wid-two img {
    height: 150px;
   }
   .cmtment-wid-wrap .img-one {
    height: 450px;
    object-fit: cover;
}
.site-breadcrumb {
    padding-top: 40px;
    padding-bottom: 40px;
}
.site-breadcrumb .breadcrumb-title {
    font-size: 26px;
}
.site-breadcrumb .breadcrumb-menu {
    margin-bottom: 10px !important;
}
.site-breadcrumb .breadcrumb-menu li{
    font-size: 15px;
    margin-left: 20px;
}
.site-breadcrumb .breadcrumb-menu li::before {
    right: -15px;
    top: 5px;
    font-size: 11px;
}
.inner-lg-heading {
    font-size: 26px;
    line-height: 37px;
    padding-bottom: 15px;
}
.cmtment-card {
    padding: 15px;
}
.cmtment-ul li{
    font-weight: 400;
}   
.client-logo img {
    min-height: 55px;
    max-height: 55px;
}
.serdet-container {
    padding: 15px;
}
.inner-sm-heading {
    font-size: 17px;
    line-height: 26px;
}
.innser-list li {
    margin-bottom: 5px;
}
.serdet-wid-wrap img {
    height: 300px;
}



}




/* Minimum Screen */

@media screen and (min-width:992px) and (max-width:1199px){
    /* .navbar-container{
        max-width: 100% !important;
    } */
     .header-btn .site-btn {
          padding: 17px;
     }
     .navbar-brand{
        margin-right: 0;
     }
     img.header-logo {
            max-width: 130px;
        }

}
