html {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 16px;
	font-family: "agenda", sans-serif;
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden;
	color: rgb(13, 61, 65);
}

.home body {
	color: #333;
}

a {
	font-weight: 500;
	color: #82BC37;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.inner-sub-title {
	display: block;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	color: #82BC37;
	text-transform: uppercase;
}

/******** Headings ***********/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "agenda", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;

}

h1,
.h1 {
	font-size: 50px;
}

.navbar-nav {
	float: none;
	margin: 0;
}

.slider-content {
	font-size: 22px;
}

.sub-title {
	font-family: "agenda", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase;
}

.slider-top-title {
	font-family: "agenda", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase;
}


h2,
.h2 {
	font-size: 46px;
}


h3,
.h3 {
	font-size: 42px;
}


h4,
.h4 {
	font-size: 38px;
}

.reviewinner {
	margin: 30px 0 0 0;
}

/******** header ***********/

.custom-logo {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	height: auto;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar {
	min-height: 1px;
	margin-bottom: 0;
}

.navbar-nav {}

.navbar-default .navbar-nav>li>a {}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {}

body:not(.home) .page-header h1 {
	text-align: center;
	color: rgb(13, 61, 65)
}

body:not(.home) .page-header h2 {
	text-align: center;
	color: rgb(13, 61, 65)
}

/******** content **********/

.content-strip {
	padding: 60px 0;
}

.no-padding {
	padding: 0;
}

.slider-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9000;
}

.slide-overlay {
	position: absolute;
	bottom: 30px;
	z-index: 9999;
	color: #ffffff;
	left: 0;
	width: 100%;
}

.home .slide-overlay {
	position: absolute;
	bottom: unset;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	color: #ffffff;
	left: 0;
	width: 100%;
}

.full-height {
	height: 100%;
	position: relative;
}

.cta-table {
	display: table;
	width: 100%;
	height: 100%;
}

.cta-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.header-no {
	margin-left: 10px;
}


.testimonial-wrap img {
	width: 150px !important;
	margin: 20px 0 0 0;
}

.img-slider-below {
	margin: 60px auto auto auto;
}

.content-strip {
	padding: 60px 0;
}

.testimonial-wrap {
	background-color: rgb(232, 236, 240);
	padding: 30px;
}

.btn .fa {
	margin-right: 15px;
}

h1,
h2,
h3 {
	padding: 0px !important;
	margin: 0px !important;
}

.white {
	color: #fff !important;
}

.page-header {
	padding-bottom: 30px;
	margin: 0;
	border-bottom: 0;
}

.height-full-screen {
	height: 100%;
	object-fit: cover;
}

.home-page-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9000;
	background: rgba(0, 0, 0, 0.4);
}

.home-page-inner {
	position: absolute;
	z-index: 999999;
	bottom: 0px;
	left: 0;
	right: 0;
	color: #fff;
	padding: 30px;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-page-wrap {
	position: relative;
	height: 100vh;
}


.no-padding {
	padding: 0px;
}

.left-menu-wrap {
	font-weight: 500;
}

.row-sub-wrap {
	margin-top: 30px;
}


.sub-page-wrap {
	position: relative;
	margin: 30px 0 0 0;
}



/******** footer ***********/

ul#menu-services {
	column-count: 2;
}

.copyright {
	margin: 8px 0 0 0;
}

.accreditation {
	text-align: right;
}

center-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 -10px 0;
}

.btn {
	border: 2px solid #82BC37;
	background-color: #82BC37;
	padding: 20px 50px;
	border-radius: 36px;
	font-family: "agenda", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}

.btn br {
	display: none;
}

.btn:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #82BC37;
}

.center-item {
	margin: 20px auto 0 auto;
	text-align: center;
}

#mt-slider .btn {
	border: 2px solid #fff;
	padding: 20px 50px;
	border-radius: 36px;
	font-family: "agenda", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	background-color: transparent;
}

#mt-slider .btn:hover {
	border: 2px solid #82BC37;
	background-color: #82BC37;
	color: #fff;
}

.btn.btn-green {
	border: 2px solid #fff;
	padding: 20px 50px;
	border-radius: 36px;
	font-family: "agenda", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	background-color: transparent;
}

.btn.btn-green:hover {
	border: 2px solid #82BC37;
	background-color: #82BC37;
	color: #fff;
}

.col-sm-3.middle-flex {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.row.row-flex {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-content: center;
	flex-direction: row;
}

footer .row.row-flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.slide-title {
	font-size: 58px;
	font-weight: 700;
	margin: 10px 0 20px 0 !important;
}

.content-strip-upper-footer {
	padding: 0 0 60px 0;
}

.img-full {
	width: 100%;
	object-fit: cover;
}

.img-margin {
	margin: 30px 0 0 0;
}

.btn-wrap {
	margin: 20px 0 0 0;
}

.image-center {
	margin: auto;
}

.right-block-wrap {
	background-color: #4a6e71;
	padding: 30px;
	color: #fff;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	justify-content: center;
}

.wpcf7-form-control {
	width: 100%;
	height: 50px;
	border: 0px;
	padding: 0 15px;
}

textarea.wpcf7-form-control {
	height: 180px;
	padding: 15px;
}

.wpcf7-email {
	margin: 15px 0;
}

.blue-strip {
	background-color: rgb(232, 236, 240);
}

img.img-full-width {
	width: 100%;
	object-fit: cover;
	height: 400px;
}

.img-full {
	width: 100%;
	object-fit: cover;
}

.menu-wrap {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
}

header .middle-wrap {
	color: #fff;
}

header .middle-wrap a {
	color: #fff;
}

header .middle-wrap a:hover {
	color: #82BC37;
}

header {
	position: absolute;
	z-index: 9999999;
	width: 100%;
}


.xs-menu-wrap {
	position: absolute;
	z-index: 9999999;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 500px;
	height: 100%;
	background: rgb(13, 61, 65);
	opacity: 0;
	overflow: hidden;
	transition: all 1s ease-in-out;
}

#xs-menu-inner-wrap {
	display: flex;
	padding: 0px;
	margin: 0px;
	align-items: flex-start;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	height: 100%;
	margin-top: 110px;
}

.menu--overlay {
	z-index: -1;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 2s;
}

.menu--overlay.active {
	z-index: 9995;
	opacity: .4;
	transition: opacity 1s;
}

.navbar-nav>li>a {
	padding-top: 18.5px;
	padding-bottom: 18.5px;
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	width: 100%;
	float: left;
	text-align: right;
	padding-right: 70px;
}

.owl-dots {
	position: absolute;
	right: 30px;
	display: flex;
	top: 50%;
	transform: translateY(-50%);
	flex-direction: column;
}

.owl-dot span {
	background: none repeat scroll 0 0 #fff;
	border-radius: 20px;
	display: block;
	height: 14px;
	margin: 4.5px 0px;
	width: 14px;
	border: 1px solid #fff;
}

.owl-dot.active span {
	background: none;
	border-radius: 20px;
	display: block;
	height: 14px;
	margin: 4.5px 0px;
	width: 14px;
	border: 1px solid #fff;
}

.nav>li {
	position: relative;
	display: block;
	z-index: 9;
	width: 100%;
	float: left;
	text-align: right;
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #82BC37;
}

.xs-menu-wrap.open {
	opacity: 1;
	right: 0;
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 3px;
	background-color: #fff;
	margin: 2.5px 0;
	transition: 0.4s;
	border-radius: 16px;
}

.bar1 {
	width: 30px;
}

.bar2 {
	width: 45px;
}

.bar3 {
	width: 35px;
}

.bar1.change {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background: #fff;
	width: 35px;
}

.bar2.change {
	opacity: 0;
}

.bar3.change {
	transform: rotate(45deg) translate(-5px, -6px);
	width: 35px;
	-webkit-transform: rotate(45deg) translate(-5px, -6px);
	-moz-transform: rotate(45deg) translate(-5px, -6px);
	-ms-transform: rotate(45deg) translate(-5px, -6px);
	-o-transform: rotate(45deg) translate(-5px, -6px);
}



.no-scroll {
	overflow: hidden;
}

.fa-xs-phone {
	margin: 0 5px;
}

.menu-row {
	display: flex;
	flex-wrap: wrap;
}

.menu-col {
	align-items: center;
	display: flex;
}

.menu-col-end {
	justify-content: flex-end;
}

.header-xs-icons .fa {
	font-size: 26px;
}

.header-xs-icons a {
	color: #000;
}

header#header {
	position: relative;
	z-index: 99;
}

#header-bars-wrap {
	cursor: pointer;
	position: relative;
	z-index: 99;
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.slider-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9000;
	background: rgba(0, 0, 0, 0.4);
}

.custom-logo {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	height: auto;
	width: 250px;
}


img.footer-logo {
	width: 250px;
	margin: 0 0 15px 0;
}

footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

footer ul li {
	margin: 0 0 10px 0;
}

.footer-items strong {
	color: #82BC37;
}


.footer-line {
	margin: 60px 0;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.footer-wrap a {
	color: #fff;
}

.footer-wrap a:hover {
	color: #82BC37;
}

.sep {
	margin: 0 10px 0 10px;
}

.credit-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.credit-inner a {
	color: #82BC37;
	margin-left: 5px;
}

.credit-inner a:hover {
	color: #fff;
}

.weight-500 {
	font-weight: 500;
}

.home #mt-slider img {
	height: 100vh;
	object-fit: cover;
}

footer {
	color: #fff;
	padding: 60px 0;
	background-color: rgb(13, 61, 65);
}



.items-wrap {
	position: relative;
	z-index: 99999;
}

row {
	position: sticky;
	top: 0;
	display: block;
	height: 100vh;
}


.page-header.page-header-white h3 {
	color: #fff !important;
	text-align: left !important;
}

.inner-page-inner {
	position: absolute;
	z-index: 999999;
	bottom: 0px;
	left: 0;
	right: 0;
	color: #fff;
	padding: 30px;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inner-page-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9000;
	background: rgba(0, 0, 0, 0.4);
}

.inner-page-wrap {
	position: relative;
	margin: 30px 0 0 0;
}

.btn-smaller {
	padding: 10px 25px !important;
}

.dark-content-strip {
	color: #fff;
	padding: 60px 0;
	background-color: rgb(232, 236, 240);
}

.header-project {
	position: relative;
	color: rgb(13, 61, 65);
}


.header-project .middle-wrap a {
	color: rgb(13, 61, 65);
}

.dark-content-strip .page-header {
	padding: 0px !important;
}

.header-project .bar1,
.header-project .bar2,
.header-project .bar3 {
	background-color: rgb(13, 61, 65);
}

.header-project .bar1.change,
.header-project .bar2.change,
.header-project .bar3.change {
	background-color: rgb(255, 255, 255);
}

.header-project .middle-wrap {
	color: rgb(13, 61, 65) !important;
	padding: 30px 0;
}

.single-projects.no-scroll .custom-logo {
	visibility: hidden;
}



/*

.items-wrap {
	position: relative;
	z-index: 99999;
}

row {
	position: sticky;
	top: 0;
	display: block;
	height: 100vh;
	display: flex;
}

*/

@media (max-width: 1199px) {

	.slide-title {
		font-size: 54px;
	}

	h1,
	.h1 {
		font-size: 54px;
	}

	h2,
	.h2 {
		font-size: 48px;
	}

	h3,
	.h3 {
		font-size: 42px;
	}

	h4,
	.h4 {
		font-size: 36px;
	}

}

@media (max-width: 991px) {

	.navbar-nav>li>a {
		padding-top: 15.5px;
		padding-bottom: 15.5px;
		font-size: 30px;
	}

	.slide-title {
		font-size: 50px;
	}

	h1,
	.h1 {
		font-size: 50px;
	}

	h2,
	.h2 {
		font-size: 44px;
	}

	h3,
	.h3 {
		font-size: 38px;
	}

	h4,
	.h4 {
		font-size: 32px;
	}

	.credit-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.custom-logo {
		display: block;
		margin: 20px 0;
		max-width: 100%;
		height: auto;
		width: 250px;
	}

	.menu-text {
		display: none;
	}

	.sep {
		margin: 0 5px 0 5px;
		opacity: 0;
	}

	footer .col-sm-3.middle-flex {
		display: flex;
		justify-content: flex-start;
		margin: 15px 0 -10px 20px;
	}

	row {
		position: relative;
		top: 0;
		display: block;
		height: auto;
	}

	.footer-items {
		margin: 0 0 30px 0;
	}

	footer .row.row-flex {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	header .left-menu-wrap {
		display: none !important;
	}

	#mt-slider img {
		min-height: 350px;
		object-fit: cover;
	}

}

@media (max-width: 767px) {

	.slide-title {
		font-size: 42px;
	}


	.navbar-nav>li>a {
		padding-top: 11.5px;
		padding-bottom: 11.5px;
		color: #fff;
		font-size: 25px;
	}

	h1,
	.h1 {
		font-size: 42px;
	}

	h2,
	.h2 {
		font-size: 34px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	h4,
	.h4 {
		font-size: 28px;
	}

	.navbar-default .navbar-toggle {
		border-color: #FFFFFF;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFFFFF;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: #FFFFFF;
	}

	.accreditation,
	.copyright {
		text-align: center;
	}

	.copyright {
		margin: 0 0 15px 0;
	}

}


/* =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;
	white-space: nowrap;
	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. */
}