/* Natuur */



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap');


/*
  font-family: 'Open Sans', sans-serif;
  font-family: 'Oswald', sans-serif;

*/


@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
/*** 

====================================================================

	Reset

====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
/*** 

====================================================================

	Global Settings

====================================================================

 ***/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #3E3E32;
	line-height: 1.40em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #818E75;
}
a:hover, a:focus, a:visited, a:active, button:active, button:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin: 0 0 15px;
	background: none;
	line-height: 1.30em;
}
input, button, select, textarea {
	font-family: 'Open Sans', sans-serif;
}
textarea {
	overflow: hidden;
	resize: none;
}
p {
	position: relative;
	line-height: 1.40em;
	margin-bottom: 20px;
}
.text {
	position: relative;
	line-height: 1.40em;
	margin-bottom: 0px;
}
.strike-through {
	text-decoration: line-through;
}
.auto-container {
	position: static;
	max-width: 1410px;
	padding: 0px 20px;
	margin: 0 auto;
}
.medium-container {
	position: static;
	max-width: 1210px;
	padding: 0px 20px;
	margin: 0 auto;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.theme-btn {
	display: inline-block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.centered {
	text-align: center;
}
.btn-style-one {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	line-height: 30px;
	padding: 12px 30px;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.0;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid #ffffff;
	background: none;
	border-radius: 0px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-style-one span {
	position: relative;
	display: block;
	z-index: 1;
}
.btn-style-one:hover {
	color: #ffffff;
	background: #818E75;
	border-color: #818E75;
}
.btn-style-two {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	line-height: 30px;
	padding: 12px 30px;
	color: #818E75;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.0;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid #818E75;
	background: none;
	border-radius: 0px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-style-two span {
	position: relative;
	display: block;
	z-index: 1;
}
.btn-style-two:hover {
	color: #ffffff;
	background: #818E75;
	border-color: #818E75;
}
.btn-style-three {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	line-height: 30px;
	padding: 12px 30px;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.0;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid #818E75;
	background: #818E75;
	border-radius: 0px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-style-three span {
	position: relative;
	display: block;
	z-index: 1;
}
.btn-style-three:hover {
	color: #818E75;
	background: none;
	border-color: #818E75;
}
.theme-btn .icon-left {
	padding-right: 10px;
}
.theme-btn .icon-right {
	padding-left: 10px;
}
.theme_color {
	color: #818E75;
}
.light-font {
	font-weight: 300;
}
.regular-font {
	font-weight: 400;
}
.semibold-font {
	font-weight: 600;
}
.bold-font {
	font-weight: 700;
}
.ex-bold-font {
	font-weight: 800;
}
.heavy-font {
	font-weight: 900;
}
.bg-lightgrey {
	background-color: #f6f7f8;
}
.no-bg {
	background: none;
}
.text-uppercase {
	text-transform: uppercase;
}
.grey-color {
	color: #333333 !important;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
/*** 

====================================================================

	Scroll To Top style

====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 46px;
	height: 50px;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 3px;
	background: #231f20;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.scroll-to-top:hover {
	color: #ffffff;
	background: #818E75;
}
/*** 

====================================================================

				Default Styling

====================================================================

***/

table, .table {
	position: relative;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 40px;
}
table th {
	padding: 8px 10px;
}
table td {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
table tr td:first-child {
	font-weight: 700;
}
table tr:last-child td {
	border-bottom: none;
}
table tr:hover {
	background-color: #f0f0f0;
}
table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #515C49;
	color: white;
}
ul {
	margin: 0px 0px 20px 30px;
}
ul li {
	list-style-type: disc;
}
ol {
	margin: 0px 0px 20px 30px;
}
ol li {
	list-style-type: decimal;
}
h1 {
	font-size: 72px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 42px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
/*** 

====================================================================

	Default Form Style

====================================================================

***/


/*** 

====================================================================
  Default Form Style
====================================================================

***/

form {
	position: relative;
}
form .form-group {
	position: relative;
	margin-bottom: 20px;
}
form .row {
	margin: 0 -12px;
}
form .row .form-group {
	padding: 0 20px;
	margin-bottom: 16px;
}
form .form-group .field-label {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #454942;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 8px;
	font-family: 'Oswald', sans-serif;
}
form .form-group .field-inner {
	position: relative;
	display: block;
}
form .form-group .error-text {
	position: absolute;
	right: 0;
	top: -36px;
	font-size: 12px;
	color: #D9534F;
	line-height: 24px;
}
form .instruction {
	position: relative;
	display: block;
	padding: 10px 0 5px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
form .form-group .field-inner .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	color: #E27E7B;
	text-align: center;
	pointer-events: none;
	z-index: 1;
}
form .form-group .field-inner .icon-caution {
	background: url(../images/icons/caution-icon.png) center center no-repeat;
}
form input[type="text"], form input[type="password"], form input[type="tel"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="file"], form textarea, form select {
	position: relative;
	display: block;
	width: 100%;
	color: #383838;
	line-height: 30px;
	padding: 10px 20px;
	height: 52px;
	font-size: 16px;
	font-weight: 400;
	background: #ffffff;
	margin: 0px;
	border-radius: 0;
	border: 1px solid #E2E2E2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
form input[type="file"] {
	cursor: pointer;
	height: 52px;
}
form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}
form select option {
	text-indent: 20px;
	cursor: pointer;
}
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form input[type="search"]:focus, form input[type="file"]:focus, form select:focus, form textarea:focus {
	border-color: #515C49;
}
form .error input[type="text"], form .error input[type="password"], form .error input[type="tel"], form .error input[type="email"], form .error input[type="search"], form .error input[type="file"], form .error select, form .error textarea {
	border-color: #E27E7B;
	color: #E27E7B;
}
form textarea {
	height: 180px;
	resize: none;
}
form button, form input[type="submit"], form .theme-btn {
	position: relative;
	display: inline-block;
	margin: 0;
}
form button:hover, form input[type="submit"]:hover, form .theme-btn:hover {
}
 form ::-webkit-input-placeholder {
color: #BCBCBC;
}
form ::-moz-input-placeholder {
color: #BCBCBC;
}
form ::-ms-input-placeholder {
color: #BCBCBC;
}
form .radio-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 280px;
	margin-right: 10px;
}
form .radio-block input {
	position: absolute;
	left: 0;
	top: 5px;
	padding: 0;
	cursor: pointer;
}
form .radio-block label {
	position: relative;
	display: block;
	padding-left: 20px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	cursor: pointer;
}
form .check-block {
	position: relative;
	display: block;
	vertical-align: top;
	margin-bottom: 15px;
}
form .check-block input {
	position: absolute;
	left: 0;
	top: 6px;
	padding: 0;
	cursor: pointer;
	opacity: 0;
}
form .check-block label {
	position: relative;
	display: block;
	padding-left: 40px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #B2B2B2;
	cursor: pointer;
}
form .check-block label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	border: 1px solid #B2B2B2;
}
form .check-block input:checked+label:before {
	background: #ffffff;
	border-width: 7px;
	border-color: #AF9B64;
}
/*** 

====================================================================

	Main Header style

====================================================================

***/

.main-header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0px 0px;
	min-height: 150px;
	background: none;
	font-family: 'Oswald', sans-serif;
	z-index: 999;
}
.main-header .header-upper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #ffffff;
	padding: 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.admin-bar .header-upper{
	top: 32px;
}

.admin-bar .fixed-header .header-upper{
	top: 0;
}
.main-header ul, .main-header ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-header .nav-toggler {
	position: relative;
	float: right;
	left: 0;
	top: 0;
	padding: 33px 0px 20px;
	margin-left: 10px;
	display: none;
}
.main-header .nav-toggler button {
	position: relative;
	width: 40px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px;
	background: none;
	color: #ffffff;
	font-size: 20px;
	margin: 0px;
	border-radius: 0px;
	outline: none !important;
}
.main-header .nav-toggler button img {
	height: 22px;
}
.main-header .main-box {
	position: relative;
	padding: 0px;
	width: 100%;
}
.main-header .main-box .logo-box {
	position: relative;
	display: block;
	float: left;
	padding: 38px 0px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	z-index: 5;
}
.fixed-header .main-box .logo-box {
	padding: 22px 0px;
}
.main-header .main-box .logo-box .logo {
	position: relative;
	display: block;
}
.main-header .main-box .logo-box .logo img {
	position: relative;
	display: block;
	height: 76px;
	z-index: 1;
}
.main-header .nav-box {
	position: relative;
	float: right;
}
.main-header .nav-outer {
	position: relative;
	float: left;
}
.main-menu {
	position: relative;
	display: block;
	font-family: 'Oswald', sans-serif;
}
.main-menu .navbar-collapse {
	padding: 0px;
	margin: 0px;
	border: none;
	box-shadow: none;
}
.main-menu .navigation {
	position: relative;
	z-index: 1;
}
.main-menu .navigation > li {
	position: relative;
	display: block;
	float: left;
	padding: 30px 0px;
	margin-left: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.fixed-header .main-menu .navigation > li {
	padding: 15px 0px;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #454942;
	padding: 34px 0px 26px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
	color: #818E75;
	text-decoration: none;
	opacity: 1;
}
.main-menu .navigation > li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 100%;
	height: 26px;
	background: url(../images/icons/nav-bullet.png) center top no-repeat;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation > li:hover > a:before, .main-menu .navigation > li.current > a:before, .main-menu .navigation > li.current-menu-item > a:before {
	opacity: 1;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 230px;
	padding: 20px 20px;
	z-index: 100;
	opacity: 1;
	text-align: left;
	background: #ffffff;
	border: none;
	border-top: 3px solid #818E75;
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.07), 3px 0px 10px 0 rgba(0,0,0,0.07);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition: all 100ms ease;
	-webkit-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}
.main-menu .navigation > li > ul > li {
	position: relative;
	margin-bottom: 10px;
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 4px 0px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-weight: 500;
	color: #454942;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li > ul > li.current > a {
	color: #818E75;
	padding-left: 10px;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
	overflow-y: hidden;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9990;
	background: rgba(0,0,0,0.70);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.visible-sidebar .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.hidden-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 330px;
	height: 100%;
	background: #ffffff;
	padding-top: 60px;
	color: #101010;
	z-index: 9999;
	visibility: hidden;
	-ms-transform: translateX(-400px);
	transform: translateX(-400px);
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
}
.hidden-bar .mCSB_inside > .mCSB_container {
	margin-right: 0px;
}
.hidden-bar.visible-sidebar {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.hidden-bar ol, .hidden-bar ol li, .hidden-bar ul, .hidden-bar ul li {
	list-style-type: none;
	margin: 0px;
}
.hidden-bar.right-align .hidden-bar-closer {
	right: 3px;
}
.hidden-bar .hidden-bar-closer {
	position: absolute;
	right: 0;
	top: 0px;
	padding: 14px 20px;
	line-height: 30px;
	cursor: pointer;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 9999;
}
.hidden-bar .hidden-bar-closer svg {
	width: 20px;
	height: 20px;
	stroke-width: 1.25px;
}
.hidden-bar-wrapper {
	position: absolute;
	left: 0;
	top: 50px;
	bottom: 0;
	width: 100%;
	overflow-y: auto;
	padding: 0px 20px 50px;
}
.hidden-bar .side-menu {
	position: relative;
	display: block;
	font-family: 'Oswald', sans-serif;
}
.hidden-bar .side-menu ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.20);
}
.hidden-bar .side-menu ul li a {
	position: relative;
	color: #818E75;
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 12px 0px;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.hidden-bar .side-menu ul li a:hover, .hidden-bar .side-menu ul > li.current > a, .hidden-bar .side-menu ul > li > ul > li.current > a {
	color: #515C49;
}
.hidden-bar .side-menu ul li ul {
	margin-left: 15px;
	padding-bottom: 12px;
}
.hidden-bar .side-menu ul li ul li {
	border-bottom: none;
}
.hidden-bar .side-menu ul li ul li a {
	padding: 10px 0px;
	line-height: 24px;
	font-size: 16px;
}
.hidden-bar .side-menu ul li .btn-expander {
	position: absolute;
	top: 12px;
	right: 0;
	background: none;
	color: rgba(0,0,0,0.70);
	font-size: 14px;
	height: 30px;
	width: 20px;
	line-height: 30px;
	border-radius: 0px;
	outline: none;
	cursor: pointer;
	z-index: 1;
}
/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-section {
	position: relative;
	padding: 0 0;
	font-family: 'Oswald', sans-serif;
}
.banner-section .banner-slider {
	position: relative;
	width: 100%;
}
.banner-section .slide-item {
	position: relative;
	width: 100%;
	padding: 0px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.banner-section .slide-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}
.banner-section .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner-section .slide-item .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}
.banner-section .slide-item .content-box {
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 50px 0px 80px;
	height: 880px;
	min-height: 300px;
	z-index: 10;
}
.banner-section .slide-item .content {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.banner-section .slide-item .inner {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
.banner-section .active .slide-item .inner {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease 300ms;
	-ms-transition: all 1000ms ease 300ms;
	-o-transition: all 1000ms ease 300ms;
	-moz-transition: all 1000ms ease 300ms;
	transition: all 1000ms ease 300ms;
}
.banner-section .slide-item .count {
	position: relative;
	display: block;
	margin: 0px 0px 22px;
}
.banner-section .slide-item .count span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
	padding-left: 50px;
}
.banner-section .slide-item .count span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 36px;
	border-bottom: 4px solid #ffffff;
}
.banner-section .slide-item h1 {
	font-size: 72px;
	font-weight: 700;
	line-height: 1.20em;
	text-transform: uppercase;
	margin: 0px 0px 25px;
}
.banner-section .slide-item .bg-box {
	position: relative;
	display: block;
}
.banner-section .slide-item .bg-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.333em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 21px 40px;
	background: rgba(81, 92, 73, 0.90);
}
.banner-section .slide-item .links-box {
	position: relative;
	display: block;
	padding-top: 32px;
}
.banner-section .slide-item .links-box .link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.banner-section .slide-item .links-box .theme-btn {
	min-width: 200px;
}
.banner-section .owl-dots {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	display: none;
}
.banner-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.banner-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
}
.banner-section .owl-dots .owl-dot.active span, .banner-section .owl-dots .owl-dot:hover span {
	background: #AF9B64;
}
.banner-section .owl-nav {
	position: absolute;
	width: 1370px;
	left: 50%;
	margin-left: -685px;
	bottom: 40px;
}
.banner-section .owl-nav .owl-prev, .banner-section .owl-nav .owl-next {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	left: 0;
	top: 0;
	width: 20px;
	height: 26px;
}
.banner-section .owl-nav .owl-prev {
	background: url(../images/icons/arrow-left.png) left center no-repeat !important;
}
.banner-section .owl-nav .owl-next {
	background: url(../images/icons/arrow-right.png) right center no-repeat !important;
}
.banner-section .owl-nav .owl-prev .fa, .banner-section .owl-nav .owl-next .fa {
	display: none;
}
/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 120px 0;
}
.services-section .services {
	position: relative;
	padding-bottom: 10px;
}
.services-section.services-page {
	padding-bottom: 20px;
}
.services .row {
	margin: 0 -20px;
}
.service-block {
	position: relative;
	margin-bottom: 70px;
}
.services .row .service-block {
	padding: 0 20px;
}
.service-block .inner-box {
	position: relative;
	display: block;
	text-align: center;
}
.service-block .icon-box {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.service-block .icon-box .icon {
	position: relative;
}
.service-block h4 {
	position: relative;
	color: #454942;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.service-block h4 a {
	color: #454942;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.service-block h4 a:hover {
	color: #818E75;
}
.service-block .text {
	position: relative;
	display: block;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.service-block .link-box {
	position: relative;
	display: block;
}
.service-block .link-box a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	color: #818E75;
	letter-spacing: 0.02em;
	font-family: 'Oswald', sans-serif;
}
.service-block .link-box .l-text {
	position: relative;
	display: block;
}
.service-block .link-box a:hover .l-text {
	text-decoration: underline;
}
.service-block .link-box .l-icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 16px;
	background: url(../images/icons/more-arrow.png) center center no-repeat;
	margin-top: 15px;
}
.services-section .see-more {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 40px;
	border-top: 2px solid #F6F6F6;
}
.services-section .see-more a {
	min-width: 200px;
}
/*** 

====================================================================
  Featured Section
====================================================================

***/

.featured-section {
	position: relative;
	padding: 120px 0;
}
.featured-section.no-padding {
	padding: 0 0;
}
.featured-block {
	position: relative;
}
.featured-block .image-col {
	position: relative;
	order: 12;
	z-index: 1;
}
.featured-block .image-col .inner {
	position: relative;
	display: block;
	padding-top: 108px;
}
.featured-block .image-col .image {
	position: relative;
	display: block;
}
.featured-block .image-col .image img {
	position: relative;
	display: block;
	width: 100%;
}
.featured-block .text-col {
	position: relative;
	order: 0;
}
.featured-block .text-col .inner {
	position: relative;
	display: block;
	margin-right: -100px;
	padding: 150px 120px 130px 70px;
	background: #515C49;
	color: #ffffff;
	overflow: hidden;
}
.featured-block .text-col .bg-icon {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	height: 100%;
	background: url(../images/icons/theme-icon.png) right top no-repeat;
	z-index: 0;
}
.featured-block .text-col h2 {
	text-transform: uppercase;
	font-weight: 700;
}
.featured-block .text-col h2 a {
	color: #ffffff;
}
.featured-block .text-col h3 {
	font-size: 36px;
	color: #E8F2DF;
	font-weight: 300;
	margin-bottom: 20px;
}
.featured-block .link-box {
	position: relative;
	display: block;
	padding-top: 20px;
}
.featured-block .link-box a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.02em;
	font-family: 'Oswald', sans-serif;
}
.featured-block .link-box .l-text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
.featured-block .link-box a:hover .l-text {
	text-decoration: underline;
}
.featured-block .link-box .l-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url(../images/icons/more-arrow-2.png) center center no-repeat;
}
/*** 

====================================================================
  Projects Section
====================================================================

***/

.title-box {
	position: relative;
	margin-bottom: 50px;
}
.title-box.centered {
	text-align: center;
	max-width: 1120px;
	margin: 0 auto 50px;
}
.title-box h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0;
}
.title-box .text {
	position: relative;
	padding-top: 20px;
}
.projects-section {
	position: relative;
	padding: 120px 0 70px;
}
.projects-section .upper-row {
	position: relative;
	padding-bottom: 30px;
}
.projects-section .upper-row .filters {
	position: relative;
	padding-top: 30px;
	margin-bottom: 20px;
}
.drop-list-one {
	position: relative;
	display: block;
	width: 100%;
	font-family: 'Oswald', sans-serif;
}
.projects-section .filters .drop-list-one {
	float: right;
	width: 100%;
	max-width: 330px;
}
.drop-list-one .dropdown-outer {
	position: relative;
}
.drop-list-one .btn-box {
	position: relative;
	display: block;
	width: 100%;
	line-height: 34px;
	color: #818E75;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 25px;
	background: #ffffff;
	border: 3px solid #818E75;
}
.drop-list-one .btn-box:before {
	content: "\e604";
	font-family: 'simple-line-icons';
	position: absolute;
	right: 25px;
	top: 14px;
	height: 30px;
	display: block;
	color: #999999;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	z-index: 5;
}
.drop-list-one .btn-box::after {
	display: none;
}
.drop-list-one .dropdown-menu {
	top: 100%;
	width: 100%;
	padding: 50px 25px;
	margin: 0px;
	background: #F6F6F6;
	border-radius: 0px;
	border: 1px solid #F6F6F6;
	border-top: none;
	transform: none;
}
.drop-list-one .dropdown-menu li {
	position: relative;
	display: block;
	border: none;
	padding: 0px 0px;
	margin-bottom: 20px;
}
.drop-list-one .dropdown-menu li:last-child {
	border: none;
	margin: 0;
}
.drop-list-one .dropdown-menu li a {
	position: relative;
	display: block;
	line-height: 30px;
	color: #818E75;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 0px;
	padding-left: 50px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.drop-list-one .dropdown-menu li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 30px;
	border-bottom: 2px solid #818E75;
}
.drop-list-one .dropdown-menu li:hover > a {
	color: #a5b199;
}
.projects-section .projects {
	position: relative;
	padding: 0 30px;
}
.project-block {
	position: relative;
	margin-bottom: 30px;
}
.project-block .inner-box {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}
.project-block .hvr-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(69, 73, 66, 0.70);
	background: -webkit-linear-gradient(0deg, rgba(129, 142, 117, 0.8), rgba(129, 142, 117, 0.8));
	background: -ms-linear-gradient(0deg, rgba(129, 142, 117, 0.8), rgba(129, 142, 117, 0.8));
	background: -moz-linear-gradient(0deg, rgba(129, 142, 117, 0.8), rgba(129, 142, 117, 0.8));
	transform: translateY(101%);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 1;
}
.project-block:hover .hvr-layer {
	transform: translateY(0);
}
.project-block .image-box {
	position: relative;
	display: block;
}
.project-block .image-box img {
	position: relative;
	display: block;
	width: 100%;
}
.project-block .over-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	border: 25px solid transparent;
	border-left-width: 40px;
	border-right-width: 40px;
	z-index: 5;
}
.project-block .text-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 20px 20px;
	background: rgba(69, 73, 66, 0.40);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.project-block:hover .text-box {
	bottom: 80px;
	background: rgba(0, 0, 0, 0.0);
}
.project-block .text-box:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -2px;
	bottom: 100%;
	border-left: 4px solid #ffffff;
	height: 0px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.project-block:hover .text-box:before {
	height: 500px;
}
.project-block .text-box .inner {
	position: relative;
	max-width: 380px;
	margin: 0 auto;
}
.project-block .text-box h4 {
	position: relative;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
}
.project-block .text-box h4 a {
	color: #ffffff;
}
.project-block .text-box .text {
	position: relative;
	margin-bottom: 20px;
}
.project-block .link-box {
	position: relative;
	display: block;
}
.project-block .link-box a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.02em;
	font-family: 'Oswald', sans-serif;
}
.project-block .link-box .l-text {
	position: relative;
	display: block;
}
.project-block .link-box a:hover .l-text {
	text-decoration: underline;
}
.project-block .link-box .l-icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 16px;
	background: url(../images/icons/more-arrow-2.png) center center no-repeat;
	margin-top: 12px;
}
/*** 

====================================================================
  CTA
====================================================================

***/

.cta-section {
	position: relative;
	color: #ffffff;
	background: #515C49;
	padding: 70px 0px 30px;
	font-family: 'Oswald', sans-serif;
}
.cta-section .inner {
	position: relative;
	display: block;
}
.cta-section .title {
	position: relative;
	float: left;
	margin-bottom: 40px;
}
.cta-section .title h2 {
	font-weight: 300;
	margin: 0;
	font-size: 44px;
	line-height: 60px;
	padding: 5px 0px;
	color: #E8F2DF;
}
.cta-section .links {
	position: relative;
	float: right;
}
.cta-section .links .phone-box {
	position: relative;
	float: left;
	font-size: 40px;
	line-height: 60px;
	font-weight: 300;
	padding: 5px 0px;
	padding-left: 30px;
}
.cta-section .links .phone-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	border-left: 1px solid rgba(230, 237, 224, 0.3);
	height: 60px;
}
.cta-section .links .phone-box a {
	position: relative;
	display: block;
	color: #ffffff;
}
.cta-section .links .phone-box .p-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.cta-section .links .phone-box a:hover .p-text {
	color: #E8F2DF;
}
.cta-section .links .phone-box .p-icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 50px;
	background: url(../images/icons/icon-mobile.png) left center no-repeat;
	margin-top: 5px;
	margin-right: 8px;
}
.cta-section .links .link-box {
	position: relative;
	float: left;
	padding: 5px 0px;
	line-height: 60px;
	padding-left: 30px;
	margin-left: 30px;
}
.cta-section .links .link-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	border-left: 1px solid rgba(230, 237, 224, 0.3);
	height: 60px;
}
/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background: #ffffff;
	padding-bottom: 40px;
}
.main-footer .bg-layer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}
.main-footer ul, .main-footer ul li {
	list-style: none;
	margin: 0;
}
.main-footer .upper-section {
	position: relative;
	font-family: 'Oswald', sans-serif;
	padding: 90px 0 40px;
}
.main-footer .upper-section .footer-column {
	position: relative;
}
.main-footer .upper-section .footer-widget {
	position: relative;
	margin-bottom: 40px;
}
.main-footer .upper-section .links {
	position: relative;
}
.main-footer .upper-section .links li {
	position: relative;
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.main-footer .upper-section .links li:last-child {
	margin-bottom: 0;
}
.main-footer .upper-section .links li a {
	position: relative;
	font-weight: 400;
	color: #454942;
	line-height: 24px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.main-footer .upper-section .links li a:hover {
	color: #818E75;
}
.main-footer .upper-section .info {
	position: relative;
}
.main-footer .upper-section .info li {
	position: relative;
	display: block;
	font-weight: 300;
	color: #818E75;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
.main-footer .upper-section .info li a {
	position: relative;
	color: #818E75;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.main-footer .upper-section .links li a:hover {
	color: #818E75;
}
.main-footer .social-links {
	position: relative;
	line-height: 30px;
}
.main-footer .social-links a {
	position: relative;
}
.main-footer .social-links a img {
	height: 26px;
}
.main-footer .f-bottom {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #454942;
}
.main-footer .f-bottom .inner {
	position: relative;
	display: block;
	padding: 40px 40px;
	background: #ffffff;
}
.main-footer .f-bottom a {
	color: #454942;
}
.main-footer .copyright {
	position: relative;
	float: left;
}
.main-footer .designer {
	position: relative;
	float: right;
}
.main-footer .f-bottom a:hover {
	text-decoration: underline;
}
/*** 

====================================================================
  Page Banner Section
====================================================================

***/

.page-banner {
	position: relative;
	padding: 100px 0px 90px;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
}
.page-banner .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-banner .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.20);
}
.page-banner .inner {
	position: relative;
	display: block;
}
.page-banner h1 {
	position: relative;
	display: block;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}
.page-banner .bread-crumb {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: rgba(81, 92, 73, 0.9);
	padding: 20px 45px 20px 70px;
	color: #a5b199;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.page-banner .bread-crumb ul {
	position: relative;
	margin: 0;
	padding: 0;
}
.page-banner .bread-crumb li {
	position: relative;
	float: left;
	list-style-type: none;
}
.page-banner .bread-crumb a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 60px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.page-banner .bread-crumb a:hover {
	color: #a5b199;
}
.page-banner .bread-crumb a:after {
	content: '';
	position: absolute;
	right: -42px;
	top: 3px;
	display: block;
	width: 20px;
	height: 16px;
	background: url(../images/icons/more-arrow-2.png) center center no-repeat;
}
.page-banner .bread-crumb:before {
	content: '';
	position: absolute;
	left: 42px;
	top: 19px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icons/icon-home.png) center center no-repeat;
}
/*** 

====================================================================
  Services Section
====================================================================

***/

.services-two {
	position: relative;
	padding: 100px 0 0;
}
.service-block-two {
	position: relative;
	margin-bottom: 70px;
}
.service-block-two .row {
	margin: 0 0px;
}
.service-block-two .image-col {
	position: relative;
	padding: 0 0;
	margin-bottom: 30px;
}
.service-block-two.alternate .image-col {
	order: 12;
}
.service-block-two .image-col .image {
	position: relative;
	display: block;
}
.service-block-two .image-col img {
	position: relative;
	display: block;
	width: 100%;
}
.service-block-two .text-col {
	position: relative;
	padding: 0 0;
	margin-bottom: 30px;
}
.service-block-two.alternate .text-col {
	order: 0;
}
.service-block-two .text-col .inner {
	position: relative;
	display: block;
	padding: 105px 100px 0px;
}
.service-block-two .icon-box {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.service-block-two .icon-box .icon {
	position: relative;
}
.service-block-two h4 {
	position: relative;
	color: #454942;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.service-block-two h4 a {
	color: #454942;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.service-block-two h4 a:hover {
	color: #818E75;
}
.service-block-two .text {
	position: relative;
	display: block;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.service-block-two .link-box {
	position: relative;
	display: block;
}
.service-block-two .link-box a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	color: #818E75;
	letter-spacing: 0.02em;
	font-family: 'Oswald', sans-serif;
}
.service-block-two .link-box .l-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 12px;
}
.service-block-two .link-box a:hover .l-text {
	text-decoration: underline;
}
.service-block-two .link-box .l-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url(../images/icons/more-arrow.png) center center no-repeat;
}
/*** 

====================================================================
  Project Single
====================================================================

***/

.project-single {
	position: relative;
	padding: 80px 0;
}
.project-single .auto-container {
	max-width: 960px;
}
.project-single .title-box {
	position: relative;
	margin-bottom: 60px;
}
.back-link-box {
	position: relative;
	display: block;
}
.back-link-box a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	color: #818E75;
	letter-spacing: 0.02em;
	font-family: 'Oswald', sans-serif;
}
.back-link-box .l-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 12px;
}
.back-link-box a:hover .l-text {
	text-decoration: underline;
}
.back-link-box .l-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url(../images/icons/back-arrow.png) left center no-repeat;
}
.back-link-box {
	margin-bottom: 10px;
}
.back-link-box.alternate {
	padding-top: 60px;
	margin-top: 40px;
	border-top: 2px solid #F6F6F6;
	margin-bottom: 0;
}
.project-single .single-block {
	position: relative;
}
.project-single .image-block {
	position: relative;
	margin-bottom: 30px;
}
.project-single .image-block img {
	position: relative;
	display: block;
	width: 100%;
}
.project-single .quote-block {
	position: relative;
	margin-bottom: 30px;
}
.quote-block blockquote {
	position: relative;
	display: block;
	padding: 90px 100px 30px 60px;
	background: #515C49;
	color: #ffffff;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3em;
	overflow: hidden;
}
.quote-block.light blockquote {
	background: #F6F6F6;
	padding-left: 45px;
	border-left: 15px solid #515C49;
	color: #515C49;
}
.quote-block blockquote:after {
	content: '';
	position: absolute;
	left: 60px;
	top: 40px;
	display: block;
	width: 48px;
	height: 36px;
	background: url(../images/icons/quote-icon.png) left top no-repeat;
}
.quote-block.light blockquote:after {
	background: url(../images/icons/quote-icon-2.png) left top no-repeat;
	left: 45px;
}
.quote-block blockquote:before {
	content: '';
	position: absolute;
	right: 20px;
	top: 25px;
	display: block;
	width: 120px;
	height: 180px;
	background: url(../images/icons/theme-icon-2.png) right top no-repeat;
}
.quote-block.light blockquote:before {
	background: url(../images/icons/theme-icon-4.png) right top no-repeat;
}
.quote-block blockquote p {
	position: relative;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 16px;
}
.quote-block blockquote .info {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	margin: 0;
}
/*** 

====================================================================
  Contact Section 
====================================================================

***/

.contact-section {
	position: relative;
	padding: 100px 0 80px;
	background: #ffffff;
}
.contact-section .auto-container {
	max-width: 920px;
}
.contact-section .title-box {
	margin: 0 auto 60px;
	padding-bottom: 40px;
	border-bottom: 2px solid #F6F6F6;
}
.contact-section .image-layer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}
.contact-section .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}
.contact-section .form-box {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
.contact-section .form-box .row {
	margin: 0 -12px;
}
.contact-section .form-box .row .form-group {
	padding: 0 12px;
	margin-bottom: 24px;
}
.contact-section .form-box .theme-btn {
	padding: 11px 40px;
	line-height: 26px;
	min-width: 190px;
}
/*** 

====================================================================
  Map Section
====================================================================

***/

.map-section {
	position: relative;
	background: #fefefe;
}
.map-section .map-box {
	position: relative;
	display: block;
	width: 100%;
	min-height: 350px;
	border-bottom: 12px solid #515C49;
}
.map-section .map-box .map-frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}
.map-section .map-box .image-layer, .map-section .map-box .map-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: none;
	outline: none;
}
.map-section .auto-container {
	position: relative;
}
.map-section .map-box .inner {
	position: relative;
	padding: 70px 0px;
	z-index: 5;
}
.map-section .inner-box {
	position: relative;
	float: right;
	width: 100%;
	max-width: 460px;
	padding: 100px 60px 90px;
	background: #515C49;
	color: #ffffff;
}
.map-section .inner-box .bg-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 100%;
	height: 100%;
	background: url(../images/icons/theme-icon-3.png) right top no-repeat;
	z-index: 0;
}
.map-section .info {
	position: relative;
	font-family: 'Oswald', sans-serif;
}
.map-section .inner-box ul, .map-section .inner-box ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.map-section .info ul li {
	position: relative;
	display: block;
	font-weight: 300;
	color: #ffffff;
	font-size: 30px;
	line-height: 44px;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
.map-section .info ul li a {
	position: relative;
	color: #ffffff;
	font-weight: 300;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.map-section .info ul li a:hover {
	color: #818E75;
}
.map-section .social-links {
	position: relative;
	padding-top: 10px;
}
/*** 

====================================================================
  Single Page
====================================================================

***/

.single-section {
	position: relative;
	padding: 80px 0 60px;
}
.single-section .auto-container {
	max-width: 960px;
}
.single-section .upper-title {
	position: relative;
	margin-bottom: 40px;
}
.single-section h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.single-section .upper-title h4 {
	font-size: 36px;
	color: #515C49;
	font-weight: 300;
	margin-bottom: 0;
}
.single-section h3 {
	font-weight: 300;
	margin-bottom: 15px;
}
.single-section .image-block {
	position: relative;
	margin-bottom: 40px;
}
.single-section .image-block img {
	display: block;
	width: 100%;
}
.single-section .video-block .vid-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(69, 73, 66, 0.70);
	background: -webkit-linear-gradient(0deg, rgba(129, 142, 117, 0.85), rgba(129, 142, 117, 0.85));
	background: -ms-linear-gradient(0deg, rgba(129, 142, 117, 0.85), rgba(129, 142, 117, 0.85));
	background: -moz-linear-gradient(0deg, rgba(129, 142, 117, 0.85), rgba(129, 142, 117, 0.85));
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 1;
}
.single-section .video-block .vid-link:hover {
	opacity: 0.80;
}
.single-section .video-block .vid-link .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	background: url(../images/icons/vid-icon.png) center center no-repeat;
}
.single-section p {
	margin-bottom: 24px;
}
.single-section ul {
	position: relative;
	margin-left: 50px;
	margin-bottom: 25px;
}
.single-section ul li {
	position: relative;
	padding-left: 28px;
	list-style: none;
	line-height: 24px;
	margin-bottom: 12px;
}
.single-section ul li:last-child {
	margin-bottom: 0;
}
.single-section ul li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 24px;
	background: url(../images/icons/list-bullet.png) left center no-repeat;
}
.single-section ol {
	position: relative;
	margin-left: 50px;
	margin-bottom: 25px;
}
.single-section ol li {
	position: relative;
	line-height: 24px;
	text-indent: 5px;
	margin-bottom: 12px;
}
.single-section ol li:last-child {
	margin-bottom: 0;
}
.single-section .services {
	margin: 30px 0 70px;
	padding: 70px 0 0;
	border-top: 2px solid #F6F6F6;
	border-bottom: 2px solid #F6F6F6;
}
.single-section .projects {
	padding-bottom: 10px;
}
.single-section .projects .row {
	margin: 0 -12px;
}
.single-section .projects .row .project-block {
	padding: 0 12px;
}
.single-section .text-column {
	padding-bottom: 25px;
}
.single-section .quote-block {
	margin-bottom: 40px;
}
.single-section .links {
	position: relative;
}
.single-section .links .theme-btn {
	margin-right: 20px;
	margin-bottom: 20px;
	min-width: 200px;
}
.single-section .cta-block {
	position: relative;
	display: block;
	padding: 70px 70px 65px 50px;
	background: #515C49;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 50px;
	overflow: hidden;
}
.single-section .cta-block:before {
	content: '';
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 190px;
	height: 100%;
	background: url(../images/icons/theme-icon-5.png) right top no-repeat;
}
.single-section .cta-block h3 {
	margin-bottom: 15px;
}
.single-section .cta-block p {
	margin-bottom: 25px;
}
.single-section .cta-block .link-box {
	padding-top: 5px;
}
.single-section .cta-block .theme-btn {
	min-width: 200px;
}
.quote-block.light blockquote {
	background: #F6F6F6;
	padding-left: 45px;
	border-left: 15px solid #515C49;
	color: #515C49;
}
.quote-block blockquote:after {
	content: '';
	position: absolute;
	left: 60px;
	top: 40px;
	display: block;
	width: 48px;
	height: 36px;
	background: url(../images/icons/quote-icon.png) left top no-repeat;
}
.quote-block.light blockquote:after {
	background: url(../images/icons/quote-icon-2.png) left top no-repeat;
	left: 45px;
}
.quote-block blockquote:before {
	content: '';
	position: absolute;
	right: 20px;
	top: 25px;
	display: block;
	width: 120px;
	height: 180px;
	background: url(../images/icons/theme-icon-2.png) right top no-repeat;
}
.quote-block.light blockquote:before {
	background: url(../images/icons/theme-icon-4.png) right top no-repeat;
}
.quote-block blockquote p {
	position: relative;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 16px;
}
.quote-block blockquote .info {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	margin: 0;
}
.featured-block-two {
	position: relative;
	margin-bottom: 50px;
}
.featured-block-two .image-col {
	position: relative;
	order: 12;
	z-index: 1;
}
.featured-block-two.alternate .image-col {
	order: 0;
}
.featured-block-two .image-col .inner {
	position: relative;
	display: block;
	padding-top: 82px;
}
.featured-block-two .image-col .image-box {
	position: relative;
	display: block;
}
.featured-block-two .image-col .image-box img {
	position: relative;
	display: block;
	width: 100%;
}
.featured-block-two .text-col {
	position: relative;
	order: 0;
}
.featured-block-two.alternate .text-col {
	order: 12;
}
.featured-block-two .text-col .inner {
	position: relative;
	display: block;
	margin-right: -210px;
	padding: 125px 240px 120px 50px;
	background: #515C49;
	color: #ffffff;
	overflow: hidden;
}
.featured-block-two.alternate .text-col .inner {
	padding-right: 50px;
	padding-left: 240px;
	margin-right: 0;
	margin-left: -210px;
}
.featured-block-two .text-col .bg-icon {
	position: absolute;
	right: 100px;
	top: 50px;
	width: 300px;
	height: 100%;
	background: url(../images/icons/theme-icon-6.png) right top no-repeat;
	z-index: 0;
}

.featured-block-two.alternate .text-col .bg-icon{
	right: auto;
    left: 100px;
}
.featured-block-two .text-col h3 a {
	color: #E8F2DF;
}
.featured-block-two .text-col h3 {
	font-size: 36px;
	color: #E8F2DF;
	font-weight: 300;
	margin-bottom: 20px;
}
.featured-block-two .link-box {
	position: relative;
	display: block;
	padding-top: 20px;
}
.featured-block-two .link-box a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.02em;
	font-family: 'Oswald', sans-serif;
}
.featured-block-two .link-box .l-text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
.featured-block-two .link-box a:hover .l-text {
	text-decoration: underline;
}
.featured-block-two .link-box .l-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url(../images/icons/more-arrow-2.png) center center no-repeat;
}
/*** 

====================================================================
  Service Single
====================================================================

***/

.service-single {
	position: relative;
	padding: 100px 0 70px;
	background: #F6F6F6;
}
.service-single .row {
	margin: 0 0px;
}
.service-single .image-col {
	position: relative;
	padding: 0 0;
	margin-bottom: 30px;
}
.service-single .image-col .image {
	position: relative;
	display: block;
}
.service-single .image-col img {
	position: relative;
	display: block;
	width: 100%;
}
.service-single .text-col {
	position: relative;
	padding: 0 0;
	margin-bottom: 30px;
}
.service-single .text-col .inner {
	position: relative;
	display: block;
	padding: 20px 80px 0px 90px;
}
.service-single .icon-box {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.service-single .icon-box .icon {
	position: relative;
}
.service-single h4 {
	position: relative;
	color: #454942;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.service-single h4 a {
	color: #454942;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.service-single h4 a:hover {
	color: #818E75;
}
.service-single .text {
	position: relative;
	display: block;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.service-single ul {
	position: relative;
	margin-left: 0px;
	margin-bottom: 25px;
}
.service-single ul li {
	position: relative;
	padding-left: 28px;
	list-style: none;
	line-height: 24px;
	margin-bottom: 12px;
}
.service-single ul li:last-child {
	margin-bottom: 0;
}
.service-single ul li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 24px;
	background: url(../images/icons/list-bullet.png) left center no-repeat;
}
.service-single ol {
	position: relative;
	margin-left: 0px;
	margin-bottom: 25px;
}
.service-single ol li {
	position: relative;
	line-height: 24px;
	text-indent: 5px;
	margin-bottom: 12px;
}
.service-single ol li:last-child {
	margin-bottom: 0;
}
.service-single .link-box {
	position: relative;
	display: block;
	padding-top: 30px;
}
.service-single .link-box .theme-btn {
	min-width: 250px;
}
.main-footer .social-links a {
	position: relative;
	margin-right: 15px;
}

form input[type="text"], form input[type="password"], form input[type="tel"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="file"], form textarea, form select {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    color: #383838 !important;
    line-height: 30px !important;
    padding: 10px 20px !important;
    height: 52px !important;
    font-size: 16px !important;
    font-weight: 400;
    background: #ffffff !important;
    margin: 0px !important;
    border-radius: 0 !important;
    border: 1px solid #E2E2E2 !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
form .form-group {
    position: relative !important;
    margin-bottom: 20px !important;
}
form textarea {
    height: 180px !important;
    resize: none;
}
form .instruction {
    position: relative !important;
    display: block;
    padding: 10px 0 5px !important;
    font-size: 14px !important;
    color: #666666;
    line-height: 24px;
}
.wpforms-submit {
    position: relative  !important;
    display: inline-block  !important;
    vertical-align: top  !important;
    font-family: 'Oswald', sans-serif  !important;
    margin: 0  !important;
    line-height: 30px  !important;
    padding: 10px 30px  !important;
    color: #ffffff  !important;
    font-weight: 400  !important;
    font-size: 18px  !important;
    letter-spacing: 0.0  !important;
    text-align: center  !important;
    text-transform: uppercase  !important;
    border: 3px solid #818E75  !important;
    background: #818E75  !important;
    border-radius: 0px  !important;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpforms-submit:hover {
	color: #818E75 !important;
	background: none !important;
	border-color: #818E75 !important;
}
.main-footer .upper-section .info li a:hover {
    text-decoration: underline;
}
.map-section .social-links a {
    margin-right: 10px;
}