@media (max-width: 1300px) {
  .quote_btn-container {
    display: none;
  }

  .custom_nav-container .navbar-nav {
    align-items: center;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 15px;
  }
}

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

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

  .header_section .header_top {
    display: none;
  }

  .header_section .header_bottom {
    background-color: white;
    color: #075D70;
  }

  .navbar_brand_mobile {
    display: flex;
  }

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

  /* .header_section .header_top .contact_nav a span {
    display: none;
  } */

  .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 {
    padding: 75px 0;
  }

  .contact_section .form_container {
    background-color: #075D70;
    padding: 45px 25px;
  }
}

@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;
  }

  .project_section .box .detail-box {
    opacity: 1;
    visibility: visible;
  }

  .contact_section .form_container .btn_box {
    justify-content: center;
  }

  .client_section .carousel-indicators {
    flex-direction: row;
  }

  .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 .social_box {
    margin-bottom: 25px;
  }

}

@media (max-width: 576px) {
  /* .header_section .header_top .social_box {
    display: none;
  } */

  /* .header_section .header_top .contact_nav a {
    margin: 0;
    margin-left: 15px;
  } */

  .client_section .box {
    flex-direction: column;
    align-items: center;
  }

  .client_section .box .detail-box {
    margin-top: 15px;
    margin-left: 0;
  }
}

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

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

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

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

.navbar-brand img {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 8vh; /* Adjust as necessary */
}

.header_section, .header_top, .header_bottom {
  padding: 0;
  margin: 0;
}
.header_top_container {
  height: auto;
  display: flex;
  justify-content: space-between; /* Space out elements evenly */
  align-items: center; /* Vertically center the elements */
}
.header_top {
  padding-top: 50px; /* Increase the top padding */
  padding-bottom: 50px; /* Increase the bottom padding */
}

.header_top_container {
  overflow: visible; /* Allow the logo to overflow */
}
.contact_nav {
  margin-left: auto; /* Pushes the contact info to the right */
  display: flex;
  align-items: center;
}
.contact_nav a {
  margin-right: 0px; /* Adjust the spacing between icons */
}
.contact_nav {
  padding-left: 350px; /* Moves the entire block to the right */
}

.contact_nav a {
  margin-right: 0px; /* Adjusts spacing between each contact item */
}
