/*
Theme Name: Snoeren Theme
Version: 1.0
Author: Fanatiek media
Author URI: https://fanatiekmedia.nl/
*/

/***************************
          FONTS
***************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700;900&display=swap');

/***************************
          GENERAL
***************************/

body {
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #222222;
	font-size: 17px;
}

body.show-nav {
    overflow: hidden;
}

html {
	font-size: 100%;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #1B5923;
	text-decoration: underline;
	transition: all 0.3s ease;
}

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

p {
	margin: 0 0 15px;
	line-height: 150%;
}

strong, b {
	font-weight: bold;
}

ul, ol {
	margin: 0 0 20px;
}

ul li, ol li {
	line-height: 150%;
}

.inline-btn {
	margin-top: 30px;
}

.btn,
.inline-btn a,
.button,
.menu-btn a,
.menu-btn-alt a  {
	color: #fff;
    background-color: #DC3E37;
	padding: 8px 30px;
	border-radius: 0px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 30px;
	margin: 5px 0;
	display: inline-block;
	width: auto;
	border: 0px solid;
	transition: all 0.3s ease;
	line-height: 150%;
}

.btn:hover,
.btn:focus,
.inline-btn a:hover,
.inline-btn a:focus,
.button:hover,
.button:focus,
.menu-btn a:hover,
.menu-btn a:focus,
.menu-btn-alt a:hover,
.menu-btn-alt a:focus {
	background-color: #BF2E27;
	color: #fff;
	text-decoration: none;
}

.btn.alt {
	background-color: #1B5923;
}

.btn.alt:hover,
.btn.alt:focus {
	background-color: #0f4115;
}


input, textarea {
    padding: 10px 15px;	
    width: 100%;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	border: 1px solid #d4ccbe;
	background-color: #fff;
	color: #222222;
	line-height: 100%;
	border-radius: 0px;
	font-size: 18px;
	outline: none;
	margin: 0 0 10px;
	box-shadow: none;
}

input:focus,
textarea:focus {
	border-color: #bfb5a3;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
}

input[readonly],
input[readonly]:focus {
	border: 0px;
	padding: 5px 0;
	margin: 0;
	box-shadow: none;
	background-color: transparent;	
}

select {
    -webkit-appearance: none;
	background-color: #fff;
	width: 100%;
	padding: 10px 15px;
	border-radius: 0px;
	color: #222222;
	font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
	line-height: 100%;
	font-size: 18px;
	height: 50px;
	margin: 0 0 10px;	
	box-shadow: none;
	border: 1px solid d4ccbe;
	background-image: url('./assets/images/dropdown.svg');
	background-size: 18px 8px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}

select:focus {
	border-color: #bfb5a3;
	outline: none;	
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #d4ccbe;
	background-color: #fff;
	border-radius: 0px;
	cursor: pointer;
	box-shadow: none;
}

input[type="checkbox"]:focus {
	border-color: #bfb5a3;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background-color: #f0f3e9;
    background-image: url('./assets/images/checkmark.svg');
    background-size: 12px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ced5bf;
}

input[type="radio"] {
	border-radius: 10px;
}

textarea {
	width: 100%;
	max-width: 800px;
	height: 233px;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
    padding: 0 20px;	
}

.container.small {
	max-width: 800px;
}

.container.medium {
	max-width: 1100px;
}

.container.large {
	max-width: 1600px;
}

@media only screen and (min-width:768px) {
	
	body {
		font-size: 18px;
	}
	
	.btn,
	.inline-btn a {
		font-size: 18px;
		padding: 10px 30px;
	}
	
	.container {
		padding: 0 40px;
	}
	
	.alignleft {
		float: left;
		margin: 0 15px 15px 0;
	}
	
	.alignright {
		float: right;
		margin: 0 0 15px 15px;
	}
	
}

@media only screen and (min-width:1200px) {

	body.show-nav {
    	overflow: auto;
	}

}

/* stop stacking issues */
.clearfix::after {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}

/* use box-sizing: border-box */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/***************************
		   COLUMNS
***************************/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.small-padding.row {
	margin-left: -10px;
	margin-right: -10px;
}

.column {
	display: block;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.small-padding.row .column {
	padding-left: 10px;
	padding-right: 10px;
}

.small-1-2 {
	width: 50%;
}

@media only screen and (min-width:768px) { 
	
	.row.medium-reverse {
		flex-direction: row-reverse;
	}
	
	.medium-padding.row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.medium-padding.row .column {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.large-padding.row {
		margin-left: -25px;
		margin-right: -25px;
	}

	.large-padding.row .column {
		padding-left: 25px;
		padding-right: 25px;
	}

	.medium-1-4 {
		width: 25%;
	}
	
	.medium-1-3 {
		width: 33.33334%;
	}
	
	.medium-2-5 {
		width: 40%;
	}
	
	.medium-1-2 {
		width: 50%;
	}
	
	.medium-3-5 {
		width: 60%;
	}
	
	.medium-2-3 {
		width: 66.66666%;
	}
	
	.medium-3-4 {
		width: 75%;
	}
	
	.medium-auto {
		width: auto;
	}

}

@media only screen and (min-width:1024px) {
	
	.l-medium-padding.row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.l-medium-padding.row .column {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.l-large-padding.row {
		margin-left: -25px;
		margin-right: -25px;
	}

	.l-large-padding.row .column {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.large-1-6 {
		width: 16.66666%;
	}
	
	.large-1-5 {
		width: 20%;
	}
	
	.large-1-4 {
		width: 25%;
	}

	.large-1-3 {
		width: 33.33334%;
	}
	
	.large-2-5 {
		width: 40%;
	}
	
	.large-1-2 {
		width: 50%;
	}
	
	.large-3-5 {
		width: 60%;
	}
	
	.large-2-3 {
		width: 66.66666%;
	}
	
	.large-3-4 {
		width: 75%;
	}
	
}

@media only screen and (min-width:1280px) {
	
	.xlarge-1-5 {
		width: 20%;
	}
	
	.xlarge-1-4 {
		width: 25%;
	}

	.xlarge-1-3 {
		width: 33.33334%;
	}
	
	.xlarge-2-5 {
		width: 40%;
	}
	
	.xlarge-1-2 {
		width: 50%;
	}
	
	.xlarge-3-5 {
		width: 60%;
	}
	
	.xlarge-2-3 {
		width: 66.66666%;
	}
	
	.xlarge-3-4 {
		width: 75%;
	}
	
}


/***************************
		   HEADINGS
***************************/

h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 900;
	color: #1B5923;
	font-family: 'Noto Sans', sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 17px;
}

@media only screen and (min-width:768px) {
	
	h1 {
		font-size: 28px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	h4 {
		font-size: 18px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 30px;
	}
	
}

/***************************
    HEADER & NAVIGATION
***************************/

.header {
	position: relative;
}

.header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: all 0.3s ease;
}

.show-nav .header-main {
	top: 0;
}

.header-main .container {
	padding: 0;
}

.header-logo {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 20px;
	transition: all 0.3s ease;
	z-index: 999;
	height: 75px;
	background-color: transparent;
}

.header-logo a {
	display: inline-block;
	width: 230px;
	max-width: 230px;
	transition: all 0.3s ease;
	position: relative;
}

.show-nav .header-logo a {
	width: 180px;
	max-width: 180px;
}

.header-logo img {
	display: block;
    width: 100%;
}

.home .header-logo img {
	
}

.header-logo .alt {
	display: none;
}

.show-nav .header-logo {
	background-color: #fff;
}

.show-nav .header-logo img {
	display: none;
}

.show-nav .header-logo .alt {
	display: block;
}

.show-nav .header-main {
	height: 100vh;
}

.header-nav {
	padding: 0;
	display: block;
	position: static;
}

.header-nav .toggle-nav {
    background-image: url('./assets/images/menu.svg');
    background-size: 30px 21px;
    background-position: center top 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    position: absolute;
    border: 0px;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    width: 75px;
    height: 75px;
    outline: 0;
    margin: 0;
    padding: 32px 0 0;
    text-align: center;
    z-index: 999;
    transition: all 0.3s ease;
}

.header-nav .toggle-nav:focus {
	outline: none;
}


.show-nav .header-nav .toggle-nav {
	background-image: url('./assets/images/close.svg');
	background-size: 21px 21px;	
	color: #065928;
}

.header-nav .contact {
	padding: 0 10px;
}

.header-nav .contact .btn {
	background-image: url('./assets/images/phone.svg');
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	padding-left: 45px;
	padding-right: 25px;	
	line-height: 130%;	
}

.header-nav .site-menu {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: transparent;
	margin: 0;
    padding: 90px 10px 100px 10px;
	list-style-type: none;
    transition: all 0.3s ease;
    -webkit-transform: translate(0,-0%);
    transform: translate(0,0%);
    z-index: 99;    
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    text-align: left;
	background-color: #065928;
	background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
}

.show-nav .header-nav .site-menu {
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    position: absolute;
	visibility: visible;
	opacity: 1;
}

.header-nav .site-menu .menu {
	margin: 0 0 20px;
	padding: 10px 0 0;
    list-style: none;
}

.header-nav .site-menu .menu li {
	position: relative;
	display: block;
	width: 100%;
}

.header-nav .site-menu .menu li a {
	color: #fff;
	display: block;
	padding: 7px 10px;
	line-height: 110%;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	font-weight: 900;
	margin: 0;
	transition: all 0.3s ease;
	text-align: left;
	font-family: 'Noto Sans', sans-serif;
}


.header-nav .site-menu .menu .current-menu-item > a,
.header-nav .site-menu .menu .current-page-parent > a,
.header-nav .site-menu .menu li.menu-active > a {
	text-decoration: none;
}

.header-nav .site-menu .menu li a:hover, 
.header-nav .site-menu .menu li a:focus {
	text-decoration: none;
}

.header-nav .site-menu .menu li.menu-btn a,
.header-nav .site-menu .menu li.menu-btn-alt a {
	text-decoration: none;
	width: auto;
	display: inline-block;
}

.header-nav .site-menu ul li .sub-menu {
    margin: 0;
    padding: 0;
    display: block;
    border-top: 0px;
	column-count: 2;
	column-gap: 10px;
} 

.header-nav .site-menu ul li .sub-menu li {
	line-height: 100%;
	border-bottom: 0px;
}

.header-nav .site-menu ul li .sub-menu li a {
    font-size: 16px;
    padding: 7px 10px;
	font-weight: normal;
    text-transform: none;
    color: #fff;
}

.scroll .header-main {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}	

.scroll .header-logo {
	background: #fff;
}

.scroll .header-logo a {
	width: 180px;
	max-width: 180px;
}

.scroll .header-logo img {
	display: none;
}

.scroll .header-logo .alt {
	display: block;
}

.scroll .header-nav .toggle-nav {
    background-image: url('./assets/images/menu-dark.svg');
	color: #065928;
}

.show-nav .header-nav .toggle-nav {
	background-image: url('./assets/images/close.svg');
	color: #065928;
}

@media only screen and (min-width:600px) {
	
	.admin-bar .header-main {
		top: 46px;
	}

}

@media only screen and (min-width:768px) {
	
	.header-logo {
		height: 90px;
		padding: 10px 40px;
	}
	
	.header-logo a {
		width: 280px;
		max-width: 280px;
	}
	
	.show-nav .header-logo a {
		width: 230px;
		max-width: 230px;
	}
	
	.header-nav .site-menu {
		padding: 120px 40px 40px;
	}
	
	.header-nav .toggle-nav {
		top: 8px;
		right: 25px;
	}
	
	.header-nav .site-menu .menu li a {
		font-size: 20px;
	}
	
	.header-nav .site-menu ul li .sub-menu {
		padding: 0 0 10px;
	}
	
	.header-nav .site-menu .sub-menu li a {
		font-size: 18px;
	}

	.scroll .header-logo a {
		width: 230px;
		max-width: 230px;
	}

}

@media only screen and (min-width:783px) {
	
	.admin-bar .header-main {
		top: 32px;
	}

}

@media only screen and (min-width:1200px) { 
	
	.header .container {
		padding: 0 40px;
		position: relative;
	}
	
	.header-main {
		background-color: transparent;
		height: 100px;
	}
	
	.scroll .header-main {
		background: #fff;
		box-shadow: 0 10px 25px rgba(0,0,0,.25);
	}	

	.show-nav .header-main {
		height: auto;
	}
	
	.header-logo {
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
   	 	box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
   	 	text-align: left;
   	 	float: left;
   	 	width: auto;
   	 	padding: 10px 0;
   	 	height: 100px;
   	 	background-color: transparent;
	}
	
	.show-nav .header-logo,
	.scroll .header-logo {
		background-color: transparent;
	}
	
	.header-logo a {
	    max-width: 300px;
	    width: 300px;
	    visibility: visible;
	}

	.header-nav {
		width: 100%;
		padding: 0 0 0 335px;
		transition: ease 0.3s all;
		position: relative;
	}
	
	.header-nav .contact {
		position: absolute;
		top: 25px;
		right: 0;
		padding: 0;
	}
	
	.header-nav .site-menu,
	.show-nav .header-nav .site-menu { 
	    position: relative;
	    width: 100%;
	    height: auto;
	    max-width: 100%;
	    display: inline-block;
	    top: auto;
	    left: auto;
	    z-index: 1;
	    padding: 20px 230px 20px 0;
	    -webkit-transform: translate(0,0);
	    transform: translate(0,0);
	    transition: ease 0.3s all;
		background-image: none;
	    background-color: transparent;
	    right: 0;
	    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
   	 	box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
   	 	text-align: right;
	    filter: none;
	    overflow: visible;
		visibility: visible;
		opacity: 1;
	}
	
	.header-nav .site-menu .menu {
		list-style: none;
		margin: 0;
		padding: 0;
	    display: inline-block;
	}
	
	.header-nav .site-menu .menu li {
		display: inline-block;
		position: relative;
		float: left;
		margin: 0;
		padding: 10px 0;
		width: auto;
	}
	
	.header-nav .site-menu .menu li:first-child a {
		margin: 0;
	}
	
	.header-nav .site-menu .menu li a {
		display: inline-block;
		font-size: 18px;
		margin: 0 0 0 18px;
		padding: 12px 0;
		position: relative;
		transition: all 0.3s ease;
	}
	
	.header-nav .site-menu .menu li > a:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #1d3d1d;
		transition: all 0.3s ease;
		opacity: 0;
		transform: scale(0.5,0.5);
			z-index: -1;
	}
	
	.header-nav .site-menu .menu li.menu-item-has-children > a:after {
		content: '';
		width: 13px;
		height: 8px;
		display: block;
		position: absolute;
		top: 18px;
		right: 0;
		background-image: url('./assets/images/dropdown.svg');
		background-size: 13px 8px;
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	.header-nav .site-menu .menu li.menu-item-has-children > a {
		padding-right: 20px;
	}
	
	.header-nav .site-menu .menu li a:hover, 
	.header-nav .site-menu .menu li a:focus {
	    color: #fff;
	}
	
	.header-nav .site-menu .menu .current-menu-item > a, 
	.header-nav .site-menu .menu .current-menu-parent > a, 
	.header-nav .site-menu .menu li.menu-active > a {
	    color: #fff;
	}
	
	
	.header-nav .site-menu .menu li a:hover:before, 
	.header-nav .site-menu .menu li a:focus:before {
		opacity: 1;
		transform: scale(1,1);
	}
	
	.header-nav .site-menu .menu .current-menu-item > a:before, 
	.header-nav .site-menu .menu .current-menu-parent > a:before, 
	.header-nav .site-menu .menu li.menu-active > a:before {
	 	opacity: 1;
		transform: scale(1,1);
	}
	
	
	.header-nav .site-menu ul li .sub-menu {
	    display: none;
	    position: absolute;
	    -webkit-transition: 500ms ease all;
	    transition: 500ms ease all;
	    left: 50%;
		transform: translate(-50%,0%);
		background-color: #fff;
		top: 100%;
	    z-index: 999;
	    padding: 25px 15px;
	    width: 270px;
	    margin: 0;
		column-count: 1;
    	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	}
	
	.header-nav .site-menu ul li:hover .sub-menu li {
		display: block;
		padding: 0;
	}
	
	.header-nav .site-menu ul li .sub-menu li {
		display: block;
	    margin: 0;
	    width: 100%;
	}
	
	.header-nav .site-menu ul li .sub-menu li a {
		font-size: 16px;
		width: 100%;
		padding: 5px 10px;
		color: #222222;
		display: block;
		text-decoration: none;
		margin: 0;
		text-align: center;
		background-color: transparent;
		line-height: 125%;
	}
	
	.header-nav .site-menu ul li .sub-menu li a:before,
	.header-nav .site-menu ul li .sub-menu li a:after {
		display: none;
	}
	
	.header-nav .site-menu ul li .sub-menu li:hover a {
	    color: #DC3E37;
	}
	
	.header-nav .site-menu .menu .sub-menu .current-menu-item > a, 
	.header-nav .site-menu .menu .sub-menu .current-menu-parent > a, 
	.header-nav .site-menu .menu .sub-menu li.menu-active > a {
		color: #DC3E37;
	}
	
	.header-nav .site-menu ul li .sub-menu li:after {
		display: none;
	}
	
	
	.header-nav .site-menu ul li:hover .sub-menu {
		display: block;
	}
	
	.header-nav .toggle-nav {
		display: none;
	}
	
	.scroll .header-nav .site-menu .menu li a  {
		color: #065928;
	}
	
	.scroll	.header-nav .site-menu .menu li a:hover, 
	.scroll	.header-nav .site-menu .menu li a:focus {
	    color: #065928;
	}
	
	.scroll	.header-nav .site-menu .menu .current-menu-item > a, 
	.scroll	.header-nav .site-menu .menu .current-menu-parent > a, 
	.scroll	.header-nav .site-menu .menu li.menu-active > a {
	    color: #065928;
	}
	
	.scroll .header-nav .site-menu ul li .sub-menu li a {
		color: #222222;
	}
	
	.scroll .header-nav .site-menu ul li .sub-menu li a:hover, 
	.scroll .header-nav .site-menu ul li .sub-menu li a:focus {
	    color: #DC3E37;
	}
	
	.scroll .header-logo a {
		width: 250px;
		max-width: 250px;
	}

}

@media only screen and (min-width:1340px) { 
	
	.header-nav .site-menu .menu li {
		margin: 0 0 0 5px;
	}
	
	.header-nav .site-menu .menu li a {
		padding: 12px 0;
		margin: 0 0 0 30px;
	}
	
	
	
}

/***************************
       HOME CONTENT
***************************/

.home-top {
	background: #fff;
	height: 500px;
	position: relative;
	display: flex;
	flex-basis: wrap;
	align-content: center;
	align-items: center;
}

.home-top:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background: transparent;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 3;
}

.home-top .image-slider {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.home-top .image-slider .slick-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	display: block;
}

.home-top .image-slider img  {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}

.home-intro {
	position: relative;
}

.home-intro .inner {
    background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
	padding: 20px 15px;
	margin: -100px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	text-align: center;
	box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.home-intro .inner h1 {
	color: #fff;
	width: 100%;
	font-size: 22px;
}

.home-intro .inner .links {
	width: 100%;
	max-width: 850px;
	list-style-type: none;
	padding: 0;
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}

.home-intro .inner .links li {
	padding: 5px;
	width: 100%;
}

.home-intro .inner .links a {
	display: block;
	width: 100%;
	background-color: #1d3d1d;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
    background-image: url('./assets/images/arrow-right.svg');
	background-size: 9px 14px;
    background-position: right 10px center;
    background-repeat: no-repeat;
	text-decoration: none;
	height: 36px;
	display: flex;
	align-items: center;
	padding: 3px 30px 3px 10px;
	text-align: left;
}

.home-intro .inner .links a:hover {
    background-position: right 5px center;	
    background-image: url('./assets/images/arrow-right.svg');
	transform: scale(1.05);
	background-color: #DC3E37;
	color: #fff;
}

@media only screen and (min-width:768px) {
	
	.home-top {
		height: 600px;
	}
	
	.home-top .image-slider .slick-slide {
		height: 600px;
	}
	
	.home-top .container {
		max-width: 600px;
	}
	
	.home-intro .inner {
		padding: 40px;
		margin: -150px 0 30px;
	}
	
	.home-intro .inner h1 {
		margin: 0 0 30px;
		font-size: 28px;
	}
	
	.home-intro .inner .links li {
		width: 50%;
		font-size: 18px;
	}
	
	.home-intro .inner .links a {
	    background-position: right 20px center;
		padding: 5px 40px 5px 20px;
		font-size: 18px;
	}
	
	.home-intro .inner .links a:hover {
   		background-position: right 15px center;			
	}

}

@media only screen and (min-width: 1024px) {
	
	.home-top {
		height: 550px;
		height: calc(100vh - 250px);
		min-height: 550px;
	}
	
	.home-top .image-slider .slick-slide {
		height: 550px;
		height: calc(100vh - 250px);
		min-height: 550px;
	}
	
	.home-top .container {
		max-width: 800px;
	}
	
	.home-intro .inner {
		padding: 40px 50px 40px;
		min-height: 300px;
		margin: -150px 0 30px;
	}

	.home-intro .inner h1 {
		font-size: 32px;
	}
	
	.home-intro .inner .links {
		margin: -10px;
	}

	.home-intro .inner .links a {
		height: 46px;
	}

	.home-intro .inner .links li {
		width: 33.333334%;
		padding: 8px 10px;
	}

}

@media only screen and (min-width:1400px) {
	
	.home-top {
		height: 650px;
		height: calc(100vh - 300px);
		min-height: 650px;
	}
	
	.home-top .image-slider .slick-slide {
		height: 700px;
		height: calc(100vh - 300px);
		min-height: 700px;
	}
	
}

/***************************
       PAGE CONTENT
***************************/

.main {
	min-height: calc(100vh - 400px);
}

.page-top {
	width: 100%;
	display: flex;
    align-items: center;
	min-height: 300px;
	position: relative;
    background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
	padding: 145px 0 70px;
}

.page-top .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

.page-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-top.block-item {
	padding: 145px 0 70px;
}

.page-top .inner {
	position: relative;
	z-index: 4;
	width: 100%;
	text-align: center;
}

.page-top .inner h1 {
	color: #fff;
	margin: 0;
	display: inline-block;
	margin: 0 0 10px;
}

.page-top .inner p {
	margin: 0;
	color: #fff;
	font-size: 1.2em;
}

@media only screen and (min-width:768px) {
	
	.page-top {
		min-height: 400px;
	}
	
	.page-top.block-item {
		padding: 165px 0 90px;
	}

	
}

@media only screen and (min-width:1024px) {
	
	.page-top {
		min-height: 500px;
	}
	
}

/***************************
     Blocks
***************************/

.block-item {
	padding: 0 0 20px;
}

.block-item.text-center {
	text-align: center;
}

.block-item.no-padding {
	padding: 0;
}

.bg-lightbrown {
	background-color: #E6DFD3;
}

.bg-green {
    background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
	color: #fff;
}

.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green h4,
.bg-green h5 {
	color: #fff;
}

.bg-green a {
	color: #fff;
}

.block-item.bg-green + .block-item:not(.bg-green),
.block-item.bg-lightbrown + .block-item:not(.bg-lightbrown),
.block-item.bg-white + .block-item:not(.bg-white) {
	padding-top: 40px;
}

.block-title {
	padding: 0 0 10px;
}

.block-image-text .image {
	width: 100%;
	display: block;
	margin: 0 0 20px;
	position: relative;
	box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.block-image-text .image img {
	width: 100%;
	display: block;
}

.block-lessons h2 {
	margin: 0 0 30px;
}

.block-service-slider {
	overflow: hidden;
}

.block-service-slider h2 {
	margin: 0 0 30px;
}

.block-icon-blocks .item {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	position: relative;
	min-height: 60px;
	padding: 0 0 0 75px;	
}

.block-icon-blocks .item .icon {
	width: 60px;
	display: block;
	transition: all 0.3s ease;
	margin: 0 auto 15px;
	position: absolute;
	top: 0;
	left: 0;
}

.block-icon-blocks .item .icon img {
	width: 100%;
	display: block;
}

.block-icon-blocks .item h3 {
	width: 100%;
	margin: 0 0 5px;
}

.block-icon-blocks .item .desc {
	width: 100%;
	line-height: 150%;
}

.block-icon-blocks .item:hover .icon {
	transform: scale(1.1) rotate(30deg);
}

.block-link-blocks .item {
	text-decoration: none;
	display: block;
	margin: 0 0 30px;
	transition: all 0.3s ease;
	color: #fff;
}

.block-link-blocks .item .image {
    border: 5px solid #fff;
    overflow: hidden;
    display: block;
}

.block-link-blocks .item .image img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}

.block-link-blocks .item h3 {
    transform: translate(-5px, -25px) rotate(-5deg);
    background: rgb(232,163,2);
    background: linear-gradient(90deg, rgba(232,163,2,1) 0%, rgba(238,126,12,1) 100%);
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: all 0.3s ease;
	margin: 0;
}

.block-link-blocks .item .desc {
	margin: 0;
	line-height: 150%;
}

.block-link-blocks .item:hover h3 {
	transform: translate(-5px, -25px) rotate(-5deg) scale(1.1);
}

.block-link-blocks .item:hover .image img {
	transform: scale(1.1);
}

.block-photo-slider {
	overflow: hidden;
	text-align: center;
}

.block-photo-slider .photo-slider {
	overflow: visible;
	padding: 60px 0 60px;
}

.block-photo-slider .photo-slider .slick-list {
	overflow: visible;
}

.block-photo-slider .photo-slider .slick-slide {
	padding: 0 10px;
}

.block-photo-slider .photo-slider .image {
	width: 100%;
	display: block;
    z-index: 999;
	transition: all 0.5s ease;
    transition-delay: 0s;
}

.block-photo-slider .photo-slider .slick-current .image {
    transform: scale(1.4);
    z-index: 999;
    transition-delay: .5s;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.block-photo-slider .photo-slider .image img {
	width: 100%;
	display: block;
}

.block-photo-slider .photo-slider .slick-prev,
.block-photo-slider .photo-slider .slick-next {
	display: block;
	position: absolute;
    left: 0;
	bottom: calc(50% - 20px);
    width: 40px;
    height: 40px;
    font-size: 0;
    opacity: 1;
    line-height: 0;
    margin: 0;
    cursor: pointer;
    border: none;
    color: transparent;
    border-radius: 50%;
    outline: none;
	background-color: #DC3E37;
    background-image: url('./assets/images/arrow-right.svg');
	background-size: 9px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    z-index: 9;
    transform: rotate(-180deg);
}

.block-photo-slider .photo-slider .slick-next {
	left: auto;
	right: 0;	
    transform: rotate(0deg);
}

.block-photo-slider .more {
	text-align: center;
	margin-top: -20px;
}

.block-form .phone {
	font-size: 1.2em;
}

.block-form .phone a {
	color: #DC3E37;
	font-weight: bold;
}

.block-quote {
	text-align: center;
}

.block-icon-list .item {
	display: block;
	margin: 0 0 30px;
	position: relative;
	min-height: 60px;
	padding: 0 0 0 75px;	
}

.block-icon-list .item .icon {
	width: 60px;
	display: block;
	transition: all 0.3s ease;
	margin: 0 auto 15px;
	position: absolute;
	top: 0;
	left: 0;
}

.block-icon-list .item .icon img {
	width: 100%;
	display: block;
}

.block-icon-list .item h3 {
	width: 100%;
	margin: 0 0 5px;
}

.block-icon-list .item .desc {
	width: 100%;
	line-height: 150%;
}

.block-icon-list .item:hover .icon {
	transform: scale(1.1) rotate(30deg);
}

.block-maps iframe {
	width: 100%;
	height: 300px;
	border: 0px;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
	margin: 0 0 20px;	
}

.block-call-back .inner {
    background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
    padding: 20px 20px 1px;
    display: block;
    color: #fff;
    margin: 0 0 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.block-call-back .inner h3 {
	color: #fff;
}

.block-call-back .inner a {
	color: #fff;
}

.block-call-back .inner label {
	font-size: 0.9em;
}

.block-jobs h2 {
	text-align: center;
	margin: 0 0 30px;
}

.block-jobs .row {
	justify-content: center;
}

.block-downloads .column {
	padding-bottom: 20px;
}

.block-downloads .item {
	background-color: #E6DFD3;
	padding: 20px 40px 20px 20px;
	display: flex;
	align-items: center;
	align-content: center;
	min-height: 100px;
	height: 100%;
	line-height: 140%;	
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
	text-decoration: none;
	position: relative;
	color: #222222;
	font-weight: bold;
}

.block-downloads .item:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #065928;
	background-image: url('./assets/images/download-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease;
}

.block-downloads .item:hover {
	background-color: #065928;
	color: #fff;
}

.block-downloads .item:hover:before {
	background-color: #1d3d1d;
	height: 100%;
}

@media only screen and (min-width:768px) {
	
	.block-item {
		padding: 0 0 40px;
	}
	
	.block-item.bg-green + .block-item:not(.bg-green),
	.block-item.bg-lightbrown + .block-item:not(.bg-lightbrown),
	.block-item.bg-white + .block-item:not(.bg-white) {
		padding-top: 60px;
	}
	
	.block-title {
		padding: 0 0 20px;
	}
	
	.block-image-text.image-right .row {
		flex-direction: row-reverse;
	}
	
	.block-image-text .column:nth-child(2) {
		align-self: center;
	}
	
	.block-service-slider h2 {
		padding: 0 0 0 100px;
	}
	
	.block-icon-blocks {
		text-align: center;
	}
	
	.block-icon-blocks .item {
		padding: 0;
	}
	
	.block-icon-blocks .item .icon {
		width: 100px;
		position: relative;
	}
	
	.block-icon-blocks .item h3 {
		margin: 0 0 10px;
	}
	
	.block-maps iframe {
		height: 350px;
		border-width: 10px;
	}
	
	.block-maps h2 {
		padding: 8px 15px;
	}
	
	
	.block-team .item .image {
		border-width: 10px;
		max-width: 300px;
	}
	
	.block-team .item h3 {
		font-size: 30px;
	}	
	
	.block-alternative .column:nth-child(3) {
		display: none;
	}
	
	.block-icon-list .item {
		padding: 0 0 0 105px;
		min-height: 80px;
	}
	
	.block-icon-list .item .icon {
		width: 80px;
	}
	
	.block-call-back .inner {
		padding: 30px 30px 10px;
	}
	
	.block-downloads .column {
		padding-bottom: 30px;
	}
	
	.block-downloads .item {
		padding: 20px 50px 20px 30px;
	}
	
	.block-downloads .item:before {
		width: 40px;
		height: 40px;
		background-size: 20px 20px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.block-item {
		padding: 0 0 50px;
	}
	
	.block-item.bg-green + .block-item:not(.bg-green),
	.block-item.bg-lightbrown + .block-item:not(.bg-lightbrown),
	.block-item.bg-white + .block-item:not(.bg-white) {
		padding-top: 70px;
	}
	
	.block-title {
		padding: 0 0 20px;
	}
	
	.block-logo-slider {
		padding: 60px 0 50px;
	}
	
	.block-maps iframe {
		height: 400px;
	}
	
	.block-tariff .blocks .block .items {
		padding: 30px 40px;
	}
	
	.block-alternative .column:nth-child(3) {
		display: block;
	}
		
	.block-photo-slider .photo-slider {
		overflow: hidden;
		padding: 110px 0;
	}
	
	.block-photo-slider .photo-slider .slick-prev{
		left: 22%;
	}
	
	
	.block-photo-slider .photo-slider .slick-next {
		right: 22%;
	}
	
	.block-icon-list .item {
		padding: 0 0 0 125px;
		min-height: 100px;
	}
	
	.block-icon-list .item .icon {
		width: 100px;
	}
	
	.block-call-back .inner {
		padding: 40px 40px 20px;
	}
	
	.block-call-back .inner h3 {
		font-size: 1.3em;
	}
	
	.block-jobs h2 {
		margin: 0 0 50px;
	}
	
}

/***************************
		SERVICES
***************************/

.contact-top {
	position: relative;
	min-height: 300px;
}

.contact-top:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: transparent;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 3;
}

.contact-top .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-intro {
	position: relative;
}

.contact-intro .inner {
    background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
    padding: 20px;
    margin: -100px 0 20px;
	min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);	
	color: #fff;
}

.contact-intro .row {
	width: 100%;
}

.contact-intro .inner h1 {
	color: #fff;
	width: 100%;
	margin: 0 0 30px;
}

.contact-intro .inner h3 {
	color: #fff;
	margin: 0;
}

.contact-intro .inner .row {
	margin: 0;
}

.contact-intro .inner .item {
	text-align: left;
	border-bottom: 2px solid #1d3d1d;
	padding: 0 0 10px 32px;
	position: relative;
	line-height: 130%;
	margin: 0 0 10px;
	font-size: 15px;
	text-decoration: none;
	display: block;
}

.contact-intro .inner .item:before {
	content: '';
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: #1d3d1d;
	background-image: url('./assets/images/phone.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 10px;
	top: 5px;
	left: 0;
	transition: all 0.3s ease;
}

.contact-intro .inner .item.mail:before {
	background-image: url('./assets/images/mail.svg');	
}

.contact-intro .inner .item.location:before {
	background-image: url('./assets/images/location.svg');	
}

.contact-intro .inner .item:hover:before {
	background-color: #DC3E37;
}

.contact-intro .inner .column {
	padding: 0;
}

.contact-intro .inner .column:last-child .item {
	border: 0px;
}

.contact-intro .inner a {
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-width:768px) {
	
	.contact-top {
		min-height: 400px;
	}
	
	.contact-intro .inner {
		padding: 40px 15px 20px;
	}
	
	.contact-intro .inner h3 {
		margin: 0 0 5px;
		font-size: 18px;
	}
	
	.contact-intro .inner .item {
		border-bottom: 0px;
		padding: 0 12px 0 34px;
		border-right: 2px solid #1d3d1d;
	}
	
	.contact-intro .inner .row {
		justify-content: center;
	}
	
	.contact-intro .inner .column {
		padding: 0 5px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.contact-top {
		min-height: 500px;
	}	
	
	.contact-intro .inner {
		padding: 60px 40px;
	}
	
	.contact-intro .inner .item {
		padding: 0 20px 0 60px;
		font-size: 17px;
	}
	
	.contact-intro .inner .item:before {
		width: 50px;
		height: 50px;
		background-size: 22px 22px;
		top: 12px;
	}
	
	.contact-intro .inner .column {
		padding: 0 10px;
	}

}

@media only screen and (min-width:1280px) {
	
	.contact-intro .inner {
		padding: 60px;
	}	
	
	.contact-intro .inner .column {
		min-width: 300px;
	}

	.contact-intro .inner .item {
		padding: 0 30px 0 65px;
	}
	
}

/***************************
		SERVICES
***************************/

.service-loop .item {
	text-decoration: none;
	display: block;
	padding-bottom: 106%;
	margin: 0 0 40px;
	transition: all 0.3s ease;
	color: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.service-loop .item .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s ease;
}

.service-loop .item .image:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.00) 100%);
	transition: all 0.3s ease;
}

.service-loop .item .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-loop .item .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: initial;
	padding: 20px;
	z-index: 3;
	transition: all 0.3s ease;
	text-align: center;
	color: #fff;
}

.service-loop .item .content h3 {
	color: #fff;
	width: 100%;
	font-size: 20px;
	transition: all 0.3s ease;
	margin: 0 0 10px;
}

.service-loop .item .content .desc {
	width: 100%;
	height: 1px;
	line-height: 150%;
	overflow: hidden;
	opacity: 0;
}

.service-loop .item .more {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 4;
	text-align: center;
	transition: all 0.3s ease;
	opacity: 0;
	width: 100%;
}

.service-loop .item .more span {
	display: inline-block;
    background-image: url('./assets/images/arrow-right.svg');
	background-size: 8px 12px;
    background-repeat: no-repeat;
	background-position: right 5px center;
	padding: 0 21px 0 5px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.service-loop .item .more span:hover {
	background-position: right 0px center;	
}

.service-loop .item:hover .image {
	transform: scale(1.1);
}

.service-loop .item:hover .image:before {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 100%);
}

.service-loop .item:hover .content {
	bottom: 50%;
	transform: translateY(50%);
}

.service-loop .item:hover .desc {
	height: initial;
	opacity: 1;
	animation-delay: 0.3s;
}

.service-loop .item:hover .more {
	opacity: 1;
}

.service-loop .service-slider {
	padding: 0 0 5px 0;
	margin: 0 -12px 20px;
	list-style-type: none;
	overflow: visible;
	position: relative;
	z-index: 2;
}
    
.service-loop .service-slider .slick-list {
    overflow: initial;
}

.service-loop .service-slider li {
	padding: 0 12px;
	display: flex;
}

.service-loop .service-slider .slick-slide {
	transition: all 0.3s ease;
}

.service-loop .service-slider li a {
	margin: 0;
}

.service-loop .service-slider li h3 {
	margin: 0;
}

.service-loop .service-slider li:before {
	display: none;
}

.service-loop .service-slider .slick-prev,
.service-loop .service-slider .slick-next {
	display: block;
	position: absolute;
    left: 0;
	bottom: calc(50% - 20px);
    width: 40px;
    height: 40px;
    font-size: 0;
    opacity: 1;
    line-height: 0;
    margin: 0;
    cursor: pointer;
    border: none;
    color: transparent;
    border-radius: 50%;
    outline: none;
	background-color: #DC3E37;
    background-image: url('./assets/images/arrow-right.svg');
	background-size: 9px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    z-index: 9;
    transform: rotate(-180deg);
}

.service-loop .service-slider .slick-arrow.slick-disabled {
	opacity: 0;
}

.service-loop .service-slider .slick-next {
	left: auto;
	right: 0;
	transform: rotate(0deg);
}

.service-top {
	width: 100%;
	display: flex;
    align-items: flex-end;
	min-height: 300px;
	position: relative;
    background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
	padding: 145px 0 0;
	text-align: center;
	margin: 0 0 50px;
}

.service-top .inner {
	width: 100%;
	display: block;
	position: relative;
}

.service-top .inner .content p {
	font-size: 1.1em;
}

.service-top .image {
	padding: 0;
	width: 100%;
	display: block;
	margin: 0 0 -50px 0;
	box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.service-top .image img {
	width: 100%;
	display: block;
}

.service-feature {
	position: relative;
	overflow: hidden;
}

.service-feature:before {
	content: '';
	width: 100%;
	height: 50%;
	display: block;
	top: 0;
	bottom: 0;
	background-color: #fff;
	position: absolute;
}

.service-content .work ul {
	list-style-type: none;
	padding: 0;
}

.service-content .work ul li {
	padding: 2px 0 2px 30px;
	position: relative;
	font-size: 1.1em;
}

.service-content .work ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 18px;
    background-image: url('./assets/images/checkmark.svg');
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: center center;
}

.service-content .features {
    background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
    padding: 20px 20px 1px;
	display: block;
	color: #fff;
	margin: 0 0 20px;
	box-shadow: 0 10px 25px rgba(0,0,0,.25);
} 

.service-content .features h2 {
	color: #fff;
}

.service-content .features ul {
	list-style-type: none;
	padding: 0;
}

.service-content .features ul li {
	padding: 2px 0 2px 30px;
	position: relative;
}

.service-content .features ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 18px;
    background-image: url('./assets/images/checkmark-white.svg');
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: center center;
}

.service-alternative {
	text-align: center;
}

.service-alternative h2 {
	margin: 0 0 30px;
}

.service-alternative .item {
	margin: 0 0 20px;
}

.service-alternative .item {
	padding-bottom: 50%;
}

.service-alternative .item .content {
	padding: 10px;
}

.service-alternative .item .content h3 {
	font-size: 15px;
}

.service-alternative .item:hover .desc {
	display: none;
}

@media only screen and (min-width:768px) {
	
	.service-loop .service-slider {
		margin: 20px -12px 20px;		
	}

	.service-loop .service-slider .slick-prev,
	.service-loop .service-slider .slick-next {
	    width: 40px;
	    height: 40px;
		background-size: 9px 14px;
		left: 10px;
		bottom: auto;
		top: -65px;
	}
	
	.service-loop .service-slider .slick-next {
		left: 55px;
		right: auto;
	}
	
	.service-loop .service-slider .slick-arrow.slick-disabled {
		opacity: 0.5;
	}
	
	.service-top {
		padding: 170px 0 0;
		margin: 0 0 70px;
	}
	
	.service-top .row {
		flex-direction: row-reverse;
	}	

	.service-top .column:nth-child(1) {
		align-self: center;
	}
	
	.service-top .image {
		margin: 0 0 -70px;
	}
	
	.service-content .features {
		padding: 30px 30px 10px;
		font-size: 1.1em;
	}
	
	.service-content .features ul {
		column-count: 2;
		column-gap: 30px;
	}
	
	.service-content .features ul li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;		
	}
		
}

@media only screen and (min-width:1024px) {
	
	.service-loop .item .content {
		padding: 20px 25px 20px;
	}
	
	.service-loop .item .content h3 {
		font-size: 24px;
	}
	
	.service-loop .item .more {
		bottom: 30px;
	}
	
	.service-loop .service-slider .slick-prev,
	.service-loop .service-slider .slick-next {
		top: -70px;
	}
	
	.service-content .features {
		padding: 50px 50px 30px;
	}
	
}
	
	
/***************************
		INDUSTRIES
***************************/	

.industry-loop .item {
	background-color: #E6DFD3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin: 0 0 30px;
	text-decoration: none;
	color: #222222;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

.industry-loop .item:before {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
	transition: all 0.3s ease;
}

.industry-loop .item .image {
	width: 100%;
	height: 250px;
	display: block;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}

.industry-loop .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.industry-loop .item .content {
	padding: 20px 20px 1px;
	width: 100%;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}

.industry-loop .item .content .desc {
	transition: all 0s ease;
}

.industry-loop .item .content h2 {
	transition: all 0.3s ease;
}

.industry-loop .item .content .more span {
	color: #1B5923;
	font-weight: bold;
	transition: all 0.3s ease;
}

.industry-loop .item .content .more span strong {
  	text-transform: lowercase;
}

.industry-loop .item:hover {
	color: #fff;
}

.industry-loop .item:hover:before {
	height: 100%;
}

.industry-loop .item:hover .content h2 {
	color: #fff;
}

.industry-loop .item:hover .content .more span {
	color: #fff;
}

.industry-top {
	width: 100%;
	display: flex;
    align-items: flex-end;
	min-height: 300px;
	position: relative;
    background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
	padding: 145px 0 0;
	text-align: center;
	margin: 0 0 50px;
}

.industry-top .inner {
	width: 100%;
	display: block;
	position: relative;
}

.industry-top .inner .content p {
	font-size: 1.1em;
}

.industry-top .image {
	padding: 0;
	width: 100%;
	display: block;
	margin: 0 0 -50px 0;
	box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.industry-top .image img {
	width: 100%;
	display: block;
}

@media only screen and (min-width:768px) {
	
	.industry-loop .item {
		padding: 0 0 0 300px;
		min-height: 300px;
	}
	
	.industry-loop .column:nth-child(even) .item {
		padding: 0 300px 0 0;
	}
	
	.industry-loop .item .image {
		width: 300px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.industry-loop .column:nth-child(even) .item .image {
		left: auto;
		right: 0;
	}
	
	.industry-loop .item .content {
		padding: 30px 30px 10px;
	}
	
	.industry-loop .item:hover {
		padding: 0 0 0 280px;
	}
	
	.industry-loop .column:nth-child(even) .item:hover {
		padding: 0 280px 0 0;
	}
	
	.industry-loop .item:hover .image {
		transform: translate(-20px,0);
	}
	
	.industry-loop .column:nth-child(even) .item:hover .image {
		transform: translate(20px,0);
	}
	
	.industry-loop .item:hover .content {
		padding: 30px 50px 10px 30px;
	}
	
	.industry-loop .column:nth-child(even) .item:hover .content {
		padding: 30px 30px 10px 50px;
	}
	
	.industry-top {
		padding: 170px 0 0;
		margin: 0 0 70px;
	}

	.industry-top .column:nth-child(1) {
		align-self: center;
	}
	
	.industry-top .image {
		margin: 0 0 -70px;
	}

	
}

@media only screen and (min-width:1024px) {

	.industry-loop .item {
		padding: 0 0 0 400px;
		min-height: 300px;
		margin: 0 0 50px;
	}
	
	.industry-loop .column:nth-child(even) .item {
		padding: 0 400px 0 0;
	}
	
	.industry-loop .item .image {
		width: 400px;
	}
	
	.industry-loop .item .content {
		padding: 50px 70px 30px;
	}
	
	.industry-loop .item:hover {
		padding: 0 0 0 380px;
	}
	
	.industry-loop .column:nth-child(even) .item:hover {
		padding: 0 380px 0 0;
	}
	
	.industry-loop .item:hover .content {
		padding: 50px 90px 30px 70px;
	}
	
	.industry-loop .column:nth-child(even) .item:hover .content {
		padding: 30px 70px 10px 90px;
	}
	
}


/***************************
		   JOB
***************************/

.job-loop .column {
	padding-bottom: 30px;
}

.job-loop .item {
	background-color: #E6DFD3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 250px;
	height: 100%;
	text-align: center;
	position: relative;
	text-decoration: none;
	color: #222222;
	overflow: hidden;
	transition: all 0s ease;
	box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

.job-loop .item:before {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
	transition: all 0.3s ease;
}

.job-loop .item .content {
	padding: 20px 20px 1px;
	width: 100%;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}

.job-loop .item .content h3 {
	transition: all 0.3s ease;
	font-size: 20px;
	margin: 0 0 15px;
}

.job-loop .item .content .more span {
	color: #1B5923;
	font-weight: bold;
	transition: all 0.3s ease;
}

.job-loop .item .content .more span strong {
  	text-transform: lowercase;
}

.job-loop .item:hover {
	color: #fff;
}

.job-loop .item:hover:before {
	height: 100%;
}

.job-loop .item:hover .content h3 {
	color: #fff;
}

.job-loop .item:hover .content .more span {
	color: #fff;
}

.job-content ul {
	list-style-type: none;
	padding: 0;
}

.job-content ul li {
	padding: 2px 0 2px 25px;
	position: relative;
}

.job-content ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 16px;
	height: 14px;
    background-image: url('./assets/images/checkmark.svg');
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

.job-content .info {
    background-color: #E6DFD3;
	padding: 20px 20px 1px;
	box-shadow: 0 10px 25px rgba(0,0,0,.1);
	margin: 0 0 30px;
}

@media only screen and (min-width:768px) {
	
	.job-loop .item .content {
		padding: 30px 30px 10px;
	}
	
	.job-loop .item .content h3 {
		font-size: 24px;
	}
	
	.job-content .info {
		padding: 30px 30px 10px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.job-loop .column {
		padding-bottom: 50px;
	}
	
	.job-content .info {
		padding: 40px 40px 20px;
	}
	
}

/***************************
		   FORMS
***************************/

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

.gform_title {
	margin: 20px 0 0;
	font-size: 22px;
}

.gform_fields {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.gfield {
	margin: 0 0 5px 0;
	display: block;
	width: 100%;
	padding: 0px;
	border: 0px;
}

.gfield_label {
	padding: 0 0 5px;
	line-height: 150%;
	display: block;
}

.hide-labels .gfield_label {
	display: none;
}

.gfield_checkbox, 
.gfield_radio {
	margin: 0;
	list-style-type: none;
	padding: 0;
	position: relative;
	padding: 0;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice,
.ginput_container_consent{
	line-height: 120%;
	position: relative;
	padding: 0px 0 10px 28px;
}

.ginput_container_consent [type="checkbox"],
.gfield_checkbox [type="checkbox"],
.gfield_radio [type="radio"] {
	position: absolute;
	top: 1px;
	left: 0;
}

.gform_body .gfield:before, .gform_body .gfield_checkbox li:before {
	display: none;
}

.gfield_radio .gchoice label {
	display: flex;
}

.gfield_radio .places {
	display: inline-block;
	background-color: #CDA95B;
	color: #fff;
	padding: 1px 10px;
	font-size: 14px;
	border-radius: 20px;
	margin: 0 0 0 10px;
}

.validation_error,
.validation_message {
	font-size: 14px;
	font-weight: 500;
	color: #e03333;
	padding: 0;
	margin: 0 0 10px;
    display: block;
    width: 100%;
}

h2.gform_submission_error {
	font-size: 16px;
	font-weight: 500;
	color: #e03333;
}

h2.gform_submission_error:after {
	display: none;
}

.gform_confirmation_message {
    background: #38da0f;
    color: #fff;
    padding: 10px;
    margin: 0.5em 0 25px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.gfield:after {
	content: " ";
	display: table;
	clear: both;	
}

.gfield .instruction {
	display: none;
}

.gform_required_legend {
	display: none;
}

.gsection_title {
	font-size: 20px;
	margin: 20px 0 0;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

@media only screen and (min-width:768px) {
	
	.gsection_title {
		font-size: 22px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.gsection_title {
		font-size: 24px;
	}	
	
}
/***************************
          FOOTER
***************************/

.footer {
    background-color: #065928;
    background-image: linear-gradient(270deg, #5C895D 0%, #065928 100%);
	font-size: 16px;
}

.footer-main {
	padding: 30px 0 10px;
}

.footer-main h3 {
	color: #fff;
}

.footer-main ul {
	list-style-type: none;
	padding: 0;
}

.footer-main .share {
	margin: 0 0 20px;
}

.footer-main .share a {
	display: inline-block;
	width: 46px;
	height: 46px;
	margin: 0 2px;
	padding: 12px 0;
	background: #1d3d1d;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-align: center;
}

.footer-main .share a svg {
	width: 22px;
	height: 22px;
	fill: #fff;
}

.footer-main .share a:hover {
	transform: scale(1.10);
	background-color: #fff;
}

.footer-main .share a:hover svg {
	fill: #1d3d1d;
}

.footer-main p {
	color: #dae2db;
}

.footer-main a {
	color: #dae2db;
	text-decoration: none;
}

.footer-main a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-bottom {
	background-color: #fff;
	padding: 30px 0;
	font-size: 15px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom a {
	color: #222222;
	text-decoration: none;
}

.footer-bottom a:hover {
	text-decoration: none;
}

.footer-bottom .row {
	display: flex;
	width: 100%;
	align-items: center;
}

.footer-bottom .certi {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.footer-bottom .certi img {
	width: 60px;
	display: block;
	margin: 0 5px;
}

.footer-bottom .certi .avg {
	width: 60px;
}

.footer-bottom .certi .vhg {
	width: 60px;
}

.footer-bottom .certi .vca {
	width: 90px;
}

@media only screen and (min-width:768px) {
	
	.footer-main {
		padding: 50px 0 30px;
	}
	
	.footer-menu.row {
		justify-content: space-between;
	}
	
	.footer-menu .column {
		width: auto;
	}
	
	.footer-bottom .developer {
		text-align: right;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.footer {
		font-size: 17px	
	}
	
	.footer-main {
		padding: 90px 0 70px;	
	}
	
	.footer-bottom {
		padding: 20px 0;
	}
	
	.footer-bottom .certi {
		margin: 0;
	}
	
}