#header{
        background: linear-gradient(180deg, #20bdbe, #144c71);
}

.section{
    padding: 30px 5%;
}
.container-fluid{
  max-width: 1600px;
}
.banner-sec{
    background-size: cover !important;
    height: 471px;
    position: relative;
    margin-top:100px;
}
.banner-sec .title-box{
  width: 100%;
    padding: 40px 0;
    text-align: center;
}

.banner-sec .title-box h1{
    color: #fff;
   font-family: 'montserratBold' ;
}
.banner-sec .title-box .desc{
  font-size: 20px;
}


.banner-sec .title-box h1 span{
color: #005995;
font-family: 'montserratSemiBold';
}
.banner-sec .title-box h1 span.small-text{
  font-size: 26px;
}
.banner-sec .title-box p{
    font-size: 28px;
    line-height: 52px;
    color: #fff;
}

.banner-sec  .number-boxes{
    display:flex;
    position: absolute;
    bottom: -239px;
    width: 70%;
    margin: 0 200px;
    justify-content: space-between;
 

}
.banner-sec  .number-boxes .box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    /* padding: 20px; */
    width: 30%;
    border-radius: 20px;
}
.banner-sec  .number-boxes .bb-3{
    border-bottom: 3px solid grey;
}
.banner-sec  .number-boxes  h2{
    
    color: #9b9b9b;
    font-size: 40px;
    padding: 40px;
    padding-bottom: 10px;
    
}
.banner-sec  .number-boxes  h2 span{
    font-size: 18px;
    display: block;
       line-height: 32px;
    font-family: 'montserratSemiBold';
    min-height:96px;
}

.banner-sec  .number-boxes .box:hover h2{
    color: #005995;
}
.banner-sec  .number-boxes .box:hover .bb-3{
    border-bottom: 3px solid #25bcbd;
}
.mb-35{
    margin-bottom: 35px;
}

.logos{
    margin-top: 80px;
}
.logos .logo-main-title{
    color: #25bcbd;
    font-size: 40px;
    text-align: center;
  }
  .logos .logo-main-title span{
    color: #005995;
    font-family: montserratSemiBold;
  
  }
  
  .client-logo .carouselTicker__list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 1px 1px 5px #ddd;
    padding: 20px;
    flex-wrap: nowrap; /* Ensure logos are in a single row */
  }
  
  .client-logo .carouselTicker__list .item {
    width: calc(25% - 20px); /* 4 items per row */
    margin: 10px;
    box-shadow: 1px 1px 5px #ddd;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-height: 170px;
    max-height:170px;
  }
  
  .client-logo .slick-slide {
    transition: transform 0.3s ease;
  }
  
  /* Optionally remove arrows if you don't want them */
  .client-logo .slick-prev, .client-logo .slick-next {
    display: none;
  }
  
  .client-logo .slick-slide {
    margin: 0 10px; /* Slightly smaller space on tablets */
  }
  
  .client-logo  .slick-slide img{
    width: 100%;
    max-width: 80%;
  }


  h2.main-title{
    color: #005995;
    font-size: 40px;
    padding: 15px 20px;
    background: #e1f9f8;
    width: fit-content;
    border-radius: 15px;
    /* font-weight: bold; */
    text-transform: inherit;
    font-family: 'montserratBold';

}
.overview-sec .content p {
    color: #4b4c4c;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 20px;
}
.overview-sec .content p span{
    font-weight: bolder;
    font-family: 'montserratBold';

}

.know-more-btn{
    background: #9b9b9b;
    padding: 10px 30px;
    color: #fff;
    border-radius: 25px;
    font-size: 25px;
    font-family: 'montserratBold';
}
.know-more-btn:hover{
  background: #25bcbd;
  color:#005995;
  transition: 0.3s ease all;
}
.overview-sec .button{
    /* text-align: center; */
    margin-top: 40px;
}

.industries-sec p{
    color: #005995;
    font-size: 22px;
}
.industries-sec .industry-boxes{
    display: flex;
    justify-content: space-between;
}
.industries-sec .industry-boxes .box{
    width: 23%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px ;
    padding: 40px 0 20px;
   text-align: center;
   position: relative;
   overflow: hidden;
   transition: all 0.3s ease-in-out;
}
.industries-sec .industry-boxes .box .hover-text{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.8);   semi-transparent background */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
}
.industries-sec .industry-boxes .box .hover-text p{
  padding: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
.industries-sec .industry-boxes .box .hover-text .know-more-btn{
  font-size: 16px;
}

.industries-sec .industry-boxes .box .icon,
.industries-sec .industry-boxes .box > p,
.industries-sec .industry-boxes .box .bb-3-blue {
    z-index: 1;
    position: relative;
    transition: opacity 0.3s ease-in-out;
}
/* .industries-sec .industry-boxes .box:hover{
  background: #fff;

} */
 
.industries-sec .industry-boxes .box:hover .icon,
.industries-sec .industry-boxes .box:hover > p,
.industries-sec .industry-boxes .box:hover .bb-3-blue {
  opacity: 0;
}
.industries-sec .industry-boxes .box:hover .hover-text{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
  
}


.industries-sec .industry-boxes .box .icon{
margin-bottom: 40px;
min-height: 129px;
}

.bb-3-blue{
    border-bottom: 3px solid #005995;
}

.industries-sec .industry-boxes .box p{
    margin: 25px 0 10px 0;
    padding: 0 26px;
    font-size: 22px;
    color: #005995;
    font-family: 'montserratSemiBold';
    
}
.logistic-sec{
    margin: 50px 0 100px;

}
.logistic-sec .logistic-img-box{
    height: 370px;
    background-size: cover !important;
    position: relative;
}
.logistic-sec .logistic-img-box h2{
    color: #fff;
    font-size: 45px;
    line-height: 60px;
        font-family: 'montserratRegular';
}
.logistic-sec .logistic-img-box h2 span{
    font-family: 'montserratSemiBold';
    display: block;
}
.logistic-sec .logistic-img-box .content{
    padding: 40px;
}
.logistic-sec .logistic-img-box .button{
    margin-top: 30px;
}
.logistic-sec .logistic-img-box .button a{
    border-radius: 20px;
    border:2px solid #fff;
    padding: 10px 20px;
        color: #fff;
        font-family: 'montserratBold';
}

.logistic-small-boxes{
    display: flex;
        padding: 0 110px;
        justify-content: space-between;
}

.logistic-small-boxes .small-box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    background: #fff;
    width: 22%;
    position: relative;
    padding: 40px 18px;
    text-align: center;
    padding-top: 20px;
}
.logistic-small-boxes .small-box p{
    color: #005995;
    font-size: 17px;
    margin-bottom: 30px;
}
.logistic-small-boxes .small-box .icon{
    background: #005a96;
    width: 117px;
    height: 117px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 196px;
}

.resource-sec .resource-img-box{
    height: 361px;
    background-size: cover !important;
    position: relative;
    padding: 100px 60px;
}
.resource-sec .resource-img-box h2{
    color: #fff;
    font-size: 45px;
    line-height: 60px;
}
.resource-sec .resource-img-box h2 span{
    font-family: 'montserratSemiBold';
    /* display: block; */
}
.resource-sec .resource-img-box .nav-links
{
    position: absolute;
    bottom: -60px;
    width: 100%;

    padding: 0 100px;
    left: 0;
   

}
.resource-sec .resource-img-box .nav-links ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
    background: #d9d9d9;
    color: #000;
    padding: 8px 5px;
    padding-left: 5px;
    border-radius: 30px;
}
.resource-sec .resource-img-box .nav-links ul li{
 
}
.resource-sec .resource-img-box .nav-links ul li a.nav-link{
    color: #005995;
   
    width: 250px;
    display: flex;
    border-radius: 30px;
    justify-content: center;
      
    padding: 20px;
}
.resource-sec .resource-img-box .nav-links ul li a.nav-link.active{
    background: #fff;
}
.tab-content{
    position: relative;
    margin-top: 100px;
}
.tab-content .tab-pane.active{
    /* background: red; */
}

.tab-content>.active{
    opacity: 1;
}

.insight-box {
    width: 32%;
}





.form-section .form-title{
    font-size: 40px;
    color: #25bcbd;
    text-align: center;
  }
  .form-section .form-title span{
    color: #005995;
    
  }
  
  .custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container .select2-selection--single{
    border: 1px solid #ced4da;
    padding: 0.700rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      height: 49px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #495057 !important;
  }
  
  .form-section .agree-div p{
     display:flex;
  }
  
  .form-section .agree-div p label{
    margin-left: 20px;
    margin-top: -4px;
  }
  
  
  .form-section .form-control{
    padding: 0.700rem .75rem;
  }
  .form-section .agree-div input{
    width: 22px;
    height: 22px;
  }
  .btn-blue-outline{
    background: #005995;
    border: 2px solid #005995;
    width: 190px;
    font-size: 18px;
  }

  .form-section .form-group p{
    margin: 0 0 5px 0;

  }
  .banner-sec .title-box h1{
    font-size: 50px;
  }



  /* header */

  
/* header css */
#header .header-box{
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  .nav-menu-container ul li:nth-child(6){
    text-transform: inherit;
  }
  
  #nav-menu-container ul li.book-demo a{
    text-transform: inherit;
    background:#25bcbd;
    padding:5px 10px ;
    border-radius: 10px;
    color: #fff;
  }
  .nav-menu a{
    padding-top: 5px;
    padding-bottom: 5px;
  
  }
  .sf-arrows .sf-with-ul:after{
    top: 10px;
  }
  .nav-menu ul li{
    text-align: left;
  
  }
  .search-desk{
    display: none;
  }



  /* footer css */

  /*.fa-twitter:before{*/
  /*  content: url(../img/New-design/twitter-logo-blue.png);*/
  /*  filter: brightness(0)invert(1);*/
  /*}*/
  .footer-link-section .footer-links .social-links ul li a{
    font-size: 28px;
  }
  .footer-links .social-links{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
  }
  .footer-links .social-links ul{
   display: flex;
   gap: 20px  ;
  }
  .footer-link-section .footer-links ul li:nth-child(1),
  .footer-link-section .footer-links ul li:nth-child(3){
    padding: 7px 0;
  }
  .bb-blue-3{
    border-bottom: 3px solid #25bcbd;
  }
  .w-108p{
    width: 108px;
  }
  
  .footer-link-section .footer-links h3{
    font-size: 17px;
  }
  
  .footer-link-section .twiiter-logo:hover .fa-twitter:before{
  
    /* content: url(../img/New-design/twitter-logo-blue.png); */
    filter: none;
  
  }
  .font22{
    font-size: 18px;
  }

   .pricing-sec{
    background: #fdfdfd;
  }
  .pricing-sec h2{
    color: #25bcbd;
    font-size: 40px;
    text-align: center;
  }
  .pricing-sec h2 span{ 
    color: #005995;
    font-family: montserratSemiBold;

  }
  .pricing-sec .nav{
    display: flex;
    gap: 10px;
    justify-content: center;
    border-bottom: 0;
  }
  .pricing-sec .nav-item button{
    border-radius: 25px !important;
    background: #fff;
    border: 1px solid #005995;
    color: #005995;
    outline: 0;
    padding: 10px 20px;

    cursor: pointer;
    transition: 0.3s ease all;
  }
  .pricing-sec .tab-content{
    margin-top: 40px;
  }
  .pricing-sec .nav-item button.active, .pricing-sec .nav-item button:focus{
    background: #005995;
    color: #fff;
    outline: 0;
  }
  .pricing-sec .card{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0px;
    border-radius: 25px;
  }
  .pricing-sec .card .card-header{
    border-radius: 25px 25px 0 0;
    background: #005995;
    color: #fff;

  }
  .pricing-sec .card .card-header.bg-light-silver{
    background: #606161;

  }
  .pricing-sec .card.platinum .card-header{
    background: #25bcbd;

  }
  .pricing-sec .card.platinum .card-body h4.price{
color: #25bcbd;
  }
  .pricing-sec .card .card-header h3{
    font-size: 30px;
    font-family: 'montserratSemiBold';
    color: #fff;
    margin-bottom: 0;
  }
  .pricing-sec .card .card-body{
    padding: 20px 30px 30px;
  }
  .pricing-sec .card .card-body h4.price{
    font-size: 35px;
    color: #005995;
    margin-bottom:34px;
    position: relative;


  }
  .pricing-sec .card .card-body h4.price sub{
    text-decoration: line-through;
    color: red;
    position: absolute;
    top: 31px;
    left: 70%;
  }
  .pricing-sec .card .card-body h4.price span{
    display: block;
    font-size: 20px;
  }
  .pricing-sec .card.platinum .card-body h4.price.mb-5p{
    margin-bottom: 5px;
  }
  .pricing-sec .card .card-body h4.price.color-light-blue{
    color: #606161;
  }
  .pricing-sec .card p{
    color: #434244;
  }
  .pricing-sec .card .card-body .bb-doted{
    /* border-bottom: 1px dashed #b4b4b4;
     */
     background: url(../img/New-design/border-bottom-line.png);
     position: relative;
     width: 100%;
     height: 6px;
     background-repeat: repeat-x;
     margin-bottom: 20px;
 
  }
  .pricing-sec .card ul li{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
    min-height: 44px;
  }

  .pricing-sec .card ul li span.img {
    /* display: inline-block ;
    padding: 5px;
    background: #005995; */
    border-radius: 50%;
    min-width: 20px;


  }
  .pricing-sec .card.light-blue ul li span.img {
/* background: #606161; */
  }
  .pricing-sec .card.platinum ul li span.img{
/* background: #25bcbd; */
  }
  .pricing-sec .card .btn{
    background: #005995;
    border-radius: 10px;
    padding: 15px 20px;
    color: #fff;
    font-family: 'montserratBold';
  }
  .pricing-sec .card.platinum .btn{
    background: #25bcbd;
  }
  .pricing-sec .card .btn.custom-contact-btn{
    padding: 10px;
    border-radius: 30px;
    font-size: 14px;
  background: #25bcbd;
    margin-bottom: 10px;
  }
  .pricing-sec .card .pricing-text{
    font-size: 15px;
  }
  .pricing-sec .card .light-blue-btn{
    background: #606161;
    padding: 15px 20px;
    color: #fff;
    font-family: 'montserratBold';

  }
  .pricing-sec .card h6.desc-text{
    color:#005995 ;
    text-align: center;
    font-family: 'montserratSemiBold';

  }


  .pricing-sec .card.light-blue h6.desc-text{
    color: #606161;
    min-height: 39px;

  }
  .pricing-sec .card.platinum h6.desc-text{
color: #25bcbd;
  }
  .banner-sec-new .title-box{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;

  }
  .banner-sec-new .title-box .left-content{
    width: 40%;
  }
  .banner-sec-new .title-box .right-content{
    width: 54%;
  }
  .banner-sec-new .title-box h1{
    font-size: 45px;
    font-family: 'montserratBold';
    color: #005995;
  }
  .banner-sec-new .title-box .highlight-txt{
    color: #005995;
    font-size: 28px;
  }
  .banner-sec-new .title-box .highlight-txt span{
    font-family: 'montserratSemiBold';
  }
  .banner-sec-new .title-box p{
    font-size: 25px;
  }
  .banner-sec-new .title-box .button{
    margin-top: 40px;

  }
  .banner-sec-new .title-box .button .blue-btn{
    background: #005995;
    padding: 10px 15px;
    font-family: 'montserratBold';
    border-radius: 30px;
    color: #fff;
    
  } 
			   
	
  @media(max-width:1600px){
    .banner-sec .number-boxes {
      width: 80%;
      margin: 0 160px;

    
    }

    .banner-sec .number-boxes h2 span {
      font-size: 19px;
    }  
    .banner-sec .title-box h1{
      font-size: 45px;
    }

    h2.main-title {
      font-size: 40px;
    }

    .logistic-sec .logistic-img-box h2 { 
      font-size: 40px;
      line-height: 60px;
    } 
    
    .logistic-small-boxes .small-box .icon {
    
      width: 100px;
      height: 100px;
    }
 .banner-sec-new .title-box h1 {
      font-size: 40px;
    }
    .banner-sec-new .title-box .highlight-txt{
      font-size: 25px;
    }
    .banner-sec-new .title-box p {
      font-size: 22px;
  }
  .pricing-sec .card .card-body h4.price {
    font-size: 30px;
  }								   				
  }
   

  @media(max-width:1400px){
    .banner-sec .number-boxes .box {
        
      width: 32%;
    }
    .banner-sec .number-boxes h2 span {
      font-size: 19px;
      min-height: 140px;
  }
  .banner-sec .title-box h1 {
    font-size: 40px;
}
.banner-sec {
  height: 420px;
  margin-top:90px;

}

.banner-sec .number-boxes h2 {
  font-size: 35px;
  padding: 28px;
}
.banner-sec .number-boxes h2 span {
  min-height: 128px;

}


.logos .logo-main-title { 
  font-size: 35px;
}

h2.main-title {
  font-size: 36px;
}

.overview-sec .content p {
  font-size: 20px;
  line-height: 36px;
}
.know-more-btn {
  font-size: 23px;
}

.industries-sec .industry-boxes .box p {
  padding: 0 15px;
  font-size: 20px;
}

.logistic-small-boxes .small-box p{
  font-size: 16px;
}
.logistic-small-boxes {
  padding: 0 75px;
}
.logistic-sec .logistic-img-box h2 {
  font-size: 35px;
  line-height: 50px;
}
.logistic-sec .logistic-img-box {
  height: 340px;
}
.resource-sec .resource-img-box .nav-links ul li a.nav-link{
  width: 210px;
}
.resource-sec .resource-img-box {
  height: 310px;
  }

  .resource-sec .resource-img-box h2 {
    color: #fff;
    font-size: 40px;
    line-height: 55px;
  }
.pricing-sec .card .card-body h4.price {
    font-size: 26px;
}
.pricing-sec .card .card-body h4.price sub{
  font-size: 16px;
}
.pricing-sec .card .card-header h3 {
  font-size: 26px;
}
.pricing-sec .card .pricing-text {
  font-size: 14px;
}
.pricing-sec .card .btn{
  font-size: 14px;
}
.pricing-sec h2 {
  font-size: 35px;

}
.pricing-sec .card .card-body h4.price span{
  font-size: 16px;
}
.pricing-sec .card .btn.custom-contact-btn{
  font-size: 12px;
}
.banner-sec-new .title-box h1 {
  font-size: 34px;
}
.banner-sec-new .title-box .highlight-txt {
  font-size: 22px;
} 
.banner-sec-new .title-box p {
  font-size: 18px;
}
  }
  @media(max-width:1199px){

    .banner-sec {
      height: 370px;
       margin-top:85px;
  }
  
    .banner-sec .number-boxes h2 {
      font-size: 30px;

  }
  .banner-sec .number-boxes h2 span {
    min-height: 105px;
    font-size: 15px;
}
.banner-sec .title-box h1 {
  font-size: 35px;
  margin-bottom: 20px;
}
.banner-sec .title-box p {
  font-size: 24px;
  line-height: 40px;
}

.banner-sec .number-boxes {
  max-width: 90%;
  margin: 0 60px;
  bottom: -200px;

}
.banner-sec .title-box { 
  padding: 25px 0;
}

.client-logo .carouselTicker__list .item{
  min-height: 150px;
  max-height: 150px;
}
h2.main-title {
  font-size: 30px;
}

.overview-sec .content p {
  font-size: 18px;
  line-height: 33px;
}
.know-more-btn {
  font-size: 20px;
}

.industries-sec .industry-boxes{
  flex-wrap: wrap;
  gap: 25px;
}

.industries-sec .industry-boxes .box {
  width: 47%;
}
.logistic-small-boxes {
  padding: 0 50px;
}
.logistic-sec .logistic-img-box h2 {
  font-size: 30px;
  line-height: 45px;
}
.logistic-sec .logistic-img-box {
  height: 290px;
  background-position: center;
}

.logistic-small-boxes .small-box p {
  font-size: 14px;
}
.logistic-small-boxes .small-box .icon {
  width: 85px;
  height: 85px;
}
.logistic-small-boxes .small-box .icon img{
  width: 40px;
  height: 40px;
}

.logistic-small-boxes .small-box{
  width: 23.5%;
}

.logistic-sec {
  margin: 50px 0 140px;
}

.resource-sec .resource-img-box {
 
  height: 250px;
  padding: 80px 45px;
}
.resource-sec .resource-img-box h2 {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
}
.resource-sec .resource-img-box .nav-links{
  padding: 0 45px;
}
.resource-sec .resource-img-box .nav-links ul li a.nav-link {
  width: 190px;
			  
}
 .banner-sec-new .title-box h1 {
  font-size: 28px;
}
.banner-sec-new .title-box .highlight-txt {
  font-size: 18px;
  margin-bottom: 20px;
}
.banner-sec-new .title-box p {
  font-size: 14px;
}
.banner-sec-new .title-box .button .blue-btn{
  font-size: 12px;
}
.pricing-sec .card .card-header h3 {
  font-size: 22px;
}
.pricing-sec .card .card-body h4.price {
  font-size: 23px;
}
.pricing-sec .card .card-body h4.price span {
  font-size: 13px;
}
.pricing-sec .card .card-body h4.price sub{
  top: 20px;
  left: 78%;
  font-size: 13px;
}
.pricing-sec .card .card-body {
  padding: 20px 20px 20px;
}
.pricing-sec .card .pricing-text {
  font-size: 12px;
}
.pricing-sec .card .btn.custom-contact-btn {
  font-size: 10px;
}
.pricing-sec .card h6.desc-text {
font-size: 14px;
}
.pricing-sec .card ul li {
  min-height: 54px;
  font-size: 12px;
  margin-bottom: 5px;
}
.pricing-sec .card .btn {
  font-size: 12px;
  padding: 10px 15px;
}
  }


  @media(max-width:991px){
    .banner-sec {
      height: 330px;
       margin-top:67px;
  }
  .banner-sec .number-boxes h2 span br{
      display:none;
  }
  .banner-sec .title-box h1 {
    font-size: 30px;

}
.banner-sec .title-box p {
  font-size: 22px;
  line-height: 44px;
}
.banner-sec .number-boxes {
  max-width: 100%;
  width: 100%;
  margin: 0;
  bottom: -179px;
}
.banner-sec .number-boxes h2 {
  font-size: 25px;
  padding: 20px;
}
.logos .logo-main-title {
  font-size: 30px;
}
.client-logo .carouselTicker__list .item{
  min-height: 120px;
  max-height: 120px;
}

.overview-sec .content p {
  font-size: 16px;
  line-height: 30px;
}
.know-more-btn {
  font-size: 18px;
}

.industries-sec p {
  font-size: 20px;
  margin-bottom: 20px;

}

.logistic-sec .logistic-img-box h2 {
  font-size: 26px;
  line-height: 40px;
}
.logistic-sec .logistic-img-box .button a {
  font-size: 13px;
}
.logistic-sec .logistic-img-box{
  background-position: center center !important;
}
.logistic-small-boxes {
  padding: 0 10px;
}
.logistic-small-boxes .small-box{
  padding: 30px 10px;
}

.logistic-small-boxes .small-box .icon {
  width: 80px;
  height: 80px;
}

.logistic-small-boxes .small-box p {
  font-size: 12px;
}
.logistic-small-boxes .small-box .icon {
  top: 169px;
}

.resource-sec .resource-img-box h2 {
  color: #fff;
  font-size: 30px;
  line-height: 43px;
}
.resource-sec .resource-img-box {
  height: 190px;
  padding: 10px 30px;
}
.resource-sec .resource-img-box .nav-links {

  padding: 0 25px;
  bottom: -38px;

}
.resource-sec .resource-img-box .nav-links ul li a.nav-link {
  width: 155px;
  font-size: 12px;			  
}
.banner-sec-new .title-box h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.banner-sec-new .title-box .highlight-txt {
  font-size: 16px;
  margin-bottom: 15px;
}
.banner-sec-new .title-box p {
  font-size: 12px;
}
.banner-sec-new .title-box .button {
  margin-top: 30px;
}
.banner-sec-new .title-box{
        margin-top: 60px;
}
.pricing-sec .card .card-header h3 {
  font-size: 20px;
}
.pricing-sec .card .card-body {
  padding: 20px 15px 15px;
}
.pricing-sec .card .btn {
  font-size: 10px;
  }
  .pricing-sec .card ul li {
    font-size: 11px;
    min-height: 66px;
  }
  .pricing-sec .card .card-body h4.price span {
    font-size: 12px;
}
.pricing-sec .card .card-body h4.price {
  font-size: 20px;
}
.pricing-sec h2 {
  font-size: 30px;
}
.pricing-sec .nav-item button{
  font-size: 14px;
}			  
  }
  @media(max-width:767px){
    .banner-sec .title-box h1 {
      font-size: 26px;
      margin-bottom: 15px;
  }
  .banner-sec .title-box p {
    font-size: 20px;
    line-height: 35px;
}
.banner-sec .number-boxes h2 {
  font-size: 25px;
  padding: 15px;
}
.banner-sec .number-boxes {
  bottom: -167px;
}

.client-logo .carouselTicker__list .item {
  min-height: 100px;
  max-height: 100px;
}
.logos .logo-main-title {
  font-size: 25px;
}
h2.main-title {
  font-size: 25px;
  margin-bottom: 20px;

}
.industries-sec .industry-boxes .box p {
  font-size: 18px;

}

.industries-sec .industry-boxes .box .icon {
  margin-bottom: 30px;
}
.industries-sec p {
  font-size: 18px;
}
.logistic-sec .logistic-img-box .content {
  padding: 15px;
}
.logistic-sec .logistic-img-box h2 {
  font-size: 23px;
  line-height: 30px;
}
.logistic-sec .logistic-img-box .button a {
  font-size: 11px;
}

.logistic-small-boxes .small-box {
  padding: 20px 5px;
}

.logistic-small-boxes {
  padding: 0 5px;
}
.logistic-small-boxes .small-box p {
  font-size: 11px;
}
.logistic-small-boxes .small-box .icon {
  top: 134px;
}
.logistic-sec {
  margin: 20px 0 30px;
}

.insight-box {
  width: 100%;
}
.resource-sec .resource-img-box .nav-links ul li a.nav-link {
  width: 140px;
  font-size: 11px;
}
.resource-sec .resource-img-box {
  height: 160px;
  padding: 10px 15px;
}
.tab-content {
  margin-top: 60px;
}
.resource-sec .resource-img-box .nav-links {
  padding: 0 5px;
  bottom: -42px;
}
.resource-sec .resource-img-box .nav-links ul li a.nav-link {
  width: 140px;
  font-size: 11px;
}

.overview-sec .content p {
  font-size: 14px;
  line-height: 28px;
}
.know-more-btn {
  font-size: 15px;
}
.overview-sec .button {
  margin-top: 25px;
}
.logos {
  margin-top: 50px;
}
.banner-sec .number-boxes h2 span {
  min-height: 70px;
  font-size: 15px;
  line-height: 23px;
}
.banner-sec-new .title-box{
  flex-wrap: wrap;
}
.banner-sec-new .title-box .left-content {
  width: 100%;
}
.banner-sec-new .title-box .right-content {
  width: 100%;
}
.pricing-sec .card{
  height: auto !important;
  margin-bottom: 25px;
}
.pricing-sec h2 {
  font-size: 25px;
}

.pricing-sec .nav-item button {
  font-size: 12px;
}
.pricing-sec .card .card-body h4.price {
  font-size: 30px;
}
.pricing-sec .card .card-body h4.price {
  font-size: 30px;
  margin-bottom: 20px;
}
.pricing-sec .card ul li {
  font-size: 13px;
  min-height: auto;
  margin-bottom: 20px;
}
.pricing-sec .card .card-body {
  padding: 20px 30px 20px;
}
.pricing-sec .card .card-body h4.price sub
 {
        top: 23px;
        left: 61%;
        font-size: 14px;
 }
  }

  @media(max-width:575px){
      .banner-sec .number-boxes h2 span br{
          display:none;
      }

    .banner-sec {
      height: auto;
      background-position: center;
        margin-top:61px;
  }
  .banner-sec .title-box {
    padding: 0;

}
.banner-sec .title-box h1 {
  font-size: 23px;
  margin-bottom: 15px;
}
.banner-sec .title-box p {
  font-size: 16px;
  line-height: 30px;
}
.banner-sec .number-boxes { 
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: initial;

}
.banner-sec .number-boxes .box {
  width: 48%;
}
.banner-sec .number-boxes h2 {
  font-size: 25px;
  padding: 15px;
}
.banner-sec .number-boxes h2 span {
  min-height: auto;
  font-size: 13px;
  line-height: 22px;
}
.mb-35 {
  margin-bottom: 20px;
}
h2.main-title {
  font-size: 23px;
}

.overview-sec .content p {
  font-size: 14px;
  line-height: 24px;
}
.know-more-btn {
  font-size: 13px;
}

.industries-sec .industry-boxes .box {
  width: 100%;
}
.industries-sec p {
  font-size: 16px;
}

.logos {
  margin-top: 20px;
}
.logos .logo-main-title {
  font-size: 20px;
}
.section {
  padding: 15px 5%;

}

.industries-sec .industry-boxes .box p {
  font-size: 16px;
}

.logistic-sec .logistic-img-box{
  height: auto;
  background-position: right center !important;
}
.logistic-small-boxes {

  flex-wrap: wrap;
  margin-top: 20px;
}

.logistic-small-boxes .small-box {
  padding: 20px 5px;
  width: 46%;
}
.logistic-small-boxes .small-box:nth-child(1),
.logistic-small-boxes .small-box:nth-child(2){
  margin-bottom: 80px;
}
.logistic-small-boxes .small-box .icon {
  top: 109px;
}

.logistic-sec .logistic-img-box h2 {
  font-size: 20px;
  line-height: 28px;
}
.resource-sec .resource-img-box .nav-links{
  position: initial;
}
.resource-sec .resource-img-box {
  height: auto;
  background-position: right center !important;
}
.resource-sec .resource-img-box .nav-links ul{
  justify-content: center;
}
.resource-sec .resource-img-box h2 {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
}

.tab-content {
  margin-top: 40px;
}
.resource-sec{
  margin-top: 50px;
}
.banner-sec-new .title-box h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.banner-sec-new .title-box .highlight-txt {
  font-size: 14px;
}
.banner-sec-new .title-box .left-content {
  margin-bottom: 30px;
}
.pricing-sec .card .card-body h4.price {
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 25px;
}
.pricing-sec .card .card-body h4.price sub{
  left: 105%;
}
  }

  @media(max-width:470px){
    .logistic-small-boxes .small-box .icon {
      top: 109px;
  }
  .logistic-small-boxes .small-box .icon {
    top: 131px;
}
.logistic-small-boxes .small-box:nth-child(1), .logistic-small-boxes .small-box:nth-child(2) {
  margin-bottom: 60px;
}
  }


