html {
	 width: 100%;
	 height: 100%;
}
 .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	 width: 100%;
	 padding-right: var(--bs-gutter-x, 0.75rem);
	 padding-left: var(--bs-gutter-x, 0.75rem);
	 margin-right: auto;
	 margin-left: auto;
}
 @media (min-width: 768px) {
	 .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		 --bs-gutter-x: 3rem;
	}
}
 body {
	 background: #fff;
	 margin: 0px;
	 padding: 0px;
	 color: #000;
	 font-size: 18px;
	 word-wrap: break-word;
	 direction: ltr;
	 font-family: 'Roboto', sans-serif;
	 font-weight: 400;
}
 :root {
	 --bg-dark: #252836;
}
 .wysiwyg a {
	 color: #094522;
	 text-decoration: underline;
}
 .wysiwyg p:not(:last-of-type) {
	 margin-bottom: 1.5rem;
}
 h1, h2, h3, h4, h5, h6 {
	 color: #010100;
	 margin: 0 0 15px;
	 font-family: 'Poppins', sans-serif;
	 font-weight: 600;
	 text-transform: none;
}
 .text-poppinsbold {
	 font-weight: 700;
}
 a {
	 text-decoration: none;
}
 a:hover {
	 transition: all ease-in-out 0.2s;
	 text-decoration: none;
	 color: inherit;
}
 .theme-image {
	 position: relative;
}
 .theme-image img {
	 width: 100%;
}
 .theme-image:before {
	 border: 2px solid #189045;
	 content: '';
	 position: absolute;
	 height: 100%;
	 width: 100%;
	 left: 15px;
	 top: -15px;
	 z-index: -1;
}
@media (max-width: 576.98px) {
	.theme-image:before {
		left: 5px;
	}
}
 .theme-bar {
	 position: absolute;
	 height: 25px;
	 background: #189046;
	 clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0% 100%);
}
 .theme-bar.top {
	 top: -12px;
}
 .theme-bar.bottom {
	 bottom: -12px;
}
 .theme-bar.left {
	 left: 0;
	 clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0% 100%);
}
 .theme-bar.right {
	 right: 0;
	 clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%);
}
 .theme-bar.fifty {
	 width: 50%;
}
 .theme-bar.sixty {
	 width: 60%;
}
 .theme-bar.seventy-five {
	 width: 75%;
}
 .theme-bar.transform {
	 clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%);
	 transform: scaleX(-1);
}
 .text-green {
	 color: #008435;
}
 .bg-gray {
	 background-color: #f0f0f0;
}
 .bg-green {
	 background-color: #008435 !important;
}
 .btn {
	 font-family: 'Poppins', sans-serif;
	 font-weight: 300;
	 font-size: 20px;
	 border-radius: 30px;
	 padding: 10px 35px;
	 white-space: normal;
	 transition: all 0.5s;
}
 @media (max-width: 370px) {
	 .btn {
		 width: 100%;
	}
}
 .green-btn {
	 background: #189045;
	 color: #fff;
}
 .green-btn:hover {
	 background-color: #145c2b;
	 color: #fff;
}
 .orange-btn {
	 background: rgba(255, 138, 60, 1);
	 color: #fff;
	 padding: 10px 35px;
}
 .orange-btn:hover {
	 background-color: rgba(255, 138, 60, 1);
	 color: #fff;
}
 .orange-outline-btn {
	 background: transparent;
	 color: #ff8a3c;
	 border: 2px solid #ff8a3c;
	 padding: 10px 35px;
}
 .orange-outline-btn:hover {
	 background-color: #ff8a3c;
	 color: #fff;
	 border: 2px solid #ff8a3c;
}
 .white-outline-btn {
	 background: transparent;
	 color: #fff;
	 border: 2px solid #fff;
	 padding: 10px 35px;
}
 .white-outline-btn:hover {
	 background-color: transparent;
	 color: #fff;
	 border: 2px solid #fff;
}
 #about .team-member {
	 margin-top: 50px;
}
 .team-member {
	 position: relative;
}
 .team-member .team-member-inner {
	 padding-bottom: 5px;
	 border-bottom: solid 2px #b4cf66;
	 display: flex;
	 flex-direction: column;
}
 .team-member .team-member-inner .bottom {
	 margin-top: auto;
}
 .team-member.active .team-member-inner {
	 border-color: transparent;
}
 .team-bio-wrapper {
	 position: relative;
	 top: 10px;
	 background-color: transparent;
	 z-index: 1000;
}
 .team-bio-wrapper .caret {
	 position: absolute;
	 top: -18px;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 0;
	 height: 0;
	 border-left: 10px solid transparent;
	 border-right: 10px solid transparent;
	 border-bottom: 18px solid #edf3d9;
	 z-index: 2;
}
 .team-bio-wrapper .team-bio {
	 background-color: #edf3d9;
	 padding: 25px;
	 position: relative;
	 top: -2px;
}
 .team-bio-wrapper .team-bio .bio-inner {
	 display: flex;
}
@media (max-width: 992px) {
 .team-bio-wrapper .team-bio .bio-inner {
		 flex-direction: column;
	}
}
 .team-bio-wrapper .team-bio .bio-inner .left {
	 flex: 0 0 25%;
	 padding-right: 15px;
}
 .team-bio-wrapper .team-bio .bio-inner .right {
	 flex: 0 0 75%;
	 padding-left: 15px;
}
 .close-bio {
	 position: absolute;
	 top: 7px;
	 right: 20px;
	 font-size: 24px;
	 color: #189045;
}
 .service-area-link {
	 color: #189045;
	 text-decoration: underline;
}
 .plus-icon {
	 position: relative;
	 margin-bottom: 5px;
	 width: 30px;
	 height: 30px;
	 cursor: pointer;
	 transition: transform 0.3s ease;
}
 .plus-icon::before, .plus-icon::after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 background-color: #189045;
	 transform: translate(-50%, -50%);
	 transition: all 0.3s ease;
}
 .plus-icon::before {
	 width: 100%;
	 height: 4px;
}
 .plus-icon::after {
	 width: 4px;
	 height: 100%;
}
 .right-content h3 {
	 text-align: center;
	 font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
header #headerLogo {
		width: 150px;
		height: auto;
	}
#main-nav #navbarNavDropdown .navbar-nav li {
		margin-right: 25px !important;
	}
#main-nav #navbarNavDropdown .navbar-nav li a {
		font-size: 16px !important;
	}
}
 .navbar .nav-item .nav-link #menu-header-menu {
	 margin-right: 35px;
	 padding: 0 0;
	 font-size: 16px;
	 font-weight: 500;
	 color: #110123;
	 text-transform: none;
}
}
 .navbar .nav-item:last-child .nav-link {
	 margin-right: 0;
}
 .navbar .nav-item .dropdown-menu {
	 display: block;
	 opacity: 0;
	 visibility: hidden;
	 transition: 0.3s;
	 margin-top: 10px;
	 padding: 15px;
	 border: none;
	 border-radius: 8px;
	 width: 220px;
	 box-shadow: 0 3px 24px #000;
}
 .navbar .nav-item .nav-link {
	 position: relative;
	 z-index: 1;
}
 .navbar .nav-item .nav-link::before {
	 content: "";
	 position: absolute;
	 background: #189045;
	 width: 0;
	 height: 3px;
	 bottom: -5px;
	 left: 0px;
	 border-radius: 50px;
	 transition: all 0.5s ease-in-out;
}
 .navbar .nav-item .nav-link.active::before, .navbar .nav-item .nav-link:hover::before {
	 width: 20px;
}
 .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
	 color: #189045;
}
 .navbar .nav-item:hover .dropdown-menu {
	 transition: 0.3s;
	 opacity: 1;
	 visibility: visible;
	 top: 100%;
	 transform: rotateX(0deg);
}
 .navbar .dropdown-menu-end {
	 right: 0;
	 left: auto;
}
 .navbar .dropdown-menu.fade-down {
	 top: 80%;
	 transform: rotateX(-75deg);
	 transform-origin: 0% 0%;
}
 .navbar .dropdown-menu.fade-up {
	 top: 140%;
}
 .header-nav-right {
	 display: flex;
	 align-items: center;
	 gap: 20px;
	 margin-left: 30px;
}
 .header-nav-search a {
	 color: #fff;
	 font-size: 18px;
	 padding: 5px;
}
 .navbar .header-btn {
	 padding-top: 8px;
}
 .navbar .header-btn .theme-btn:hover {
	 color: #fff;
}
 .navbar {
	 padding-top: 0;
	 padding-bottom: 0;
	 z-index: 999;
	 background: #fff;
}
 .navbar-nav li {
	 list-style: none;
}
.navbar-toggler #navIcon {
	 width: 55px;
	 height: 45px;
	 position: relative;
	 margin-top: 15px;
	 margin-bottom: 5px;
	 transform: rotate(0deg);
	 transition: 0.5s ease-in-out;
	 cursor: pointer;
}
 .navbar-toggler #navIcon span {
	 display: block;
	 position: absolute;
	 height: 5px;
	 width: 100%;
	 background: #189045;
	 border-radius: 9px;
	 opacity: 1;
	 left: 0;
	 transform: rotate(0deg);
	 transition: 0.25s ease-in-out;
}
 .navbar-toggler #navIcon span:nth-child(1) {
	 top: 0px;
}
 .navbar-toggler #navIcon span:nth-child(2), .navbar-toggler #navIcon span:nth-child(3) {
	 top: 15px;
}
 .navbar-toggler #navIcon span:nth-child(4) {
	 top: 30px;
}
 .navbar-toggler #navIcon.open span:nth-child(1) {
	 top: 18px;
	 width: 0%;
	 left: 50%;
}
 .navbar-toggler #navIcon.open span:nth-child(2) {
	 transform: rotate(45deg);
}
 .navbar-toggler #navIcon.open span:nth-child(3) {
	 transform: rotate(-45deg);
}
 .navbar-toggler #navIcon.open span:nth-child(4) {
	 top: 18px;
	 width: 0%;
	 left: 50%;
}
 .navbar-toggler:focus {
	 box-shadow: none;
}
#offcanvasNavigation {
	visibility: visible;
  background: #094522;
}
.offcanvas-start {
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
  right: 0;
}
#offcanvasNavigation .social-links {
	justify-content: center;
  margin-bottom: 35px !important;
}

#offcanvasNavigation .social-links .social-link:not(:last-of-type) {
	margin-right: 10px;
}
#offcanvasNavigation .social-links img {
  filter: brightness(0) invert(1);
  width: 50px;
}
#offcanvasNavigation #mobileMenu {
	text-align: center;
}
#offcanvasNavigation #mobileMenu > li:not(:last-of-type):not(:nth-last-of-type(2)) {
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
}

#offcanvasNavigation #mobileMenu > li:not(:last-of-type):not(:nth-last-of-type(2)) {
  margin-bottom: 15px;
}
#offcanvasNavigation #mobileMenu > li:last-of-type {
	margin-top: 35px;
}
#offcanvasNavigation #mobileMenu a {
	color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
#offcanvasNavigation #mobileMenu .sub-menu {
	margin-top: 15px;
	padding-left: 0;
}
#offcanvasNavigation #mobileMenu .sub-menu a {
	font-size: 16px;
  font-weight: 300;
}
 
/* HOMEPAGE */
#homepage {
	 overflow: hidden;
}
 #homepage #homepageHero {
	 position: relative;
	 padding: 100px 0;
	 overflow: hidden;
	 min-height: 643px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 #homepage #homepageHero .bg-video {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 z-index: 0;
}
 #homepage #homepageHero .video-overlay {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.5);
	 z-index: 1;
}
 #homepage #homepageHero .container {
	 position: relative;
	 z-index: 2;
}
 #homepage #homepageHero .container .services {
	 font-weight: 600;
	 font-family: 'Poppins', sans-serif;
	 font-size: 24px;
	 color: #fff;
}
 #homepage #homepageHero .container .header {
	 font-weight: 800;
	 font-size: 50px;
	 font-family: 'Poppins', sans-serif;
	 margin-top: 35px;
	 margin-bottom: 35px;
	 color: #fff;
}
 @media only screen and (min-width: 992px) {
	 #homepage #sectionOne .row {
		 min-height: 500px;
	}
}
 #homepage #sectionTwo {
	 background-color: #b4cf6640;
}
 #homepage #sectionTwo .service {
	 background-color: white;
	 text-align: center;
	 padding: 100px 25px 25px 25px;
	 position: relative;
	 margin-top: 125px;
	 transition: all 0.5s ease;
}
 @media only screen and (min-width: 992px) {
	 #homepage #sectionTwo .service {
		 padding: 100px 75px 25px 75px;
	}
}
 #homepage #sectionTwo .service .icon-wrapper {
	 background-color: rgba(9, 69, 34, 1);
	 width: 150px;
	 height: 150px;
	 border: solid 4px #fff;
	 border-radius: 50%;
	 position: absolute;
	 top: -75px;
	 left: 50%;
	 transform: translateX(-50%);
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
@media only screen and (min-width: 992px) {
	#homepage #sectionTwo .service .learn-more {
		 max-height: 0;
		 opacity: 0;
		 overflow: hidden;
		 transition: max-height 0.4s ease, opacity 0.3s ease;
	}
	#homepage #sectionTwo .service:hover {
		 background-color: #189045;
		 color: #fff;
	}
	#homepage #sectionTwo .service:hover h2 {
		 color: #fff;
	}
	#homepage #sectionTwo .service:hover .learn-more {
		 margin-top: 25px;
		 max-height: 60px;
		 opacity: 1;
	}
}
#homepage #sectionThree {
	 position: relative;
	 padding: 60px 0;
	 color: #fff;
	 overflow: hidden;
}
#homepage #sectionThree * {
	 font-family: "Poppins", sans-serif;
	 color: #fff;
	 font-weight: 600;
}
 #homepage #sectionThree .bg-video {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 z-index: 0;
}
 #homepage #sectionThree .video-overlay {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.5);
	 z-index: 1;
}
 #homepage #sectionThree .container-fluid {
	 position: relative;
	 z-index: 2;
}
 #homepage #sectionThree .container-fluid .featured .inner, #homepage #sectionThree .container-fluid .stat .inner {
	 text-align: center;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 height: 100%;
	 width: 100%;
	 padding: 25px;
}
@media only screen and (max-width: 767.98px) {
	#homepage #sectionThree .container-fluid .featured .inner {
		border: 2px solid rgba(255, 255, 255, 1);
	}
	#homepage #sectionThree .container-fluid .stat .inner {
		border-bottom: solid 1px rgba(255, 255, 255, 1);
	}
	#homepage #sectionThree .container-fluid .stat:last-child .inner {
	 border-bottom: none;
	}	
}
 #homepage #sectionThree .container-fluid .stat .inner {
	 padding: 50px 25px 25px 25px;
}
@media only screen and (min-width: 768px) {
	#homepage #sectionThree .container-fluid .stat {
		 border-bottom: none;
	}
	#homepage #sectionThree .container-fluid .stat:nth-child(n+4) {
		 border-top: 1px solid rgba(255, 255, 255, 1);
	}
	#homepage #sectionThree .container-fluid .stat:nth-child(3n+1), #homepage #sectionThree .container-fluid .stat:nth-child(3n+2) {
		 border-right: 1px solid rgba(255, 255, 255, 1);
	}
}
#homepage #sectionFour .team-carousel-wrap  {
	 position: relative;
}
 #homepage #sectionFour .team-carousel .slick-slide {
	 transition: all 0.3s ease;
	 opacity: 0.5;
	 margin: 0 10px;
	 pointer-events: none;
}
 #homepage #sectionFour .team-carousel .slick-list {
	 margin: 0 -10px;
}
 #homepage #sectionFour .team-carousel .slick-active {
	 opacity: 1;
	 pointer-events: auto;
}
 #homepage #sectionFour .team-bio-wrapper {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 z-index: 10;
	 pointer-events: auto;
	 max-width: 800px;
}
@media (max-width: 992px) {
	#homepage #sectionFour .team-bio-wrapper {
		 left: 15px !important;
		 right: 15px !important;
	}
}
 #homepage #sectionFour .caret {
	 position: absolute;
	 bottom: 0;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 0;
	 height: 0;
	 border-left: 10px solid transparent;
	 border-right: 10px solid transparent;
	 border-bottom: 18px solid #edf3d9;
	 z-index: 2;
	 display: none;
}
 #homepage #sectionFour .team-slide.active .caret {
	 display: flex;
}
#homepage #sectionFour .custom-arrow {
	z-index: 1;
	width: 78px;
	height: 78px;
	background-color: #FF8A3C;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
}
 #homepage #sectionFour .team-slide.active .plus-icon::after {
	 transform: translate(-50%, -50%) rotate(90deg);
	 opacity: 0;
}
 #homepage #sectionFive #testimonials {
	 background-repeat: no-repeat !important;
	 background-size: cover !important;
	 background-position: center top !important;
	 padding-bottom: 100px;
}
 #homepage #sectionFive #testimonials .testimonial-slider {
	 padding-top: 65px;
}
 #homepage #sectionFive #testimonials .testimonial-slider .slick-list {
	 margin: 0 -10px;
}
 #homepage #sectionFive #testimonials .testimonial-slider .slick-slide {
	 margin: 0 10px;
}
 #homepage #sectionFive #testimonials .testimonial-slider .testimonial-slide {
	 background: rgba(255, 255, 255, .9);
	 padding: 20px;
	 filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
}
 #homepage #sectionFive #testimonials .testimonial-slider .testimonial-slide .stars {
	 margin-bottom: 10px;
}
 #homepage #sectionFive #testimonials .testimonial-slider .testimonial-slide .stars .star {
	 margin: 0 2px;
}
 #homepage #sectionFive #testimonials .testimonial-slider .testimonial-slide .content {
	 display: flex;
	 flex-direction: column;
}
 #homepage #sectionFive #testimonials .testimonial-slider .testimonial-slide .content .testimonial-content.wysiwyg p {
	 position: relative;
}
 #homepage #sectionFive #testimonials .testimonial-slider .testimonial-slide .content .testimonial-content.wysiwyg p::before {
	 content: "“";
	 margin-right: 4px;
}
 #homepage #sectionFive #testimonials .testimonial-slider .testimonial-slide .content .testimonial-content.wysiwyg p::after {
	 content: "”";
	 margin-left: 4px;
}
 #homepage #sectionFive #testimonials .testimonial-slider .testimonial-slide .content .bottom {
	 margin-top: auto;
}
 #homepage #sectionFive #testimonials .testimonial-slider .slick-dots li button:before {
	 content: '';
}
 #homepage #sectionFive #testimonials .testimonial-slider .slick-dots {
	 display: flex !important;
	 justify-content: center;
	 margin-top: 20px;
	 bottom: -100px;
}
 #homepage #sectionFive #testimonials .testimonial-slider .slick-dots li {
	 margin: 0 6px;
}
 #homepage #sectionFive #testimonials .testimonial-slider .slick-dots li button {
	 width: 14px;
	 height: 14px;
	 border: 2px solid #fff;
	 border-radius: 50%;
	 background: transparent;
	 padding: 0;
	 cursor: pointer;
	 transition: background 0.3s ease, transform 0.3s ease;
}
 #homepage #sectionFive #testimonials .testimonial-slider .slick-dots li.slick-active button {
	 background: #fff;
	 transform: scale(1.1);
}
#homepage #sectionSix {
	overflow: hidden;
}
.logo-carousel .slick-list {
	 margin: 0 -30px;
}
.logo-carousel .slick-slide {
	 margin: 0 30px;
}
.logo-carousel img {
	 max-height: 172px;
	 object-fit: contain;
}


footer {
	 background: #c8c8c8;
	 display: flex;
}
 @media only screen and (max-width: 991.98px) {
	 footer {
		 flex-direction: column;
	}
}
 @media only screen and (min-width: 992px) {
	 footer {
		 position: sticky;
		 bottom: 0;
		 width: 100%;
		 z-index: 0;
		 height: auto;
		 left: 0;
	}
}
 footer .left {
	 padding: 40px var(--bs-gutter-x, 0.75rem) 40px var(--bs-gutter-x, 0.75rem);
	 background-color: #d5d5d5;
	 flex: 0 0 25%;
}
 @media only screen and (min-width: 992px) {
	 footer .left {
		 padding: 40px 40px 40px var(--bs-gutter-x, 0.75rem);
	}
}
 footer .right {
	 flex-grow: 1;
	 padding: 40px var(--bs-gutter-x, 0.75rem) 40px var(--bs-gutter-x, 0.75rem);
	 background-color: #ebebeb;
}
 @media only screen and (min-width: 992px) {
	 footer .right {
		 padding: 40px var(--bs-gutter-x, 0.75rem) 40px 40px;
	}
}
 footer .right a {
	 text-decoration: none;
}
 footer .right .phone-link {
	 color: #094522;
}
 footer .right .social-links img {
	 width: 47px;
	 height: 47px;
}
 footer .right .social-links li:not(:last-of-type) {
	 margin-right: 10px;
}
 footer .right nav ul {
	 padding: 0;
}
 footer .right nav ul li:not(:last-of-type) {
	 margin-bottom: 10px;
}
 footer .right nav ul li a {
	 color: #094522;
	 font-weight: 300;
	 font-size: 20px;
}
 main {
	 background: #fff;
	 position: relative;
	 z-index: 11;
	 width: 100%;
}
 
.hero {
	 min-height: 310px;
	 position: relative;
	 display: flex;
	 align-items: center;
	 box-shadow: rgba(0, 0, 0, .5) 0 0 0 100vh inset;
}
 .hero .content-container h1 {
	 color: #fff;
	 font-weight: 800;
	 text-align: center;
}
 @media only screen and (min-width: 992px) {
	 .hero .content-container h1 {
		 font-size: 50px;
	}
}
.hero .icon {
 background-color: rgba(9, 69, 34, 1);
 width: 150px;
 height: 150px;
 border: solid 4px #fff;
 border-radius: 50%;
 position: absolute;
 bottom: -75px;
 left: 50%;
 transform: translateX(-50%);
 display: flex;
 align-items: center;
 justify-content: center;
}
 .bg-image {
	 background-repeat: no-repeat !important;
	 background-size: cover !important;
	 background-position: center center !important;
}
 #contact {
	 margin-bottom: 50px;
}
 #contact .left .contact-box {
	 background-color: rgba(180, 207, 102, 0.25);
	 padding: 25px;
}
 #contact .left .contact-box .contact-info {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
}
 #contact .left .contact-box .contact-info a {
	 color: #000;
}
@media (max-width: 992px) {
	#contact .left .contact-box .contact-info .social-links img {
		width: 50px;
	}
}
 #contact .left .contact-box .contact-info .social-links li:not(:last-of-type) {
	 margin-right: 20px;
}
 #contact .left .contact-box hr {
	 height: 3px;
	 background-color: rgba(180, 207, 102, 1);
}
 #contact .right input[type="submit"] {
	 min-width: 245px;
}
 #contact #growSomethingGreat {
	 margin-top: 75px;
	 margin-bottom: 50px;
}
@media (min-width: 991.98px) {
	#contact .left .contact-box {
		padding: 40px;
	}
	#contact .left .contact-box .contact-info .contact-label {
	flex: 0 0 135px;
	margin-bottom: 0;
	margin-right: 25px;
	}
	#contact .left .contact-box .contact-info {
		flex-direction: row;
	}
}

/* Style the lazyloaded images */
img[data-lazyloaded] {
	 opacity: 0;
}
 img.litespeed-loaded {
	 -webkit-transition: opacity 0.5s linear 0.2s;
	 -moz-transition: opacity 0.5s linear 0.2s;
	 transition: opacity 0.5s linear 0.2s;
	 opacity: 1;
}
 .pagination a {
	 color: #000;
	 font-size: 1.5rem;
	 margin-left: 15px;
	 margin-right: 15px;
}
 .pagination a:hover {
	 color: #189045;
}
 .pagination span {
	 font-size: 1.5rem;
	 margin-left: 15px;
	 margin-right: 15px;
	 color: #189045;
}
 #theContentWrapper h1, #theContentWrapper h2, #theContentWrapper h3, #theContentWrapper h4, #theContentWrapper h5 {
	 margin-bottom: 25px;
}

/* LANDING PAGE SUCCESS STORY - ADDED SEPTEMBER 2024 */
.embed-container {
	 position: relative;
	 padding-bottom: 56.25%;
	 overflow: hidden;
	 max-width: 100%;
	 height: auto;
}
 .embed-container iframe, .embed-container object, .embed-container embed {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 #landingPage #sectionOne {
	 background-color: #e9efd1;
	 margin-top: 4rem;
}
 #landingPage #sectionOne .header {
	 color: #189045;
}
 #landingPage #sectionTwo .bucket .background-image {
	 height: 100%;
	 background-size: cover !important;
	 background-repeat: no-repeat !important;
	 background-position: center center !important;
}
 #landingPage #sectionTwo .header {
	 color: #189045;
}
/* CAREERS PAGE - ADDED MAY 2025 */
 #careers #sectionOne {
	 margin-bottom: 75px;
}
 #careers #sectionTwo {
	 margin-bottom: 75px;
}
 #careers #sectionTwo .icon-wrapper img {
	 margin-bottom: 25px;
}
 #careers #sectionTwo .icon-wrapper .header {
	 font-size: 30px;
	 color: #094521;
	 font-weight: bold;
	 margin-bottom: 25px;
}
 #careers #sectionTwo .bullet-wrapper .bullet-header {
	 position: relative;
	 padding-left: 28px;
	/* adjust as needed based on icon width */
	 background: url('/wp-content/uploads/2025/05/Vector.png') no-repeat left center;
	 background-size: 18px 18px;
	/* adjust size as needed */
	 display: inline-block;
}
 #careers #sectionTwo .bullet-wrapper .subtext {
	 padding-left: 28px;
}
 #careers #sectionThree {
	 background-color: rgba(180, 207, 102, 0.25);
	 padding-top: 75px;
	 padding-bottom: 75px;
	 margin-bottom: 75px;
	 position: relative;
}
 #careers #sectionThree hr {
	 background-color: rgba(33, 136, 65, 1);
	 height: 1px;
	 margin: 45px 0;
}
 #careers #sectionThree .job-post-outer-wrapper .job-title {
	 margin-right: 25px;
}
 @media screen and (max-width: 576px) {
	 #careers #sectionThree .job-post-outer-wrapper .inner-wrapper {
		 flex-direction: column;
	}
}
 #careers #sectionThree .job-post-outer-wrapper .inner-wrapper .full-description ul li::before {
	 content: '\F2EF';
	 font-family: bootstrap-icons !important;
	 margin-right: 10px;
	 color: #189045;
}
@media (min-width: 992px) {
	#careers #sectionThree .job-post-outer-wrapper .inner-wrapper .read-more-btn {
		flex: 0 0 247px;
		margin-left: 35px;
	}
}
 #careers #sectionFour {
	 margin-bottom: 50px;
}
 #careers #sectionFour #applicationCopy span {
	 font-weight: bold;
	 font-size: 30px;
}
 #careers #sectionFour #applicationCopy a {
	 color: #238842;
	 text-decoration: underline;
}
 #careers #sectionFour .two-column, #careers #sectionFour .three-column {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 1.5rem;
}
 #careers #sectionFour .two-column .form-group {
	 flex: 1 1 48%;
}
 #careers #sectionFour .three-column .form-group {
	 flex: 1 1 31%;
}
 #careers #sectionFour input[type="text"], #careers #sectionFour input[type="email"], #careers #sectionFour input[type="tel"], #careers #sectionFour select, #careers #sectionFour textarea {
	 width: 100%;
	 padding: 12px 14px;
	 background-color: #ececec;
	 border: 2px solid rgba(150, 150, 150, 1);
	 border-radius: 8px;
	 font-size: 16px;
	 font-family: inherit;
	 resize: vertical;
	 transition: border-color 0.3s;
}
 #careers #sectionFour input:focus, #careers #sectionFour select:focus, #careers #sectionFour textarea:focus {
	 border-color: #198754;
	 outline: none;
}
 #careers #sectionFour select {
	 appearance: none;
	 background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 45 L70 105 L130 45' stroke='%23198754' stroke-width='20' fill='none'/%3E%3C/svg%3E");
	 background-repeat: no-repeat;
	 background-position: right 12px center;
	 background-size: 16px 16px;
}
 #careers #sectionFour #fileUpload {
	 border-bottom: solid 1px rgba(33, 136, 65, 1);
	 padding-bottom: 30px;
	 margin-top: 35px;
	 padding-top: 10px;
}
 #careers #sectionFour #fileUpload a {
	 color: #218841;
	 text-decoration: underline;
}
 #careers #sectionFour #fileUpload input[type="file"] {
	 opacity: 0;
	 position: absolute;
	 z-index: -1;
}
 #careers #sectionFour #fileUpload label {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
}
 #careers #sectionFour #fileUpload label::after {
	 content: "Select File to Upload";
	 display: inline-block;
	 padding: 10px 20px;
	 margin-left: 0;
	 border: 2px solid rgba(33, 136, 65, 1);
	 border-radius: 30px;
	 color: rgba(33, 136, 65, 1);
	 background-color: transparent;
	 font-weight: 500;
	 cursor: pointer;
	 transition: background 0.3s, color 0.3s;
	 margin-top: 25px;
}
 #careers #sectionFour #fileUpload label:hover::after {
	 background-color: rgba(33, 136, 65, 1);
	 color: #fff;
}
 #careers #sectionFour input[type="submit"] {
	 background-color: rgba(33, 136, 65, 1);
	 color: white;
	 border: none;
	 padding: 14px 32px;
	 font-size: 16px;
	 border-radius: 30px;
	 cursor: pointer;
	 transition: background 0.3s;
	 display: block;
	 margin: 15px 0 0 0;
	 width: 100%;
}
 #careers #sectionFour input[type="submit"]:hover {
	 background-color: #145c2b;
}
 @media only screen and (min-width: 576px) {
	 #careers #sectionFour input[type="submit"] {
		 width: 384px;
	}
}
 #careers #sectionFour .wpcf7-form p {
	 margin-bottom: 0.5rem;
	 font-size: 15px;
}
 #careers #sectionFour .wpcf7-form p label {
	 font-size: 20px;
	 font-family: "Poppins", sans-serif;
}
 #careers #sectionFour .wpcf7-form hr {
	 margin: 2rem 0;
	 border: none;
	 border-bottom: 1px solid #ccc;
}
 @media (max-width: 768px) {
	 #careers #sectionFour .two-column .form-group, #careers #sectionFour .three-column .form-group {
		 flex: 1 1 100%;
	}
}
 section {
	 margin-bottom: 1rem !important;
}
 @media (min-width: 768px) {
	 section {
		 margin-bottom: 3rem !important;
	}
}
 .wysiwyg a, a[href^="mailto:"], a[href^="tel:"] {
	 color: #189045;
	 text-decoration: underline;
}
 #topHeader {
	 background-color: #094522;
	 padding: 10px 0;
}
 #topHeader .social-links img {
	 height: 30px;
	 width: 30px;
	 filter: brightness(0) invert(1);
}
 #topHeader .social-links li:not(:last-of-type) {
	 margin-right: 5px;
}
 #main-nav {
	 padding: 15px 0;
}
 #main-nav #navbarNavDropdown .navbar-nav {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
}
 #main-nav #navbarNavDropdown .navbar-nav li {
	 margin-right: 35px;
}
 #main-nav #navbarNavDropdown .navbar-nav > li:last-child {
	 margin-right: 0;
}
 #main-nav #navbarNavDropdown .navbar-nav > li:last-child:hover {
	 background-color: #145c2b;
}
 #main-nav #navbarNavDropdown .navbar-nav > li:last-child a {
	 color: #fff;
	 background-color: transparent;
}
 #main-nav #navbarNavDropdown .navbar-nav > li:last-child a:hover {
	 color: #fff;
}
 #main-nav #navbarNavDropdown .navbar-nav > li:last-child a:before {
	 content: none !important;
}
 #main-nav #navbarNavDropdown .navbar-nav li a {
	 position: relative;
	 z-index: 1;
	 padding: 0 0;
	 font-size: 20px;
	 font-weight: 500;
	 color: #110123;
	 text-transform: none;
	 font-family: "Poppins", sans-serif;
	 font-weight: 300;
}
 #main-nav #navbarNavDropdown .navbar-nav li a:before {
	 content: "";
	 position: absolute;
	 background: #000;
	 width: 0;
	 height: 2px;
	 bottom: -5px;
	 left: 0px;
	 border-radius: 50px;
	 transition: all 0.5s ease-in-out;
}
 #main-nav #navbarNavDropdown .navbar-nav li a:hover:before, #main-nav #navbarNavDropdown .navbar-nav li.current-menu-item a:before {
	 width: 100%;
}
#main-nav #navbarNavDropdown .navbar-nav li:not(:last-of-type) a:hover,
#main-nav #navbarNavDropdown .navbar-nav li:not(:last-of-type).current-menu-item a {
  color: #000;
}
.menu-item-has-children {
	 position: relative;
}
@media (min-width: 991.98px) {
 .menu-item-has-children > .sub-menu {
		position: absolute;
		top: 200%;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		opacity: 0;
		visibility: hidden;
		background: white;
		list-style: none;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
		transition: all 0.25s ease;
		z-index: 1000;
		padding: 10px 0 10px 0;
		border: solid 3px #094522;
		border-radius: 0;
		min-width: 350px;
	}
 .menu-item-has-children > .sub-menu a:before, .menu-item-has-children > .sub-menu a:hover:before {
 		content: none !important;
	}
 .menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu {
	 opacity: 1;
	 visibility: visible;
	 top: 150%;
	}
 .sub-menu li {
		margin: 0 !important;
		text-align: center;
		margin-bottom: 10px;
	}
 .sub-menu li a {
		display: block;
		padding: 10px 0 !important;
		color: #000;
		text-decoration: none;
		white-space: nowrap;
		transition: background-color 0.2s ease;
	}
 .sub-menu li:hover {
		background-color: #ecf3d9;
	}
 .sub-menu li:hover a {
		color: #000 !important;
		font-weight: 700 !important;
	}
}
 .eyebrow {
	 font-family: "Poppins", sans-serif;
	 font-weight: 300;
	 font-size: 26px;
	 color: #189045;
	 text-transform: uppercase;
	 margin-bottom: 8px;
}
 #growSomethingGreat, #stumpingYourProject {
	 position: relative;
	 z-index: 2;
	 display: flex;
	 align-items: center;
	 min-height: 469px;
}
 #growSomethingGreat img, #stumpingYourProject img {
	 position: absolute;
}
 @media only screen and (max-width: 991.98px) {
	 #growSomethingGreat, #stumpingYourProject {
		 padding-top: 50px;
		 padding-bottom: 50px;
		 margin-top: -1rem;
		 margin-bottom: 0 !important;
		 overflow: hidden;
	}
	 #growSomethingGreat img, #stumpingYourProject img {
		 opacity: 0.5;
	}
}
 #growSomethingGreat img {
	 bottom: 0;
	 z-index: -1;
}
 #stumpingYourProject img {
	 bottom: -85px;
	 z-index: -1;
}
 @media only screen and (min-width: 992px) {
	 #stumpingYourProject img {
		 z-index: 3;
	}
}
 #growSomethingGreat {
	 background-color: rgba(180, 207, 102, 0.25);
}
/* SINGLE SERVICE */
 #singleService .hero {
	 margin-bottom: 0 !important;
}
 #singleService #sectionOne {
	 position: relative;
	 padding-top: 100px;
	 overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
	#singleService #sectionOne .eyebrow {
		padding-right: 35%;
	}
}
 @media only screen and (min-width: 1667px) {
	 #singleService #sectionOne {
	 	padding-top: 150px;
		min-height: 766px;
	}
}
 @media only screen and (min-width: 1667px) {
	 #singleService #sectionOne .top-section-image {
		 position: absolute;
		 top: 0;
		 right: 0;
	}
}
@media only screen and (max-width: 1666.98px) {
	#singleService #sectionOne .top-section-image {
		position: absolute;
    top: -185px;
    right: 0;
    z-index: -1;
    transform: translateX(50%);
    opacity: .5;
  }
}
 .masonry-item article {
	 background-color: rgba(236, 243, 217, 1);
	 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	 padding: 25px;
}
 .masonry-item h3 {
	 color: #094522;
	 font-weight: 600;
	 margin-bottom: 25px;
}
 #masonryGrid {
	 display: block;
	 position: relative;
}
 .masonry-item {
	 width: 48%;
	 margin: 1%;
}
 @media (max-width: 767px) {
	 .masonry-item {
		 width: 100%;
		 margin: 0 0 1.5rem 0;
	}
}
/* SERVICES */
 #services #serviceList .service-wrapper {
	 transition: all 0.3s ease;
}
 #services #serviceList .service-wrapper a {
	 display: block;
	 color: #000;
}
 #services #serviceList .service-wrapper .icon-outer {
	 background-color: rgba(9, 69, 34, 1);
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 height: 215px;
	 margin-bottom: 25px;
}
 #services #serviceList .service-wrapper .icon-outer .icon-inner {
	 width: 145px;
	 height: 145px;
	 border: solid 4px #fff;
	 border-radius: 50%;
	 opacity: 0.5;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 #services #serviceList .service-wrapper .description {
	 background-color: #ecf3d9;
	 padding: 35px 15px;
	 margin-bottom: -30px;
}
 #services #serviceList .service-wrapper .btn {
	 color: #fff;
}
@media (max-width: 992px) {
	#servicesImage {
		margin-bottom: 0 !important;
	}
}
/* ABOUT */
 #about #sectionOne {
	 position: relative;
}
 @media only screen and (max-width: 991.98px) {
	 #about #sectionOne .top-section-image {
	 	display: none;
	 }
}
 @media only screen and (min-width: 992px) {
 	#about #sectionOne {
		 min-height: 560px;
	}
	 #about #sectionOne .top-section-image {
		 position: absolute;
		 top: 0;
		 right: 0;
	}
}
 #about .region-button {
	 width: 100%;
	 border-radius: 0;
	 background-color: #094522;
	 font-weight: 600;
}
 #about .service-area-section hr {
	 height: 2px;
	 background-color: #b4cf66;
	 margin-bottom: 0;
}
 #about .plus-icon.active::after {
	 transform: translate(-50%, -50%) rotate(90deg);
	 opacity: 0;
}
@media (max-width: 992px) {
	#about #growSomethingGreat {
		 margin-top: 5rem;
	}
}
/* BLOG */
 #blog a {
	 color: #000;
}
 #blog a:hover {
	 color: #000;
}
 #blog .blog-post .inner {
	 padding: 15px;
	 border: solid 1px #189045;
}
 #blog .blog-post .inner .top {
	 display: flex;
	 gap: 20px;
}
 @media only screen and (max-width: 767.98px) {
	 #blog .blog-post .inner .top {
		 display: flex;
		 flex-direction: column;
	}
}
 #blog .blog-post .inner .top .featured-image {
	 flex-shrink: 0;
}
 #blog .blog-post .inner .top .featured-image img {
	 width: 315px;
	 height: 250px;
}
 #blog .blog-post .inner .top .article-info .author {
	 color: #189045;
}
 #blog .blog-post .inner .read-more {
	 font-weight: 700;
	 text-decoration: underline;
	 font-size: 18px;
	 color: #189045;
}
 #blog .blog-post:hover {
	 color: #000;
}
 #thePost {
	 overflow: hidden;
}
 #thePost .back-to-blog {
	 color: #189045;
	 text-decoration: underline;
}
 #thePost p {
	 margin-bottom: 25px;
}
 #thePost .alignright {
	 display: block;
	 float: right;
	 margin-left: 15px;
	 margin-bottom: 15px;
}
 #thePost .alignleft {
	 display: block;
	 float: left;
	 margin-right: 15px;
	 margin-bottom: 15px;
}
 @media only screen and (max-width: 767.98px) {
	 #thePost .alignright, #thePost .alignleft {
		 float: none;
		 margin: 25px auto;
	}
}
 #thePost #sidebar .author {
	 font-size: 26px;
	 color: #189045;
	 text-transform: uppercase;
}
 #thePost #sidebar .author a {
	 color: #189045;
}
 #thePost #sidebar .line-behind {
	 position: relative;
	 margin-bottom: 15px;
}
 #thePost #sidebar .line-behind:before {
	 content: '';
	 display: block;
	 height: 3px;
	 background-color: #b4cf66;
	 position: absolute;
	 top: 50%;
	 width: 100%;
	 transform: translateY(-50%);
	 z-index: -1;
}
 #thePost #sidebar .line-behind h4 {
	 background-color: #fff;
	 display: inline-block;
	 margin-bottom: 0;
	 padding-right: 15px;
}
 #thePost #sidebar .recent-posts {
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	 grid-auto-rows: 1fr;
}
 #thePost #sidebar .recent-posts .recent-post {
	 background-color: #ecf3d9;
	 padding: 25px;
	 position: relative;
	 display: flex;
	 align-items: center;
}
 #thePost #sidebar .recent-posts .recent-post:after {
	 content: '';
	 width: 100vw;
	 left: 0;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 background-color: #ecf3d9;
	 z-index: -1;
}
 #thePost #sidebar .recent-posts .recent-post a {
	 color: #000;
	 font-weight: 600;
}
 #thePost #sidebar .recent-posts .recent-post a:hover {
	 color: #000;
}
 #thePost #sidebar .recent-posts .recent-post:not(:last-of-type) {
	 margin-bottom: 25px;
}
 #projects #projectsList .project-wrapper {
	 position: relative;
}
 #projects #projectsList .project-wrapper h2 {
	 background-color: #ecf3d9;
	 padding: 25px 20px;
}
 #projects #projectsList .project-wrapper img {
	 aspect-ratio: 1;
	 object-fit: cover;
	 width: 100%;
	 height: auto;
}
 #singleProject .featured-image #topBar {
	 left: 0;
	 transform: scaleX(-1);
	 width: 60%;
}
 #singleProject .featured-image img {
	 aspect-ratio: 1;
	 object-fit: cover;
	 width: 100%;
	 height: auto;
}
 #singleProject .title {
	 position: relative;
	 background-color: #ecf3d9;
	 padding: 20px 0 20px 0;
	 z-index: 1;
}
 #singleProject .title:before {
	 position: absolute;
	 top: 0;
	 left: calc(var(--bs-gutter-x) * -1);
	 width: calc(var(--bs-gutter-x) * 2);
	 background-color: #ecf3d9;
	 height: 100%;
	 content: '';
	 display: block;
	 z-index: -1;
}
 #singleProject .project-overview-grid {
	 display: grid;
	 grid-template-columns: max-content 1fr;
	 row-gap: 1rem;
	 column-gap: 1rem;
	 align-items: start;
}
 #singleProject .project-overview-grid .label {
	 font-weight: bold;
	 color: #094522;
	/* Deep green from screenshot */
	 text-align: right;
	 text-transform: uppercase;
}
 @media (max-width: 576px) {
	 #singleProject .project-overview-grid {
		 grid-template-columns: 1fr;
	}
	 #singleProject .project-overview-grid .label {
		 text-align: left;
	}
}
 #singleProject .project-challenges .inner, #singleProject .project-outcomes .inner {
	 border: solid 2px;
}
 #singleProject .project-challenges .inner {
	 border-color: #189045;
}
 #singleProject .project-outcomes .inner {
	 border-color: #ff8a3c;
}
/* SERVICE AREAS PAGE */
 .service-btn {
	 background-color: #094522;
	 border-radius: 0;
	 font-weight: 600;
}
 .service-btn:hover, .service-btn.active {
	 background-color: #ff8a3c;
}
 .region-content, .service-images img {
	 opacity: 0;
	 visibility: hidden;
	 transition: opacity 0.4s ease;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
}
 .region-content.active, .service-images img.active {
	 opacity: 1;
	 visibility: visible;
	 position: relative;
	 z-index: 1;
}
 .sidebar-content {
	 background-color: #ecf3d9;
	 padding: 15px;
}
 @media only screen and (min-width: 992px) {
	 .sidebar-content {
		 padding: 35px 50px;
	}
}
 
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
	 color: #000;
	 opacity: 1;
	 font-size: 20px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	 padding: 15px;
	 background-color: rgba(235, 235, 235, 1);
	 border-radius: 0;
	 border: 0;
}