﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header-top {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #225DAA;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 7%;
	padding: 6px 5%;
}
.header-top-link {
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.header-top-link:hover {
	color: #ddd;
	font-weight: 600;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.header-lang-cont {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-right: 24px;
}
header {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 5%;
}
.header-logo-cont {
	position: relative;
	box-sizing: border-box;
	width: 40%;
	max-width: 520px;
	padding-left: 20px;
}
.header-logo-cont img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
}




/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}
.block-center {
	margin: auto;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.green {
	color: #17833B;
}

.btn-cont {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 10px;
}
.btn-primary {
	display: block;
	width: 260px;
	background-color: #17833B;
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-radius: 8px;
	padding: 18px 0px;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.btn-primary:hover {
	background-color: #086527;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.btn-secondary {
	display: block;
	width: 260px;
	background-color: #fff;
	color: #000;
	font-family: 'Figtree', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-radius: 8px;
	padding: 18px 0px;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.btn-secondary:hover {
	background-color: #d9d9d9;
	color: #17833B;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}

.hero-title {
	font-family: 'Figtree', sans-serif;
	font-weight: 800;
	font-size: 56px;
	line-height: 60px;
	text-transform: uppercase;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.9);
}
.hero-text {
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}
.subtitle {
	font-family: 'Figtree', sans-serif;
	font-weight: 800;
	font-size: 44px;
	line-height: 54px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.underline {
	width: 260px;
	margin: 16px 0px;
	height: 5px;
	background-color: #225DAA;
}
.sect-text {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 24px;
}
.sect-link {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 24px;
	color: #000;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.sect-link:hover {
	color: #225EAB;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}

.green-line {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 12px;
	background-color: #17833B;
}
.home-hero-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #d9dce0;
}
.hero-text-half {
	position: absolute;
	box-sizing: border-box;
	z-index: 10;
	left: 50px;
	bottom: 50px;
	padding: 0px 6%;
}
.home-hero-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 875px;
	padding-right: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}
.swiper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0px!important;
	height: 720px;
}
.swiper-wrapper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.swiper-slide {
	box-sizing: border-box;
	background-color: #d9dce0;
	padding: 0px;
}
.slide-overlay {
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 2;
}
.swiper-slide img {
	position: relative;
	box-sizing: border-box;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.swiper-button-prev, .swiper-button-next {
	color: #fff!important;
	background-color: #17833B;
	padding: 16px 4px;
	border-radius: 10px;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
	background-color: #086527;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.swiper-button-prev {
	position: absolute!important;
	left: 30px!important;
	top: 50%!important;
}
.swiper-button-next {
	position: absolute!important;
	right: 30px!important;
	top: 50%!important;
}
.hero-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-image: url("/siteart/agromeco-hero.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-image: linear-gradient(to right, rgba(14,53,103,0.7), rgba(34,93,170,0.2));
	padding: 0px 5%;
}
.hero-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	padding: 150px 50px;
}

.white-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 5%;
}
.whole-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 50px;
}
.half-sect {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	max-width: 800px;
	padding: 0px 50px;
}
.half-sect img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: cover;
	min-height: 360px;
}

.lightgray-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #d9dce0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	margin-bottom: 50px;
	padding: 50px 5%;
}
.spacer-lg {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
}
.sect-65 {
	position: relative;
	box-sizing: border-box;
	width: 64%;
	max-width: 1024px;
	padding-left: 50px;
}
.sect-65 img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: cover;
}
.sect-35 {
	position: relative;
	box-sizing: border-box;
	width: 35%;
	max-width: 576px;
	padding-right: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.stat-flex {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}
.stat-cont {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	max-width: 156px;
}
.stat-lg {
	font-family: 'Figtree', sans-serif;
	font-weight: 800;
	font-size: 60px;
	color: #17833B;
}
.stat-sm {
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 18%;
	font-style: italic;
}

.blue-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #225DAA;
}
.blue-flex {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 100px;
	padding: 50px 5%;
}
.callout-box {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 100px);
	max-width: 660px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 4px 25px rgba(0,0,0,0.36);
}
.callout-box img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 282px;
	object-fit: cover;
	border-radius: 20px 20px 0px 0px;
}
.callout-box .swiper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 282px;
}
.callout-box .swiper .swiper-slide {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 282px;
	padding: 0px!important;
	border-radius: 20px 20px 0px 0px;
}
.callout-box-pad {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 50px 40px;
}

.green-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #17833B;
	display: flex;
	justify-content: space-between;
	margin: 80px 0px 80px;
	padding: 50px 5%;
}
.green-text-cont {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 360px);
	padding: 0px 50px;
}
.green-btn-cont {
	position: relative;
	box-sizing: border-box;
	width: 360px;
	padding: 0px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*--------FORM STYLES--------------------*/

.form-sect {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 50px 5%;
}
.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.form-third {
	width: 32%;
	display: flex;
	flex-direction: column;
}
.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Figtree', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-input {
	font-family: 'Figtree', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #d9dce0;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Figtree', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #d9dce0;
	border: none;
	padding: 10px;
	height: 100px;
}

.contact-input:focus, .contact-textarea:focus {
	outline: none!important;
}

.CaptchaPanel {
	font-family: 'Figtree', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #d9dce0;
	border: none;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: none!important;
}

/*-------- FOOTER STYLES ----------------*/
.blue-line {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 12px;
	background-color: #225EAB;
}

footer {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #222325;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 60px 5% 100px;
}
.footer-col {
	position: relative;
	box-sizing: border-box;
	width: 33%;
	max-width: 380px;
	padding: 0px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-col img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
}
.footer-lang-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 16px;
}
.footer-lang-link {
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.footer-lang-link:hover {
	color: #ddd;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.footer-title {
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 28px;
}
.footer-link {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.footer-link:hover {
	color: #ddd;
	font-weight: 600;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.ts-button.template-branded-button {
	color: #fff!important;
	background-color: #17833B!important;
}

.ts-button.template-branded-button:hover {
	background-color: #086527!important;
}

button.selected-facet.ts-button {
	color: #fff!important;
	background-color: #17833B!important;
}

.view-listing-details-link.template-branded-button {
	color: #fff!important;
	background: #17833B!important;
}
.view-listing-details-link.template-branded-button:hover {
	background: #086527!important;
}

.selected-facet.ts-button {
	color: #fff!important;
	background: #17833B!important;
}
.selected-facet.ts-button:hover {
	background: #086527!important;
}

.list-title .list-title-text {
	font-family: 'Figtree', sans-serif!important;
}
.list-content .list-listing-title-link {
	font-family: 'Figtree', sans-serif!important;
}

.list-content .listing-category {
	font-family: 'Figtree', sans-serif!important;
}

.list-redesign .price-contain {
	font-family: 'Figtree', sans-serif!important;
}

.detail__title, .detail__specs-heading {
	font-family: 'Figtree', sans-serif!important;
}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	.subtitle {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 1150px) {
	.header-logo-cont {
		width: 75%;
	}
	
	.swiper {
		height: 544px;
	}
	.swiper-slide {
		padding: 0px;
	}
	
	.white-sect {
		flex-wrap: wrap;
		gap: 30px;
	}
	.lightgray-sect {
		flex-wrap: wrap;
	}
	.blue-flex {
		flex-wrap: wrap;
		gap: 50px;
	}
	.half-sect {
		width: 100%;
		max-width: 100%;
	}
	.sect-65 {
		width: 100%;
		max-width: 100%;
		padding: 0px;
	}
	.sect-35 {
		width: 100%;
		max-width: 750px;
		text-align: center;
		padding: 0px;
	}
	.callout-box {
		width: 100%;
		max-width: 100%;
	}
	.delay-center {
		width: 100%;
		text-align: center;
	}
	.delay-block-center {
		margin: auto;
	}
	
}

@media only screen and (max-width: 1100px) {
	.green-sect {
		flex-wrap: wrap;
	}
	.green-text-cont {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.green-btn-cont {
		width: 100%;
		max-width: 100%;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 1000px) {
	.hero-cont {
		padding: 100px 0px;
	}
	.stat-flex {
		flex-wrap: wrap;
	}
	.stat-cont {
		width: 40%;
		max-width: 300px;
	}
}

@media only screen and (max-width: 900px) {
	
	footer {
		flex-wrap: wrap;
	}
	.footer-col {
		width: 100%;
		max-width: 100%;
		padding-bottom: 40px;
	}
	.footer-col img {
		max-width: 500px;
		 margin: auto;
	}
}

@media only screen and (max-width: 775px) {
	.hero-text-half {
		padding: 0px;
		left: 25px;
		bottom: 30px;
	}
	.home-hero-cont {
		padding-right: 25px;
	}
	.hero-text {
		font-size: 16px;
		line-height: 24px;
	}
	.btn-cont {
		flex-wrap: wrap;
	}
	.hero-title {
		font-size: 44px;
		line-height: 54px;
	}
	.hero-text {
		font-size: 18px;
	}
	.stat-flex {
		justify-content: space-around;
	}
	
	.form-row {
		flex-direction: column;
		justify-content: space-between;
	}
	.form-third {
		width: 100%;
	}
	.form-half {
		width: 100%;
	}
}

@media only screen and (max-width: 644px) {
	.blue-flex {
		gap: 30px;
	}
	.green-text-cont {
		padding: 0px;
	}
	.green-btn-cont {
		padding: 0px;
	}
}

@media only screen and (max-width: 600px) {
	.header-top {
		display: none;
	}
	.header-logo-cont {
		padding: 0px;
		width: 90%;
	}
	.subtitle {
		font-size: 36px;
		line-height: 46px;
	}
	.sect-text {
		font-size: 16px;
		line-height: 26px;
	}
	.hero-cont {
		padding: 100px 0px;
	}
	.whole-sect {
		padding: 0px;
	}
	.half-sect {
		padding: 0px;
	}
	.callout-box-pad {
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 485px) {
	.stat-lg {
		font-size: 50px;
	}
	.stat-sm {
		font-size: 18px;
		letter-spacing: 10%;
	}
	
	.callout-box-pad {
		padding: 30px 16px;
	}
}

@media only screen and (max-width: 400px) {
	.hero-title {
		font-size: 36px;
		line-height: 46px;
	}
	.subtitle {
		font-size: 30px;
		line-height: 38px;
	}
	.hero-cont {
		padding: 60px 0px;
	}
	.stat-cont {
		width: 70%;
		max-width: 300px;
	}
	
	.btn-primary {
		width: 100%;
		max-width: 260px;
	}
	.footer-lang-link {
		font-size: 17px;
	}
}

