@media screen and (min-width:1400px){
    a.nav-link{
        font-size: 17px;
        margin: 0 10px;
    }
     .bs-con{
        max-width: 1320px;;
     }
     .bs-h6 {
    font-size: 22px;
   }
   .slide-card-wrapper {
    padding: 65px 45px;
}
.bs-slide-card{
    padding: 50px 30px;
}
   .bs-slide-card h4 {
    font-size: 22px;
}
.bs-slide-card p {
    font-size: 17px;
}
}

@media(max-width:1400px){

    .bs-con{
        top: 50%;
        left: 8%;
        /*right: 8%;*/
    }
    img.header-logo {
        max-width: 140px;
    }
    a.nav-link {
        font-size: 16px;
        font-weight: 500;
        padding: 30.4px 3px !important;
        margin: 0 10px;
    }
    .bs-box img.hb-img {
        max-height: 650px;
        min-height: 650px;
    }
    p {
        margin: 0 0 14px;
        line-height: 30px;
        font-size: 16px;
    }
    .bs-con {
        /* max-width: 670px; */
        /*max-width: 100%;*/
        max-width: 1125px;
    }
  
}
@media(min-width:1400px){
    .bs-con {
  
   /*  width: 100%; 
    max-width: 100%;*/
   
}
}
@media(max-width:1199px){
    a.nav-link {
        font-size: 15px;
        margin: 0 6px;
    } 
    .bs-con h1{
        font-size: 43px;
        line-height: 65px;
    }
    .bs-con {
        max-width: 80%;
    }
    .bsc-btn {
        column-gap: 14px;
    }
    .banner-widget-section{
        background-position: right;
    }
   
}
@media(max-width:991px){
    .navbar-brand{
        padding-bottom: 15px;
    }
    a.nav-link, .main-header.sticky a.nav-link {
    padding: 3px 3px !important;
}
    div#navbarSupportedContent {
        /* background: #000; */
        padding: 11px 20px;
        margin: 0 -12px;
    }
      .header-top::before {
    display: none;
  }
  .header-top-wrap{
    flex-wrap: wrap;
    gap: 10px;
  }
  .header-top-contact ul li a{
    font-size: 16px;
  }
  .header-top-contact li:last-child{
    display: none;
  }
  .header-top-social a{
    background: var(--primary-color);
  }
    .main-header.sticky a.nav-link {
        padding: 0;
    }
    .slide-card-wrapper{
        padding: 25px;
    }
    .bs-con {
        max-width: 80%;
        width: 100%;
    }
    .bs-con.custom-slide{
        max-width: 90% !important;
        left: 5% !important;
        right: 5% !important;
    }
   .bs-con h1 {
    font-size: 33px;
    line-height: 55px;
}
    a.nav-link {
        /* color: #FFF; */
        margin: 8px 0px;
        padding: 0;
        font-size: 15px;
    }
    .header-btn {
        margin: 4px 0 14px;
    }
 .main-header{
    padding: 10px 0;
 }
.header-dropdown .dropdown-menu li a, .header-dropdown .dropdown-menu li a:hover{
    color: var(--color-dark);
}
.section-padding {
    padding: 70px 0;
}
  .about-right {
    margin-top: 80px;
  }
  .counter-area .counter-box {
    margin: 40px 0;
  }
  .qualsha-card.card.even{
     margin-top: 80px;
  }
  .inner-lg-heading{
     font-size: 35px;
    line-height: 47px;
  }
  .contact-col{
    margin-bottom: 25px;
  }
  .infra-intro-wrapper h3{
    font-size: 32px;
  }
  .infra-intro-list li{
    font-size: 18px;
  }

    
}

@media screen and (min-width:992px){
    .main-header.sticky{
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    }
.header-dropdown .dropdown-menu{
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: block !important;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    /* border-radius: 20px !important; */
}
.header-dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    
}
.ps-lg-30{
    padding-left: 30px !important;
}
.pe-lg-30{
    padding-right: 30px !important;
}
.section-padding.custom{
    padding: 60px 0 !important;
}


}


@media(max-width:767px){
    .header-top{
        display: none;
    }
      .header-top-wrap{
    flex-direction: column-reverse;
  }
   .bs-con h1 {
    font-size: 34px;
    line-height: 55px;
}
   .section-title h1 {
    font-size: 35px;
    line-height: 48px;
}
.site-breadcrumb .breadcrumb-title{
    font-size: 38px;
}
.choose-img::before{
    width: 180px;
    height: 250px;
    border-radius: 70px;
  }
  .bs-h6 {
    font-size: 15px;
}
.para-column {
    margin-bottom: 10px;
}
.bs-slide-card{
    padding: 10px;
}
.bs-slide-card p{
    margin-bottom: 0;
}
.bs-slide-card {
    padding: 10px;
    height: auto !important;
    margin-bottom: 15px;
}
.bs-slide-card.last-child{
    margin-bottom: 0 !important;
}
.tricolor-line {
    width: 50%;
    height: 8px;
}
.product-slider .slick-prev {
    left: 0%;
}
.product-slider .slick-next {
    right: 0;
}
.about-right{
    padding-left: 0;
}
.footer-widget-box {
    margin-bottom: 35px;
}
.cta-text h1{
    font-size: 38px;
}
 .inner-lg-heading{
     font-size: 30px;
    line-height: 40px;
  }
  .gallery-card img{
    max-height: 270px;
    min-height: 270px;
  }
  .banner-widget-section {
    background-position: bottom;
}



}
@media(max-width:575px){
    .bs-box img.hb-img {
    max-height: 550px;
    min-height: 550px;
}
   .bs-con.custom-slide {
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}
    .bs-con {
        max-width: 450px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 14px;
    }
   .bs-con h1 {
    font-size: 27px !important;
    line-height: 40px !important;
}
.slide-card-wrapper {
    padding: 15px;
    background-color: #3e3f958a;
}
.bs-h6 {
    font-size: 13px;
    font-weight: 400;
}
.bs-con .lg-para {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.bs-slider .slick-next, .bs-slider .slick-prev{
    top: 80% !important;
}
.bs-slide-card h4{
    font-size: 15px;
    margin-bottom: 8px;
}
.bs-slide-card h4:after{
    height: 4px;
}
.bs-slide-card p {
    font-size: 13px;
    line-height: 17px;
}
    .bsc-btn {
        column-gap: 8px;
    }
    .bs-slider .slick-prev {
    left: 15px !important;
}
    .bs-slider .slick-next {
    right: 15px !important;
}
    .section-padding {
    padding: 50px 0;
}
 .site-breadcrumb .breadcrumb-title {
    font-size: 27px;
}
.section-title {
    margin-bottom: 15px;
}
.section-title h1 {
    font-size: 25px;
    line-height: 40px;
}
.site-breadcrumb{ padding:30px 0;}
.section-title h3{
    margin-bottom: 15px;
}  
.section-title p {
    font-size: 15px;
    font-weight: 700 !important;
}
.about-img-2{
    bottom: -60px;
}
.about-area{
    padding-top: 80px !important;
}
.choose-img .img-1, .choose-img .img-2 {
    height: 280px;
}
.counter-area .counter-box {
    margin: 25px 0;
    justify-content: start;
}
.footer-widget{
    padding-top: 50px;
}
.footer-top-wrap {
    padding-bottom: 0;
}
.inner-lg-heading {
    font-size: 25px;
    line-height: 35px;
}
.ctcfmqte-con h1{
    font-size: 33px;
    line-height: 45px;
}
.ctcfmqte-con h1{
    margin-bottom: 20px;
}
.ctcfmqte-con h6{
    font-size: 19px;
}
.ctcfmqte-con p {
    font-size: 15px;
    line-height: 22px;
}
.ctcfmqte-wrapper{
    padding: 30px 20px;
}
.contus-form-wrapper .form-title{
    font-size: 30px;
}
.contact-content{
    padding: 10px;
}
.infra-intro-wrapper h3 {
    font-size: 22px;
}
.infra-intro-list li {
    font-size: 15px;
}
.banner-widget-section {
    background-position: center;
    background-size: cover;
    height: 200px;
}


}




/* Minimum Screen */

@media screen and (min-width:992px) and (max-width:1199px){
    .navbar-container{
        max-width: 100% !important;
    }
    .header-btn .site-btn{
        padding: 17px 20px 17px 25px !important;
    }
}