@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .navbar-nav {
    align-items: center;
  }

  .custom_nav-container .navbar-toggler {
    margin-bottom: 15px;
  }

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 10px 25px;
    margin: 5px 0;
  }

  .custom_nav-container.navbar-expand-lg .form-inline {
    justify-content: center;
  }

  .custom_nav-container.navbar-expand-lg {
    padding-top: 10px;
    align-items: center;
  }

  .slider_section {
    padding: 45px 0 150px 0;
  }

  .sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .slider_section ol.carousel-indicators {
    justify-content: center;
  }

  .slider_section {
    text-align: center;
  }

  .slider_section .img-box {
    margin-top: 35px;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
    flex-wrap: wrap;
  }

  .about_section .heading_container {
    margin-bottom: 0;
  }

  /* .about_section .row {
    flex-direction: column-reverse;
  } */

  .about_section .detail-box {
    margin-left: 0;
    width: 100%;
      -webkit-box-shadow: 0 0 10px 0 #6DF323 ;
          box-shadow: 0 0 10px 0 #6DF323 ;
  }

  .service_section .service_container {
    flex-wrap: wrap;
  }

  .client_section .carousel_btn-box {
    margin-top: 25px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    transform: none;
    margin: 0 2.5px;
  }

  .info_section .row .col-md-3 {

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

  }

  .info_section .info_logo {
    align-items: center;
  }

  .info_section .info_form .social_box {
    justify-content: center;
  }

  .info_section .info_form .social_box a {
    margin: 0 5px;
  }
}

@media (max-width: 576px) {
  .header_top a span {
    display: none;
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}


@media (max-width: 600px) {
/* 
  .our-product-responsive{

    margin-top:200px !important
  } */


  .our-products-responsive{
    margin-top: 200px !important;
  }
}

@media (max-width: 760px) {
/* 
  .our-product-responsive{

    margin-top:200px !important
  } */


 .our-project-width-increase{
  width:90% !important;
  margin: auto;
 }
}


@media (max-width: 575px) {
/* 
  .our-product-responsive{

    margin-top:200px !important
  } */


  .our-products-responsive{
    margin-top: 500px !important;
  }
}


@media (max-width: 480px) {
/* 
  .our-product-responsive{

    margin-top:200px !important
  } */


  .our-products-responsive{
    margin-top: 600px !important;
  }
}


@media (max-width: 437px) {
/* 
  .our-product-responsive{

    margin-top:200px !important
  } */


  .our-products-responsive{
    margin-top: 700px !important;
  }
}


@media (max-width: 390px) {
/* 
  .our-product-responsive{

    margin-top:200px !important
  } */


  .our-products-responsive{
    margin-top: 800px !important;
  }
}

@media (max-width: 766px) {

  .footer-text-align{

    text-align: center;
  }
}




@media (max-width: 1200px) {

  .our-product-background-increase{

    margin-top:300px !important;
  }
}


@media (max-width: 688px) {

  .leaf-box{

    height:350px
  }
}

@media (max-width: 658px) {

  .leaf-box{

    height:400px
  }
}


@media (max-width: 611px) {

  .leaf-box{

    height:450px
  }
}

@media (max-width: 575px) {

  .leaf-box{

    width:75% !important;
    margin:auto;
    height:auto !important;
    margin-bottom: 20px !important;
  }
}

 @media (max-width: 576px) {
    .social-icons-row {
      display: flex !important;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }
    .social-icons-row > div {
      flex: 0 0 auto;
      text-align: center;
    }
  }


@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}