@import https:
	//fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap;
	body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}
:focus {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
b,
strong {
	font-weight: 600;
}
small {
	font-size: 14px;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 42px;
}
h5 {
	line-height: 1.4em;
}
a {
	color: #f77c23;
}
a:hover {
	color: #c7d201;
}
.color-green {
	color: #719e1b;
}
.green {
	color: #719e1b;
}
.bg-green {
	background-color: #38603e;
	color: #fff;
}

a.btn.btn-primary {
	background-color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 40px;
	color: #000;
	border-color: #fff;
}
.btn.btn-primary-green {
	background-color: #719e1b;
	border-radius: 40px;
	color: #fff;
	border-color: #719e1b;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 1rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover {
	text-decoration: none;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1310px;
	}
}
header .top_bar {
	background-color: #38603e;
	color: #fff;
}
header .top_bar ul {
	display: inline-flex;
	padding: 0;
	list-style: none;
	margin: 0 !important;
}
header .top_bar ul li {
	padding: 0 5px;
}
header .top_bar ul:not(.sub-menu) > li > a {
	color: #fff;
	padding: 15px 0;
	display: block;
}
header .top_bar ul > li > ul {
	display: none;
}
header .top_bar li.menu-item-has-children {
	position: relative;
}
header .top_bar ul:not(.sub-menu) > li:first-of-type a {
	padding-left: 0;
}
header .top_bar ul:not(.sub-menu) > li:last-of-type > a:after {
	display: none;
}
header .top_bar ul:not(.sub-menu) > li > a {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
header .top_bar ul:not(.sub-menu) > li > a:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	background-color: #417358;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
}
.dropdown-toggle::after {
	content: "\f078";
	font-family: FontAwesome;
	border: none;
	font-size: 10px;
	position: relative;
	top: 2px;
	left: 5px;
}
header .top_bar li.menu-item-has-children:after {
	content: "\f078";
	font-family: FontAwesome;
	display: block;
	width: 10px;
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
header .top_bar li.menu-item-has-children:hover ul.sub-menu,
header .top_bar li.menu-item-has-children:hover ul.sub-menu:hover {
	display: block;
}
header .top_bar ul.sub-menu {
	position: absolute;
	top: 53px;
	left: 0;
	background-color: #719e1b;
	z-index: 9;
}
header .top_bar ul.sub-menu li {
	display: block;
	width: 200px;
	text-align: left;
	padding: 5px 10px !important;
}
header .top_bar ul.sub-menu li a {
	color: #fff;
	display: block;
}
header .top_bar ul.sub-menu li:hover {
	background-color: #38603e;
}
header .top_bar ul.sub-menu li:hover a {
	color: #fff;
}
header .menu-top-bar-right-container {
	text-align: right !important;
}

@media (max-width: 520px) {
	header .top_bar ul:not(.sub-menu) > li > a {
		padding: 5px 0px;
	}
	header .top_bar #topLeft ul li#menu-item-66,
	header .top_bar #topLeft ul li#menu-item-67 {
		flex: 0 0 50%;
		box-sizing: border-box;
	}
	header .top_bar #topLeft ul li.menu-socials {
		flex: 0 0 100%;
	}
	header .top_bar #topLeft ul li.menu-socials p.socialicons.header-socials {
		justify-content: center;
	}
}

ul#menu-main-menu {
	font-weight: 500;
}
ul#menu-main-menu > li > a {
	padding: 10px 20px;
}
ul#menu-main-menu li a {
	color: #719e1b;
	transition: all 0.2s linear;
}
ul#menu-main-menu li a:hover,
ul#menu-main-menu li a:focus {
	font-weight: 700;
	color: #f35c27;
	background-color: transparent;
}
ul#menu-main-menu .dropdown-menu {
	border-color: #f1f1f1;
}
img {
	max-width: 100%;
	height: auto;
}
ul#menu-main-menu .dropdown .dropdown:hover .dropdown-menu,
ul#menu-main-menu .dropdown .dropdown a:hover .dropdown-menu,
ul#menu-main-menu .dropdown .dropdown span:hover .dropdown-menu {
	display: block;
}
ul#menu-main-menu .dropdown .dropdown a {
	padding: 0.25rem 1.5rem;
}
ul#menu-main-menu ul.dropdown-menu ul.dropdown-menu {
	left: 248px;
	width: 320px;
	top: 0;
}
@media (max-width: 768px) {
	ul#menu-main-menu ul.dropdown-menu ul.dropdown-menu {
		left: 0;
		width: calc(100% - 40px);
		top: 0;
		margin: 20px;
	}
}
footer {
	margin-top: 125px;
	position: relative;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #242424;
	color: #fff;
}
footer .widget-title {
	font-weight: 700;
	margin-bottom: 20px;
}
footer .footer_cta {
	border-radius: 5px;
	padding: 40px 80px;
	background-color: #719e1b;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
footer .footer_cta .row {
	display: flex;
	align-items: center;
}
@media (max-width: 520px) {
	footer .footer_cta {
		border-radius: 5px;
		padding: 20px;
		background-color: #719e1b;
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
footer ul#menu-tc {
	position: relative;
	display: flex;
	margin-top: 20px;
}
footer .container:last-of-type {
	margin-top: 50px;
}
footer ul#menu-tc li {
	width: 100%;
}
footer ul#menu-tc li:not(:first-of-type) {
	position: relative;
}
footer .widget_media_image {
	margin-bottom: 20px;
}
footer ul#menu-tc li:not(:first-of-type):before {
	content: "";
	display: block;
	width: 2px;
	height: 80%;
	background-color: #fff;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #f77c23;
}
.footer_copy {
	padding: 15px;
	background-color: #38603e;
	color: #fff;
}
.footer_copy p {
	margin: 0;
	padding: 0;
}
.footer_copy a {
	color: #fff;
	font-weight: 700;
}
.socialicons a {
	color: #fff;
	transition: all 0.2s linear;
}
.socialicons a:hover {
	color: #f35c27;
}
.acf-contact-block form span,
.acf-contact-block form textarea,
.acf-contact-block form input:not([type="submit"]) {
	width: 100% !important;
}
.acf-contact-block a,
.socialicons-contact a {
	color: #729d2e;
	transition: all 0.2s linear;
}
.socialicons-contact a:hover {
	color: #f35c27;
}
main#main > section {
	padding-top: 54px;
	padding-bottom: 64px;
}
.acf-home-header-block {
	padding: 0px !important;
}
.acf-home-header-block .home_slide {
	padding-top: 120px !important;
	color: #fff;
	padding-bottom: 280px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.acf-home-header-block h1 {
	margin-bottom: 30px;
}
.acf-home-header-block p {
	margin-bottom: 30px;
}
.acf-home-header-block h1 strong {
	color: #f09500;
}
.acf-home-header-block .row.bottom_row {
	margin-bottom: -200px;
}
.acf-home-header-block .category_box.shadow-sm {
	position: relative;
	height: 450px;
}
.acf-home-header-block .category_box.shadow-sm:hover .text_block {
	height: 100%;
	background-color: red;
}
.acf-home-header-block .category_box.shadow-sm .text_block {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	left: 0;
	transition: all 0.2s linear;
	background-color: rgba(113, 158, 27, 1);
}
.acf-home-header-block .category_box.shadow-sm .text_block a {
	display: none;
}
.acf-home-header-block .category_box.shadow-sm:hover .text_block a {
	display: block;
}
.acf-home-header-block .category_box.shadow-sm .text_block > div {
	position: absolute;
	top: 57%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
}
.acf-home-header-block .category_box.shadow-sm {
	position: relative;
	height: 450px;
}
.acf-home-header-block .category_box.shadow-sm img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.acf-home-header-block.acf-home-header-block-bottom_row {
	padding-top: 0px !important;
	margin-bottom: 200px;
	margin-top: -260px;
}

.home_header_slides {
	position: relative;
}
.home_header_slides .slick-dots {
	bottom: 250px;
}

.home_header_slides .slick-dots li button:before {
	font-size: 16px;
	color: #fff;
}

.home_header_slides .home_slide {
	position: relative;
}
.home_header_slides img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_header_categories {
}
.acf-page-header-block {
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.acf-page-header-block .h1 {
	font-size: 70px;
}
.acf-page-header-block .h1 strong {
	color: #c7d201;
}
.acf-blog-block .blog_item {
	border: solid #efefef 1px;
	transition: color 0.2s linear;
}
.acf-blog-block .blog_item:hover {
	border: solid #f35c27 1px;
}
.acf-blog-block .blog_item:hover h5 {
	color: #f35c27;
}
.acf-blog-block .blog_item h5 {
	color: #242424;
	transition: color 0.2s linear;
}
.acf-blog-block .blog_item p {
	color: #777;
}
.acf-blog-block a:not(.blog_i),
.acf-text-image-block.bg-green a.btn_green {
	background-color: #719e1b;
	border-radius: 40px;
	color: #fff;
	border-color: #719e1b;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 1rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.acf-text-video-block .row,
.acf-text-image-block .row {
	align-items: center;
}
.acf-text-video-block iframe,
.acf-text-image-block iframe {
	width: 100%;
	height: 400px;
}
.acf-case-studies-page-block .case_item {
	border: solid #efefef 1px;
	transition: color 0.2s linear;
}
.acf-case-studies-page-block .case_item:hover {
	border: solid #f35c27 1px;
}
.acf-case-studies-page-block .case_item:hover h5 {
	color: #f35c27;
}
.acf-case-studies-page-block .case_item h5 {
	color: #242424;
	transition: color 0.2s linear;
}
.acf-case-studies-page-block .case_item p {
	color: #777;
}
.acf-case-studies-page-block a:not(.case_i) {
	background-color: #719e1b;
	border-radius: 40px;
	color: #fff;
	border-color: #719e1b;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 1rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.acf-text-video-block ul {
	list-style: none;
	padding-left: 0;
}
.acf-text-video-block ul > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}
.acf-text-video-block ul > li h5 {
	padding-left: 1.5em;
	margin-bottom: 10px;
}
.acf-text-video-block ul > li:before {
	color: #38603e;
	content: "\f058";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	font-size: 1.5em;
	top: -0.3em;
}
.acf-text-video-block ul > li > ul {
	padding-left: 0;
}
.acf-text-video-block ul > li > ul > li:before {
	display: none;
}
.acf-text-image-block ul {
	list-style: none;
	padding-left: 0;
}
.acf-text-image-block ul > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}
.acf-text-image-block ul > li h5 {
	padding-left: 1.5em;
	margin-bottom: 10px;
}
.acf-text-image-block ul > li:before {
	color: #38603e;
	content: "\f058";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	font-size: 1.5em;
	top: -0.3em;
}

.acf-text-image-block.bg-green ul > li:before {
	color: #fff;
}

.acf-text-image-block ul > li > ul {
	padding-left: 0;
}
.acf-text-image-block ul > li > ul > li:before {
	display: none;
}
.acf-industry-block .industry_post {
	background-color: #fff;
	transition: all 0.2s linear;
	border-radius: 2px;
	padding: 40px;
}
.acf-text-video-block h2,
.acf-text-video-block h3,
.acf-text-video-block h4,
.acf-text-video-block h5,
.acf-text-video-block h6,
.acf-text-image-block h2,
.acf-text-image-block h3,
.acf-text-image-block h4,
.acf-text-image-block h5,
.acf-text-image-block h6 {
	margin-bottom: 1.5rem;
}
.acf-industry-block .industry_post h5 {
	color: #719e1b;
	font-weight: 700;
	margin-bottom: 15px;
}
.acf-industry-block .industry_post a {
	color: #fff;
}
.acf-industry-block .industry_post:hover {
	background-color: #f35c27;
	cursor: pointer;
}
.acf-industry-block .industry_post:hover a {
	display: block;
}
.acf-industry-block .industry_post:hover p {
	color: #fff;
}
.acf-industry-block .industry_post:hover h5 {
	color: #fff;
}
.acf-team-block {
	padding-top: 100px !important;
}
.acf-team-block .team_member.shadow-sm.p-3 {
	margin-bottom: 120px;
}
.acf-team-block .team_member.shadow-sm.p-3 img {
	width: 200px;
	height: 200px;
	margin-top: -120px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.acf-our-approach-block span.line span.number {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	font-size: 25px;
	border: solid #38603e 5px;
	line-height: 38px;
	font-weight: 700;
	border-radius: 100%;
}
.acf-our-approach-block span.line {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #38603e;
	margin: 60px 0;
	position: relative;
	box-shadow: 10px 0 0 #38603e, -10px 0 0 #38603e;
}
.taxonomy_toggles .tax_toggle {
	transition: all 0.2s linear;
	border-radius: 2px;
	background-color: #fff;
}
span.sub-title {
	color: #242424;
}
span.cat_name {
	color: #719e1b;
	font-size: 20px;
	font-weight: 700;
}
span.max-weight.d-block {
	color: #242424;
}
.taxonomy_toggles .tax_toggle:hover {
	background-color: #f35c27;
	color: #fff;
}
.taxonomy_toggles .tax_toggle:hover span.max-weight,
.taxonomy_toggles .tax_toggle:hover span.sub-title,
.taxonomy_toggles .tax_toggle:hover span.cat_name {
	color: #fff;
}
.taxonomy_toggles .tax_toggle:hover.active,
.taxonomy_toggles .tax_toggle.active {
	border: solid #f35c27 2px;
	border-radius: 2px;
	background-color: #fff;
}
.taxonomy_toggles .tax_toggle:hover.active span.max-weight {
	color: #242424;
}
.taxonomy_toggles .tax_toggle:hover.active span.sub-title {
	color: #777;
}
.taxonomy_toggles .tax_toggle:hover.active span.cat_name,
.taxonomy_toggles .tax_toggle.active span.cat_name {
	color: #f35c27;
}
.taxonomy_items .tax_item {
	border: solid #efefef 1px;
}
.taxonomy_items .tax_item .tax_i {
	color: #242424;
}
.taxonomy_items .tax_item h5 {
	color: #719e1b;
	transition: all 0.2s linear;
}
.taxonomy_items .tax_item h4 {
	color: #719e1b;
	transition: all 0.2s linear;
}
.taxonomy_items .tax_item p span {
	font-weight: 700;
	color: #242424;
	font-weight: bold;
}
.taxonomy_items .tax_item span.d-inline-block.mt-2.btn {
	background-color: #719e1b;
	border-radius: 40px;
	color: #fff;
	border-color: #719e1b;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 1rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.taxonomy_items .tax_item:hover {
	border: solid #f35c27 1px;
}
.taxonomy_items .tax_item:hover h5 {
	color: #f35c27;
}
.taxonomy_items .tax_item:hover span.d-inline-block.mt-2.btn {
	background-color: #f35c27;
}
.acf-gallery-block p a {
	background-color: #719e1b;
	border-radius: 40px;
	color: #fff;
	border-color: #719e1b;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 1rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.acf-gallery-block .gallery_item img {
	width: 100%;
	height: 230px !important;
	-o-object-fit: cover;
	object-fit: cover;
}
.acf-gallery-block .gallery_item {
	height: 230px;
}
.acf-product-top-block h1 {
	font-size: 42px;
}
.acf-product-top-block .product_images .slider.slider-nav img {
	max-width: 100%;
	margin: auto;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.acf-product-top-block .product_images .slider.slider-nav {
	margin-top: 10px;
}
.acf-product-top-block .product_images .slider.slider-for img {
	max-width: 100%;
	margin: auto;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.acf-product-top-block .product_images .slider.slider-for iframe {
	width: 100%;
	height: 100%;
}
.acf-product-top-block .product_images .slider-nav .slick-list {
	margin: 0 -5px;
}
.acf-product-top-block .product_images .slider-for .slick-slide {
	height: 450px;
}
.acf-product-top-block .product_images .slider-nav .slick-slide {
	height: 100px;
	margin: 0 5px;
}
.acf-product-top-block .product_images .slick-dots li {
	margin: 0;
}
.acf-product-top-block .product_images .slick-dots li button:before {
	font-size: 12px;
}
.acf-product-top-block .slick-next:before,
.acf-product-top-block .slick-prev:before {
	color: #719e1b;
}
.acf-product-top-block .slick-prev {
	left: calc(50% - 10px);
	top: -30px;
	transform: rotate(90deg);
}
.acf-product-top-block .slick-next {
	left: calc(50% - 10px);
	top: unset;
	bottom: -30px;
	right: unset;
	transform: rotate(90deg);
}

@media (max-width: 520px) {
	.acf-product-top-block .product_images .slider-for .slick-slide {
		height: auto;
	}
	.acf-product-top-block .slick-prev {
		left: -35px;
		top: calc(50% - 10px);
		transform: rotate(0deg);
		z-index: 99;
	}
	.acf-product-top-block .slick-next {
		right: -35px;
		left: unset;
		top: calc(50% - 10px);
		transform: rotate(0deg);
		z-index: 99;
	}
}

.acf-product-top-block .product_images div.video_box > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.acf-product-top-block .product_images div.video_box {
	position: relative;
	display: block;
}
.slick-dots li button:before {
	color: #719e1b;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #c7d301;
	opacity: 1;
}
.acf-form-block a.form_toggle img {
	max-width: 45px;
}
.acf-form-block p {
	color: #000;
}
.acf-form-block .form_toggle.active h5,
.acf-form-block .form_toggle.active i {
	color: #f35c27;
}
.acf-form-block ul.nav.nav-tabs li:first-of-type {
	padding: 0;
}
.acf-form-block .tab-pane {
	border-left: solid #dee2e6 1px;
	border-bottom: solid #dee2e6 1px;
	border-right: solid #dee2e6 1px;
}
.acf-form-block .form_toggle:hover {
	background-color: #f35c27;
	color: #fff;
}
.acf-form-block .form_toggle:hover i,
.acf-form-block .form_toggle:hover h5,
.acf-form-block .form_toggle:hover p {
	color: #fff;
}
.acf-form-block input[type="submit"] {
	border-radius: 20px;
	padding: 5px 30px;
	border: none;
	background-color: #719e1b;
	color: #fff;
}
.acf-form-block ul.nav.nav-tabs li:last-child {
	padding: 0;
}
@media (max-width: 768px) {
	.acf-form-block ul.nav.nav-tabs {
		flex-direction: column;
		height: 300px;
	}
	.acf-form-block ul.nav.nav-tabs .col {
		padding: 0;
	}
	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active {
		border-color: #dee2e6;
	}
}
.nav-tabs .nav-item {
	margin-bottom: -1px !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	border: solid #f5f6f6 2px;
	background-color: #f7fafb;
	padding: 5px;
	border-radius: 2px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
	outline: solid #f35c27 2px;
	cursor: pointer;
	border-radius: 2px;
}
.acf-form-toggle-block a.form_toggle {
	background-color: #fff;
	transition: all 0.2s linear;
}
.acf-form-toggle-block a.form_toggle img {
	max-width: 45px;
}
.acf-form-toggle-block a.form_toggle p {
	color: #7a7c7f;
	font-size: 15px;
}
.acf-form-toggle-block a.form_toggle:hover {
	background-color: #f35c27;
}
.acf-form-toggle-block a.form_toggle h5,
.acf-form-toggle-block a.form_toggle p,
.acf-form-toggle-block a.form_toggle i {
	transition: all 0.2s linear;
}
.acf-form-toggle-block a.form_toggle:hover h5,
.acf-form-toggle-block a.form_toggle:hover p,
.acf-form-toggle-block a.form_toggle:hover i {
	color: #fff;
}
section.acf-green-cta-block.bg-green.p-0 {
	margin-bottom: 0;
	display: block;
}
.acf-cta-block .cta_post h5,
.acf-cta-block .cta_post i {
	color: #719e1b;
}
.acf-cta-block .cta_post:hover {
	background-color: #f35c27;
	curosr: pointer;
	color: #fff;
}
.acf-cta-block .cta_post h4,
.acf-cta-block .cta_post h5,
.acf-cta-block .cta_post i,
.acf-cta-block .cta_post a {
	transition: all 0.2s linear;
}
.acf-cta-block .cta_post,
.acf-cta-block .cta_post a {
	transition: all 0.2s linear;
}
.acf-cta-block .cta_post:hover i {
	color: #fff;
}
.acf-cta-block .cta_post:hover h5,
.acf-cta-block .cta_post:hover i {
	color: #fff;
}
.acf-cta-block .cta_post:hover a {
	background-color: #f35c27;
	color: #fff;
}
@media (min-width: 769px) {
	section.acf-green-cta-block.bg-green.p-0 img {
		margin-bottom: -40px;
		margin-top: 40px;
	}
}
section.acf-green-cta-block.bg-green.p-0 a {
	background-color: #719e1b;
	border-radius: 40px;
	color: #fff;
	border-color: #719e1b;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 1rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-primary-green {
	background-color: #719e1b;
	border-radius: 40px;
	color: #fff;
	border-color: #719e1b;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 1rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.acf-optional-extras-block a.extra img {
	max-height: 100px;
	width: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}
.acf-optional-extras-block .btn-link {
	color: #f35c27;
}
.small-option-card {
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.2s linear;
}
.small-option-card h4 {
	transition: all 0.2s linear;
}
.small-option-card:hover {
	background-color: #f35c27;
}
.small-option-card:hover h4 {
	color: #fff;
}
.small-option-card a {
	position: relative;
	display: block;
	padding: 20px 80px 20px 20px;
	height: 120px;
	display: flex;
	align-items: center;
}
.small-option-card a img {
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	height: calc(100% - 3rem);
}
.form_style label {
	width: 100%;
}
.form_style
	input:not([type="submit"]):not([type="checkobox"]):not([type="radio"]),
.form_style textarea,
.form_style select {
	width: 100%;
	height: 54px;
	padding-left: 20px;
}
.acf-faq-block a {
	color: #f35c27;
}
.acf-faq-block .btn-link {
	color: #719e1b;
	text-decoration: none;
}
.acf-faq-block .card:not(.active) .btn-link:hover {
	background-color: #f35c27;
	color: #fff;
	text-decoration: none;
}
.acf-faq-block button.w-100.text-left.btn-acc.btn.btn-link.font-weight-bold {
	position: relative;
	white-space: normal;
}
.acf-faq-block .btn-acc {
	padding: 15px 55px 15px 35px;
}
.acf-faq-block .card.active .btn-link {
	color: #f35c27;
	border-color: #f35c27;
}
.acf-faq-block .card.active .btn-link:after {
	content: "\f35b" !important;
}
.acf-faq-block
	button.w-100.text-left.btn-acc.btn.btn-link.font-weight-bold:after {
	content: "\f0ab";
	display: block;
	width: 20px;
	height: 20px;
	font-family: "FontAwesome";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.acf-optional-extras-block a,
.acf-product-additional-block a {
	color: #f35c27;
}
.acf-optional-extras-block .btn-link,
.acf-product-additional-block .btn-link {
	color: #719e1b;
	text-decoration: none;
}
.acf-optional-extras-block .card:not(.active) .btn-link:hover,
.acf-product-additional-block .card:not(.active) .btn-link:hover {
	background-color: #f35c27;
	color: #fff;
	text-decoration: none;
}
.acf-optional-extras-block button,
.acf-product-additional-block
	button.w-100.text-left.btn-acc.btn.btn-link.font-weight-bold {
	position: relative;
}
.acf-optional-extras-block .btn-acc,
.acf-product-additional-block .btn-acc {
	padding: 15px 35px;
}
.acf-optional-extras-block .card.active .btn-link,
.acf-product-additional-block .card.active .btn-link {
	color: #f35c27;
	border-color: #f35c27;
}
.acf-optional-extras-block .card.active .btn-link:after,
.acf-product-additional-block .card.active .btn-link:after {
	content: "\f35b";
}
.acf-optional-extras-block button.w-100:after,
.acf-product-additional-block
	button.w-100.text-left.btn-acc.btn.btn-link.font-weight-bold:after {
	content: "\f0ab";
	display: block;
	width: 20px;
	height: 20px;
	font-family: "FontAwesome";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.opt-extras,
h2 {
	margin-bottom: 20px;
}
.home-blog-block img.post-image.acf-page-header-block {
	height: 450px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog_cats ul li a {
	color: #719e1b;
	font-weight: 500;
}
.blog_cats ul li.current a {
	color: #f35c27;
}
.faq_cats .faq_cats h5 {
	font-size: 18px;
	font-weight: 500;
}
.faq_cats .badge {
	background-color: #3c5f42;
	color: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 14px;
	margin-right: 60px;
	margin-left: 13px;
}
.faq_cats ul li {
	color: #719e1b;
	font-weight: 500;
}
.faq_cats ul li:hover,
.faq_cats ul li.current {
	color: #f35c27;
}
.faq_cats ul li:hover {
	cursor: pointer;
}
.archive-sidebar h5 {
	font-size: 18px;
	font-weight: 500;
}
.archive-sidebar .badge {
	background-color: #3c5f42;
	color: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 14px;
	margin-right: 60px;
	margin-left: 13px;
}
.archive-sidebar .image-square:after {
	padding-top: 100%;
	display: block;
	content: "";
}
.archive-sidebar .image-square {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.archive-sidebar small {
	color: #777;
}
.acf-downloads-block .download_item {
	transition: all 0.2s linear;
}
.acf-downloads-block h5 {
	font-weight: 500;
}
.acf-downloads-block .download_item span.btn i {
	display: none;
}
.acf-downloads-block .download_item:hover span.btn i {
	display: inline-block;
}
.acf-downloads-block .download_item:hover,
.acf-downloads-block .download_item:hover span.btn {
	background-color: #f77c23;
}
.acf-downloads-block .download_item:hover h5,
.acf-downloads-block .download_item:hover p,
.acf-downloads-block .download_item:hover i {
	color: #fff;
}
.img-fluid {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.acf-text-gallery-block .gallery_item img {
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
div#optional_extras_acordion img {
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 520px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 28px;
	}
	h5 {
		line-height: 1.4em;
		font-size: 16px;
	}
	.menu-top-bar-left-container {
		text-align: center;
	}
	a.navbar-brand img {
		max-width: 150px;
	}
	header .top_bar ul:not(.sub-menu) > li:first-of-type > a {
		margin-right: 10px;
	}
	header .top_bar ul:not(.sub-menu) > li > a {
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	header .top_bar ul:not(.sub-menu) > li > a:after {
		display: none;
	}
	ul#menu-top-bar-left {
		font-size: 12px;
	}
	.acf-text-image-block ul > li h5 {
		padding-left: 2em;
		margin-bottom: 10px;
	}
	.acf-text-video-block iframe,
	.acf-text-image-block iframe {
		width: 100%;
		height: 240px;
	}
	.acf-home-header-block {
		padding-top: 0px !important;

		color: #fff;
		padding-bottom: 0;
		margin-bottom: 40px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.acf-industry-block .industry_post {
		padding: 20px;
	}
	.acf-industry-block .industry_post p {
		font-size: 11px;
	}
	.acf-home-header-block .category_box.shadow-sm {
		position: relative;
		height: auto;
	}
	.category_box.shadow-sm a {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: rgba(113, 158, 27, 1);
	}
	.acf-home-header-block .category_box.shadow-sm img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.acf-home-header-block .category_box.shadow-sm .text_block {
		position: unset;
		bottom: 0;
		width: 100%;
		height: 220px;
		left: 0;
		transition: all 0.2s linear;
		background-color: #719e1b;
		text-align: left;
		padding: 20px 0;
	}

	.acf-home-header-block.acf-home-header-block-bottom_row {
		margin-bottom: 180px;
	}

	.category_box.shadow-sm h4 {
		font-size: 16px;
	}
	.category_box.shadow-sm p {
		font-size: 12px;
		margin-bottom: 0;
	}
	.category_box.shadow-sm p:last-of-type {
		margin-top: 10px;
	}
	.acf-home-header-block .category_box.shadow-sm .text_block > div {
		position: unset;
		top: unset;
		width: unset;
		left: unset;
		transform: unset;
	}
}

.header_search_bar {
	background-color: #c7d301;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Poppins", sans-serif;
}

.header_search_bar .row {
	align-items: center;
}
.header_search_form {
	position: relative;
}
.header_search_form input {
	width: 100%;
	padding: 10px 20px 10px 40px;
	border-radius: 30px;
	border: unset;
}
.header_search_form input::placeholder {
	color: #babbbc;
}
.header_search_form:before {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	color: #babbbc;
}

.header_search_links {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
	justify-content: end;
}
.header_search_links li {
	border-right: solid white 1px;
	padding: 0px 20px;
}
.header_search_links li:last-of-type {
	border-right: none;
}
.header_search_links a {
	color: #fff;
	transition: all 0.2s ease-in-out;
}
.header_search_links a:hover {
	color: #00417d;
}

@media (max-width: 520px) {
	
	.header_search_links {
		flex-flow: wrap;
		gap: 5px;
	}
	.header_search_links li {
		border-right: unset;
		padding: 5px 10px;
		background-color: #ebaf4c;
		width: calc(50% - 5px);
	}
	.header_search_links a {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	header li.menu-socials {
		display: none !important;
		flex: unset !important;
	}
	li#menu-item-66 a {
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.acf-home-header-block .row.bottom_row {
		overflow-x: hidden
	}
}
