body, a, a:hover {
  font-family: 'Montserrat', sans-serif;
  color: #303030;
}

h2, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 800;
}

h3, .h2 {
  font-size: calc(1.325rem + .9vw);
  font-weight: 700;
}

h4, .h3 {
  font-size: calc(1.3rem + .6vw);
  font-weight: 600;
}

h5, .h4 {
  font-size: calc(1.1rem + .3vw);
  font-weight: 600;
}

/* h5, .h5 {} */

.navbar-brand {
  width: 8rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #93cc68;
}

.align-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  padding: 1rem 3.5rem;
}

.text-size-icons {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 0.3rem;
  line-height: .6;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  /* width: 1.1rem; */
  width: 1.2rem;
  text-align: center;
}

.btn-outline-secondary {
  border-color: #93cc68;
  color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle, .btn-outline-secondary:hover {
  color: #fff;
  background-color: #93cc68;
  border-color: #93cc68;
}

.size-control .btn-outline-secondary:hover {
  background-color: transparent;
}

.size-control .form-control {
  display: block;
  width: auto;
  padding: 0.375rem 0;
  font-size: .9rem;
  line-height: 1.5;
  color: #303030;
  background-color: transparent;
  border: 1px solid #93cc68;
  border-left: 0;
  border-right: 0;
  width: 5rem;
}

.size-control .input-group-prepend .btn {
  border-right: 0;
}

.size-control .input-group-append .btn {
  border-left: 0;
}

.text-light-green {
  color: #93cc68;
}

.text-green {
  color: #667E4D;
}

.shadow-sm {
  box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15) !important;
}

/* .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
} */

.dropdown-item {
  display: block;
  width: 100%;
  padding: .75rem;
  clear: both;
  font-weight: 600;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  position: relative;
}

.dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  min-width: 10rem;
  padding: 0;
  padding-bottom: 1rem;
  padding-top: .25rem;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  list-style: none;
  background-color: rgb(255 255 255 / 80%);
  border: 1px solid #93cc68;
}

.dropdown-item.active, .dropdown-item:active {
  color: #93cc68;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #93cc68;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 3rem;
  border-top: 1px solid #bcbcbc;
  transition: width .15s ease-in-out;
}

.dropdown-item:focus::after, .dropdown-item:hover::after {
  width: 100%;
  border-color: #93cc68;
}

.home-banner {
  /* width: 50%; */
  width: 75%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -30%);
}

.display-3 {
  font-size: calc(1.4rem + 3vw);
}

.hr-white {
  width: 11rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 3px solid rgb(255 255 255);
}

.down-arrow {
  color: rgb(255 255 255 / 42%);
}

.down-arrow:hover, .down-arrow:focus {
  color: rgb(255 255 255 / 100%);
}

.btn-success {
  color: #fff;
  background-color: #667e4d;
  border-color: #667e4d;
}

.btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  color: #667e4d;
  background-color: #d2eab1;
  border-color: #d2eab1;
}

.hr-green {
  border: 0;
  border-top: 4px solid rgb(211 235 178 / 50%);
  width: 7rem;
  display: inline-block;
}

.bg-quote {
  background-color: #303030;
  background-image: url("../img/Home/Quote-Banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.quote-left {
  position: absolute;
  top: -4rem;
  left: 0;
  transition: left .15s ease-in-out;
}

.quote-right {
  position: absolute;
  bottom: -2rem;
  right: 0;
  transition: right .15s ease-in-out;
}

.bg-quote:hover .quote-left {
  left: 6rem;
}

.bg-quote:hover .quote-right {
  right: 6rem;
}

.z-index-high {
  z-index: 1000;
}

.service-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 40px;
  transition: background-color .15s ease-in-out;
}

.service-arrow {
  font-size: 0;
  transition: font-size .4s ease-in-out;
  color: rgb(255 255 255 / 63%);
}

.service:hover .service-text {
  background-color: rgb(147 204 104 / 56%);
}

.service:hover .service-arrow {
  font-size: 2rem;
}

.font-weight-600 {
  font-weight: 600;
}

.bg-news-sec {
  background: linear-gradient(to bottom, #667E4D 0%, #667E4D 70%, #ffff 70%, #fff 100%);
}

.bg-grey {
  background-color: #303030;
}

footer .nav-link {
  display: block;
  padding: 0.25rem 0rem;
  color: #fff;
  font-size: .875em;
}

footer .contact .nav-link {
  padding: 0.1rem 0rem;
}

footer .sitemap .nav-link {
  padding: 0rem 0.75rem;
  border-left: 1px solid #fff;
  line-height: 1;
}

footer .sitemap .nav-item:first-child .nav-link {
  padding-left: 0;
  border-left: 0;
}

.input-group {
  flex-wrap: nowrap;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.banner-img {
  min-height: 90vh;
  object-fit: cover;
}

.page .hr-white {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page .navbar-light .navbar-nav .nav-link {
  color: #303030;
  font-weight: 700;
}

.page .text-size-icons {
  border: 1px solid #303030;
  color: #303030;
}

.about-feature-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

.about-feature-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.bg-green {
  background-color: #667e4d;
}

.about-hover:hover .about-hover-img {
  opacity: 1;
}

.about-hover-img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 50%;
  transform: translateX(-50%);
  transition: background-image .15s ease-in-out;
}

.about-1 {
  background-image: url("../img/Ecological Services/icon-01.png");
  background-size: cover;
}

.about-hover:hover .about-1 {
  background-image: url("../img/Ecological Services/icon-01-hover.png");
}

.about-2 {
  background-image: url("../img/Ecological Services/icon-02.png");
  background-size: cover;
}

.about-hover:hover .about-2 {
  background-image: url("../img/Ecological Services/icon-02-hover.png");
}

.about-3 {
  background-image: url("../img/Ecological Services/icon-03.png");
  background-size: cover;
}

.about-hover:hover .about-3 {
  background-image: url("../img/Ecological Services/icon-03-hover.png");
}

.about-4 {
  background-image: url("../img/Ecological Services/icon-04.png");
  background-size: cover;
}

.about-hover:hover .about-4 {
  background-image: url("../img/Ecological Services/icon-04-hover.png");
}

.align-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

label {
  color: rgb(41 41 41 / 72%);
  font-size: .9rem;
}

.form-control {
  height: calc(2.5em + 0.75rem + 2px);
  padding: 1rem 0.75rem;
  line-height: 1.5;
  color: #292929;
}

.icon {
  width: 3rem;
}

.icon.phone {
  background-image: url("../img/Contact/phone.png");
  background-size: cover;
}

.icon.phone:hover {
  background-image: url("../img/Contact/phone-hover.png");
  background-size: cover;
}

.icon.location {
  background-image: url("../img/Contact/location.png");
  background-size: cover;
}

.icon.location:hover {
  background-image: url("../img/Contact/location-hover.png");
  background-size: cover;
}

.icon.mail {
  background-image: url("../img/Contact/mail.png");
  background-size: cover;
}

.icon.mail:hover {
  background-image: url("../img/Contact/mail-hover.png");
  background-size: cover;
}

.bg-multi {
  background-image: url("../img/Contact/bg-img.jpg");
  background-position: bottom;
  background-size: auto;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.bg-partners {
  background-image: url("../img/Partners/bg-img.jpg");
  background-size: cover;
}

@media (max-width: 1200px) {
  .navbar {
    padding: 1rem;
  }

  .navbar-brand {
    width: 6rem;
  }
}

@media (max-width: 992px) {
  .banner-img {
    height: 100vh;
    object-fit: cover;
  }

  .page .navbar .btn-outline-secondary {
    color: #303030;
  }

  .page .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .page .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
  }

  .page-banner {
    height: 16rem;
    object-fit: cover;
    background-color: #303030;
  }

  .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 50%;
  }

  .navbar-brand {
    width: 9rem;
    margin-right: 0;
  }

  .dropdown-menu {
    left: 0;
    transform: none;
  }

  .navbar {
    padding: 2rem 1rem;
  }

  .input-group-prepend .btn-outline-secondary {
    padding: 0.5rem 0.5rem;
  }

  .home-banner {
    width: 80%;
    transform: translate(-50%, -20%);
  }

  .home-banner .down-arrow {
    font-size: 4rem;
  }

  .quote-right {
    right: -3rem;
  }

  .quote-left {
    left: -3rem;
  }

  footer .contact .nav-link i {
    display: block;
    color: #93cc68;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }

  footer .contact .nav-link {
    margin-bottom: 1.5rem;
  }

  footer .social .nav-link i {
    color: #fff;
    margin: 0.5rem;
    font-size: 2rem;
  }

  footer .sitemap .nav-link {
    padding: 0.25rem;
    border-left: 1px solid #fff;
    line-height: 1;
    border: 0;
  }

  .navbar-collapse {
    position: fixed;
    background-color: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    justify-content: center;
    display: flex;
  }

  body {
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .hr-white {
    width: 6rem;
  }
}

@media (max-width: 576px) {}

.foot-icon {
  max-height: 13px;
}
/* Hidden Form Labels */
.no-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
}
/* Responsive Embeds */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hours .cms h3 {
  font-weight: 900;
}
.hours .cms p {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
/*  Partners */
.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-container div {
  flex-shrink: 1;
  flex-basis: 15%;
}
.flex-container div img {
  width: 100%;
  height: auto;
  padding: 0 1rem;
}
/* @media (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
} */
footer .social a.nav-link:hover {
  color: #667e4d;
}
.bg-carousel {
  background-color: #303030;
  background-image: url("../img/bg-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
#basic-addon2 {
  background-color: #667E4D;
}
.fa.fa-search {
  color: #fff;
  transform: scale(1);
  /* transition: transform 0.25s; */
}
.fa.fa-chevron-right {
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
.category-head {
  font-size: 1.15rem;
  border-bottom: solid 1px #000;
}
.category a:hover {
  text-decoration: none;
}
.category {
  border-bottom: solid 1px #eee;
  padding: 0.5rem 0rem;
  font-size: 0.85rem;
}
.category:last-child {
  border: none;
}
#search {
  cursor: pointer;
}
#search:hover .fa-search {
  color: #dedede;
  transform: scale(1.1);
}

.dropdown-menu .dropdown-item:hover {
  color: #303030 !important;
}