* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #F0F0F0;
}

header, section {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

section {
	min-height: 700px;
	background-color: #FFFFFF;
	-o-animation: fade 1.5s;
	-ms-animation: fade 1.5s;
	-moz-animation: fade 1.5s;
	-webkit-animation: fade 1.5s;
	animation: fade 1.5s;
}

footer {
	overflow: hidden;
	background-color: #2d3436;
	color: #FFFFFF;
	padding-bottom: 10px;
}

footer > p {
	text-align: center;
}

a {
	text-decoration: none;
	color: #017A07;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

a:hover {
	color: #00B109;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

b {
    color: #017A07;
}

.header-wrapper {
	height: 120px;
}

.header-logo {
	float: left;
	width: 65%;
	height: 100%;
	line-height: 120px;
	text-align: center;
}

.header-contact {
	float: left;
	width: 35%;
	height: 100%;
}

.header-logo img {
	width: 90%;
	max-width: 260px;
	max-height: 100px;
	vertical-align: middle;
}

.header-contact div {
	position: relative;
	border-left: 2px solid #017A07;
	padding-left: 10px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-contact p {
	line-height: 24px;
}

.header-contact img {
	vertical-align: middle;
	margin-right: 10px;
}

.menu {
    overflow: hidden;
    background-color: #017A07;
	min-height: 75px;
	line-height: 75px;
}

.menu a {
	display: block;
	float: left;
	color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
	padding: 0px 30px;
	vertical-align: middle;
}

.menu a:hover {
	color: #FFFFFF;
    background-color: rgba(0,0,0,0.50);
}

.menu img {
	padding-right: 5px;
	vertical-align: middle;
}

.active {
    background-color: rgba(0,0,0,0.25);
}

.menu .icon {
    display: none;
}

.flexslider {
	width: 100%;
}

.slides {
	width: 100%;
	overflow: hidden;
}

.slides img {
	display: block;
	width: 100%;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.slides img:hover {
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-o-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

.content h2 {
	width: 100%;
	height: 70px;
	color: #FFFFFF;
	background-color: #015C05;
	line-height: 70px;
	text-align: center;
}

.content p {
	text-align: justify;
	padding: 20px;
	font-size: 18px;
}

.content-image {
	overflow: hidden;
}

.content-image img {
	display: block;
	object-fit: cover;
	width: 100%;
	max-height: 300px;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.content-image img:hover {
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-o-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

.index-service-container {
	line-height: 0;
}

.index-service {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 50%;
	max-height: 300px;
}

.index-service img {
	display: block;
	object-fit: cover;
	width: 100%;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.index-service:hover > img {
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-o-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

.index-service-text {
	position: absolute;
	min-width: 300px;
    top: 50%;
    left: 50%;
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.index-service p {
	text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 3px 0px black;
}

.index-service p:first-of-type {
	font-size: 200%;
	font-weight: bold;
}

.content-service {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	min-height: 320px;
	max-height: 350px;
}

.content-service img {
	display: block;
	object-fit: cover;
	width: 100%;
	min-height: 320px;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.content-service:hover > img {
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-o-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

.content-service:hover > .content-service-list {
	top: 10px;
}

.content-service-list {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%);
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.content-service-list li {
	background-color: rgba(0,0,0,0.70);
	color: #FFFFFF;
	margin-top: 10px;
	border-radius: 2px;
	padding: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
	list-style-type: none;
	user-select: none;
}

.content-contact {
	width: 30%;
	min-width: 300px;
	list-style-type: none;
	margin: auto;
}

.content-contact li {
	position: relative;
	background-color: #017A07;
	color: #FFFFFF;
	padding: 5px 2px;
	margin: 10px auto;
	border-radius: 6px;
	max-width: 300px;
	left: 0px;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.content-contact li:hover {
	left: 15px;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.content-contact li:nth-child(odd) {
	background-color: #015C05;
}

.content-contact a {
	color: #FFFFFF;
}

.content-contact a:hover {
	color: #808080;
}

.content-contact p {
	text-align: center;
	padding: 0px;
}

.content-contact p:first-child {
	font-size: 25px;
	font-weight: bold;
}

.footer-wrapper {
	height: 120px;
}

.footer-logo-wrapper {
	float: left;
	width: 50%;
	height: 100%;
}

.footer-contact {
	float: left;
	width: 50%;
	height: 100%;
}

.footer-logo {
	position: relative;
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-logo img {
	width: 100%;
}

.footer-contact div {
	position: relative;
	padding-left: 10px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-contact p {
	line-height: 24px;
	padding-left: 30px;
}

.footer-contact img {
	vertical-align: middle;
	padding-right: 10px;
}