@media (max-width: 1800px) {
  .approach {
    height: 500px;
  }
  .solutions .card {
    height: 350px;
  }
  .bg-text {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .bg-text {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
  }
}

@media (max-width: 1120px) {
  .footer_bg {
    margin-top: 0;
  }
  .approach {
    height: 500px;
  }
  .solutions .card {
    height: 350px;
  }
}
.bg-text {
  color: white;
  font-weight: bold;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

@media (max-width: 992px) {
  .custom_nav-container .nav_search-btn {
    background-position: center;
  }

  .hero_area::before {
    display: none;
  }

  .service_section {
    background-size: cover;
  }

  .slider_section ol.carousel-indicators {
    display: none;
  }

  .slider_img-box img {
    z-index: 1;
    position: relative;
  }

  .slider_img-box {
    position: relative;
  }

  .slider_img-box::before {
    background-image: url(../images/hero-bg-mobile.png);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-size: cover;
    z-index: 0;
    left: 0;
    top: 0;
    transform: scale(1.7);
  }

  .hero_area {
    height: auto;
  }

  .slider_detail-box {
    margin-top: 35px;
    margin-bottom: 45px;
  }

  .slider_img-box {
    margin-bottom: 75px;
  }

  .slider_section .carousel_btn-container {
    display: none;
  }
  .approach {
    height: 500px;
  }
  .bg-text {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #services .container {
    padding: 20px 10px;
  }
  .slider_section .carousel_btn-container {
    display: none;
  }

  .slider_section ol.carousel-indicators {
    margin: 0;
    width: 75px;
    bottom: initial;
    left: initial;
    top: 37%;
    right: 6%;
  }

  .slider_detail-box {
    text-align: center;
  }

  .info_section .form_container input {
    width: 100%;
    margin: 20px 0;
  }

  .form_container form {
    flex-direction: column;
  }

  .slider_img-box img {
    z-index: 1;
    position: relative;
  }

  .slider_img-box {
    position: relative;
  }

  .slider_img-box::before {
    background-image: url(../images/hero-bg-mobile.png);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-size: cover;
    z-index: 0;
    left: 0;
    top: 0;
    transform: scale(1.5);
  }

  .slider_section ol.carousel-indicators {
    display: none;
  }

  .service_section {
    padding-top: 475px;
    background-position: bottom;
    margin-top: -425px;
  }

  .client_container {
    width: 95%;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    display: none;
  }

  .why_section .row .col-md-3 {
    margin: 10px auto 45px auto;
    justify-content: flex-start;
    width: min-content;
  }

  .footer_bg {
    padding-top: 300px;
  }

  .info_section .row > div {
    margin-bottom: 35px;
  }
  .approach {
    height: 280px;
  }
  .bg-text {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .cv {
    text-align: center;
    margin: auto;
  }
  .cv button {
    height: 3em;
    width: auto;
    font-size: 14px;
    border-radius: 100px;
    background-color: #ea871d;
    margin: 10px auto;
    display: inline-block;
  }
  .cv button:hover {
    background: #4c6021;
    color: white;
  }

  .custom_nav-container {
    z-index: 99999;
    padding: 30px 0px 5px 20px;
  }
  .service_section .service_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #services .container {
    padding: 20px 0px;
  }
  nav {
    width: 100%;
  }
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 576px) {
  .slider_section ol.carousel-indicators {
    right: 0;
  }
  .approach {
    height: 180px;
  }
  .bg-text {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .wrapper {
    display: block;
  }
  .approach {
    height: 190px;
  }
  .bg-text {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
  }
}

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

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