/*
Theme Name: Dsquared
Theme URI: http://www.dsquaredmedia.net/
Author: Dsquared Media
Author URI: http://www.dsquaredmedia.net/
Description: Bootstrap 3 theme made by Dsquared Media
Version: 1.1

font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;

*/

@import url('css/jquery.bxslider.css');
@import url('css/jcarousel.responsive.css');
@import url('css/slicknav.css');
@import url('css/isotope.css');
@import url('fonts/font-awesome-5/css/fontawesome.min.css');
@import url('fonts/font-awesome-5/css/fa-brands.css');

* {
	outline: none !important;
}

body {
	font-family: 'Roboto', sans-serif;
	padding-top: 99px;
}

.slicknav_menu {
    display: none;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

#google_map {
	height: 290px;
	margin-bottom: 35px;
	position: relative;
}

#google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top_wrap {
	height: 365px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	color: #fff;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
}

.top_inner {
	position: absolute;
	top: 36%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.title_2 {
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 25px 0;
	padding: 0;
}

.top_title {
	font-size: 67px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}

.text_2 p {
	font-size: 20px;
	line-height: 43px;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

#header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding-top: 30px;
}

#logo {
	display: block;
}

#logo img {
	width: 94%;
	height: auto;
}

#mainmenu {
	padding-top: 18px;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainmenu ul li {
	display: inline;
	padding: 0 10px;
}

#mainmenu ul li:first-child {
	padding-left: 0 !important;
}

#mainmenu ul li:last-child {
	padding-right: 0 !important;
}

#mainmenu ul li a {
	display: inline-block;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mainmenu ul li a:hover, #mainmenu ul li.current_page_item a {
	color: #9caa12 !important;
}

#footer-wrap {
	background: #323232;
	padding: 45px 0 55px 0;
}



.footer_li {
	margin-bottom: 50px;
}

#footer_logo {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.footer_info {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer_info li {
	font-size: 16px;
	color: #3c3c3c;
	line-height: 25px;
}

.footer_info li a {
	color: #3c3c3c !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer_info li a:hover {
	color: #7d9d37 !important;
}

.footer_title {
	color: #7d9d37;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 18px 0;
	padding: 0;
}

#footermenu ul {
	margin: 0 30px 0 0;
	padding: 0;
	list-style-type: none;
}

#footermenu ul li {
	display: inline;
	font-size: 11px;
	color: #fff;
	margin-right: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

#footermenu ul li a {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footermenu ul li a:hover, #footermenu ul li.current_page_item a {
	color: #a6bb00 !important;
}

.fsoc {
	color: #a0a0a0;
	font-size: 16px;
	display: inline-block;
	margin-right: 15px;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fsoc:hover {
	color: #a6bb00 !important;
}

.fsoc:last-child {
	margin-right: 0 !important;
}

.nl_wrap input[type=text] {
	background: url('images/nl_send.png') no-repeat right 20px center #e1e1e1;
	width: 100%;
	padding: 10px 40px 10px 20px;
	color: #3c3c3c;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
}

#footer-bottom-wrap {
	background: #383838;
	padding: 15px 0;
	color: #c7c7c7;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

#footer-bottom-wrap a {
	color: #c7c7c7 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

#footer-bottom-wrap a:hover {
	color: #a6bb00 !important;
}

.footer_bottom_right {
	color: #a9a9a9;
}

.footer_bottom_right a {
	color: #a9a9a9 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer_bottom_right a:hover {
	color: #7d9d37 !important;
}

.subpage_wrap {
	padding: 60px 0 90px 0;
}

.contact_left_inner {
	padding-right: 10%;
}

.contact_info_box {
	background: #f7f7f7;
	padding: 25px 20px;
	color: #3c3c3c;
	margin-top: 30px;
}

.contact_info_box p {
	font-size: 16px;
	line-height: 39px;
	margin: 0;
	padding: 0;
}

.contact_info_box a {
	color: #3c3c3c;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contact_info_box a:hover {
	color: #7d9d37 !important;
}

.contact_row .wpcf7-text {
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;
	padding: 15px 20px;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.contact_row .wpcf7-textarea {
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;
	height: 250px;
	resize: none;
	padding: 15px 20px;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.contact_row .wpcf7-submit {
	padding: 12px 35px 12px 35px !important;
	background: #a6bb00 !important;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	border: none;
}

.contact_row .wpcf7-submit:hover {
	background: #010101 !important;
}

.blog_page_wrap {
	padding: 0 4%;
}

.blog_li {
	margin-bottom: 70px;
	border: 1px solid #d1d1d1;
}

.blog_li_image {
	display: block;
	position: relative;
}

.blog_li_image img {
	width: 100%;
	height: auto;
}

.blog_li_image span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #668d14;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog_li_image:hover span {
	opacity: 0.5;
}

.blog_li_bottom {
	padding: 28px 50px;
}

.title_1 {
	color: #7d9d37;
	font-size: 25px;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0;
}

.blog_li_title a {
	color: #7d9d37 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog_li_title a:hover {
	color: #3c3c3c !important;
}

.blog_li_date {
	color: #777;
	font-size: 13px;
	margin-bottom: 20px;
}

.blog_li_excerpt {
	font-size: 16px;
	color: #3c3c3c;
	line-height: 25px;
}

.blog_li_excerpt p {
	margin: 0;
	padding: 0;
}

.widget {
	margin-bottom: 48px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 6px 3px 1px #f5f5f5;
	background: #fff;
}

.widget-contact {
	background: url('images/widget_bg.png') no-repeat right top #fff;
	background-size: 100% auto;
}

.widget-contact-inner {
	padding: 45px 35px;
}

.contact_widget_image {
	margin-bottom: 35px;
}

.contact_widget_info {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}

.contact_widget_info li {
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: 500;
	line-height: 17px;
	color: #2d2d2d;
	padding-left: 30px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.contact_widget_info li i {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 16px;
}

.contact_widget_info li a {
	color: #2d2d2d !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contact_widget_info li a:hover {
	color: #7d9d37 !important;
}

.button_1 {
	color: #fff !important;
	background: #648b11;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none !important;
	padding: 12px 28px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
}

.button_1:hover {
	background: #594f3b !important;
}

.widget_text {
	padding: 45px 35px;
}

.widget-title {
	color: #7d9d37;
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0 0 25px 0;
	border-bottom: 2px solid #f3f4f6;
}

.textwidget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.textwidget ul li {
	color: #3c3c3c;
	font-size: 16px;
	display: block;
	padding: 15px 0 15px 25px;
	background: url('images/comment_li.png') no-repeat 0 18px;
	border-bottom: 1px solid #ebebeb;
}

.textwidget ul li a {
	color: #3c3c3c;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.textwidget ul li a:hover {
	color: #7d9d37 !important;
}

.team_row_1 {
	margin-bottom: 100px;
}

#filters {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#filters li {
	display: inline;
}

#filters li a {
	display: inline-block;
	color: #728943;
	font-size: 18px;
	margin: 0 22px;
	padding: 0 0 3px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
}

#filters li a:hover, #filters li a.selected {
	border-color: #728943 !important;
}

.staff_li {
	margin-bottom: 45px;
}

.staff_li_inner {
	cursor: pointer;
}

.staff_li_image {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #7d9d37;
}

.staff_li_title {
	color: #7d9d37;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 2px 0;
	padding: 0;
}

.staff_li_position {
	color: #3c3c3c;
	font-size: 16px;
}

.services_wrap {
	padding: 0 !important;
}

.service_row_wrap {
	padding: 80px 0 85px 0;
	border-bottom: 2px solid #efefef;;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
	overflow: hidden;
}

.odd_service {
	background: #fdfdfd;
}

.service_row_image {
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.service_row_image img {
	width: 100%;
	height: auto;
}

.service_row_image span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #668d14;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service_row_image:hover span {
	opacity: 0.5;
}

.service_row_title {
	color: #84a244;
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
}

.service_row_title a {
	color: #84a244 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service_row_title a:hover {
	color: #3c3c3c !important;
}

.service_row_text {
	color: #3c3c3c;
	margin-bottom: 30px;
}

.service_row_text p {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.service_row_text_inner {
	padding-top: 35px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
	position: relative;
	left: 0;
}

.subpage_cta_wrap {
	padding: 125px 0 120px 0;
	background: url('images/cta_subpage.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}

.subpage_cta_wrap .text_2 {
	color: #3c3c3c;
}

.subpage_cta_wrap .text_2 p {
	font-size: 34px;
	line-height: 58px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.green {
	color: #7e9e3b !important;
}

.events_page_wrap {
	background: #f7f7f7;
}

.events_wrap {
	padding-right: 4%;
}

.event_li {
	margin-bottom: 60px;
}

.event_li_image {
	display: block;
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.event_li_image span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #668d14;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.event_li_image:hover span {
	opacity: 0.5;
}

.event_li_bottom {
	background: #fff;
	padding: 25px 30px 10px 30px;
}

.event_li_date {
	color: #9a9a9a;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.event_li_title {
	color: #3d3d3d;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	height: 85px;
	overflow: hidden;
}

.event_li_title a {
	color: #3d3d3d !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.event_li_title a:hover {
	color: #648b11 !important;
}

.event_li_bottom_bottom {
	border-top: 1px solid #e9e9e9;
	padding-top: 12px;
}

.event_li_location {
	color: #c1c1c1;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.event_li_category {
	color: #c1c1c1;
	font-size: 14px;
	font-weight: 300;
}

.widget_search {
	background: none !important;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.widget_search input[type=text] {
	background: #fff;
	padding: 20px 30px;
	width: 100%;
	font-size: 16px;
	color: #8a8a8a;
	border: none;
}

.widget_search label {
	display: none;
}

.widget_search input[type=submit] {
	background: url('images/search_arrow.png') no-repeat center center #7e8f4c;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
}

.widget_search input[type=submit]:hover {
	background-color: #2d2d2d !important;
}

.slide {
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
	position: relative;
	color: #fff;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
	overflow: hidden;
}

.slide_inner {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.button_2 {
	color: #fff !important;
	background: #a6bb00;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 12px 35px 12px 30px;
	display: inline-block;
}

.button_2:hover {
	background-color: #594f3b !important;
	background-position: right 30px center !important;
}

.home_block_1_wrap {
	padding: 75px 0 0 0;
}

.title_3 {
	color: #7d9d37;
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 30px 0;
	padding: 0;
}

.text_1 {
	color: #6f6f6f;
	position: relative;
}

.text_1 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	margin: 0 0 35px 0;
	padding: 0;
}

.text_1 ul, .text_1 ol {
	margin: 0 0 35px 0;
	padding: 0 0 0 30px;
	font-family: 'Poppins', sans-serif;
}

.text_1 ul li, .text_1 ol li {
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}

.why_image {
	max-width: 90%;
}

.home_block_1_row_1 {
	margin-bottom: 90px;
}

.benefit_li {
	border-top: 4px solid #e4edd0;
	padding-top: 30px;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.benefit_li:hover {
	border-color: #7d9d37;
}

.title_4 {
	color: #7d9d37;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 18px 0;
	padding: 0;
}

body.home .subpage_cta_wrap {
	padding: 0 !important;
	/*padding: 170px 0 240px 0;
	background-image: url('images/cta_bg.jpg') !important;*/
	position: relative;
}

.grad_1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
    background: linear-gradient(transparent, #fff);
}

.grad_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
    background: linear-gradient(#fff, transparent);
}

.link_1 {
	color: #658c12;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link_1:hover {
	color: #2d2d2d !important;
}

.home_event_li {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.home_event_li:first-child {
	padding-top: 0 !important;
}

.home_event_li_title {
	color: #7d9d37;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0;
}

.home_event_li_title a {
	color: #7d9d37 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.home_event_li_title a:hover {
	color: #2d2d2d !important;
}

.home_event_li_date {
	color: #3c3c3c;
	font-size: 16px;
}

.home_events {
	position: relative;
}

.home_events::before {
	content: " ";
	width: 1px;
	height: 100%;
	position: absolute;
	left: -35px;
	top: 0;
	background: #ebebeb;
}

.home_block_3_wrap {
	margin-bottom: 90px;
}

.service_item_opacity {
	opacity: 0 !important;
}

.service_item_opacity.even_service .service_row_image {
	left: -200px;
}

.service_item_opacity.odd_service .service_row_image {
	left: 200px;
}

.service_item_opacity.even_service .service_row_text_inner {
	left: 200px;
}

.service_item_opacity.odd_service .service_row_text_inner {
	left: -200px;
}

#helper_div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1000;
}

.staff_popup {
	padding: 60px 40px 40px 40px;
	position: relative;
}

.modal-content {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.staff_popup_title {
	color: #84a244;
	font-size: 42px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.staff_popup_position {
	color: #3c3c3c;
	font-weight: 300;
	font-size: 24px;
	margin: 0 0 35px 0;
	padding: 0;
}

.staff_popup_info {
	color: #3c3c3c;
	font-size: 16px;
	line-height: 25px;
}

.staff_popup_info a {
	color: #84a244 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff_popup_info a:hover {
	color: #3c3c3c !important;
}

.staff_popup_image {
	width: 100%;
	height: auto;
}

.staff_li_image_wrap {
	position: relative;
	margin-bottom: 20px;
}

.staff_li_image_wrap span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #668d14;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff_li_inner:hover .staff_li_image_wrap span {
	opacity: 0.5;
}

.close_popup {
	display: block;
	position: absolute;
	top: -16px;
	right: -16px;
	width: 33px;
	height: 33px;
	background: url('images/close_popup.png') no-repeat center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	cursor: pointer;
}

.close_popup:hover {
	opacity: 0.6;
}

.navigation a {
	color: #7d9d37 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
}

.navigation a:hover {
	color: #3c3c3c !important;
}

#fixed-header-wrap {
	position: fixed;
	/*top: -150px;*/
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1040;
	padding: 10px 0 0 0;
	box-shadow: 0 4px 2px -4px rgba(0, 0, 0, 0.51);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home #fixed-header-wrap {
	z-index: 11101 !important;
}

.fixed_header_active #fixed-header-wrap {
	top: 0 !important;
}

#fixed-header {
	padding-top: 12px;
}

#fixed-logo {
	display: block;
}

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

#fixed-mainmenu {
	padding-top: 9px;
}

#fixed-mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#fixed-mainmenu ul li {
	display: inline-block;
	position: relative;
	font-family: 'Poppins', sans-serif;
	margin-right: 35px;
}

#fixed-mainmenu > div > ul > li:first-child a {
	padding-left: 0 !important;
}

#fixed-mainmenu ul li a {
	display: inline-block;
	color: #3c3c3c !important;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 0 36px 0;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

#fixed-mainmenu ul li.menu-item-has-children > a {
	padding-right: 15px;
	background: url('images/menu_down.svg') no-repeat right 0 top 19px;
}

#fixed-mainmenu ul li a:hover, #fixed-mainmenu ul li.current_page_item > a {
	color: #9caa12 !important;
}

#fixed-mainmenu ul li ul.sub-menu {
	position: absolute;
	top: 68px;
	left: 0;
	background: #323232;
	text-align: left;
	display: none;
}

#fixed-mainmenu ul li:hover ul.sub-menu {
	display: block;
}

#fixed-mainmenu ul li ul.sub-menu li {
	display: block;
	position: relative;
	margin: 0 !important;
}

#fixed-mainmenu ul li ul.sub-menu li a {
	display: block;
	width: 300px;
	padding: 14px 15px;
	color: #fff !important;
	font-size: 14px;
	text-transform: none !important;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#fixed-mainmenu ul li ul.sub-menu li:last-child a {
	border-bottom: none !important;
}

#fixed-mainmenu ul li ul.sub-menu li a:hover {
	padding-left: 25px;
}

#fixed-mainmenu ul li ul.sub-menu li a::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #a6bb00;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}

#fixed-mainmenu ul li ul.sub-menu li:hover > a::before {
	width: 100%;
}

#fixed-mainmenu ul li ul.sub-menu li.menu-item-has-children > a {
	background-image: none !important;
}

#fixed-mainmenu ul li ul.sub-menu li.menu-item-has-children > a::after {
	content: " ";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	background: url('images/menu_down_2.svg') no-repeat center center;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#fixed-mainmenu ul li ul.sub-menu li.menu-item-has-children:hover > a::after {
	transform: rotate(-90deg);
}

/*#fixed-mainmenu > div > ul > li:last-child a {
	padding: 12px 35px 12px 35px !important;
	background: #a6bb00 !important;
	color: #fff !important;
	margin-left: 15px;
}

#fixed-mainmenu > div > ul > li:last-child a:hover {
	background: #010101 !important;
}*/

#fixed-mainmenu ul li ul.sub-menu li ul.sub-menu {
	left: 300px !important;
	top: 0 !important;
	display: none;
	border-left: 2px solid #3c3c3c;
}

#fixed-mainmenu ul li ul.sub-menu li:hover ul.sub-menu {
	display: block !important;
}

#fixed-mainmenu ul li ul.sub-menu li:hover ul.sub-menu li a {
	width: 200px !important;
}

.benefit_li_image_wrap {
	margin-bottom: 35px;
}

.text_1 a {
	color: #648b11 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.text_1 a:hover {
	color: #3c3c3c !important;
}

.top_links {
	font-size: 24px;
	line-height: 30px;
	margin-top: 25px;
}

.top_links a {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top_links a:hover {
	color: #9caa12 !important;
}

.articles_row_1 {
	margin-bottom: 50px;
	font-size: 23px;
}

.articles_row_1 a {
	color: #7d9d37 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 15px;
}

.articles_row_1 a:hover {
	color: #3c3c3c !important;
}

.footer_right {
	padding-top: 14px;
}

#header-top {
	border-bottom: 1px solid #b7b7b7;
	padding: 0 0 12px 0;
}

.hsoc {
	color: #a0a0a0;
	font-size: 16px;
	display: inline-block;
	margin-right: 15px;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hsoc:hover {
	color: #a6bb00 !important;
}

.hsoc:last-child {
	margin-right: 0 !important;
}

.header_top_right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header_top_right li {
	display: inline;
	margin-left: 10px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.header_top_right li:first-child {
	margin-left: 0 !important;
}

.header_top_right li a {
	color: #000 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.header_top_right li a:hover {
	color: #a6bb00 !important;
}

.header_social {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-item-45 {

}

.subpage {
	position: relative;
	top: -110px;
	margin-bottom: -110px;
	padding-top: 80px;
}

.subpage_overlap {
	content: " ";
	position: absolute;
	top: 0;
	left: -70px;
	width: calc(100% + 140px);
	background: #fff;
	height: 400px;
}

.service_li_inner img {
	border-radius: 200px;
	margin-bottom: 25px;
	max-width: 100%;
	width: 160px;
}

.service_li_title {
	font-size: 14px;
	font-weight: 600;
	color: #242424;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}

.service_li_inner {
	position: relative;
	padding: 25px 15px 15px 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.service_li_inner:hover {
	border-color: #ececec;
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.service_li_text p {
	font-size: 13px;
	line-height: 18px;
	color: #6f6f6f;
}

.service_li_button {
	position: absolute;
	top: 95%;
	left: 0;
	width: 100%;
	display: block;
	color: #fff;
	background: #a6bb00;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service_li_inner:hover .service_li_button {
	top: 100%;
	opacity: 1;
}

.service_li_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.service_single_top_image {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.widget_services {
	border: none;
	box-shadow: none;
	margin-bottom: 12px;
}

.widget_services ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget_services ul li {
	margin-bottom: 2px;
}

.widget_services ul li a {
	display: block;
	padding: 20px;
	background: #f1f1f1;
	border-left: 5px solid #d2d2d2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #000 !important;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none !important;
}

.widget_services ul li a:hover, .widget_services .current_page_item a {
	background: #a6bb00;
	color: #fff !important;
	border-color: #698f1a;
}

.widget_contact {
	background: url('images/widget_contact_bg.png') no-repeat right top #a6bb00;
	padding: 45px 22px;
	color: #fff;
	border: none;
	box-shadow: none;
}

.widget_contact h5 {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
}

.widget_contact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget_contact ul li {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	line-height: 25px;
}

.widget_contact ul li a {
	color: #fff !important;
}

.slide_title {
	color: #fff;
	font-size: 67px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}

.slide_text {
	color: #fff;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
}

.slider {
	position: relative;
}

.slider .bx-prev {
	width: 80px !important;
	height: 80px !important;
	position: absolute !important;
	top: 50% !important;
	left: 0 !important;
	margin-top: -40px !important;
	background: url('images/left.png') no-repeat center center #fff !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: none !important;
}

.slider .bx-next {
	width: 80px !important;
	height: 80px !important;
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	margin-top: -40px !important;
	background: url('images/right.png') no-repeat center center #fff !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: none !important;
}

.slider .bx-prev:hover, .slider .bx-next:hover {
	opacity: 0.8;
}

.page_wrap {
	position: relative;
	/*background: url('images/grad.png') no-repeat 0 100px;
	background-size: 100% auto;*/
}

.page_wrap_hidden {
	overflow-x: hidden;
}

.home .subpage_overlap {
    content: " ";
    position: absolute;
    top: 0;
    left: -70px;
    width: 2000px;
    background: #fff;
    height: 130px;
}

.home_about_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 43%;
	height: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 3;
}

.home .subpage_wrap {
	position: relative;
}

.title_10 {
	color: #323232;
	font-size: 42px;
}

.lollerrow {
	margin-top: 50px;
}

.subpage_overlap::before {
	content: " ";
	position: absolute;
	top: 0;
	left: -32px;
	width: 32px;
	height: 206px;
	background: url('images/shadow_left_2.png') no-repeat center center;
}

.subpage_overlap::after {
	content: " ";
	position: absolute;
	top: 0;
	right: -32px;
	width: 32px;
	height: 206px;
	background: url('images/shadow_right_2.png') no-repeat center center;
}

.service_row_2 {
	padding-bottom: 50px;
}

.events_page_wrap .subpage_overlap {
	background: #f7f7f7;
}

.page-template-page-contact .subpage {
	margin-bottom: 0;
}

.text_1 strong {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0;
	color: #323232;
}

.text_1 h1 {
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 25px 0;
	padding: 0;
	color: #323232;
}

.text_1 h2 {
	font-size: 36px;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
	color: #323232;
}

.text_1 h3 {
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
	color: #323232;
}

.text_1 h4 {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 15px 0;
	padding: 0;
	color: #323232;
}

.text_1 h5 {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0;
	color: #323232;
}

.text_1 h6 {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 5px 0;
	padding: 0;
	color: #323232;
}

.page_wrap_image_wrap {
	position: relative;
}

.home_body_grad {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.home .subpage {
	z-index: 2;
}

.home_services {
	position: relative;
	z-index: 2;
}

.home .subpage_cta {
	position: relative;
	z-index: 2;
}

.home_cta_image {
	width: 100%;
	height: auto;
}

.subpage_cta_wrap_inner {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 3;
}

.home .service_row_2 {
	padding-bottom: 0 !important;
}

.home_bottom_right {
	padding-top: 80px;
}

.home_bottom {
	margin-top: -100px;
}

.home_top_title {
	position: relative;
	padding-bottom: 20px;
}

.home_top_title::after {
	content: " ";
	background: #323232;
	left: 0;
	bottom: 0;
	width: 63px;
	height: 1px;
	display: block;
	position: absolute;
}

.text_3 {
	color: #6f6f6f;
}

.text_3 p {
	font-size: 16px;
	line-height: 32px;
	margin: 0 0 35px 0;
	padding: 0;
}

.text_3 ul {
	margin: 0 0 35px 0;
}

.text_3 ul li {
	font-size: 16px;
	line-height: 32px;
}

.button_3 {
	color: #fff !important;
	background: #7c943b;
	display: block;
	text-align: center;
	padding: 15px;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 40px;
}

.button_3:hover {
	background: #a6bb00;
}

.home_bottom_right .widget_contact {
	margin-bottom: 10px;
}

.slide_2_prev {
	position: absolute;
	top: 50%;
	width: 170px;
	margin-top: -66px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: -170px;
}

.slide_2_next {
	position: absolute;
	top: 50%;
	right: -170px;
	width: 170px;
	margin-top: -66px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slide_thumb {
	width: 170px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-position: cover;
}

.slide_thumb_title {
	color: #fff;
	background: #a6bb00;
	font-size: 11px;
	font-weight: 500;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
}

.home_bottom_left {
	margin-bottom: 100px;
}

.home_services_wrap {
	padding-top: 110px;
}

.landing_top {
	position: relative;
	margin-top: -190px;
	background: url('images/l2.jpg') no-repeat right top #a6bb00;
	background-position: auto 100%;
	padding: 50px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.landing_about_title {
	color: #fff;
	font-size: 34px;
	line-height: 68px;
	font-weight: 300;
	margin: 0 0 50px 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

.landing_about_title_2 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

.landing_about_title_3 {
	color: #000;
	font-weight: 300;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 30px;
}

.landing_about_pos {
	color: #000;
	font-weight: 500;
	font-size: 14px;
}

.landing_top_right img {
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.landing_content_wrap {
	padding: 90px 0 70px 0;
}

.landing_quote_wrap {
	padding: 150px 0;
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.quote_text {
	color: #000;
}

.quote_text p {
	font-size: 21px;
	font-weight: 700;
	line-height: 45px;
	margin: 0 0 30px 0;
	padding: 0;
}

.white {
	color: #fff !important;
}

.quote_title {
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 65px 0;
	padding: 0;
	position: relative;
	color: #323232;
}

.quote_title::after {
	content: " ";
	width: 50px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -28px;
	background: #323232;
}

.white::after {
	background: #fff !important;
}

.quote_text_2 {
	color: #6f6f6f;
	font-size: 17px;
	margin-bottom: 30px;
}

.landing_bottom_contact_text {
	background: #a6bb00;
	color: #fff;
	padding: 15px;
}

.landing_bottom_contact_text p {
	font-size: 13px;
	line-height: 25px;
	margin: 0 0 25px 0;
	padding: 0;
}

.landing_bottom_contact_text a {
	color: #fff !important;
}

.quote_text em {
	font-size: 40px;
	font-style: italic;
	font-family: times;
	font-weight: 400;
	color: #525252;
}

.quote_text.white em {
	color: #fff !important;
}

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

.lnumbers_wrap {
	padding: 80px 0 40px 0;
}

.ln_li {
	margin-bottom: 40px;
}

.ln_li_inner {
	padding: 35px 40px;
	box-shadow: 0px 21px 29px #0000001F;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	top: 0;
}

.ln_li_inner:hover {
	top: -10px;
}

.ln_li_left {
	width: 100px;
	margin-right: 40px;
}

.ln_li_right {
	width: calc(100% - 140px);
}

.ln_li_image {
	max-width: 100%;
	height: auto;
}

.ln_li_title {
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 5px 0;
	padding: 0;
}

.ln_li_text {
	color: #333333;
	font-size: 45px;
	font-weight: 500;
}

.labout_wrap {
	padding: 80px 0;
}

.labout_image {
	width: 100%;
	height: auto;
	box-shadow: 2px 16px 51px #00000026;
	border: 14px solid #FFFFFF;
}

.lwide_container {
	width: 1580px;
	padding: 0 15px;
	max-width: 100%;
	margin: 0 auto;
}

.ltitle_1 {
	color: #333;
	font-size: 47px;
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 400;
}

.ltext_1 {
	color: #6F6F6F;
}

.ltext_1 p {
	font-size: 18px;
	line-height: 34px;
	margin: 0 0 40px 0;
	padding: 0;
}

.ltext_1 h3 {
	color: #333;
	font-weight: 400;
	font-size: 35px;
	margin: 0 0 20px 0;
	padding: 0;
}

.labout_right {
	padding-top: 100px;
}

.labout_row_1 {
	margin-bottom: 150px;
}

.labout_table {
	max-width: 100%;
	height: auto;
}

.l_benefits_wrap {
	background: rgba(243, 243, 243, 0.66);
	padding: 100px 0 60px 0;
}

.l_benefits_row_1 {
	margin-bottom: 50px;
}

.lb_li {
	margin-bottom: 40px;
}

.lb_li:nth-child(3n+1) {
	clear: both;
}

.lb_li_inner {
	background: #fff;
	padding: 30px 30px 15px 30px;
	border-bottom: 5px solid #A6BB00;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.lb_li_inner:hover {
	background: #A6BB00;
}

.lb_li_image {
	height: 55px;
	width: auto;
	margin-bottom: 15px;
}

.lb_li_title {
	color: #373737;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.lb_li_inner:hover .lb_li_title {
	color: #fff;
}

.lb_li_text {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.lb_li_inner:hover .lb_li_text {
	color: #fff;
}

.lb_li_text p {
	margin: 0;
	padding: 0;
}

.lcta_wrap {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 170px 0 350px 0;
}

.ltext_2 {
	color: #6F6F6F;
}

.ltext_2 p {
	font-size: 22px;
	line-height: 42px;
	margin: 0 0 25px 0;
	padding: 0;
}

.lcta .button_3 {
	display: inline-block;
	padding: 15px 70px;
	text-transform: uppercase;
}

.landing_wrap {
	font-family: 'Poppins', sans-serif !important;
}

.lmedium_container {
	width: 1290px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.ltop_wrap {
	padding: 20px 0 100px 0;
	position: relative;
	background: url('images/ltop_bg.png') no-repeat right -120px top -120px;
}

.ltop_left_inner {
	padding: 35px 25px 135px 25px;
	position: relative;
}

.ltitle_3 {
	color: #333;
	font-weight: 700;
	font-size: 47px;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
}

.lform_text {
	color: #505050;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
	position: relative;
}

.lform_text p {
	margin: 0;
	padding: 0;
}

.lcrow .wpcf7-text {
	color: #333;
	font-size: 16px;
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #C4C4C4;
	margin-bottom: 15px;
	border-radius: 2px;
}

.lcrow .wpcf7-submit {
	color: #fff;
	background: #7C943B;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 2.29px;
	padding: 20px 140px;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.lcrow .wpcf7-submit:hover {
	background: #a6bb00;
}

.select_wrap {
	width: 100%;
	height: 56px;
	overflow: hidden;
	background: url("images/ldown.png") no-repeat right 25px center #fff;
	border: 1px solid #C4C4C4;
	margin: 0 0 15px 0;
}

.select_wrap select {
	background: transparent;
	width: 120%;
	padding: 5px 14px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 56px;
	-webkit-appearance: none;
	color: #333;
}

.lcrow label {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.lcrow ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
.lcrow :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
.lcrow ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
.lcrow :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}
.lcrow ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #333;
}

.lcrow ::placeholder { /* Most modern browsers support this now. */
   color:    #333;
}

.ltop_bottom_video {
	display: block;
	position: relative;
}

.ltop_bottom_video img {
	width: 100%;
	height: auto;
}

.ltop_quote_wrap {
	margin-bottom: 40px;
	width: calc(100% - 65px);
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #fff;
}

.ltop_quote_inner {
	position: relative;
	padding: 20px 20px 20px 60px;
}

.ltop_quote_text {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.ltop_quote_name {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.ltop_quote_title {
	color: #fff;
	font-size: 14px;
}

.ltop_quote_image {
	position: absolute;
	top: 50%;
	left: -65px;
	transform: translateY(-50%);
}

.glowing_play {
	display: block;
	width: 78px;
	height: 78px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.glowing_border {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76px;
	height: 76px;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: opacity 0.75s ease-out, width 0.75s ease-out, height 0.75s ease-out;
	-moz-transition: opacity 0.75s ease-out, width 0.75s ease-out, height 0.75s ease-out;
	-o-transition: opacity 0.75s ease-out, width 0.75s ease-out, height 0.75s ease-out;
	transition: opacity 0.75s ease-out, width 0.75s ease-out, height 0.75s ease-out;
	opacity: 1;
	visibility: visible;
}

.glowing_play img {
	width: 100% !important;
}

.glowing_play_animated .glowing_border {
	width: 100px;
	height: 100px;
	opacity: 0;
}

.glowing_play_animated_disabled .glowing_border {
	width: 76px;
	height: 76px;
	opacity: 1;
	visibility: hidden;
}

.l_video_overflow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.2);
}

.ltop_right {
	padding-top: 40px;
}

.page-template-page-pro-forma, .page-template-page-pro-forma-2 {
	padding-top: 0 !important;
}

.lheader_wrap {
	margin-bottom: 30px;
}

.llogo {
	display: inline-block;
}

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

.lheader_contact {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.lheader_contact li {
	display: inline-block;
	margin-left: 65px;
	padding-left: 70px;
	position: relative;
}

.lheader_contact li:first-child {
	margin-left: 0 !important;
}

.lcontact_text {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.97px;
	font-weight: 600;
}

.lheader_contact li a {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 20px;
}

.lheader_contact li a:hover {
	color: #415d06 !important;
}

.lheader_contact_mail {
	background: url('images/lmail.svg') no-repeat 0 5px;
	background-size: 48px auto;
}

.lheader_contact_phone {
	background: url('images/lphone.svg') no-repeat 0 5px;
	background-size: 33px auto;
}

.lform_bg {
	position: absolute;
	top: -57px;
	left: 50%;
	width: calc(100% + 180px);
	height: auto;
	transform: translateX(-50%);
}

.lform {
	position: relative;
}

.lcrow .ajax-loader {
	position: absolute !important;
}

.subpage {
	min-height: 400px;
}

.contact_row .select_wrap {
	border: 1px solid #ededed;
	border-radius: 3px;
}

.contact_row .select_wrap select {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.contact_row :-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #3c3c3c;
}
.contact_row :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #3c3c3c;
   opacity:  1;
}
.contact_row ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #3c3c3c;
   opacity:  1;
}
.contact_row :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #3c3c3c;
}
.contact_row ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #3c3c3c;
}

.contact_row ::placeholder { /* Most modern browsers support this now. */
   color:    #3c3c3c;
}

.header_contact_button_wrap_button {
	color: #fff !important;
	text-decoration: none !important;
	background: #a6bb00;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 12px 35px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
}

.header_contact_button_wrap_button:hover {
	background: #323232;
}

.header_contact_button_wrap {
	position: relative;
  	margin-top: 8px;
  	padding-bottom: 25px;
}

.header_contact_button_dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #3C3C3C;
	width: 250px;
	text-align: left;
}

.header_contact_button_wrap:hover .header_contact_button_dropdown {
	display: block;
}

.header_contact_button_dropdown_top {
	padding: 25px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header_contact_button_contacts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header_contact_button_contacts li {
	margin-bottom: 10px;
}

.header_contact_button_contacts li:last-child {
	margin-bottom: 0;
}

.header_contact_button_contacts li img {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.header_contact_button_contacts li a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header_contact_button_contacts li a:hover {
	text-decoration: underline !important;
}

.header_contact_button_dropdown_bottom {
	padding: 12px 22px;
}

.csoc {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 0;
	margin-right: 15px;
}

.csoc:hover {
	top: -3px;
}

.csoc:last-child {
	margin-right: 0;
}

.new_footer_wrap {
	background: #323232;
	position: relative;
}

.new_footer_bottom {
	padding: 20px 0;
	position: relative;
}

.new_footer_copyright {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

.new_footer_copyright a {
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.new_footer_copyright a:hover {
	color: #a6bb00 !important;
}

.new_footer_logo {
	max-width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.new_footer_text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	line-height: 22px;
	margin-bottom: 20px;
}

.new_footer_title {
	color: #A6BB00;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}

.new_footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.new_footer_menu ul li {
	float: left;
	display: block;
	width: calc(50% - 10px);
	font-size: 13px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.new_footer_menu ul li a {
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.new_footer_menu ul li a:hover {
	color: #a6bb00 !important;
}

.new_footer_contacts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.new_footer_contacts li {
	font-size: 12px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 14px;
}

.new_footer_contacts li:last-child {
	margin-bottom: 14px;
}

.new_footer_contacts li a {
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.new_footer_contacts li a:hover {
	color: #a6bb00 !important;
}

.new_footer_top {
	padding-top: 60px;
	position: relative;
}

.new_footer_top_border {
	height: 1px;
	background: #F0F0F0;
	opacity: 0.05;
}

.new_footer_col {
	margin-bottom: 38px;
}

.new_footer_col_2, .new_footer_col_3 {
	padding-top: 32px;
}

.new_footer_bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(19%);
}

.col-5 {
	float: left;
	width: 20%;
	padding: 0 15px;
}

.wpcf7-spinner {
	position: absolute !important;
}