/*================================
Template Name: Trade Lab Solution
Author: CodeGama
Author website: 
Version: 1.0
================================== */

@media (max-width: 575.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (min-width: 1440px) {}

@media (max-width: 1199.98px) {
.logo{
    max-width: 5em;
}
.sm-padding {
    padding: 3em 0;
}
.header-nav-center .navbar .nav-item .nav-link{
    font-size: 0.65em;
    font-weight: 500;
    white-space: nowrap;
}
.open-header-btn-outline{
    padding: 0.5em 0.5em !important;
}
.open-header-btn{
    padding: 0.5em 0.5em !important;
}
}

@media (max-width: 991.98px) {
    .resp-mrg-btm-md{
        margin-bottom: 2em;
    }
    .header-nav-center .navbar .nav-item .nav-link {
        font-size: 0.8em;
        font-weight: 600;
        white-space: normal;
    }
    .open-header-btn-outline{
        padding: 0.5em 1.5em !important;
    }
    .open-header-btn{
        padding: 0.5em 1.5em !important;
    }
    .logo{
        max-width: 8em;
    }
    .banner-caption {
        min-height: 50vh;
    }
    .home-banner-sec{
        min-height: 50vh;
    }
}


@media (max-width: 767.98px) {
    .banner-content h1 {
        font-size: 2em;
    }
    .section-title h2 {
        font-size: 2em;
    }
    .sm-padding {
        padding: 2em 0;
    }
    .section-title h4 {
        font-size: 2em;
    }
    .banner-img {
        height: 22em;
    }
    .banner-caption{
        padding-top: 2em;
    }
    .banner-content{
        text-align: center;
    }
    .open-header-btn{
        margin-top: 0!important;
    }
    .banner-btn-sec{
        justify-content: center;
    }
    .why-choose-us-img {
        max-width: 15em;
        margin: auto;
    }  
    .why-choose-us-info p{
        text-align: center;
    }
    .why-choose-us-btn-sec{
        display: flex;
        align-items: center;
        justify-content: center;
    }  
    .features-box{
        grid-template-columns: repeat(1, 1fr);
    }
    .section-title {
        margin-bottom: 2em;
    }
    .our-services-card{
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
    .our-services-box{
        padding: 1.5em;
    }
    .our-services-icon{
        width: 4em;
    }
    .why-choose-us-info h3{
        text-align: center;
    }
    .our-services-card:first-child{
        margin-top: 0;
    }
    .industry-serve-us-card{
        padding: 0;
    }
    .our-client-company-logo-sec{
        justify-content: center;
        flex-wrap: wrap;
    }
    .testimonial-content{
        text-align: center;
    }
    .tns-nav{
        bottom: -5px;
        left: 40%;
    }
    .testimonial-slider-sec{
        padding-bottom: 2em;
    }
    .footer-social-link-list{
        flex-wrap: wrap;
    }
    .footer-sec{
        padding: 2em 0;
    }
}

@media (max-width: 575.98px) {}


/* Large Device CSS */

@media screen and (min-width: 1400px) {
    .container {
      width: 1320px;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 1600px) {
    .container {
      width: 1320px;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 1900px) {
    .container {
      width: 1520px;
      max-width: 100%;
    }
  }