@media (max-width: 1200px) {
  body#home .hero_area:before {
    background-position-x: 450px;
  }
  ul.submenu {
    display: none !important;
  }
}

@media (max-width: 992px) {
  body#home .hero_area {
    height: 70vh;
  }
  body#home .hero_area:before {
    background-position-x: 300px;
  }
  .header_section {
    padding: 15px 0;
  }
  .slider_section .detail-box {
    margin-bottom: 45px;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 60px;
  }
  .custom_nav-container .navbar-nav {
    text-align: left;
    padding: 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px -2px rgba(24, 39, 75, 0.15), 0 8px 8px -4px rgba(24, 39, 75, 0.08);
            box-shadow: 0 4px 6px -2px rgba(24, 39, 75, 0.15), 0 8px 8px -4px rgba(24, 39, 75, 0.08);
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 15px 25px;
    margin: 0;
    text-align: left;
    height: auto;
    color: #74a57f;
    line-height: 100%;
    text-shadow: none;
  }
  body#about .about-caption > img {
    width: 350px;
  }
  .footer_section {
    padding-top: 40px;
  }
  .footer_section > .container > .row {
    padding: 0 15px;
  }
  .footer_section .footer-details {
    margin-top: 30px;
  }
  .footer_section .copyright_part {
    margin-top: 40px;
  }
  .footer_section .copyright_part .footer-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer_section .copyright_part .footer-social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
}

@media (max-width: 820px) {
  .about-area .about-img {
    margin-bottom: 30px;
  }
  .about-area .about-caption {
    padding: 0 20px;
  }
  .about-area p:last-of-type {
    margin-top: 20px;
    text-align: center;
  }
  .callout-text {
    width: 80%;
  }
  .contact_section .form_container {
    margin-bottom: 45px;
  }
  .client_section .box {
    margin: 45px 0;
  }
  .hero_area .hero_bg_box img {
    -o-object-position: center top;
    object-position: center top;
  }
}

@media (max-width: 600px) {
  body#home .hero_area {
    height: 70vh;
  }
  body#home .hero_area:after {
    background-position-x: right;
  }
  body#home .hero_area .slider_section .carousel-home {
    margin: 0;
  }
  body#home .hero_area .slider_section .carousel-home .detail-box {
    margin: 0;
    text-align: center;
  }
  body#home .hero_area .slider_section .carousel-home .detail-box h1 {
    font-size: 42px;
  }
  body#home .hero_area .slider_section .carousel-home .detail-box p {
    padding: 0 25px;
  }
  body#home .hero_area .slider_section .carousel-home .detail-box .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body#about .hero_area,
  body#services .hero_area,
  body#contact .hero_area {
    height: 400px;
  }
  .header_section {
    padding: 15px 10px;
  }
  .heading_container h2 {
    font-size: 28px;
  }
  .about-area,
  .services,
  .testimonials {
    padding: 40px 0;
  }
  body#about .about-caption > img {
    width: 100%;
    margin: 0 0 20px;
  }
  .callout-text {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/*# sourceMappingURL=responsive.css.map */