
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}

img {
	max-width: 100%;
}

body {
	background: #fff;
	color: #2F2F2F;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
}

.container {
	/* max-width: 1184px; */
	max-width: 1420px; 
	/* justify-content: space-between; */
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

div#wpadminbar {
    /* bottom: 0; */
    /* top: auto; */
}

html {
    /*margin-top: 0!important;*/
}

h1, .h1 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1;
    margin-bottom: 22px;
    font-weight: 500;
    letter-spacing: -1px;
    /* text-transform: uppercase; */
   /* color: #FFF; */
    font-size: 95px;
    font-style: normal;
    font-weight: 900;
    line-height: 95px; /* 100% */
    /* letter-spacing: -2px; */
}

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

h2, .h2 {
    font-size: 46px;
    line-height: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
}

h3, .h3 {
	font-weight: 500;
	line-height: 1.2;
}


header .menu {
	padding-left: 0;
	display: flex;
	list-style: none;
	margin-left: -9px;
	margin-bottom: 0;
}

header .menu a {
	color: #003E39;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;
	text-decoration: none;
	display: block;
	padding: 7px;
	margin-right: 9px;
	white-space: nowrap;
}
.btn-secondary {
    color: #fff;
    background-color: #B9B9B9;
    border-color: #B9B9B9;
}
.btn-info {
	color: #002B28;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
	background: #F1F4F0;
	border-color: #002B28;
	border-radius: 50px;
	padding: 10px 20px;
}

header {
	padding-top: 27px;
	padding-bottom: 27px;
}

.btn-info:hover {
	background: #6BCA1C;
	border-color: #6BCA1C;
}

.hero {
	background: url(../assets/background.png);
	background-position: center;
	background-size: cover;
	padding-top: 189px;
	padding-bottom: 41px;
	box-sizing: border-box;
}

.hero .container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: white;
	min-height: calc(100vh - 350px);
}

.btn-primary {
	background: #6BCA1C;
	border-color: #6BCA1C;
}

.btn {
	color: black;
	font-size: 18px;
	line-height: 28px;
	border-radius: 50px;
	padding: 10px 20px;
	text-transform: none;
	font-weight: 400;
}

p {
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.4px; /* 160% */
}

.hero p {
	margin-bottom: 47px;
}

.hero .btn-primary {
	margin-right: 2px;
	padding: 10px 23px;
}

.hero .btn-secondary {
	margin-left: 1px;
	background: #F1F4F0;
	border-color: #002B28;
}

.btn-secondary {
	color: black;
}

.btn-primary:hover {
	background: #F1F4F0;
	border-color: #002B28;
	color: black;
}

.btn-secondary:hover {
	color: black;
	background: #6BCA1C;
	border-color: #6BCA1C;
}

header .menu a:hover {
	opacity: 0.8;
}

section.block-2 {
	background: #F1F4F0;
	padding-top: 122px;
	padding-bottom: 90px;
}

.h4, h4 {
	color: #002B28;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 175% */
	letter-spacing: 2.2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.h5, h5 {
	color: #002B28;
	font-family: "Poppins", sans-serif;
	font-size: 15.75px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 177.778% */
}

section.block-2 p {
	font-size: 20px;
	margin-bottom: 17px;
}

.grid-cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0;
	flex: none;
}

.grid-cont div:nth-child(1), .grid-cont div:nth-child(2) {
	border-top: 0;
	padding-top: 0;
}


div.grid-cont p {
	font-size: 16px;
	margin-bottom: 38px!important;
	line-height: 28px;
}

.grid-cont div {
	border-top: 1px solid black;
	padding-top: 37px;
}

section.block-2>div>.row {
	align-items: flex-start;
}

section.block-3 {
	background: #F1F4F0;
	padding-top: 5px;
}

.green-item {
	border-radius: 16px;
	background: #6BCA1C;
	transition: 0.2s;
	padding: 40px 32px;
	margin-top: 6px;
	padding-bottom: 32px;
	margin-bottom: 118px;
}

.green-item:hover {
	/* background: #7BE525; */
}

.green-number {
	border-radius: 8px;
	background: #002B28;
	display: flex;
	width: 56px;
	height: 56px;
	padding: 14px 0px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	color: #D7DEDE;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 116.667% */
	margin-bottom: 38px;
}

.green-item h4 {
	color: #002B28;
	font-family: "Poppins", sans-serif;
	font-size: 17.719px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 158.025% */
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 5px;
	min-height: 56px;
}

.green-item p {
	color: #002B28;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	margin-bottom: 0;
	min-height: 140px;
}

section.block-4 {
	padding-top: 114px;
	padding-bottom: 124px;
}

section.block-4 .background {
	border-radius: 16px;
	background: #000;
	text-align: center;
	color: white;
	padding: 75px 32px;
	position: relative;
}

section.block-4 .background:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 73px;
	bottom: 80px;
	width: 1px;
	background: white;
}

@media (max-width: 991px) {
	section.block-4 .background:before {
		display: none;
	}
}

section.block-4 h3 {
	color: #FFF;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 41.6px; /* 130% */
	letter-spacing: -1.28px;
	margin-top: 41px;
	max-width: 448px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	min-height: 230px;
}

section.block-4 .name {
	color: #FFF;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 17.156px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px; /* 146.885% */
	letter-spacing: -0.36px;
	margin-bottom: 1px;
}

section.block-4 .subname {
	color: #FFF;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 13.125px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px; /* 192% */
	letter-spacing: -0.28px;
}

section.block-5 {
	background: #6BCA1C;
	padding-top: 115px;
	padding-bottom: 258px;
}

section.block-5 h4 {
	color: #337002;
	margin-bottom: 12px;
}

section.block-5 h2 {
	text-align: center;
	width: 100%;
	text-transform: none;
	font-size: 55.781px;
	font-style: normal;
	font-weight: 600;
	line-height: 64.4px; /* 115.451% */
	/* font-family: Poppins; */
	letter-spacing: -3px;
	color: white;
	margin-bottom: 143px;
}

section.block-5 p {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 147.368% */
	padding-left: 13%;
	margin-bottom: 27px;
}

section.block-6>div>h4 {
	color: #337002;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	letter-spacing: 2.2px;
}

section.block-6 {
	padding-top: 86px;
}

section.block-6 h2 {
	color: #002B28;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 53.484px;
	font-style: normal;
	font-weight: 600;
	line-height: 64.4px; /* 120.409% */
	letter-spacing: -3px;
	text-transform: none;
	margin-bottom: 50px;
}

.accordion {
	max-width: 744px;
	margin-left: auto;
	margin-right: auto;
}

.accordion h2.accordion-header button {
	color: #002B28;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32.4px; /* 180% */
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 21px 19px;
}

.accordion-item {
	border-color: #E2E2E2!important;
	margin-bottom: 6px;
	background: #f2f4f0;
	border-radius: 8px;
}

section.block-6 h2.accordion-header {
	margin-bottom: 0;
	outline: none;
	border: none!important;
	margin-top: 0;
}

.accordion-body {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.4px; /* 181.429% */
}

section.block-7 {
	padding-top: 91px;
		margin-bottom: 40px;
}

section.block-7 .background {
	background: black;
	border-radius: 16px;
	padding: 123px 90px;
	color: white;
	padding-bottom: 150px;
	/* margin-bottom: -7px; */
}

section.block-7 .h3 {
	color: #F6F8FF;
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	line-height: 60px; /* 100% */
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

section.block-7 p {
	color: #F6F8FF;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	margin-bottom: 25px;
}

section.block-7 ul {
	list-style: none;
	margin-left: 17%;
	margin-bottom: -33px;
}

section.block-7 ul li:before {
	content: url(../assets/check.svg);
	vertical-align: middle;
	margin-right: 10px;
}

section.block-7 ul li {
	margin-top: 20px;
}

section.block-8 {
	padding-top: 90px;
	padding-bottom: 97px;
}

section.block-8 h4 {
	color: #337002;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	letter-spacing: 2.2px;
}

section.block-8 h2 {
	color: #002B28;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 55.891px;
	font-style: normal;
	font-weight: 600;
	line-height: 64.4px; /* 115.225% */
	letter-spacing: -3px;
	text-transform: none;
	margin-bottom: 52px;
}

.capimage {
	border-radius: 16px;
	background: #F2F4F0;
	padding: 17px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.capimage img {
	border-radius: 11px;
	margin-bottom: 23px;
	transition: 0.2s;
	width: 100%;
}

.capimage .capcaption {
	color: #003E39;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	display: block;
}

footer {
	background: black;
	color: white;
	padding-top: 180px;
}

.fhead {
	margin-bottom: 16px;
}

.fhead+p {
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.row.with-space {margin-top: 149px;}

.row.with-space svg {
	margin-right: 2px;
	margin-bottom: 25px;
}

.row.with-space+hr {
	background: white;
}

.row.with-green-svg {
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	justify-content: space-between;
	display: flex;
	padding-top: 55px;
	padding-bottom: 206px;
	background: url(../assets/foot-back.png);
	background-position: center;
	background-repeat: no-repeat;
}

.row.with-green-svg a {
	color: white;
	text-decoration: none;
	transition: 0.2s;
}

.row.with-green-svg a:hover {
	opacity: 0.8;
}

button.navbar-toggler {
	border-radius: 25px;
	padding: 9px;
}

img, svg {
	max-width: 100%;
}

.capimage:hover img {
	opacity: 0.8;
	transform: scale(1.03);
}

.fhead+p a {
	color: white;
	transition: 0.2s;
	text-decoration: none;
}

.fhead+p a:hover {
	opacity: 0.8;
}

.row.with-space a {
	transition: 0.2s;
}

.row.with-space a:hover {
	opacity: 0.8;
}
ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: white;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 99999;
	box-shadow: -1px 5px 15px 3px rgba(0,0,0,0.18);
-webkit-box-shadow: -1px 5px 15px 3px rgba(0,0,0,0.18);
-moz-box-shadow: -1px 5px 15px 3px rgba(0,0,0,0.18);
	border-radius: 8px;
}

@media only screen and (max-width: 768px) {
	.btn {
		margin-bottom: 0px;
	}
}

.menu-item {
	position: relative;
}



ul.sub-menu li {
	margin: 0;
	padding: 0;
}

ul.sub-menu a {
	display: block;
	padding: 18px;
}

.menu-item:hover ul.sub-menu {
	display: block;
}

.menu-item-has-children>a:after {
	width:1.25rem;
	height:1.25rem;
	content:"";
	display: inline-block;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat:no-repeat;
	background-size:1.25rem;
	transition:transform .2s ease-in-out;
	vertical-align: middle;
	margin-left: 10px;
}




@media only screen and (max-width: 768px) {


ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: white;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 99999;
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
	}
