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

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

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .hero_area {
    background: linear-gradient(130deg, #231a6f, #0f054c);
  }

  .hero_area .hero_bg_box {
    display: none;
  }

  .slider_section {
    padding: 45px 0 75px 0;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }
  .header_section .container-fluid {
    margin: 0;
    padding: 0;
}

.carousel-inner img {
  height: 40vh;  
}
.carousel-inner {
  height: 40vh;  
}
.carousel-control-prev, .carousel-control-next {
  filter: invert(1); 
}
.carousel-item{
  height: 40vh;
}
.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: auto;
  height: 40vh;
  width: 100% !important;
}
.hero_area .hero_bg_box {
  display: block;
}
.hero_area {
  background: none;
}
.why_section .box {
  width: 100%;
  padding: 0 0px;
}
.why_section .box .img-box img {
  width: 27px;
  height: auto;
  fill: #00271c;
}

.header_section {
  position: absolute;
}
.boxcontact {
  padding: 11px 12px;
}
.col-lg-6 {
  padding: 0 !important;
}
h2 {
font-size: 40px;
}
.layout_padding {
padding: 40px 0;
}
.social{
  display: initial;
}
.info_section {
  padding-bottom: 90px;
}
.desktop{
  display: none;
}
#mobile-carousel{display: block;}
.slider_section #customCarousel1{
  padding-top: 65px;
}
.vermas{
  display: initial;
    background: #3eb795;
    border: none;
    border-radius: 4px;
    padding: 4px 40px;
    color: white;
}
.slider_section .detail-box p {
  font-size:16px;
}
}

@media (max-width: 768px) {
  .about_section .img-box {
    margin-bottom: 45px;
  }

}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }


  .client_section .client_container {
    width: 100%;
  }

  .client_section .box {
    margin: 0;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    position: unset;
    margin: 0 2.5px;
  }
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .track_section form {
    flex-direction: column;
    align-items: flex-start;
  }

  .track_section form input {
    width: 100%;
  }

  .track_section form button {
    padding: 10px 60px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .service_section .box {
    flex-direction: column;
  }

  .service_section .box .img-box {
    justify-content: center;
    margin-bottom: 15px;
  }
  

}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}