@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
	box-sizing: inherit;
	line-height: inherit;
}

body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.mainWrapper .servicesDisplay img.contactIcon {
	max-width: 20px;
	height: auto;
	position: relative;
	top: 3px;
	padding-right: 5px;
}

@media (max-width: 1250px) {
	.contentContainer .mainWrapper {
		
	}
	
	.homeHeaderImg img {
		max-width: 100%;
		height: auto;
	}
	
	.mainWrapper .servicesDisplay img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 1150px) {
	.mainWrapper .servicesDisplay {
		grid-template-columns: 1fr;
		max-width: 550px;
		margin: 15px auto;
	}
	
	.mainWrapper .servicesDisplay .servicesBlock {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	
	.mainWrapper .servicesDisplay .minHeightDiv {
		height: auto;
		padding-bottom: 20px;
		min-height: auto;
	}
	
	.mainWrapper .header {
		gap: 0;	
	}
	
	.mainWrapper .headerNav ul li a {
		font-size: 17px;
	}
	
	.mainWrapper .homeContentArea {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.homeContentLeft {
		width: 100%;
	}
	
	.homeContentLeft ul {
		list-style-type: square;
	}
	
	.homeContentLeft ul li {
		display: inline-block;
		padding-left: 13px;
		margin-left: 8px;
		position: relative;
	}
	
	.homeContentLeft ul li::before {
		content: "■";
		color: green;
		display: inline-block;
		position: absolute; 
		left: 0;
		top: 7px;
	}
	
	.mainWrapper .homeContentRight {
		text-align: center;
		
	}
}


.mainWrapper {
	max-width: 1119px;
	margin: 0 auto;
	padding: 0 5%;
	width: 90%;
}

.header {
	padding: 20px 0;
	display: grid;
	grid-template-columns: 300px 4fr;
	gap: 50px;
	text-align: right;
}

@media (max-width: 950px) {
	.header {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.header .headerNav { 
		text-align: center;
	}
	
	.header .headerNav ul { 
		justify-content: center;
	}
}



@media (max-width: 640px) {
	.header .headerNav ul { 
		display: block;
	}
}



.headerLogo {
	
}

.headerLogo img {
	max-width: 300px;
	height: auto;
}

.headerNav {
	align-content: right;
	align-items: right;
	text-align: right;
}

.headerNav ul {
	align-self: right;
	list-style-type: none;
	display: flex;
	gap: 10px;
	margin-left: auto;
	justify-content: flex-end;
}

.headerNav ul li a {
	font-weight: bold;
	display: inline-block;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 25px;
	transition: all 0.25s ease;
}

.headerNav ul li a:hover {
	color: #63806f;
	transition: all 0.25s ease;
}

.headerNav ul li.contactButtonHeader a {
	background: #63806f;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	transition: all 0.25s ease;
}

.headerNav ul li.contactButtonHeader a:hover {
	background: #000;
	transition: all 0.25s ease;
}

.homeHeaderImg {
	
}

.homeContentArea {
	display: grid;
	grid-template-columns: 350px 4fr;
	/*gap: 50px;*/
}

.homeContentLeft {
	
}

.homeContentLeft ul {
	list-style-type: square;	
	margin-left: 0;
	padding-left: 20px;
}

.homeContentLeft ul li::marker {
	color: #35b82a;
}


.homeContentLeft h1 {
	color: #35b82a;
	font-size: 20px;
	text-transform: uppercase;
}

.homeContentLeft h3 {
	color: #115b0b;
	font-size: 20px;
	margin: 5px 0;
}

.homeContentRight {
	text-align: right;
}

.homeImageBlock {
	display: inline-block;
	margin: 30px 10px;
}

.homeImageBlock:last-of-type {
	margin-right: 0;
}


.styledButton {
	background: #63806f;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	transition: all 0.25s ease;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	margin: 10px 0;
	transition: all 0.25s ease;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	min-width: 250px;
	text-transform: uppercase;
}

.styledButton:hover {
	background: #000;
	transition: all 0.25s ease;
}








.contentContainer {
	background: #526b5c;
	padding: 30px 0 70px;
	color: #FFF;
	text-align: center;
}

.contentContainer p {
	font-size: 19px;
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.5em;
}

.servicesDisplay.contactDisplay h2 {
	color: #000;
}

.servicesDisplay.contactDisplay h3 {
	color: #000;
}

.servicesDisplay.contactDisplay h4 {
	color: #000;
}

.servicesDisplay.contactDisplay p {
	color: #000;
}

.servicesDisplay {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 50px;
	
}

.servicesBlock {
	padding: 15px;
	background: #FFF;
	border-radius: 20px;
	position: relative;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
}

.servicesBlock a.ctaButton {
	background: #63806f;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	transition: all 0.25s ease;
	display: inline-block;
	text-decoration: none;
	padding: 10px 0;
	margin: 10px 0;
	transition: all 0.25s ease;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

.servicesBlock a.ctaButton:hover {
	background: #000;
	transition: all 0.25s ease;
}

.minHeightDiv {
	min-height: 200px;
}


.servicesBlock img.check {
	max-width: 75px;
	height: auto;
}

.servicesBlock a {
	color: #35b82a;
}

.servicesBlock span {
	display: block;
	font-size: 25px;
	color: #115b0b;
	padding: 10px 0;
	font-weight: bold;
}


.servicesDisplay.contactDisplay  .titleContain h3 {
	margin: 10px 0 0;
	color: #35b82a;
}

.servicesDisplay.contactDisplay  .titleContain h4 {
	margin: 0;
}

.servicesDisplay .minHeightDiv {
	
}

.homeWrap {
	padding-bottom: 50px;
}


.footerWrapHome {
	box-shadow: none;
	border-top: 1px solid #CCC;
}

.footerWrap {
	-webkit-box-shadow: inset 0px 9px 58px -15px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px 9px 58px -15px rgba(0,0,0,0.35);
	box-shadow: inset 0px 9px 58px -15px rgba(0,0,0,0.35);
	border-top: 1px solid #CCC;
}

.footer {
	margin: 0;
	padding: 50px 0;
	text-align: center;
	
}

.footer ul {
	list-style-type: none;
}

.footer ul a {
	display: inline-block;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 25px;
	transition: all 0.25s ease;
}

.footer ul a:hover {
	color: #115b0b;
	transition: all 0.25s ease;
}

.footerLogo img {
	max-width: 300px;
	height: auto;
}