@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .past-projects {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 28px !important;
  }
  .section-padding {
    padding: 40px 0px !important;
  }
  .touch-bottom-triangle {
    display: none;
  }
  .carousel-item {
    height: 525px;
  }
  .past-project-img {
    margin-left: 0% !important;
  }
  .hero_area .hero_left h1 {
    line-height: 38px;
    font-size: 35px !important;
  }
  .hero_area {
    padding: 35px 0 0;
    background-color: #fff;
  }
  .hero_area .hero_left {
    width: 100%;
    padding-left: 10px;
  }
  .hero_area .hero_left .hero_lefttext {
    margin: 20px 0 125px;
  }
  .header-contact-info-wrapper {
    flex-direction: column;
  }
  /* .primary-bg {
    background-color: transparent;
  } */
  .navbar-toggler-icon {
    background-image: url("../images/icons/midway-menu.svg");
    width: 2.5em;
    height: 2.5em;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-collapse {
    background: rgba(0, 128, 0, 0.9);
    position: absolute;
    width: 100%;
    top: 98%;
    left: 0;
  }
  header .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 19px;
  }
  .why-choose-step {
    box-shadow: 0 0px 4px rgb(47 150 29);
  }
  .navbar-nav .nav-item:hover {
    background-color: unset !important;
  }
  .navbar-nav .nav-item .nav-link:hover {
    color: #3a3a3a !important;
  }
  .bottom-tree-house {
    height: auto;
  }
  header .logo-image {
    max-width: 150px;
    height: auto;
  }
  .get-in-touch-bg {
    background-color: #1a9717;
  }
  .inveetresources_cover:after {
    background: #1a9717;
    color: #1a9717;
    content: "";
    height: 57px;
    opacity: 1;
    top: 35%;
    width: 2px;
 }
 .footer-section {
    background: #e7f6e5;
  }
}
