:root {
  --green: #036143;
  --light-green: #1baf80;
  --grey: #b6b6b6; 
  --dark-grey: #7b7b7b;
  --black: #202020;
}


body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.35;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Inter", sans-serif;	
}

.g-container {
	width: 1640px;
	max-width: calc(100% - 100px);
}

.button {
	display: inline-block;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: var(--green) url('images/double_arrow_right.webp') right 65px center no-repeat;
	padding: 22.5px 100px 22.5px 75px;
}

.button:hover, .button.light:hover {
	background-color: var(--dark-grey);
	color: #fff;
}

.button.light {
	background-color: var(--light-green);
}

#g-mainbar {
    padding: 0;
}

#g-mainbar .g-content {
	padding: 0;
	margin: 0;
}

/* Navigation */

.g-main-nav .g-toplevel {
	text-align: center;
	margin-top: 10px;
}

.g-main-nav .g-toplevel > li {
	margin: 0 25px;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content, 
.g-main-nav .g-toplevel > li > .g-menu-item-container:hover > .g-menu-item-content {
	color: #12936a;
}

#g-navigation .navigation-buttons {
	text-align: right;
}

/* Homepage */

.home #g-navigation {
	position: absolute;
	width: 100%;
	z-index: 20;
}

#heroRow {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

#heroRow h1 {
	font-size: 61px;
	font-weight: 500;
	line-height: 1.1;
}

#heroRow h1 strong {
	font-weight: 700;
	color: #12936a;
}

#heroRow .content {
	padding: 90px;
	background: rgba(0,0,0,0.63);
}

#about {
	color: #fff;
}

#about .vc_column_container>.vc_column-inner {
	padding: 0;
}

#about .text {
	background: var(--green);
	padding: 100px 65px;
}

#about h2 {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2;
}

#about .image img {
	margin-top: 30px;
	border-top: 40px solid var(--green);
}

#servicesTitle {
	background: var(--grey);
	color: var(--green);
	padding: 25px 0 35px 0;
}

#servicesTitle h2 {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.1;
	padding: 0 50px;
}

#servicesTitle .wpb_content_element  {
    margin-bottom: 0px;
}

#servicesRow .text {
	color: #fff;
	position: relative;
	padding: 50px;
}
#servicesRow .text .wpb_wrapper {
	position: relative;
	z-index: 2;
}

#servicesRow h3 {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 0;
    line-height: 1.1;
}

#servicesRow .green {
	background: var(--green);
}

#servicesRow .green:before {
	content: '';
	height: 100%;
	width: 2000px;
	background: var(--green);
	position: absolute;
	top: 0;
	right: 0;
}

#servicesRow .black {
	background: var(--black);
}


#servicesRow .black:before {
	content: '';
	height: 100%;
	width: 2000px;
	background: var(--black);
	position: absolute;
	top: 0;
	left: 0;
}

#servicesRow.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding: 0 !important;
}

#servicesRow .left-column .wpb_content_element {
	margin-bottom: 65px;
}

#servicesRow .right-column .wpb_content_element {
	margin-top: 65px;
	margin-bottom: 0px;
}

#servicesRow .buttons {
	min-height: 245px;
	display: flex;
	flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	margin-top: 0 !important;
}

#servicesRow .buttons p {
	margin: 0;
}

#contact {
	background: var(--black);
	color: #fff;
	padding: 165px 0;
}

#contact.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
	margin-top: 0 !important;
}

#contact form {
	background: var(--green);
	color: var(--black);
	padding: 100px 75px;
	position: realtive;
}

#contact form:before {
	content: '';
	width: 156px;
	height: 194px;
	background: url('images/f.webp') center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -63px;
}

#contact form h2 {
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}

#contact textarea {
	height: 135px;
}

#contact select {
	background-color: white;
    vertical-align: middle;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 10px 1.25rem;
    transition: border-color 0.2s;
	border-radius: 0.25rem;
}

#contact .wpcf7-not-valid-tip {
    color: #efbbbb;
}

#contact h2.seTitle {
	padding-left: 270px;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.1;
	position: relative;
}

#contact h2.seTitle:before {
	content: '';
	width: 252px;
	height: 211px;
	background: url('images/se-map.webp') center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -115px;
}

#contact h2.seTitle:after {
	content: '';
	display: block;
	width: 72px;
	height: 73px;
	background: url('images/featured-checkmark.webp') center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 175px;
	top: 15px;
}

#contact h3 {
	font-size: 42px;
	font-weight: 500;
	line-height: 1.1;
}

#contact h3 strong {
	font-size: 36px;
	color: #12936a;
	font-weight: 700;
}

#contact  ul {
    margin-left: 10px;
    padding: 0;
}

#contact ul li {
    list-style: none;
    padding: 17.5px 0 17.5px 65px;
    font-size: 26.38px;
    font-weight: 700;
    background: url('images/checkmark.webp') left center no-repeat;
}

#contact .submitButton  {
	text-align: right;
}

#contact .wpcf7-spinner {
    position: absolute;
}

/* Footer */

#g-footer {
	background: var(--green);
	color: #fff;
	font-size: 29px;
	font-weight: 500;
	text-align: center;
}

#g-footer a {
	color: #fff;
}

#g-footer a:hover  {
	color: #fff;
	text-decoration: underline;
}

#g-footer .g-container {
	width: 1300px;
	max-width: calc(100% - 100px);
}

.footer-b .widget_media_image {
	margin-top: 50px;
}

#g-footer .insta {
	margin-bottom: 50px;
}

#g-footer .insta:hover {
	filter: brightness(0) invert(1);
}

/* Misc */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #1baf80;
    color: #fff;
}

body .g-offcanvas-toggle {
    color: #ffffff;
    left: auto;
    right: 32px;
}

.grecaptcha-badge { visibility: hidden; }

/* Responsive Fix */

@media  (max-width: 1650px) {
	
	.button {
		padding: 22.5px 85px 22.5px 55px;
		background-position: right 45px center;
	}
	
	.g-main-nav .g-toplevel > li {
		margin: 0 20px;
	}
	
	.g-container {
		max-width: calc(100% - 50px);
	}
	
}


@media  (max-width: 1550px) {	
	
	.button {
		font-size: 21px;
	}
	
	.g-main-nav .g-toplevel > li {
		margin: 0 15px;
	}
	
	#heroRow h1 {
		font-size: 50px;
	}
	
}

@media  (max-width: 1450px) {
	
	.g-main-nav .g-toplevel > li {
		margin: 0 10px;
	}
	
	#heroRow .content {
		padding: 50px;
	}
	
	#contact h2.seTitle {
		padding-left: 230px;
		font-size: 37px;
	}
	
	#contact h2.seTitle:before {
		width: 190px;
		top: -90px;
	}
	
	#contact h2.seTitle:after {
		left: 140px;
		top: 15px;
	}
	
	#about h2 {
		font-size: 42px;
	}
	
	#g-footer .g-container {
		max-width: calc(100% - 20px);
	}
	
	.button {
		font-size: 20px;
	}
	
	#contact form {
		padding: 100px 60px;
	}
	
	#servicesTitle h2 {
		font-size: 44px;
	}

}
 
@media  (max-width: 1350px) {
	
	.g-container {
		max-width: calc(100% - 20px);
	}
	
	.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
		font-size: 19px;
	}
	
	.button {
		font-size: 19px;
		padding: 22.5px 75px 22.5px 45px;
		background-position: right 40px center;
	}
	
	#heroRow .content {
		padding: 35px;
	}
	
	#about .text {
		background: var(--green);
		padding: 80px 35px;
	}
	
	#contact h2.seTitle {
		font-size: 32px;
	}
	
	#g-navigation .g-content {
		margin: 0;
	}
}
 
@media  (max-width: 1200px) {
	
	#g-navigation [class*="size-"] {
		flex-grow: 0;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	#heroRow h1 {
		font-size: 40px;
	}
	
	#heroRow {
		font-size: 20px;
	}
	
	#heroRow .button {
		display: none;
	}
	
	#about h2 {
		font-size: 33px;
	}
	
	#servicesRow .text {
		padding: 25px;
	}
	
	#servicesRow h3 {
		font-size: 28px;
	}
	
	#contact form {
		padding: 100px 25px 35px 25px;
	}
	
	#contact form h2 {
		font-size: 30px;
	}
	
	#contact ul li {
		font-size: 22px;
	}
	
	#g-footer {
		font-size: 23px;
	}
	
	#servicesTitle h2 {
		font-size: 38px;
	}
}
 

@media (max-width: 960px) {
	
	#heroRow .wpb_content_element {
		margin-bottom: 0;
	}
	
	#heroRow h1 {
		font-size: 32px;
	}
	
	#servicesTitle h2 {
		font-size: 35px;
	}
	
	#contact form:before {
		width: 100px;
		top: -30px;
	}
	
	#contact {
		padding: 65px 0;
	}
	
	#contact h2.seTitle {
		font-size: 32px;
		margin-bottom: 35px;
	}
	
	#contact h3 {
		font-size: 42px;
		margin-top: 35px;
	}

	#g-footer {
		font-size: 18px;
	}

}

@media (max-width: 767px) {
	
	body {
		font-size: 18px;
	}
	
	#heroRow h1 {
		font-size: 24px;
	}
	
	#heroRow {
		font-size: 18px;
	}
	
	#heroRow .content {
		padding: 20px;
	}
	
	#servicesTitle h2 {
		font-size: 25px;
		padding: 0;
	}
	
	#contact h2.seTitle {
		font-size: 28px;
	}
	
	#contact h3 {
		font-size: 34px;
	}
	
	#contact h3 strong {
		font-size: 26px;
	}
	
	#contact ul li {
		font-size: 19px;
	}
	
	.g-logo {
		display: inline-block;
		max-width: 260px;
	}
	
	#g-footer .insta {
		margin-bottom: 25px;
	}

}

@media (max-width: 500px) {
	
	#about h2 {
		font-size: 26px;
	}
	
	#servicesTitle h2 {
		font-size: 20px;
		font-weight: 700;
	}
	
	#servicesRow h3 {
		font-size: 24px;
	}
	
	#contact form h2 {
		font-size: 24px;
	}
	
	#contact h2.seTitle:before {
		width: 150px;
		top: -90px;
	}
	
	#contact h2.seTitle:after {
		left: 100px;
		top: 15px;
		width: 55px;
	}
	
	#contact h2.seTitle {
		padding-left: 180px;
	}
} 

@media (max-width: 380px) {

	
}

@media (max-width: 340px) {

	
}