@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }


  .custom_nav-container .navbar-nav {
    padding-top: 15px;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem;
  }

  .slider_section .carousel_btn-box a {
    display: none;
  }

  .info_menu_list h5 , .info_section .info_menu {
    padding-left: 3rem;
  } 

  .info_section .custom_info_mneu{
    padding-left: 0;
  }
}

@media (max-width: 767px) {


  .slider_section .detail-box {
    text-align: center;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
  }

  .about_section .img-box {
    margin-top: 45px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    transform: none;
  }

  .client_section .carousel_btn-box {
    margin-top: 45px;
  }

  .info_section .social_box{
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }

  .info_section .row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_section .info_main .rov>div {
    margin-bottom: 25px;
  }

  .info_section .logo-img-box{
    height: 150px; 
    width: 250px;
  }
  .info_section .logo-img-box .logo-img{
    top: 0%;
  }

  .info_menu_list h5 , .info_section .info_menu {
    padding-left: 0;
  }

}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }
  .certification_img{
    width: 13%;
  }

}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {
  .service_section .box .img-box{
    width: 270px;
  }
  .service_section .box .detail-box{
    width: 270px;
  }
  .tools{
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}