/* IGR Website */



/*** 



====================================================================

			Fonts

====================================================================



 ***/



@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap');





/*

	font-family: 'Arvo', serif;

	font-family: 'Roboto', sans-serif;

*/



@import url('css/owl.css');
 @import url('css/fontawesome-all.css');
 @import url('css/simple-line-icons.css');
 @import url('css/animate.css');
 @import url('css/jquery-ui.css');
 @import url('css/jquery.fancybox.min.css');
 @import url('css/scrollbar.css');
 @import url('css/hover.css');
/*** 



====================================================================

	Reset

====================================================================



 ***/



* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}
/*** 



====================================================================

	Global Settings

====================================================================



 ***/



body {
	font-size: 18px;
	color: #707070;
	line-height: 1.5em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Arvo', serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #678B6C;
}
.theme_color {
	color: #678B6C;
}
a:hover,  a:focus,  a:visited,  a:active,  button:active {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: normal;
	margin: 0px 0px 15px;
	background: none;
	line-height: 1.25em;
	font-weight: 400;
	font-family: 'Arvo', serif;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}
input, select, button {
	font-family: 'Arvo', serif;
}
textarea {
	overflow: hidden;
	resize: none;
}
button {
	outline: none !important;
	cursor: pointer;
}
p {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	margin: 0 0 20px;
	font-family: 'Roboto', sans-serif;
}
.text {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	margin: 0 0;
	font-family: 'Roboto', sans-serif;
}



::-webkit-input-placeholder {
color: inherit;
}

::-moz-input-placeholder {
color: inherit;
}

::-ms-input-placeholder {
color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}
.auto-container {
	position: static;
	max-width: 1360px;
	padding: 0px 20px;
	margin: 0 auto;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
figure {
	margin-bottom: 0;
}
.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}
.centered {
	text-align: center !important;
}
/*Btn Style One*/



.btn-style-one {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-size: 20px;
	color: #ffffff;
	padding: 16px 35px;
	line-height: 32px;
	font-weight: 400;
	background: #aa3924;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.70);
	border-radius: 0px;
	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;
}
.btn-style-one:hover {
	background: #44AEC1;
	border-color: #44AEC1;
	color: #ffffff;
}
.btn-style-red {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-size: 20px;
	color: #ffffff;
	padding: 16px 35px;
	line-height: 32px;
	font-weight: 400;
	background: #a1aa5d;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.70);
	border-radius: 0px;
	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;
}
.btn-style-red:hover {
	background: #a1aa5d;
	border-color: #44AEC1;
	color: #ffffff;
}
/*Btn Style Two*/



.btn-style-two {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-size: 22px;
	color: #ffffff;
	padding: 16px 35px;
	line-height: 32px;
	font-weight: 400;
	background: #aa3924;
	border-radius: 0px;
	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;
}
.btn-style-two:hover {
	background: #44AEC1;
	border-color: #44AEC1;
	color: #ffffff;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(0,0,0,0);
}
.preloader .icon {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0,0,0,0);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/icons/preloader.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page-loaded .preloader .icon {
	opacity: 0;
}
.preloader:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 51%;
	height: 100%;
	background: #ffffff;
	z-index: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.page-loaded .preloader:before {
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
}
.preloader:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 51%;
	height: 100%;
	background: #ffffff;
	z-index: 2;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.page-loaded .preloader:after {
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.dropdown-toggle::after {
	display: none;
}
.fa {
	line-height: inherit;
}
/****** Pagination ******/



.pagination {
	margin: 40px 0;
}
.pagination span, .pagination a, .pagination a:visited {
	color: #ffffff;
	display: block;
	float: left;
	margin: 2px 5px 2px 0px;
	padding: 8px 12px 8px 12px;
	background-color: #202020;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pagination a:hover, .pagination .current {
	color: #ffffff;
	background-color: #009384;
}
/****** Wordpress Core ******/



.alignnone {
	margin: 15px 20px 15px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 15px auto 15px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
.aligncenter {
	display: block;
	margin: 15px auto 15px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 15px 20px 15px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 7px 7px 3px 7px;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption.alignnone {
	margin: 15px 20px 15px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}
.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
	padding: 6px 4px 4px 4px;
	text-align: center;
	color: #777777;
}
.sticky {
	position: relative;
}
.sticky:before {
	content: "\f08d";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	color: #009384;
	font-size: 24px;
	top: 10px;
	font-weight: 900;
}
.sticky .post-title {
	padding-left: 30px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.size-auto,  .size-full,  .size-large,  .size-medium,  .size-thumbnail {
	max-width: 100%;
	height: auto;
}
/****** Comments ******/



#respond {
}
#respond ul {
	list-style-type: none;
}
#respond .logged-in {
	margin: 0 0 12px 0
}
#commentform input[type="text"], #commentform .input-comments {
	width: 198px;
	float: left;
	margin-right: 13px;
}
#commentform label {
	display: block;
}
#commentform .url-comments {
	margin-right: 0px !important;
}
#commentform li.middle {
	margin-right: 0px !important;
}
.comments-closed {
	margin: 40px 0 40px 0;
}
ol.commentlist {
	list-style: none;
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
}
ol.commentlist li div.vcard img.avatar {
	float: left;
	margin: 0 10px 0px 0px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.commentlist li div.commentmetadata {
	padding: 8px 0 14px 0;
}
ol.commentlist li div.comment-meta {
	font-size: 14px;
	color: #777777;
}
ol.commentlist li div.comment-meta a, ol.commentlist li div.comment-meta a:visited {
	color: #777777;
}
ol.commentlist li div.comment-meta a:hover {
	color: #009384;
}
ol.commentlist li div.reply {
	font-size: 14px;
	padding: 0px 0 40px 0;
	font-weight: 700;
}
ol.commentlist li ul.children {
	list-style: none;
	margin: 10px 0 0;
}
ol.commentlist li ul.children li.depth-2 {
	margin: 0 0 0 35px;
}
ol.commentlist li ul.children li.depth-3 {
	margin: 0 0 0 35px;
}
ol.commentlist li ul.children li.depth-4 {
	margin: 0 0 0 35px;
}
ol.commentlist li ul.children li.depth-5 {
	margin: 0 0 0 35px;
}
ol.commentlist li.pingback {
	margin: 0 0 40px 0;
}
/*** 



====================================================================

	Scroll To Top style

====================================================================



***/



.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 48px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 3px;
	background: #231f20;
	box-shadow: 0px 0px 10px rgba(255,255,255,0.20);
	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: #678B6C;
}
/*** 



====================================================================

				Default Styling

====================================================================



***/



table {
	position: relative;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
table td,  table th {
	border: 1px solid #ddd;
	padding: 12px 20px;
}
table tr:nth-child(odd) {
	background-color: #f6f6f6;
}
table tr:hover {
	background-color: #f0f0f0;
}
table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #0f6936;
	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, h2, h3, h4, h5, h6 {
	display: block;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 15px;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 14px;
}
/*** 



====================================================================

	Default Form Style

====================================================================



***/



form {
	position: relative;
}
form .form-group {
	position: relative;
	margin-bottom: 20px;
}
form .form-group .field-label {
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	margin-bottom: 10px;
}
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 textarea,  form select {
	position: relative;
	display: block;
	width: 100%;
	color: #444444;
	line-height: 24px;
	padding: 10px 20px;
	height: 46px;
	font-size: 16px;
	font-weight: 400;
	background: #ffffff;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.10);
	-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="text"]:focus,  form input[type="password"]:focus,  form input[type="tel"]:focus,  form input[type="email"]:focus,  form input[type="search"]:focus,  form select:focus,  form textarea:focus {
	-webkit-box-shadow: 0 0 0 2px #678B6C;
	-moz-box-shadow: 0 0 0 2px #678B6C;
	box-shadow: 0 0 0 2px #678B6C;
	border-color: #678B6C;
}
form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #ffffff url(images/icons/icon-select.png) right center no-repeat;
	cursor: pointer;
}
form select option {
	padding-left: 20px;
	cursor: pointer;
}
form textarea {
	height: 110px;
	resize: none;
	padding-top: 12px;
}
form button,  form input[type="submit"],  form .theme-btn {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 18px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
form .radio-block {
	position: relative;
	display: inline-block;
	margin-right: 50px;
}
form .radio-block input {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
form .radio-block label {
	position: relative;
	display: block;
	padding-left: 40px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	cursor: pointer;
}
form .radio-block label:before {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #707070;
}
form .radio-block input:checked + label:before {
	content: '\f00c';
}
/*** 



====================================================================

	Main Header style / Header Style One

====================================================================



***/



.main-header {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 140px;
	z-index: 8888;
	background: none;
}
.main-header ul,  .main-header li {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*=== Header Main Box ===*/



.main-header .header-upper {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	padding: 30px 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}
.main-header .header-upper .auto-container {
	max-width: none;
}
.fixed-header .header-upper {
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.main-header .header-upper .logo-box {
	position: relative;
	float: left;
	z-index: 10;
}
.main-header .header-upper .logo-box .logo {
	position: relative;
	display: block;
}
.main-header .header-upper .logo-box .logo img {
	position: relative;
	display: inline-block;
	max-height: 80px;
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
	z-index: 1;
}
.main-header .header-upper .right-nav {
	position: relative;
	float: right;
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}
.main-header .nav-toggler {
	position: relative;
	float: left;
	padding: 10px 0px 0px;
	margin-left: 20px;
	display: none;
}
.main-header .nav-toggler button {
	position: relative;
	width: 46px;
	height: 40px;
	line-height: 32px;
	padding: 4px 5px;
	text-align: center;
	background: none;
	color: #1a1a1a;
	font-size: 18px;
	margin: 0px;
	border-radius: 3px;
}
.main-header .nav-toggler button img {
	height: 32px;
}
.main-header .link-box {
	position: relative;
	float: left;
	padding-top: 20px;
	margin-left: 40px;
}
.main-header .link-box a {
	position: relative;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	background: #a1aa5d;
	line-height: 30px;
	padding: 5px 24px;
}
.main-header .link-box a:hover {
	background: #a1aa5d;
}
.main-header .social {
	position: relative;
	float: left;
	padding-top: 20px;
	margin-left: 10px;
}
.main-header .social ul li {
	position: relative;
	float: left;
	margin-left: 7px;
}
.main-header .social ul li a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/icons/social-icons.png) left center no-repeat;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-header .social ul li a:hover {
	opacity: 0.70;
}
.main-header .social ul li a.instagram {
	background-position: 0px center;
}
.main-header .social ul li a.facebook {
	background-position: -46px center;
}
.main-header .social ul li a.twitter {
	background-position: -91px center;
}
.main-header .nav-outer {
	position: relative;
	float: left;
	z-index: 1;
}
.main-header .nav-outer .main-menu {
	position: relative;
	display: block;
}
.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
	font-family: 'Arvo', serif;
}
.main-menu .navigation > li {
	position: relative;
	float: left;
	padding: 15px 0px;
	margin-right: 40px;
	-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:last-child {
	margin-right: 0px;
}
.main-menu .navigation > li:last-child:after {
	display: none;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: capitalize;
	color: #a1aa5d;
	padding: 10px 0px;
	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 {
	color: #aa3924;
}
.main-menu .navigation > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	min-width: 0px;
	height: 7px;
	background: url(images/icons/active-line.png) left bottom no-repeat;
	-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 {
	width: 100%;
	min-width: 63px;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 200px;
	z-index: 100;
	display: none;
	background: #414142;
	padding: 0px 0px;
	border-top: 2px solid #678B6C;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation > li > ul > li {
	position: relative;
	padding: 0px 0px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 20px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	text-transform: capitalize;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li:hover > a {
	color: #ffffff;
	background: #678B6C;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 240px;
	z-index: 100;
	display: none;
	background: #ffffff;
	padding: 12px 0px;
	border-top: 2px solid #4a3d8f;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	padding: 0px 0px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 20px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	text-transform: capitalize;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
	color: #ffffff;
	background: #678B6C;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 0px;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}
/*** 



====================================================================

	Hidden Sidebar style

====================================================================



***/



.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;
	width: 300px;
	height: 100%;
	background: #ffffff;
	border-left: 2px solid #005fb1;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}
.hidden-bar ol,  .hidden-bar ol li,  .hidden-bar ul,  .hidden-bar ul li {
	list-style-type: none;
	margin: 0px;
}
.hidden-bar .mCSB_inside > .mCSB_container {
	margin-right: 0px;
}
.hidden-bar.right-align {
	right: -400px;
}
.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}
.hidden-bar.right-align .hidden-bar-closer {
	right: 3px;
}
.hidden-bar.left-align {
	left: -400px;
}
.hidden-bar.left-align.visible-sidebar {
	right: 0px;
}
.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}
.hidden-bar .hidden-bar-closer {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	background: none;
	color: #1a1a1a;
	padding: 0;
	font-size: 20px;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	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: 999999;
}
.hidden-bar .hidden-bar-closer .btn {
	color: #1a1a1a;
	box-shadow: none !important;
}
.hidden-bar .btn {
	box-shadow: none !important;
}
.hidden-bar .hidden-bar-closer:hover {
}
.hidden-bar .hidden-bar-closer:hover .btn {
	opacity: 0.50;
}
.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 20px;
}
.hidden-bar-wrapper {
	height: 100%;
}
.hidden-bar .logo {
	padding: 30px 20px;
	text-align: left;
}
.hidden-bar .logo img {
	display: inline-block;
	height: 70px;
}
.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size: 13px;
	letter-spacing: 1px;
	border-top: 1px solid rgba(0,0,0,0.10);
}
.hidden-bar .side-menu ul li ul a {
	background: transparent;
}
.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}
.hidden-bar .side-menu ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #010101;
	display: block;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 20px;
	position: relative;
	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 {
	background: #678B6C;
	color: #ffffff;
}
.hidden-bar .side-menu ul li ul li a {
	padding-left: 30px;
	font-size: 14px;
	text-transform: capitalize;
}
.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #010101;
	border: 1px solid rgba(0,0,0,0.80);
	padding: 4px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 12px;
	outline: none;
}
.hidden-bar .social-links {
	position: relative;
	padding: 50px 20px 20px;
	text-align: center;
}
.hidden-bar .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 2px 10px;
}
.hidden-bar .social-links li a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 18px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: #678B6C;
	padding: 8px 5px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}
.hidden-bar .social-links li a:hover {
	color: #ffffff;
	background: #000000;
}
/*** 



====================================================================

		Lazy Load Settings

====================================================================



***/



img.lazy-image {
	background: url(images/icons/image-bg.svg) center center no-repeat;
}
img.lazy-image.loaded {
	background-image: none;
}
.owl-theme img.lazy-image.loaded {
	height: auto;
	opacity: 1;
}
/*** 



====================================================================

		Banner Section

====================================================================



***/



.banner-section {
	position: relative;
	z-index: 1;
}
.banner-one {
	position: relative;
}
.banner-carousel {
	position: relative;
	z-index: 1;
}
.banner-carousel .slide-item {
	position: relative;
	display: block;
	color: #ffffff;
	padding: 0px 0px;
	overflow: hidden;
}
.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner-carousel .slide-item .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	background: url(images/background/pattern-1.png) left top repeat;
}

.banner-carousel .slide-item .image-container{
	position: relative;
	display: none;
	width: 100%;
	height: auto;
}

.banner-carousel .slide-item .image-container figure,
.banner-carousel .slide-item .image-container img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.banner-carousel .content-box {
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 870px;
	min-height: 400px;
	padding: 0px 0px;
	z-index: 5;
}
.banner-carousel .content-box .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0px;
}
.banner-carousel .content-box .inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 650px;
}
.banner-carousel .content-box h1 {
	display: block;
	font-size: 70px;
	line-height: 1.05em;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 25px;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.90);
}
.banner-carousel .content-box h2 {
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.90);
}
.banner-carousel .content-box .link-box {
	position: relative;
	padding-top: 20px;
}
.banner-section .owl-theme .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -31px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.banner-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	left: 50px;
	display: block;
	margin: 0px;
	height: 60px;
	width: 32px;
	border: none;
	text-align: center;
	line-height: 60px;
	color: #678B6C;
	font-size: 24px;
	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;
}
.banner-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 0;
	right: 50px;
	display: block;
	margin: 0px;
	height: 60px;
	width: 32px;
	border: none;
	text-align: center;
	line-height: 60px;
	color: #678B6C;
	font-size: 24px;
	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;
}
.banner-section .owl-theme .owl-nav .owl-prev .fa,  .banner-section .owl-theme .owl-nav .owl-next .fa {
	position: relative;
	display: block;
	top: 0px;
	width: 32px;
	height: 60px;
	background: url(images/icons/arrow-left.png) center top no-repeat;
}
.banner-section .owl-theme .owl-nav .owl-next .fa {
	background: url(images/icons/arrow-right.png) center top no-repeat;
}
.banner-section .owl-theme .owl-nav .owl-prev .fa:before,  .banner-section .owl-theme .owl-nav .owl-next .fa:before,  .banner-section .owl-theme .owl-nav .owl-prev .fa:after,  .banner-section .owl-theme .owl-nav .owl-next .fa:after {
	display: none;
}
.banner-section .owl-nav .owl-prev:hover,  .banner-section .owl-nav .owl-next:hover {
	opacity: 0.50;
}
/*** 



====================================================================

		Section Title

====================================================================



***/



.sec-title {
	position: relative;
	margin-bottom: 70px;
}
.sec-title .line {
	position: relative;
	display: block;
	margin-top: 10px;
}
.sec-title .line:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 100%;
	margin-right: -150px;
	border-bottom: 4px solid #678B6C;
	width: 2500px;
}
.sec-title h2 {
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 400;
	color: #678B6C;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	letter-spacing: 0.02em;
	margin: 0;
}
.sec-title.light h2 {
	color: #ffffff;
}
.sec-title .lower-text {
	position: relative;
	padding-top: 25px;
	font-size: 15px;
	color: #2f2d2d;
	line-height: 1.5em;
}
/*** 



====================================================================

	Explore Bar

====================================================================



***/



.explore-bar {
	position: relative;
	background: #a1aa5d;
	color: #ffffff;
}
.explore-bar .inner {
	position: relative;
	display: block;
	padding: 15px 0px;
}
.explore-bar .title {
	position: relative;
	float: left;
	font-size: 28px;
	line-height: 40px;
	padding: 12px 0px;
}
.explore-bar .link-box {
	position: relative;
	float: left;
	margin-left: 25px;
}
/*** 



====================================================================

	About Section

====================================================================



***/



.about-section {
	position: relative;
	padding: 0px 0px;
	background: url(images/background/pattern-2.png) left top repeat;
}
.about-section h4 {
	font-size: 28px;
	color: #a1aa5d;
	margin-bottom: 25px;
}
.about-section .text-col .inner {
	position: relative;
	display: block;
	padding: 130px 0px 80px;
}
.about-section .text-col p {
	margin-bottom: 30px;
}
.about-section .image-col .inner {
	position: relative;
	display: block;
	padding-left: 40px;
}
.about-section .images {
	position: relative;
	display: block;
}
.about-section .image-box {
	position: relative;
	display: block;
}
.about-section .image-box .image {
	position: relative;
	display: block;
	border: 10px solid #ffffff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.90);
}
.about-section .image-box .image img {
	display: block;
	width: 100%;
}
.about-section .image-box:nth-child(1) .image {
	float: right;
	right: -100px;
	margin-top: -10px;
	transform: rotate(4deg);
	z-index: 2;
}
.about-section .image-box:nth-child(2) {
	position: absolute;
	left: 0;
	top: 180px;
}
.about-section .image-box:nth-child(2) .image {
	float: left;
	transform: rotate(-4deg);
}
.about-section .image-box:nth-child(3) .image {
	float: right;
	right: -150px;
	margin-top: -30px;
	transform: rotate(10deg);
	z-index: 3;
}
/*** 



====================================================================

	Values Section

====================================================================



***/



.values-section {
	position: relative;
	background-image: url("images/resource/bg-green.png");
	padding: 150px 0px 100px;
	color: #ffffff;
}
.values-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.values-section .title-box h3 {
	position: relative;
	font-size: 40px;
	color: #aa3924;
	margin-bottom: 25px;
}
.values-section .title-box h4 {
	position: relative;
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 0px;
}
.values-section .text-block {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.values-section .text-block .inner {
	position: relative;
	display: block;
	padding: 0px 20px;
}
.values-section .text-block h3 {
	position: relative;
	font-size: 34px;
	color: #aa3924;
	margin-bottom: 30px;
}
/*** 



====================================================================

	Parallax Section

====================================================================



***/



.parallax-section {
	position: relative;
	background: #1B565F;
	padding: 250px 0px;
	color: #ffffff;
}
.parallax-section .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.parallax-section .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.05);
}
.parallax-section .content-box {
	position: relative;
	display: block;
	max-width: 1050px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
.parallax-section h2 {
	font-size: 40px;
	margin: 0;
	line-height: 1.20em;
}
.parallax-section h2 span {
	display: block;
	margin-bottom: 20px;
}
/*** 



====================================================================

	Harvest Section

====================================================================



***/



.harvest-section {
	position: relative;
	padding: 0px 0px;
	background: url(images/background/pattern-2.png) left top repeat;
}
.harvest-section .featured-icon {
	position: absolute;
}
.harvest-section .featured-icon.one {
	left: 30px;
	top: 100px;
}
.harvest-section .featured-icon.two {
	left: 60px;
	bottom: 10%;
}
.harvest-section .featured-icon.three {
	right: 60px;
	top: 30px;
}
.harvest-section .featured-icon.four {
	right: -30px;
	bottom: -10px;
}
.harvest-section h4 {
	font-size: 34px;
	color: #aa3924;
	margin-bottom: 25px;
}
.harvest-section .left-col .inner {
	position: relative;
	display: block;
	padding: 150px 50px 90px 0px;
	z-index: 1;
}
.harvest-section .left-col p {
	margin-bottom: 30px;
}
.harvest-section .left-col .text {
	margin-bottom: 80px;
}
.harvest-section .left-col .images {
	position: relative;
	display: block;
}
.harvest-section .left-col .image-box {
	position: relative;
	display: block;
}
.harvest-section .left-col .image-box .image {
	position: relative;
	display: block;
	border: 10px solid #ffffff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.90);
}
.harvest-section .left-col .image-box .image img {
	display: block;
	width: 100%;
}
.harvest-section .left-col .image-box:nth-child(1) .image {
	float: right;
	right: -50px;
	transform: rotate(4deg);
	z-index: 2;
}
.harvest-section .left-col .image-box:nth-child(2) .image {
	float: right;
	margin-right: 170px;
	margin-top: -90px;
	transform: rotate(-7deg);
	z-index: 3;
}
.harvest-section .right-col .inner {
	position: relative;
	display: block;
	padding: 90px 0px 100px 10px;
	z-index: 1;
}
.harvest-section .right-col .images {
	position: relative;
	display: block;
}
.harvest-section .right-col .image-box {
	position: relative;
	display: block;
}
.harvest-section .right-col .image-box .image {
	position: relative;
	display: block;
	border: 10px solid #ffffff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.90);
}
.harvest-section .right-col .image-box:nth-child(1) .image {
	float: left;
	left: -20px;
	transform: rotate(-7deg);
	z-index: 2;
}
.harvest-section .right-col .image-box:nth-child(2) .image {
	float: right;
	right: -30px;
	margin-top: -70px;
	transform: rotate(4deg);
	z-index: 3;
}
.harvest-section .right-col p {
	margin-bottom: 30px;
}
.harvest-section .right-col .text {
	margin-top: 80px;
}
/*** 



====================================================================

	Why Organic Section

====================================================================



***/



.organic-section {
	position: relative;
	background: #1B565F;
	padding: 210px 0px 160px;
	color: #ffffff;
}
.organic-section .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.organic-section .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	background: rgba(0,0,0,0.30);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.99), rgba(0,0,0,0.0));
	background: -ms-linear-gradient(bottom, rgba(0,0,0,0.99), rgba(0,0,0,0.0));
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.99), rgba(0,0,0,0.0));
}
.organic-section .title-box {
	position: relative;
	display: block;
	margin-bottom: 50px;
	text-align: center;
	z-index: 1;
}
.organic-section .title-box h2 {
	font-size: 40px;
	margin: 0;
	line-height: 1.25em;
}
.organic-block {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	z-index: 1;
}
.organic-block .inner {
	position: relative;
	display: block;
	text-align: center;
}
.organic-block .icon-box {
	position: relative;
	display: block;
	width: 136px;
	height: 136px;
	line-height: 136px;
	background: #a1aa5d;
	border-radius: 50%;
	margin: 0 auto 30px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.85);
}
.organic-block .icon-box img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.organic-block .title {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.3em;
}
/*** 



====================================================================

	Products Section

====================================================================



***/



.products-section {
	position: relative;
	background: url(images/background/pattern-2.png) left top repeat;
	padding: 80px 0px 40px;
}
.products-section .title-box {
	position: relative;
	display: block;
	margin-bottom: 50px;
	text-align: center;
}
.products-section .title-box h2 {
	font-size: 50px;
	margin: 0;
	line-height: 1.2em;
	color: #aa3924;
}
.products-section .title-box .subtitle {
	font-size: 28px;
	margin: 20px 0px 0px;
	line-height: 1.5em;
	color: #909090;
}
.products-section .row {
	margin: 0 -15px;
}
.product-block {
	position: relative;
	padding: 0;
	padding: 0 15px;
	margin-bottom: 40px;
}
.product-block .inner {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding: 0px 0px 20px;
	min-height: 100%;
}
.product-block:nth-child(3) .inner,  .product-block:nth-child(4) .inner {
	border: none;
	padding-bottom: 0;
}
.product-block .image {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.product-block .image img {
	display: block;
	width: 100%;
}
.product-block h3 {
	color: #909090;
	font-size: 34px;
	margin-bottom: 10px;
}
.product-color {
	color: #252322;
}
.product-block .title {
	color: #909090;
	font-size: 26px;
	margin-bottom: 30px;
}
.product-block p {
	margin-bottom: 20px;
}
/*** 



====================================================================

	Counter Section

====================================================================



***/



.counter-section {
	position: relative;
	background: #1B565F;
	padding: 90px 0px;
	text-align: center;
	color: #ffffff;
}
.counter-section .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.counter-section .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	background: rgba(0,0,0,0.0);
}
.counter-section .content {
	position: relative;
	display: block;
	max-width: 770px;
	margin: 0 auto;
	z-index: 1;
}
.counter-section .logo-box {
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.counter-section h3 {
	position: relative;
	font-size: 40px;
	line-height: 1.25em;
	margin: 0 0 30px;
}
.counter-section h4 {
	position: relative;
	font-size: 28px;
	line-height: 1.30em;
	margin: 0 0 50px;
}
.counter-section .text {
	position: relative;
	font-size: 24px;
	line-height: 1.5em;
	margin: 0 0 40px;
}
.counter-section .link-box {
	position: relative;
	z-index: 1;
}
.counter-section .link-box a {
	min-width: 200px;
}
/*** 



====================================================================

	Clients Section

====================================================================



***/



.clients-section {
	position: relative;
	background: url(images/background/pattern-2.png) left top repeat;
	padding: 80px 0px;
}
.clients-section .title-box {
	position: relative;
	display: block;
	margin-bottom: 50px;
	text-align: center;
}
.clients-section .title-box h2 {
	font-size: 50px;
	margin: 0;
	line-height: 1.2em;
	color: #252322;
}
.clients-section .title-box .subtitle {
	font-size: 28px;
	margin: 20px 0px 0px;
	line-height: 1.5em;
	color: #909090;
}
.clients-section .text-column {
	margin-bottom: 30px;
}
.clients-section .text-column .inner {
	position: relative;
	display: block;
	padding-right: 60px;
}
.clients-section .links-column .inner {
	position: relative;
	display: block;
	padding-bottom: 20px;
}
.clients-section .link-block {
	position: relative;
	padding-left: 100px;
	min-height: 80px;
	margin-bottom: 30px;
}
.clients-section .link-block .icon {
	position: absolute;
	left: -8px;
	top: -5px;
	display: block;
}
.clients-section .link-block .ttl {
	position: relative;
	display: table;
	font-size: 20px;
	height: 80px;
	vertical-align: middle;
}
.clients-section .link-block .ttl a {
	position: relative;
	color: #707070;
	display: table-cell;
	vertical-align: middle;
}
.clients-section .text-column .text,  .clients-section .text-column .text p {
	font-size: 20px;
}
.clients-section .link-box {
	position: relative;
	text-align: center;
}
/*** 



====================================================================

	Visit Section

====================================================================



***/



.visit-section {
	position: relative;
	padding: 0px 0px;
	background-image: url("images/resource/bg-green.png");
	color: #ffffff;
}
.visit-section h3 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 25px;
}
.visit-section .text-col .inner {
	position: relative;
	display: block;
	padding: 70px 0px 60px;
}
.visit-section .text-col p {
	margin-bottom: 30px;
}
.visit-section .text-col p a {
	color: #ffffff;
}
.visit-section .text-col p a:hover {
	text-decoration: underline;
}
.visit-section .link-box {
	position: relative;
	padding-top: 20px;
}
.visit-section .link-box .theme-btn {
	vertical-align: top;
	padding: 12px 30px;
	line-height: 30px;
	margin: 0px 10px 10px 0px;
}
.visit-section .image-col .inner {
	position: relative;
	display: block;
	padding-left: 40px;
}
.visit-section .images {
	position: relative;
	display: block;
}
.visit-section .image-box {
	position: relative;
	display: block;
}
.visit-section .image-box .image {
	position: relative;
	display: block;
	border: 10px solid #ffffff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.90);
}
.visit-section .image-box .image img {
	display: block;
	width: 100%;
}
.visit-section .image-box:nth-child(1) .image {
	float: left;
	top: -20px;
	left: -20px;
	transform: rotate(-5deg);
	z-index: 1;
}
.visit-section .image-box:nth-child(2) {
	position: absolute;
	right: -60px;
	top: 50px;
}
.visit-section .image-box:nth-child(2) .image {
	transform: rotate(7deg);
	z-index: 2;
}
.visit-section .image-box:nth-child(3) .image {
	float: left;
	left: 20px;
	margin-top: -40px;
	transform: rotate(10deg);
	z-index: 3;
}
/*** 



====================================================================

	Contact Section

====================================================================



***/



.contact-section {
	position: relative;
	background: url(images/background/pattern-2.png) left top repeat;
	padding: 0px 0px;
}
.contact-section .outer-container {
	position: relative;
	display: block;
}
.contact-section .row {
	margin: 0 0;
}
.contact-section .row .info-column {
	padding: 0;
}
.contact-section .info-column .inner {
	position: relative;
	display: block;
	padding: 0px 0px;
}
.contact-section .info-column .content {
	position: relative;
	display: block;
	float: right;
	width: 100%;
	max-width: 690px;
	padding: 90px 20px;
}
.contact-section .info-column h3 {
	font-size: 40px;
	color: #aa3924;
	margin-bottom: 20px;
}
.contact-section .info-column ul,  .contact-section .info-column ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-section .info-column .faqs {
	margin-bottom: 30px;
}
.contact-section .info-column .faqs li {
	margin-bottom: 5px;
	color: #909090;
	font-size: 22px;
	line-height: 1.4em;
}
.contact-section .info-column .info {
	margin-bottom: 30px;
}
.contact-section .info-column .info li {
	color: #707070;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.contact-section .info-column .info li a {
	color: #707070;
}
.contact-section .info-column .info li span,  .contact-section .info-column .info li a:hover {
	color: #a1aa5d;
}
.contact-section .info-column .instagram {
	position: relative;
	padding-top: 20px;
}
.contact-section .info-column .instagram a {
	position: relative;
	display: inline-block;
	color: #707070;
	line-height: 28px;
}
.contact-section .info-column .instagram .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: url(images/icons/instagram-icon.png) left center no-repeat;
}
.contact-section .info-column .instagram .icon.facebook-icon {
	background: url(images/icons/facebook-icon.png) left center no-repeat;
	background-size:cover;
}
.contact-section .info-column .instagram a:hover {
	color: #a1aa5d;
}
.contact-section .form-column {
	padding: 0;
	/*background: #B7A996 url(images/background/pattern-3.png) left top repeat;*/
	color: #909090;
}
.contact-section .form-column .inner {
	position: relative;
	display: block;
	padding: 0px 0px;
}
.contact-section .form-column .content {
	position: relative;
	display: block;
	width: 100%;
	max-width: 600px;
	padding: 90px 20px 90px 120px;
}
.contact-section form .theme-btn {
	padding: 12px 40px;
	font-size: 18px;
	line-height: 26px;
	box-shadow: none;
	margin-top: 10px;
}
/*** 



====================================================================

	main Footer

====================================================================



***/



.main-footer {
	position: relative;
	padding: 0px 0px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
}
.main-footer .bottom-bar {
	position: relative;
	background: #a1aa5d;
	padding: 0px 30px;
}
.main-footer .auto-container {
	position: relative;
	max-width: none;
	z-index: 1;
}
.main-footer .bottom-bar .inner {
	position: relative;
	padding: 30px 0px;
}
.main-footer ul,  .main-footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-footer .footer-logo {
	position: relative;
	float: right;
}
.main-footer .footer-nav {
	position: relative;
	float: left;
}
.main-footer .footer-nav .links {
	position: relative;
	padding-top: 10px;
}
.main-footer .footer-nav ul li {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	text-transform: capitalize;
	padding: 10px 0px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 50px 0px 0px;
	color: #ffffff;
}
.main-footer .footer-nav ul li a {
	position: relative;
	display: block;
	text-transform: capitalize;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .footer-nav ul li a:hover {
	text-decoration: underline;
}
.main-footer .social {
	position: relative;
	float: right;
	padding-top: 15px;
	margin-right: 40px;
}
.main-footer .social ul li {
	position: relative;
	float: left;
	margin-left: 5px;
}
.main-footer .social ul li a {
	position: relative;
	display: block;
	width: 37px;
	height: 37px;
	background: url(images/icons/social-icons-2.png) left center no-repeat;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .social ul li a:hover {
	opacity: 0.70;
}
.main-footer .social ul li a.instagram {
	background-position: 0px center;
}
.main-footer .social ul li a.facebook {
	background-position: -42px center;
}
.main-footer .social ul li a.twitter {
	background-position: -85px center;
}
.clients-section .uppper-box {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.clients-section .uppper-box .image {
	position: relative;
	display: inline-block;
	margin: 0 20px 30px;
}
.clients-section .clients-area {
	position: relative;
	text-align: center;
}
.clients-section .clients-area .client {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
}
.clients-section .clients-area .image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.clients-section .clients-area .image:hover img {
	-webkit-animation: jello 500ms;
	-moz-animation: jello 500ms;
	-ms-animation: jello 500ms;
	-o-animation: jello 500ms;
	animation: jello 500ms;
}

.owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 25px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0px 5px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #252322;
}