@import url('//fonts.googleapis.com/css?family=Muli:400,500,600,700,800,900&display=swap');

/* Add some space for the WP Admin bar to avoid compromising the design */
body.admin-bar header {
	margin-top: 32px;
}
@media all and (max-width: 882px) {
	body.admin-bar header {
		margin-top: 46px;
	}
}
@media all and (max-width: 600px) {
	body .app {
		position: static;
	}
}

/* Posts and Bio Grid stacked */
@media all and (max-width: 992px){
  body .update-item {
      margin: 15px;
      width: 300px;
  }
  body .update-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
  }
  body .about-leadership-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .about-leadership-item {
    margin: 15px;
    width: 272px;
  }
}
@media all and (max-width: 640px){
  body .about-leadership-item {
    margin: 15px;
    width: 100%;
  }
}

body .update-item img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

body .update-item .update-text {
  height: 380px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body .update-item .update-text a.link-green {
  position: absolute;
  bottom: 34px;
}


html,
body {
  margin: 0;
  padding: 0;
  font-family: "Muli", sans-serif;
  -moz-osx-font-smoothings: grayscale;
  -webkit-font-smoothing: antialiased;
}

.app {
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
}

section.section-home-hero {
  padding: 620px 0 0;
}

@media (min-width: 576px) {
  section.section-home-hero {
    padding: 160px 0 200px;
  }
}

@media (min-width: 992px) {
  section.section-home-hero {
    padding: 250px 0 278px;
  }
}

section.section-home-hero .section-bg {
  width: 100%;
}

@media (min-width: 1200px) {
  section.section-home-hero .section-bg {
    width: 1440px;
  }
}


@media screen and (max-width:576px) {
	.section-home-hero .custom-container {
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		
	}
	.section-home-hero .custom-container h1, .section-home-hero .custom-container p {
		color:#222;
	}
	.section-home-hero .custom-container p {
		font-weight:700;
	}
	.section-home-hero .home-hero-image img {
		opacity: 0.5;
		filter: alpha(opacity=50); /* For IE8 and earlier */
	}
	.section-home-hero .home-hero-bg-blue img {
		display: none;
	}
	.section-home-hero .home-hero-bg-blue {
		top:25px;
	}
	/*
	section.section-home-hero .section-bg {
	 display: none;
	}
	section.section-home-hero {
		padding-top:150px!important;
	}
	.home .mobile-menu:before,.home .mobile-menu:after {
		background-color:#232d42;
	}
	*/
}
section.section-home-service {
  padding: 55px 0;
}

@media (min-width: 576px) {
  section.section-home-service {
    padding: 75px 0 115px;
  }
}

@media (min-width: 992px) {
  section.section-home-service {
    padding: 250px 0;
  }
}

section.section-home-brands {
  padding: 10px 0;
}

@media (min-width: 992px) {
  section.section-home-brands {
    padding: 108px 0;
  }
}

section.section-home-updates {
  z-index: 2;
  padding: 80px 0 0;
}

section.section-home-newsletter {
  padding: 0 0 80px;
  margin-top: 8em;
}

section.section-about-hero {
  padding: 273px 0 74px;
}

@media (min-width: 576px) {
  section.section-about-hero {
    padding: 256px 0 68px;
  }
}

@media (min-width: 992px) {
  section.section-about-hero {
    padding: 250px 0 185px;
  }
}

section.section-about-service {
  padding: 0 0 146px;
}

@media (min-width: 992px) {
  section.section-about-service {
    padding: 0;
  }
}

section.section-about-history {
  padding: 0 0 80px;
}

@media (min-width: 992px) {
  section.section-about-history {
    padding: 360px 0 154px;
  }
}

section.section-about-leadership {
  z-index: 2;
  padding: 0 0 112px;
}

@media (min-width: 992px) {
  section.section-about-leadership {
    padding: 0 0 480px;
  }
}

section.section-about-newsletter {
  z-index: 1;
  padding: 0 0 80px;
}

@media (min-width: 992px) {
  section.section-about-newsletter {
    padding: 0 0 200px;
  }
}

section.section-research-hero {
  padding: 273px 0 74px;
}

@media (min-width: 576px) {
  section.section-research-hero {
    padding: 256px 0 20px;
  }
}

@media (min-width: 992px) {
  section.section-research-hero {
    padding: 250px 0 122px;
  }
}

section.section-research-service {
  z-index: 2;
  padding: 0 0 86px;
}

@media (min-width: 576px) {
  section.section-research-service {
    padding: 0 0 160px;
  }
}

@media (min-width: 992px) {
  section.section-research-service {
    padding: 0 0 367px;
  }
}

section.section-research-commercial {
  z-index: 2;
  padding: 0 0 80px;
}

@media (min-width: 768px) {
  section.section-research-commercial {
    padding: 0 0 160px;
  }
}

@media (min-width: 992px) {
  section.section-research-commercial {
    padding: 0 0 252px;
  }
}

section.section-research-commercial .section-title {
  max-width: 492px;
  margin: 0 auto;
}

section.section-research-glance {
  z-index: 2;
  padding: 0 0 80px;
}

@media (min-width: 768px) {
  section.section-research-glance {
    padding: 0 0 160px;
  }
}

@media (min-width: 992px) {
  section.section-research-glance {
    padding: 0 0 586px;
  }
}

section.section-research-newsletter {
  padding: 0 0 142px;
}

@media (min-width: 992px) {
  section.section-research-newsletter {
    padding: 0 0 200px;
  }
}

section.section-farm-hero {
  padding: 273px 0 74px;
}

@media (min-width: 576px) {
  section.section-farm-hero {
    padding: 256px 0 68px;
  }
}

@media (min-width: 992px) {
  section.section-farm-hero {
    padding: 250px 0 88px;
  }
}

section.section-farm-service {
  padding: 0 0 140px;
}

@media (min-width: 992px) {
  section.section-farm-service {
    padding: 0 0 298px;
  }
}

section.section-farm-video {
  z-index: 2;
  padding: 0 0 130px;
}

@media (min-width: 992px) {
  section.section-farm-video {
    padding: 0 0 338px;
  }
}

section.section-farm-video .section-title {
  max-width: 500px;
  margin: 0 auto;
}

section.section-farm-bill {
  z-index: 2;
  padding: 0 0 100px;
}

section.section-farm-market {
  z-index: 2;
  padding: 0 0 80px;
}

@media (min-width: 768px) {
  section.section-farm-market {
    padding: 0 0 120px;
  }
}

@media (min-width: 992px) {
  section.section-farm-market {
    padding: 0 0 245px;
  }
}

section.section-farm-newsletter {
  padding: 0 0 200px;
}

section.section-extraction-hero {
  padding: 273px 0 74px;
}

@media (min-width: 576px) {
  section.section-extraction-hero {
    padding: 256px 0 20px;
  }
}

@media (min-width: 992px) {
  section.section-extraction-hero {
    padding: 250px 0 122px;
  }
}

section.section-extraction-service {
  z-index: 2;
  padding: 0 0 86px;
}

@media (min-width: 576px) {
  section.section-extraction-service {
    padding: 0 0 402px;
  }
}

@media (min-width: 992px) {
  section.section-extraction-service {
    padding: 0 0 804px;
  }
}

section.section-extraction-newsletter {
  padding: 0 0 142px;
}

@media (min-width: 992px) {
  section.section-extraction-newsletter {
    padding: 0 0 200px;
  }
}

section.section-news-hero {
  padding: 273px 0 74px;
}

@media (min-width: 576px) {
  section.section-news-hero {
    padding: 256px 0 68px;
  }
}

@media (min-width: 992px) {
  section.section-news-hero {
    padding: 250px 0 119px;
  }
}

section.section-news-update {
  z-index: 2;
  padding: 0 0 80px;
}

@media (min-width: 768px) {
  section.section-news-update {
    padding: 0 0 160px;
  }
}

@media (min-width: 992px) {
  section.section-news-update {
    padding: 0 0 410px;
  }
}

section.section-news-newsletter {
  z-index: 1;
  padding: 0 0 80px;
}

@media (min-width: 992px) {
  section.section-news-newsletter {
    padding: 0 0 200px;
  }
}

section.section-career-hero {
  padding: 273px 0 74px;
}

@media (min-width: 576px) {
  section.section-career-hero {
    padding: 256px 0 136px;
  }
}

@media (min-width: 992px) {
  section.section-career-hero {
    padding: 250px 0 270px;
  }
}

section.section-career-service {
  z-index: 2;
  padding: 0 0 80px;
}

@media (min-width: 576px) {
  section.section-career-service {
    padding: 0 0 300px;
  }
}

@media (min-width: 992px) {
  section.section-career-service {
    padding: 0 0 618px;
  }
}

section.section-career-newsletter {
  z-index: 1;
  padding: 0 0 80px;
}

@media (min-width: 992px) {
  section.section-career-newsletter {
    padding: 0 0 200px;
  }
}

section.section-press-hero {
  padding: 273px 0 74px;
}

@media (min-width: 576px) {
  section.section-press-hero {
    padding: 256px 0 68px;
  }
}

@media (min-width: 992px) {
  section.section-press-hero {
    padding: 250px 0 119px;
  }
}

section.section-press-update {
  z-index: 2;
  padding: 0 0 80px;
}

@media (min-width: 768px) {
  section.section-press-update {
    padding: 0 0 160px;
  }
}

@media (min-width: 992px) {
  section.section-press-update {
    padding: 0 0 458px;
  }
}

section.section-press-newsletter {
  z-index: 1;
  padding: 0 0 80px;
}

@media (min-width: 992px) {
  section.section-press-newsletter {
    padding: 0 0 200px;
  }
}

section.section-contact-hero {
  padding: 273px 0 50px;
}

@media (min-width: 576px) {
  section.section-contact-hero {
    padding: 256px 0 68px;
  }
}

@media (min-width: 992px) {
  section.section-contact-hero {
    padding: 250px 0 175px;
  }
}

section.section-contact-form {
  z-index: 2;
  padding: 0 0 80px;
}

@media (min-width: 768px) {
  section.section-contact-form {
    padding: 0 0 160px;
  }
}

@media (min-width: 992px) {
  section.section-contact-form {
    padding: 0 0 217px;
  }
}

section.section-contact-newsletter {
  z-index: 1;
  padding: 0 0 80px;
}

@media (min-width: 992px) {
  section.section-contact-newsletter {
    padding: 0 0 200px;
  }
}

section.section-product-hero {
  padding: 273px 0 74px;
}

@media (min-width: 576px) {
  section.section-product-hero {
    padding: 256px 0 68px;
  }
}

@media (min-width: 992px) {
  section.section-product-hero {
    padding: 250px 0 89px;
  }
}

section.section-product-service {
  z-index: 2;
  padding: 0 0 146px;
}

@media (min-width: 992px) {
  section.section-product-service {
    padding: 0 0 668px;
  }
}

section.section-product-newsletter {
  z-index: 1;
  padding: 0 0 80px;
  margin-top: 8em;
}

@media (min-width: 992px) {
  section.section-product-newsletter {
    padding: 0 0 200px;
  }
}

section.section-page-newsletter {
  z-index: 1;
  padding: 0 0 80px;
  margin-top: 8em;
}

@media (min-width: 992px) {
  section.section-page-newsletter {
    padding: 0 0 200px;
	margin-top: 30em;
  }
}

.section-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  height: 100%;
}

.section-bg-fluid {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.section-title h2 {
  margin: 0;
  font-size: 27px;
  font-weight: 900;
  line-height: 37px;
  letter-spacing: .72px;
  color: #232d42;
}

@media (min-width: 992px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1.07px;
  }
}

.section-title h3 {
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #232d42;
}

.custom-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5px;
}

.custom-container-service {
  max-width: 1052px;
  padding: 0 5px;
}

.link {
  font-size: 15px;
  font-weight: 800;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.link-green {
  color: #7fb84d;
}

.link-green:hover {
  color: #7fb84d;
}

.link:hover {
  opacity: .75;
  text-decoration: none;
}

.hero-hexagon-big {
  position: absolute;
  top: -479px;
  left: 472px;
  width: 647px;
}

@media (min-width: 576px) {
  .hero-hexagon-big {
    top: -768px;
    left: 320px;
    width: 980px;
  }
}

@media (min-width: 992px) {
  .hero-hexagon-big {
    top: -1295px;
    left: 85px;
    width: 1544px;
  }
}

.hero-hexagon-big img {
  display: block;
  width: 100%;
}

.hero-hexagon-small {
  position: absolute;
  top: -245px;
  left: 460px;
  width: 342px;
}

@media (min-width: 576px) {
  .hero-hexagon-small {
    left: 360px;
  }
}

@media (min-width: 992px) {
  .hero-hexagon-small {
    top: -230px;
    left: 446px;
    width: 402px;
  }
}

.hero-hexagon-small img {
  display: block;
  width: 100%;
}

.newsletter-ornamen {
  position: absolute;
  z-index: 1;
  top: -104px;
  left: 150px;
  width: 979px;
}

@media (min-width: 576px) {
  .newsletter-ornamen {
    top: -328px;
  }
}

@media (min-width: 992px) {
  .newsletter-ornamen {
    top: -528px;
    left: -234px;
    width: 1398px;
  }
}

@media (min-width: 992px) {
  .newsletter-ornamen-page {
    top: -460px;
  }
}

.newsletter-ornamen img {
  display: block;
  width: 100%;
}

.timeline-about {
  margin-top: 70px;
}

.timeline-about .timeline-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  border-radius: 36px;
}

@media (min-width: 768px) {
  .timeline-about .timeline-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.timeline-about .timeline-item + .timeline-item {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .timeline-about .timeline-item + .timeline-item {
    margin-top: 40px;
  }
}

.timeline-about .timeline-item:before {
  display: none;
}

@media (min-width: 768px) {
  .timeline-about .timeline-item:before {
    display: block;
  }
}

.timeline-about .timeline-text {
  width: 100%;
  margin-top: 25px;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .timeline-about .timeline-text {
    width: calc(100% - 101px);
    margin-top: 0;
    padding-top: 26px;
    padding-left: 47px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .timeline-commercial .timeline-item + .timeline-item {
    margin-top: 20px;
  }
}

.timeline-commercial .timeline-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .timeline-commercial .timeline-text {
    padding-left: 47px;
  }
}

.timeline-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-item:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50px;
  left: 45px;
  width: 10px;
  height: 100%;
  background-color: #eeeff5;
}

.timeline-item + .timeline-item {
  margin-top: 40px;
}

.timeline-item:last-child:before {
  display: none;
}

.timeline-point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 101px;
  height: 109px;
}

.timeline-point span {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: .48px;
  color: #6384F8;
}

.timeline-point img {
  position: relative;
  z-index: 2;
  width: 50px;
}

.timeline-point:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/timeline-hexagon-outer.png");
  background-size: 100% auto;
}

.timeline-point:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 111px;
  height: 117px;
  background-image: url("../images/timeline-hexagon-inner.png");
  background-size: 100% auto;
}

.timeline-text {
  width: calc(100% - 101px);
  padding-top: 26px;
  padding-left: 47px;
}

.timeline-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .timeline-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

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

.hexagon-list ul li {
  position: relative;
  padding: 64px 26px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  border-radius: 36px;
}

@media (min-width: 992px) {
  .hexagon-list ul li {
    padding: 0 0 0 32px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.hexagon-list ul li:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../images/hexagon-dot-list.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 992px) {
  .hexagon-list ul li:before {
    top: 10px;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.hexagon-list ul li span {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  text-align: center;
  color: #737B8B;
}

@media (min-width: 992px) {
  .hexagon-list ul li span {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
    text-align: left;
  }
}

.hexagon-list ul li + li {
  margin: 20px 0 0;
}

.btn {
  position: relative;
  top: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.btn-blue {
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #6384f8;
  border: 0;
  border-radius: 30px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(99, 132, 248, 0.2);
  box-shadow: 0 20px 30px 0 rgba(99, 132, 248, 0.2);
}

.btn-blue.btn-sm {
    padding: .375rem .75rem;
    font-size: .8rem;
    line-height: 1.5;
}

.btn-blue:hover {
  color: #fff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(99, 132, 248, 0.2);
  box-shadow: 0 30px 30px 0 rgba(99, 132, 248, 0.2);
}

.btn-blue:focus {
  -webkit-box-shadow: 0 20px 30px 0 rgba(99, 132, 248, 0.2);
  box-shadow: 0 20px 30px 0 rgba(99, 132, 248, 0.2);
}

.btn-green {
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #52a459;
  border: 0;
  border-radius: 30px;
}

.btn-green:hover {
  color: #fff;
}

.btn-green:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green-secondary {
  color: #7fb84d;
  background-color: #e7f4db;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green-secondary:hover {
  color: #7fb84d;
}

.btn:hover {
  top: -5px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

input.form-control,
textarea.form-control {
  padding: 22px 35px 23px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .4px;
  color: #737B8B;
  background-color: #EFF6F8;
  border: 0;
  border-radius: 20px;
}

input.form-control:focus,
textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #EFF6F8;
}

textarea.form-control {
  height: 215px;
  resize: none;
}

.form-group {
  margin: 0;
}

.form-group + .form-group {
  margin-top: 30px;
}

.modal.leadership-modal .modal-dialog {
  width: 100%;
  max-width: 1040px;
  margin: 0;
}

@media (min-width: 576px) {
  .modal.leadership-modal .modal-dialog {
    padding: 0 20px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 992px) {
  .modal.leadership-modal .modal-content {
    border-radius: 40px;
  }
}

.modal.leadership-modal .modal-body {
  padding: 60px 30px;
}

@media (min-width: 992px) {
  .modal.leadership-modal .modal-body {
    padding: 84px 40px;
  }
}

.modal.leadership-modal .modal-leadership {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .modal.leadership-modal .modal-leadership {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.modal.leadership-modal .modal-leadership-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (min-width: 992px) {
  .modal.leadership-modal .modal-leadership-close {
    top: 40px;
    right: 40px;
  }
}

.modal.leadership-modal .modal-leadership-close:hover {
  opacity: .75;
}

.modal.leadership-modal .modal-leadership-close img {
  display: block;
  max-width: 24px;
}

.modal.leadership-modal .modal-leadership-image {
  position: relative;
}

@media (min-width: 992px) {
  .modal.leadership-modal .modal-leadership-image {
    width: 348px;
  }
}

.modal.leadership-modal .modal-leadership-image-wrapper {
  width: 223px;
  margin: 0 auto;
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#modal-leadership-hexagon-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#modal-leadership-hexagon-mobile);
}

@media (min-width: 576px) {
  .modal.leadership-modal .modal-leadership-image-wrapper {
    width: 319px;
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#modal-leadership-hexagon-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#modal-leadership-hexagon-desktop);
  }
}

.modal.leadership-modal .modal-leadership-image-wrapper img {
  display: block;
  width: 243px;
}

@media (min-width: 576px) {
  .modal.leadership-modal .modal-leadership-image-wrapper img {
    width: 348px;
  }
}

.modal.leadership-modal .modal-leadership-image svg {
  position: absolute;
}

.modal.leadership-modal .modal-leadership-text {
  margin-top: 40px;
  padding-left: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .modal.leadership-modal .modal-leadership-text {
    margin-top: 0;
    padding-left: 40px;
    text-align: left;
  }
}

.modal.leadership-modal .modal-leadership-text h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: .53px;
}

.modal.leadership-modal .modal-leadership-text h3 {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: #737B8B;
}

.modal.leadership-modal .modal-leadership-text p {
  margin: 30px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .4px;
  color: #737B8B;
}

.about-leadership-wrapper .card-header .card-title h3 {
display:block;
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: .53px;
	cursor: pointer;
}
	.accordion .card-header .card-title h3:before {
		font-family: 'Font Awesome 5 Free';  
		content: "\f146";
		float: right;
		color:#6384f8;
		cursor: pointer;
	}
	.accordion .card-header.collapsed .card-title h3:before {
		/* symbol for "collapsed" panels */
		content: "\f0fe"; 
	}
@media (min-width: 768px) {
	.about-leadership-wrapper .card-header .card-title h3 {
		display:inline;
		 font-size: 20px;
		 line-height: 30px;
	}
	.about-leadership-wrapper .card-header .card-title span:before {
		content: " - "
	}
	
}
.about-leadership-wrapper .accordion>.card:first-of-type  {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.about-leadership-wrapper .card-header .card-title span {
display:inline;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .53px;
}
.about-leadership-wrapper .card-body p {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .4px;
  color: #737B8B;
}

header {
  position: absolute;
  top: 47; /* 0 default topbar */
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 20px 0;
}

@media (min-width: 576px) {
  header {
    padding: 0px 0; /* 30px 0 default topbar */
  }
}

.header-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5px;
}

.header-logo {
  position: relative;
  z-index: 1;
}

.header-logo a img {
  max-height: 40px;
}

@media (min-width: 576px) {
  .header-logo a img {
    max-height: 50px;
  }
}

.header-menu {
  position: relative;
  z-index: 1;
}

.header-menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 992px) {
  .header-menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.header-menu ul li {
  position: relative;
  text-align: center;
}
.header-menu ul li ul li {

  text-align: left;
}

@media (min-width: 992px) {
  .header-menu ul li {
    text-align: left;
  }
}

.header-menu ul li a {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #6d6e84;
}

.header-menu ul li:hover ul.dropdown-menu {
  display: block;
	text-align: left;
}

.header-menu .dropdown-item.active, 
.header-menu .dropdown-item:active {
  background-color: #7fb84d;
}

.header-menu .dropdown-item:focus, 
.header-menu .dropdown-item:hover {
  background-color: #e7f4db;
}

@media (min-width: 992px) {
  .header-menu ul li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
  }
}

.header-menu ul li a:hover {
  text-decoration: none;
  opacity: .75;
}

.header-menu ul li + li {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .header-menu ul li + li {
    margin-top: 0;
    margin-left: 40px;
  }
}

.header-menu.open .mobile-menu:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background-color: #6d6e84;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.header-menu.open .mobile-menu:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  background-color: #6d6e84;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.header-menu.open .menu-wrapper {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.mobile-menu {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
}

.mobile-menu:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.mobile-menu:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

.menu-wrapper {
  position: absolute;
  z-index: 0;
  top: -10px;
  right: -10px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  width: calc(100vw - 20px);
  padding: 150px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 52px 0 rgba(26, 28, 49, 0.16);
  box-shadow: 0 0 52px 0 rgba(26, 28, 49, 0.16);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

@media (min-width: 992px) {
  .menu-wrapper {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: auto;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

footer {
  position: relative;
  padding: 20px 0 100px;
}

@media (min-width: 992px) {
  footer {
    padding: 170px 0 155px;
  }
}

.footer-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5px;
}

.footer-logo img {
  display: inline-block;
  max-height: 50px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0;
}

@media (min-width: 992px) {
  .footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer-company {
  width: 100%;
  
}

@media (min-width: 992px) {
  .footer-company {
 
  }
}

.footer-company p {
  margin: 0;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: .48px;
}

.footer-company .btn {
  margin: 40px 0 0;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 484px;
  margin-top: 60px;
}

@media (min-width: 576px) {
  .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .footer-menu {
    margin-top: 0;
  }
}

.footer-menu p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: .48px;
  color: #232d42;
}

.footer-bg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 1611px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebf5f7));
  background-image: -o-linear-gradient(top, #fff, #ebf5f7);
  background-image: linear-gradient(180deg, #fff, #ebf5f7);
}

.footer-ornamen {
	position: absolute;
}
.footer-ornamen img {
  position: relative;
  z-index: 1;
  top: 400px;
  right: -500px;
  width: 728px;
}

@media (min-width: 992px) {
  .footer-ornamen img {
    top: 600px;
    right: -1200px;
    width: 1042px;
  }
}


.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 576px) {
  .footer-social ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-social ul li a {
  position: relative;
  top: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.footer-social ul li a img {
  display: block;
  width: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 22px 24px 0 rgba(97, 107, 129, 0.09);
  box-shadow: 0 22px 24px 0 rgba(97, 107, 129, 0.09);
}

.footer-social ul li a:hover {
  top: -5px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.footer-social ul li a:link,
.footer-social ul li a:visited,
.footer-copywrite a:link,
.footer-copywrite a:visited
{
	color:#6384f8;
}
.footer-social ul li a:hover,
.footer-social ul li a:active,
.footer-copywrite a:active,
.footer-copywrite a:hover{
	color:#7182BC;
}


.footer-social ul li + li {
  margin: 0 0 0 10px;
}

.footer-copywrite {
	padding: 5em 0; 
	text-align: center; 
	font-size:15px;
}
.kentucky-proud-logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding-top: 15px;
}
.menu-group p {
	font-size: 15px;
}
.menu-group > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-group > ul li, .menu-group > p, .menu-group p.hash-tag,.footer-logo,.footer-company   {
  text-align: center;
}

@media (min-width: 576px) {
  .menu-group > ul li,.menu-group > p, .menu-group p.hash-tag,.footer-logo,.footer-company {
    text-align: left;
  }
}

.menu-group > ul li a {
  font-size: 15px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: .48px;
  color: #232d42;
}

.menu-group > ul li a:hover {
  opacity: .75;
  text-decoration: none;
}

.menu-group > ul li + li {
  margin-top: 10px;
}

.menu-group + .menu-group {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .menu-group + .menu-group {
    margin-top: 0;
  }
}

.menu-group + .menu-group.menu-social,.menu-group + .menu-group.menu-contact  {
  margin-top: 40px;
}
.menu-wholesale {
  margin-left: 0;
}

@media (min-width: 576px) {
  .menu-group + .menu-group.menu-social,.menu-group + .menu-group.menu-contact {
    margin-top: 0;
  }
  .menu-wholesale {
 	 margin-left: 35px;
  }
}

.menu-group + .menu-group.menu-social p {
  text-align: center;
}

@media (min-width: 576px) {
  .menu-group + .menu-group.menu-social p {
    text-align: left;
  }
}

.hero-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .hero-desktop {
    display: block;
  }
}

.hero-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .hero-mobile {
    display: none;
  }
}

.hero-buttons {
  margin-top: 40px;
}

.hero-image {
  position: relative;
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#hero-hexagon-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#hero-hexagon-mobile);
}

@media (min-width: 992px) {
  .hero-image {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#hero-hexagon-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#hero-hexagon-desktop);
  }
}

.hero-image:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 394px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, black, rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0));
  opacity: .6;
}

@media (min-width: 992px) {
  .hero-image:before {
    top: 370px;
    height: 516px;
  }
}

.home-hero-text {
	
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .home-hero-text {
    margin: 0;
  }
}

.home-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}
.home-hero-text h1 sup {
	position: relative;
	font-size: 25px;
	font-weight: 400;
}

@media (min-width: 992px) {
  .home-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.home-hero-text p {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .home-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.home-hero-bg-green {
  position: absolute;
  z-index: 1;
  top: 61px;
  left: -360px;
  width: 381px;
  height: 427px;
}

@media (min-width: 992px) {
  .home-hero-bg-green {
    top: -379px;
    left: -686px;
    width: 762px;
    height: 854px;
  }
}

.home-hero-bg-green img {
  display: block;
  width: 100%;
}

.home-hero-bg-blue {
  position: absolute;
  z-index: 1;
  top: 193px;
  right: -222px;
  width: 381px;
  height: 427px;
}

@media (min-width: 768px) {
  .home-hero-bg-blue {
    right: -120px;
  }
}

@media (min-width: 992px) {
  .home-hero-bg-blue {
    top: 162px;
    right: -332px;
    width: 762px;
    height: 854px;
  }
}

@media (min-width: 1200px) {
  .home-hero-bg-blue {
    top: 212px;
    right: -132px;
  }
}

.home-hero-bg-blue img {
  display: block;
  width: 100%;
}

.home-hero-image {
  position: absolute;
  z-index: 2;
  top: -42px;
  right: -302px;
  width: 546px;
  height: 616px;
}

@media (min-width: 768px) {
  .home-hero-image {
	 
    right: -200px;
  }
}

@media (min-width: 992px) {
  .home-hero-image {
    top: -430px;
    right: -538px;
    width: 1166px;
    height: 1316px;
  }
}

@media (min-width: 1200px) {
  .home-hero-image {
    top: -380px;
    right: -338px;
  }
}

.home-hero-image img {
  position: absolute;
  z-index: 0;
  top: 42px;
  display: block;
  width: calc(100% + 30px);
}

@media (min-width: 992px) {
  .home-hero-image img {
    width: 100%;
    top: 320px;
  }
}

.home-update {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin-top: 50px;
  margin-left: -20px;
}

@media (min-width: 992px) {
  .home-update {
    overflow: initial;
    width: 100%;
    margin-top: 76px;
    margin-left: 0;
  }
}

.service-wrapper + .service-wrapper {
  margin-top: 90px;
}

@media (min-width: 992px) {
  .service-wrapper + .service-wrapper {
    margin-top: 224px;
  }
}

.service-wrapper-about + .service-wrapper-about {
  margin-top: 132px;
}

@media (min-width: 992px) {
  .service-wrapper-about + .service-wrapper-about {
    margin-top: 373px;
  }
}

.service-wrapper-product + .service-wrapper-product {
  margin-top: 132px;
}

@media (min-width: 992px) {
  .service-wrapper-product + .service-wrapper-product {
    margin-top: 556px;
  }
}

.service-text {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 992px) {
  .service-text {
    width: 494px;
  }
}

.service-text img {
  display: inline-block;
  width: 72px;
  margin-bottom: 15px;
}

.service-text h2 {
  max-width: 576px;
  margin: 0 auto;
  font-size: 27px;
  font-weight: 900;
  line-height: 37px;
  letter-spacing: .72px;
  color: #232d42;
}

@media (min-width: 992px) {
  .service-text h2 {
    max-width: 100%;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1.07px;
  }
}

.service-text p {
  max-width: 576px;
  margin: 30px auto 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .37px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .service-text p {
    max-width: 100%;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.service-text .btn {
  margin: 40px 0 0;
}

.service-image {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .service-image {
    width: calc(100% - 494px);
    max-width: 100%;
  }
}

.service-image-solid {
  margin-bottom: 86px;
}

@media (min-width: 992px) {
  .service-image-solid {
    margin-bottom: 0;
  }
}

.service-image-solid-career {
  margin-bottom: 156px;
}

@media (min-width: 992px) {
  .service-image-solid-career {
    margin-bottom: 0;
  }
}

.service-image-line {
  margin-bottom: 86px;
}

@media (min-width: 992px) {
  .service-image-line {
    margin-bottom: 0;
  }
}

.service-ornamen-solid {
  position: absolute;
  top: -137px;
  right: -530px;
  width: 727px;
}

@media (min-width: 992px) {
  .service-ornamen-solid {
    top: -348px;
    right: -623px;
    width: 762px;
  }
}

.service-ornamen-solid img {
  display: block;
  width: 100%;
}

.service-ornamen-line {
  position: absolute;
  top: -77px;
  left: -240px;
  width: 574px;
}

@media (min-width: 992px) {
  .service-ornamen-line {
    top: -304px;
    left: -444px;
    width: 940px;
  }
}

.service-ornamen-line img {
  display: block;
  width: 100%;
}

.service-ornamen-product {
  position: absolute;
  width: 582px;
}

@media (min-width: 992px) {
  .service-ornamen-product {
    width: 865px;
  }
}

.service-ornamen-product.ornamen-green {
  top: -56px;
  right: -214px;
}

@media (min-width: 992px) {
  .service-ornamen-product.ornamen-green {
    top: -316px;
    right: -430px;
  }
}

.service-ornamen-product.ornamen-blue {
  top: -56px;
  left: -214px;
}

@media (min-width: 992px) {
  .service-ornamen-product.ornamen-blue {
    top: -316px;
    left: -430px;
  }
}

.service-ornamen-product img {
  display: block;
  width: 100%;
}

.service-product-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .service-product-desktop {
    display: block;
  }
}

.service-product-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .service-product-mobile {
    display: none;
  }
}

.service-product-image {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-product-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-product-mobile);
}

@media (min-width: 992px) {
  .service-product-image {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-product-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-product-desktop);
  }
}

.service-product-image img {
  position: relative;
  left: -40px;
  display: block;
  width: 540px;
}

@media (min-width: 992px) {
  .service-product-image img {
    width: 763px;
  }
}

.service-product-image.product-green img {
  background-color: #7fb84d;
}

.service-product-image.product-blue img {
  background-color: #6384f8;
}

.service-product-image-wrapper {
  position: relative;
  top: 0;
  width: 480px;
}

@media (min-width: 992px) {
  .service-product-image-wrapper {
    position: absolute;
    top: -212px;
    width: 682px;
  }
}

.service-product-image-wrapper.product-wrapper-green {
  right: 0;
}

@media (min-width: 992px) {
  .service-product-image-wrapper.product-wrapper-green {
    right: -340px;
  }
}

.service-product-image-wrapper.product-wrapper-blue {
  left: -160px;
}

@media (min-width: 992px) {
  .service-product-image-wrapper.product-wrapper-blue {
    left: -340px;
  }
}

.service-solid-image {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-mobile);
}

@media (min-width: 992px) {
  .service-solid-image {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-mobile);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-mobile);
  }
}

.service-solid-image img {
  display: block;
  width: 100%;
}

.service-solid-image-wrapper {
  position: relative;
  top: 0;
  right: 95px;
  width: 540px;
}

@media (min-width: 992px) {
  .service-solid-image-wrapper {
    position: absolute;
    top: -5px;
    right: -90px;
    width: 540px;
  }
}

.service-solid-image-wrapper svg {
  position: absolute;
}

.service-solid-image-big {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-big-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-big-mobile);
}

@media (min-width: 992px) {
  .service-solid-image-big {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-big-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-big-desktop);
  }
}

.service-solid-image-big img {
  display: block;
  width: 390px;
}

@media (min-width: 992px) {
  .service-solid-image-big img {
    width: 620px;
  }
}

.service-solid-image-big-wrapper {
  position: relative;
  top: -10px;
  right: -82px;
  width: 344px;
}

@media (min-width: 992px) {
  .service-solid-image-big-wrapper {
    position: absolute;
    top: -218px;
    right: -225px;
    width: 537px;
  }
}

.service-solid-image-big-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
}

.service-solid-image-medium {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-medium-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-medium-mobile);
}

@media (min-width: 992px) {
  .service-solid-image-medium {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-medium-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-medium-desktop);
  }
}

.service-solid-image-medium img {
  display: block;
  width: 166px;
}

@media (min-width: 992px) {
  .service-solid-image-medium img {
    width: 264px;
  }
}

.service-solid-image-medium-wrapper {
  position: absolute;
  top: 292px;
  left: 10px;
  width: 146px;
}

@media (min-width: 992px) {
  .service-solid-image-medium-wrapper {
    top: 252px;
    right: 179px;
    left: auto;
    width: 229px;
  }
}

.service-solid-image-medium-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
}

.service-solid-image-small {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-small-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-small-mobile);
}

@media (min-width: 992px) {
  .service-solid-image-small {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-small-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-small-desktop);
  }
}

.service-solid-image-small img {
  display: block;
  width: 126px;
}

@media (min-width: 992px) {
  .service-solid-image-small img {
    width: 202px;
  }
}

.service-solid-image-small-wrapper {
  position: absolute;
  top: 193px;
  left: -36px;
  width: 112px;
}

@media (min-width: 992px) {
  .service-solid-image-small-wrapper {
    top: 93px;
    right: 293px;
    left: auto;
    width: 175px;
  }
}

.service-solid-image-small-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
}

.service-solid-multiple-image {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-mobile);
}

@media (min-width: 992px) {
  .service-solid-multiple-image {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-solid-hexagon-desktop);
  }
}

.service-solid-multiple-image img {
  display: block;
  width: 100%;
}

.service-solid-multiple-image-wrapper {
  position: relative;
  top: -10px;
  right: 5px;
  width: 384px;
}

@media (min-width: 992px) {
  .service-solid-multiple-image-wrapper {
    position: absolute;
    top: -226px;
    right: -224px;
    width: 610px;
  }
}

.service-solid-multiple-image-wrapper svg {
  position: absolute;
}

.service-line-image {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-line-hexagon-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-line-hexagon-mobile);
}

@media (min-width: 992px) {
  .service-line-image {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-line-hexagon-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#service-line-hexagon-desktop);
  }
}

.service-line-image img {
  display: block;
  width: 100%;
}

.service-line-image-wrapper {
  position: relative;
  left: -172px;
  width: 439px;
}

@media (min-width: 992px) {
  .service-line-image-wrapper {
    position: absolute;
    top: -198px;
    left: -354px;
    width: 763px;
  }
}

.service-line-image-wrapper svg {
  position: absolute;
}

.clinical-trials {
  margin-bottom: 126px;
}

@media (min-width: 992px) {
  .clinical-trials {
    margin-bottom: 0;
  }
}

.clinical-trials-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .clinical-trials-desktop {
    display: block;
  }
}

.clinical-trials-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .clinical-trials-mobile {
    display: none;
  }
}

.clinical-trials-ornamen-blue {
  position: absolute;
  top: 366px;
  left: 267px;
  width: 247px;
  height: 269px;
}

@media (min-width: 992px) {
  .clinical-trials-ornamen-blue {
    top: 645px;
    left: -512px;
    width: 410px;
    height: 448px;
  }
}

.clinical-trials-ornamen-blue img {
  display: block;
  width: 100%;
}

.clinical-trials-ornamen-line {
  position: absolute;
  top: -60px;
  left: -194px;
  width: 499px;
  height: 562px;
}

@media (min-width: 992px) {
  .clinical-trials-ornamen-line {
    top: -255px;
    left: -460px;
    width: 866px;
    height: 975px;
  }
}

.clinical-trials-ornamen-line img {
  display: block;
  width: 100%;
}

.clinical-trials-image {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#clinical-trials-hexagon-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#clinical-trials-hexagon-mobile);
}

@media (min-width: 992px) {
  .clinical-trials-image {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#clinical-trials-hexagon-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#clinical-trials-hexagon-desktop);
  }
}

.clinical-trials-image-wrapper {
  position: relative;
  top: 0;
  left: -140px;
  width: 452px;
  height: 452px;
}

@media (min-width: 992px) {
  .clinical-trials-image-wrapper {
    position: absolute;
    top: -164px;
    left: -420px;
    width: 786px;
    height: 786px;
  }
}

.clinical-trials-image-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
}

.clinical-trials-image img {
  display: block;
  width: 100%;
}

.farming-technology {
  margin-bottom: 231px;
}

@media (min-width: 992px) {
  .farming-technology {
    margin-bottom: 0;
  }
}

.farming-technology-big-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .farming-technology-big-desktop {
    display: block;
  }
}

.farming-technology-big-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .farming-technology-big-mobile {
    display: none;
  }
}

.farming-technology-small-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .farming-technology-small-desktop {
    display: block;
  }
}

.farming-technology-small-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .farming-technology-small-mobile {
    display: none;
  }
}

.farming-technology-image-big {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#farming-technology-hexagon-big-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#farming-technology-hexagon-big-mobile);
}

@media (min-width: 992px) {
  .farming-technology-image-big {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#farming-technology-hexagon-big-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#farming-technology-hexagon-big-desktop);
  }
}

.farming-technology-image-big-wrapper {
  position: relative;
  top: 0;
  left: -36px;
  width: 298px;
}

@media (min-width: 992px) {
  .farming-technology-image-big-wrapper {
    position: absolute;
    top: -77px;
    right: -193px;
    left: auto;
    width: 550px;
  }
}

.farming-technology-image-big img {
  display: block;
  width: 100%;
}

.farming-technology-image-small {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#farming-technology-hexagon-small-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#farming-technology-hexagon-small-mobile);
}

@media (min-width: 992px) {
  .farming-technology-image-small {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#farming-technology-hexagon-small-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#farming-technology-hexagon-small-desktop);
  }
}

.farming-technology-image-small-wrapper {
  position: absolute;
  top: 275px;
  left: 148px;
  width: 182px;
}

@media (min-width: 992px) {
  .farming-technology-image-small-wrapper {
    top: 433px;
    right: -323px;
    left: auto;
    width: 338px;
  }
}

.farming-technology-image-small img {
  display: block;
  width: 100%;
}

.farming-technology-ornamen {
  position: absolute;
  top: 242px;
  left: 118px;
  width: 217px;
  height: 237px;
}

@media (min-width: 992px) {
  .farming-technology-ornamen {
    top: 382px;
    right: -352px;
    left: auto;
    width: 401px;
    height: 438px;
  }
}

.farming-technology-ornamen img {
  display: block;
  width: 100%;
}

.inovators {
  margin-bottom: 125px;
}

@media (min-width: 992px) {
  .inovators {
    margin-bottom: 0;
  }
}

.inovators-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .inovators-desktop {
    display: block;
  }
}

.inovators-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .inovators-mobile {
    display: none;
  }
}

.inovators-ornamen {
  position: absolute;
  top: -40px;
  left: -225px;
  width: 607px;
}

@media (min-width: 992px) {
  .inovators-ornamen {
    top: -125px;
    left: -280px;
    width: 1025px;
  }
}

.inovators-ornamen img {
  display: block;
  width: 100%;
}

.inovators-image {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#inovators-hexagon-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#inovators-hexagon-mobile);
}

@media (min-width: 992px) {
  .inovators-image {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#inovators-hexagon-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#inovators-hexagon-desktop);
  }
}

.inovators-image-wrapper {
  position: relative;
  top: 0;
  left: -202px;
  width: 452px;
}

@media (min-width: 992px) {
  .inovators-image-wrapper {
    position: absolute;
    top: -74px;
    left: -360px;
    width: 780px;
  }
}

.inovators-image img {
  display: block;
  width: 100%;
}

.brand-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .brand-desktop {
    display: block;
  }
}

.brand-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .brand-mobile {
    display: none;
  }
}

.brand-text {
  max-width: 576px;
  margin: 30px auto 0;
}

@media (min-width: 992px) {
  .brand-text {
    max-width: 868px;
  }
}

.brand-text p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .24px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .brand-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.brand-text .btn {
  margin: 40px 0 0;
}

.brand-grid {
  position: relative;
  width: 100%;
  height: 606px;
  margin: 60px 0 0;
}

@media (min-width: 992px) {
  .brand-grid {
    margin: 25px 0 0;
  }
}

.brand-item {
  position: absolute;
}

.brand-item.brand-big {
  width: 149px;
  height: 149px;
}

@media (min-width: 992px) {
  .brand-item.brand-big {
    width: 336px;
    height: 336px;
  }
}

.brand-item.brand-big img {
  left: -6px;
}

.brand-item.brand-semibig {
  width: 149px;
  height: 149px;
}

@media (min-width: 992px) {
  .brand-item.brand-semibig {
    width: 320px;
    height: 320px;
  }
}

.brand-item.brand-semibig img {
  left: -6px;
}

.brand-item.brand-normal {
  width: 149px;
  height: 149px;
}

@media (min-width: 992px) {
  .brand-item.brand-normal {
    width: 287px;
    height: 287px;
  }
}

.brand-item.brand-normal img {
  left: -6px;
}

.brand-item.brand-semismall {
  width: 149px;
  height: 149px;
}

@media (min-width: 992px) {
  .brand-item.brand-semismall {
    width: 248px;
    height: 248px;
  }
}

.brand-item.brand-semismall img {
  left: -6px;
}

.brand-item.brand-small {
  width: 149px;
  height: 149px;
}

@media (min-width: 992px) {
  .brand-item.brand-small {
    width: 222px;
    height: 222px;
  }
}

.brand-item.brand-small img {
  left: -6px;
}

.brand-item.brand-big-1 {
  top: 140px;
  left: calc(50% - 74px);
}

@media (min-width: 992px) {
  .brand-item.brand-big-1 {
    top: 0;
    left: calc(50% + 114px);
  }
}

.brand-item.brand-semibig-1 {
  top: 0;
  left: calc(50% + 7px);
}

@media (min-width: 992px) {
  .brand-item.brand-semibig-1 {
    top: 10px;
    left: calc(50% - 454px);
  }
}

.brand-item.brand-semibig-2 {
  top: 420px;
  left: calc(50% - 237px);
}

@media (min-width: 992px) {
  .brand-item.brand-semibig-2 {
    top: 286px;
    left: calc(50% - 40px);
  }
}

.brand-item.brand-normal-1 {
  top: 420px;
  left: calc(50% + 89px);
}

@media (min-width: 992px) {
  .brand-item.brand-normal-1 {
    top: 300px;
    left: calc(50% + 280px);
  }
}

.brand-item.brand-semismall-1 {
  top: 140px;
  left: calc(50% - 237px);
}

@media (min-width: 992px) {
  .brand-item.brand-semismall-1 {
    top: 71px;
    left: calc(50% - 134px);
  }
}

.brand-item.brand-small-1 {
  top: 280px;
  left: calc(50% + 7px);
}

@media (min-width: 992px) {
  .brand-item.brand-small-1 {
    top: 182px;
    left: calc(50% - 666px);
  }
}

.brand-item.brand-small-2 {
  top: 280px;
  left: calc(50% - 156px);
}

@media (min-width: 992px) {
  .brand-item.brand-small-2 {
    top: 330px;
    left: calc(50% - 476px);
  }
}

.brand-item.brand-small-3 {
  top: 0;
  left: calc(50% - 156px);
}

@media (min-width: 992px) {
  .brand-item.brand-small-3 {
    top: 285px;
    left: calc(50% - 255px);
  }
}

.brand-item.brand-small-4 {
  top: 140px;
  left: calc(50% + 89px);
}

@media (min-width: 992px) {
  .brand-item.brand-small-4 {
    top: 112px;
    left: calc(50% + 450px);
  }
}

.brand-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.brand-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-image-big-1 {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-big-1-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-big-1-mobile);
}

@media (min-width: 992px) {
  .brand-image-big-1 {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-big-1-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-big-1-desktop);
  }
}

.brand-image-big-1:before {
  background-color: #6384F8;
}

.brand-image-semibig-1 {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semibig-1-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semibig-1-mobile);
}

@media (min-width: 992px) {
  .brand-image-semibig-1 {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semibig-1-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semibig-1-desktop);
  }
}

.brand-image-semibig-1:before {
  background-color: #7FB84D;
}

.brand-image-semibig-2 {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semibig-2-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semibig-2-mobile);
}

@media (min-width: 992px) {
  .brand-image-semibig-2 {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semibig-2-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semibig-2-desktop);
  }
}

.brand-image-semibig-2:before {
  background-color: #7FB84D;
}

.brand-image-normal-1 {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-normal-1-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-normal-1-mobile);
}

@media (min-width: 992px) {
  .brand-image-normal-1 {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-normal-1-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-normal-1-desktop);
  }
}

.brand-image-normal-1:before {
  background-color: #B2DB8E;
}

.brand-image-semismall-1 {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semismall-1-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semismall-1-mobile);
}

@media (min-width: 992px) {
  .brand-image-semismall-1 {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semismall-1-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-semismall-1-desktop);
  }
}

.brand-image-semismall-1:before {
  background-color: #B8C7FF;
}

.brand-image-small-1 {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-1-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-1-mobile);
}

@media (min-width: 992px) {
  .brand-image-small-1 {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-1-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-1-desktop);
  }
}

.brand-image-small-1:before {
  background-color: #6384F8;
}

.brand-image-small-2 {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-2-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-2-mobile);
}

@media (min-width: 992px) {
  .brand-image-small-2 {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-2-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-2-desktop);
  }
}

.brand-image-small-2:before {
  background-color: #B2DB8E;
}

.brand-image-small-3 {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-3-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-3-mobile);
}

@media (min-width: 992px) {
  .brand-image-small-3 {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-3-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-3-desktop);
  }
}

.brand-image-small-3:before {
  background-color: #6384F8;
}

.brand-image-small-4 {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-4-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-4-mobile);
}

@media (min-width: 992px) {
  .brand-image-small-4 {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-4-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#brand-hexagon-small-4-desktop);
  }
}

.brand-image-small-4:before {
  background-color: #7FB84D;
}

.update-wrapper {
  position: relative;
  overflow: auto;
  width: 100%;
  margin-bottom: -50px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .update-wrapper {
    overflow: initial;
  }
}

.update-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  width: 944px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .update-grid {
    width: 1020px;
  }
}

@media (min-width: 992px) {
  .update-grid {
    width: 100%;
    grid-gap: 40px;
  }
}

.update-item {
  position: relative;
  border-radius: 36px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(26, 28, 49, 0.06);
  box-shadow: 0 20px 20px 0 rgba(26, 28, 49, 0.06);
}

@media (min-width: 992px) {
  .update-item {
    border-radius: 40px;
    -webkit-box-shadow: 0 52px 1242px 0 rgba(26, 28, 49, 0.06);
    box-shadow: 0 52px 1242px 0 rgba(26, 28, 49, 0.06);
  }
}

.update-item > span {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 22px;
  display: block;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: .87px;
  background-color: #fff;
  border-radius: 21px;
}

@media (min-width: 992px) {
  .update-item > span {
    top: 25px;
    left: 25px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

.update-item > span.badge-image {
  padding: 8px 12px;
}

.update-item > span.badge-image img {
  display: block;
  max-height: 30px;
}

.update-item > img {
  display: block;
  width: 100%;
  border-radius: 36px 36px 0 0;
}

@media (min-width: 992px) {
  .update-item > img {
    border-radius: 40px 40px 0 0;
  }
}

.update-text {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  padding: 28px 22px 37px;
  background-color: #fff;
  border-radius: 36px;
}

@media (min-width: 992px) {
  .update-text {
    padding: 30px 25px 40px;
    border-radius: 40px;
  }
}

.update-text span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: .35px;
  color: #9ca3b1;
}

@media (min-width: 992px) {
  .update-text span {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .4px;
  }
}

.update-text h3 {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
  letter-spacing: .48px;
  color: #232d42;
}

@media (min-width: 992px) {
  .update-text h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .53px;
  }
}

.update-text p {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: .35px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .update-text p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .4px;
  }
}

.update-text a {
  display: inline-block;
  margin: 25px 0 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: .93px;
}
.update-text a:active,.update-text a:hover {
	text-decoration: none;
	opacity: 0.8;
} 

@media (min-width: 992px) {
  .update-text a {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
  }
}

.update-pagination {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0;
  width: 100%;
  flex-wrap: wrap;
}

.update-pagination a.page-numbers {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  color: #737B8B;
}

.update-pagination a.page-numbers:hover {
  opacity: .75;
  text-decoration: none;
}

.update-pagination a.page-numbers.current {
  color: #fff;
  background-color: #6384f8;
}

.update-pagination a.page-numbers.current:hover {
  opacity: 1;
} 

.update-pagination a.page-numbers.next,
.update-pagination a.page-numbers.prev {
  height: 60px;
  width: auto;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  position: relative;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #232d42;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(21,34,63,0.08);
  box-shadow: 0 10px 40px 0 rgba(21,34,63,0.08);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.update-pagination a.page-numbers.next:hover,
.update-pagination a.page-numbers.prev:hover {
  top: -5px;
  text-decoration: none;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

@media all and (max-width: 768px){
  .update-pagination a.page-numbers {
    font-size: 13px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
  
  .update-pagination a.page-numbers.next,
  .update-pagination a.page-numbers.prev {
    height: 36px;
    border-radius: 18px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    position: relative;
  }
}
/* 
.update-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.update-pagination ul li a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  color: #737B8B;
  background-color: transparent;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .update-pagination ul li a {
    width: 60px;
    height: 60px;
    padding: 20px 0;
    font-size: 15px;
    border-radius: 30px;
  }
}

.update-pagination ul li a:hover {
  opacity: .75;
  text-decoration: none;
}

.update-pagination ul li.active a {
  color: #fff;
  background-color: #6384f8;
}

.update-pagination ul li.active a:hover {
  opacity: 1;
}

.update-pagination ul li:nth-child(n+4) {
  display: none;
}

@media (min-width: 576px) {
  .update-pagination ul li:nth-child(n+4) {
    display: block;
  }
}

.update-pagination ul li + li {
  margin: 0 0 0 5px;
}

@media (min-width: 768px) {
  .update-pagination ul li + li {
    margin: 0 0 0 10px;
  }
}

.update-pagination ul li + .update-pagination ul li {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .update-pagination ul li + .update-pagination ul li {
    margin-left: 15px;
  }
}

.update-pagination ul li > a {
  cursor: pointer;
  position: relative;
  top: 0;
  display: block;
  height: 40px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #232d42;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(21, 34, 63, 0.08);
  box-shadow: 0 10px 40px 0 rgba(21, 34, 63, 0.08);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

@media (min-width: 768px) {
  .update-pagination ul li > a {
    height: 60px;
    padding: 20px 25px;
    font-size: 15px;
    border-radius: 30px;
  }
}

.update-pagination ul li > a:hover {
  top: -5px;
  text-decoration: none;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
} */

.newsletter {
  position: relative;
  z-index: 1;
  padding: 35px 20px;
  background-color: #fff;
  border-radius: 36px;
  -webkit-box-shadow: 0 52px 1242px 0 rgba(26, 28, 49, 0.06);
  box-shadow: 0 52px 1242px 0 rgba(26, 28, 49, 0.06);
}

@media (min-width: 576px) {
  .newsletter {
    padding: 40px 56px 50px;
    border-radius: 40px;
  }
}

.newsletter-form {
  max-width: 558px;
  margin: 40px auto 0;
  background-color: transparent;
  border-radius: 40px;
}

@media (min-width: 576px) {
  .newsletter-form {
    margin: 25px auto 0;
    background-color: #eff6f8;
  }
}

.newsletter-form .form-control {
  padding: 15px 30px;
  min-height: 60px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .4px;
  color: #737b8b;
  background-color: #eff6f8;
  border: 0;
  border-radius: 40px;
}

@media (min-width: 576px) {
  .newsletter-form .form-control {
    background-color: transparent;
  }
}

.newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.newsletter-form .btn {
  margin-top: 40px;
  padding: 20px 10px;
  min-width: 146px;
}

@media (min-width: 576px) {
  .newsletter-form .btn {
    margin-top: 0;
  }
}

.newsletter-form .btn-blue:hover {
  top: 0;
  -webkit-box-shadow: 0 20px 30px 0 rgba(99, 132, 248, 0.2);
  box-shadow: 0 20px 30px 0 rgba(99, 132, 248, 0.2);
}

.newsletter-form .btn-blue:focus {
  -webkit-box-shadow: 0 20px 30px 0 rgba(99, 132, 248, 0.2);
  box-shadow: 0 20px 30px 0 rgba(99, 132, 248, 0.2);
}

.newsletter h2 {
  max-width: 156px;
  margin: 0 auto;
  font-size: 27px;
  font-weight: 900;
  line-height: 37px;
  letter-spacing: .72px;
  text-align: center;
  color: #232d42;
}

@media (min-width: 768px) {
  .newsletter h2 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .newsletter h2 {
    margin: 0;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1.07px;
  }
}

.newsletter p {
  margin: 35px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .4px;
  color: #737B8B;
}

.newsletter p a {
  color: #7fb84d;
}

.newsletter p a:hover {
  opacity: .75;
  text-decoration: none;
}

.about-hero-text {
  max-width: 408px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .about-hero-text {
    margin: 0;
  }
}

.about-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}

@media (min-width: 992px) {
  .about-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.about-hero-text p {
  max-width: 326px;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .about-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.about-history-ornamen {
  position: absolute;
  top: 1015px;
  right: -498px;
  width: 618px;
}

.about-history-ornamen img {
  display: block;
  width: 100%;
}

.about-leadership {
  max-width: 924px;
}

@media (min-width: 992px) {
  .about-leadership {
    margin: 30px auto 0;
  }
}

.about-leadership-ornamen {
  position: absolute;
  top: 560px;
  left: -310px;
  width: 410px;
}

.about-leadership-ornamen img {
  display: block;
  width: 100%;
}

.about-leadership-container {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
}

@media (min-width: 992px) {
  .about-leadership-container {
    width: 100%;
    margin-left: 0;
  }
}

.about-leadership-wrapper {
  position: relative;
  overflow: auto;
  width: 100%;
  margin-bottom: -50px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.about-leadership-grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
}

@media (min-width: 992px) {
  .about-leadership-grid {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: initial;
    padding: 0;
  }
}

.about-leadership-item {
  width: 288px;
  padding: 35px 28px;
  background-color: #fff;
  border-radius: 36px;
  -webkit-box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
}

.about-leadership-item + .about-leadership-item {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .about-leadership-item + .about-leadership-item {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .about-leadership-item + .about-leadership-item {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .about-leadership-item {
    width: 100%;
    padding: 20px 35px 50px;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.about-leadership-item h3 {
  margin: 40px 0 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: .53px;
  color: #232d42;
}

.about-leadership-item p {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .4px;
  color: #737B8B;
}

.about-leadership-item span {
  cursor: pointer;
  display: inline-block;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #6384f8;
}

.about-leadership-item span:hover {
  opacity: .75;
}

.about-leadership-image {
  width: 204px;
  margin: 0 auto;
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#leadership-hexagon);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#leadership-hexagon);
}

.about-leadership-image img {
  display: block;
  width: 100%;
}

.about-leadership-mask {
  position: absolute;
}

.research-hero-text {
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .research-hero-text {
    margin: 0;
  }
}

.research-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}

@media (min-width: 992px) {
  .research-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.research-hero-text p {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .research-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.commercial-wrapper {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .commercial-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.commercial-ornamen {
  position: absolute;
  top: 1306px;
  left: 801px;
  width: 142px;
}

@media (min-width: 768px) {
  .commercial-ornamen {
    top: 776px;
    left: 301px;
  }
}

@media (min-width: 992px) {
  .commercial-ornamen {
    top: 926px;
    left: 451px;
  }
}

.commercial-ornamen img {
  display: block;
  width: 100%;
}

.commercial-timeline {
  width: 100%;
  margin-top: 200px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  border-radius: 36px;
}

@media (min-width: 768px) {
  .commercial-timeline {
    width: 459px;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.commercial-image {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .commercial-image {
    width: calc(100% - 459px);
    max-width: 100%;
    margin: 0;
  }
}

.commercialization {
  margin-bottom: 231px;
}

@media (min-width: 992px) {
  .commercialization {
    margin-bottom: 0;
  }
}

.commercialization-big-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .commercialization-big-desktop {
    display: block;
  }
}

.commercialization-big-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .commercialization-big-mobile {
    display: none;
  }
}

.commercialization-small-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .commercialization-small-desktop {
    display: block;
  }
}

.commercialization-small-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .commercialization-small-mobile {
    display: none;
  }
}

.commercialization-image-big {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#commercialization-hexagon-big-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#commercialization-hexagon-big-mobile);
}

@media (min-width: 992px) {
  .commercialization-image-big {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#commercialization-hexagon-big-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#commercialization-hexagon-big-desktop);
  }
}

.commercialization-image-big-wrapper {
  position: relative;
  top: 0;
  left: -36px;
  width: 298px;
}

@media (min-width: 992px) {
  .commercialization-image-big-wrapper {
    position: absolute;
    top: 0;
    right: -142px;
    left: auto;
    width: 550px;
  }
	.section-research-glance .commercialization-image-big-wrapper {
		position: relative;
		right: 0px;
	}
}

.commercialization-image-big img {
  display: block;
  width: 100%;
}

.commercialization-image-small {
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#commercialization-hexagon-small-mobile);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#commercialization-hexagon-small-mobile);
}

@media (min-width: 992px) {
  .commercialization-image-small {
    -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#commercialization-hexagon-small-desktop);
    clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#commercialization-hexagon-small-desktop);
  }
}

.commercialization-image-small-wrapper {
  position: absolute;
  top: 275px;
  left: 148px;
  width: 182px;
}

@media (min-width: 992px) {
  .commercialization-image-small-wrapper {
    top: 500px;
    right: -312px;
    left: auto;
    width: 338px;
  }
}

.commercialization-image-small img {
  display: block;
  width: 100%;
}

.commercialization-ornamen {
  position: absolute;
  top: 242px;
  left: 118px;
  width: 217px;
  height: 237px;
}

@media (min-width: 992px) {
  .commercialization-ornamen {
    top: 450px;
    right: -342px;
    left: auto;
    width: 401px;
    height: 438px;
  }
}

.commercialization-ornamen img {
  display: block;
  width: 100%;
}

.glance-ornamen {
  position: absolute;
  top: 444px;
  left: -310px;
  width: 410px;
}

.glance-ornamen img {
  display: block;
  width: 100%;
}

.research-main-logo img {
  display: block;
  width: 100%;
  max-width: 266px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .research-main-logo img {
    margin: 0;
  }
}

.research-logo {
  margin: 80px 0 0;
}

@media (min-width: 992px) {
  .research-logo {
    margin: 40px 0 0;
  }
}

.research-logo img {
  display: block;
  width: 100%;
  max-width: 388px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .research-logo img {
    margin: 0;
  }
}

.research-person-mask {
  position: absolute;
}

.research-person-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin: 50px 0 0;
  grid-gap: 20px;
}

@media (min-width: 576px) {
  .research-person-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.research-person-item {
  padding: 50px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  border-radius: 36px;
}

@media (min-width: 992px) {
  .research-person-item {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.research-person-item h3 {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #232d42;
}

.research-person-image {
  width: 193px;
  margin: 0 auto;
  -webkit-clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#research-person-hexagon);
  clip-path: url(https://agtechscientific.com/wp-content/themes/b4st-child/assets/css/child-style.css?ver=1585198460#research-person-hexagon);
}

.research-person-image img {
  display: block;
  width: 204px;
}

.research-glance {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 100px;
}

@media (min-width: 992px) {
  .research-glance {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .research-glance-info {
    padding: 82px 0 0;
  }
}

.research-glance-list {
  margin: 60px 0 0;
}

@media (min-width: 992px) {
  .research-glance-list {
    margin: 30px 0 0;
  }
}

.farm-hero-text {
  max-width: 326px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .farm-hero-text {
    margin: 0;
  }
}

.farm-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}

@media (min-width: 992px) {
  .farm-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.farm-hero-text p {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .farm-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.farm-video {
  position: relative;
  margin-top: 60px;
}

.farm-video-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}

@media (min-width: 992px) {
  .farm-video-play {
    width: 130px;
  }
}

.farm-video-play img {
  display: block;
  width: 100%;
}

.farm-video-thumbnail img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .farm-video-thumbnail img {
    border-radius: 40px;
  }
}

.farm-bill {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  max-width: 920px;
  margin: 60px auto 0;
}

@media (min-width: 768px) {
  .farm-bill {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 0;
  }
}

.farm-bill-ornamen {
  position: absolute;
  top: -437px;
  left: -460px;
  width: 618px;
}

.farm-bill-ornamen img {
  display: block;
  width: 100%;
}

.farm-bill-wrapper {
  margin: 30px 0 0;
  padding: 35px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  border-radius: 36px;
}

@media (min-width: 768px) {
  .farm-bill-wrapper {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.farm-bill-wrapper h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  color: #232d42;
}

.farm-bill-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  text-align: center;
  color: #737B8B;
}

@media (min-width: 768px) {
  .farm-bill-text p {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .farm-bill-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.farm-bill-service {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 70px;
  margin: 100px 0 0;
}

@media (min-width: 768px) {
  .farm-bill-service {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.farm-bill-item {
  text-align: center;
  padding: 0 30px;
}

@media (min-width: 768px) {
  .farm-bill-item {
    padding: 0;
  }
}

.farm-bill-item img {
  display: block;
  max-width: 99px;
  margin: 0 auto;
}

.farm-bill-item h3 {
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  color: #232d42;
}

.farm-market-title h2 {
  max-width: 742px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 900;
  line-height: 53px;
  letter-spacing: .8px;
  text-align: center;
  color: #7fb84d;
}

.farm-market-title span {
  display: block;
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 33px;
  text-align: center;
  color: #737B8B;
}

.farm-market-bars {
  margin: 40px 0 0;
  padding: 50px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 22px 84px 0 rgba(26, 28, 49, 0.1);
  box-shadow: 0 22px 84px 0 rgba(26, 28, 49, 0.1);
  border-radius: 40px;
}

.video-ornamen {
  position: absolute;
  top: 0;
  right: 271px;
  width: 598px;
}

@media (min-width: 768px) {
  .video-ornamen {
    right: 0;
    width: 768px;
  }
}

@media (min-width: 992px) {
  .video-ornamen {
    top: 82px;
    right: -302px;
    width: 1196px;
  }
}

.video-ornamen img {
  display: block;
  width: 100%;
}

.bar-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 28px 16px 0;
}

@media (min-width: 576px) {
  .bar-container {
    padding: 61px 16px 63px;
  }
}

.bar-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 32px);
  height: 1px;
  background-color: #cacaca;
}

@media (min-width: 576px) {
  .bar-container:before {
    bottom: 63px;
    width: 100%;
  }
}

.bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 10px;
  height: 250px;
}

@media (min-width: 576px) {
  .bar-item {
    width: 50px;
  }
}

@media (min-width: 992px) {
  .bar-item {
    width: 100px;
  }
}

.bar-progress {
  position: relative;
  width: 100%;
  background-color: #6384f8;
  border-radius: 5px 5px 0 0;
}

@media (min-width: 576px) {
  .bar-progress {
    border-radius: 10px 10px 0 0;
  }
}

@media (min-width: 992px) {
  .bar-progress {
    border-radius: 20px 20px 0 0;
  }
}

.bar-amount {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 900;
  line-height: 13px;
  color: #232d42;
}

@media (min-width: 576px) {
  .bar-amount {
    top: -61px;
    font-size: 20px;
    line-height: 30px;
  }
}

.bar-period {
  position: absolute;
  bottom: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  color: #737B8B;
}

@media (min-width: 576px) {
  .bar-period {
    display: block;
  }
}

.bar-footnote {
  padding: 42px 50px 0;
}

.bar-footnote p {
  margin: 0;
  font-style: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 33px;
  letter-spacing: .48px;
  text-align: center;
  color: #737B8B;
}

@media (min-width: 576px) {
  .bar-footnote p {
    text-align: left;
  }
}

.extraction-hero-text {
  max-width: 394px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .extraction-hero-text {
    margin: 0;
  }
}

.extraction-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}

@media (min-width: 992px) {
  .extraction-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.extraction-hero-text p {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .extraction-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.news-hero-text {
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .news-hero-text {
    margin: 0;
  }
}

.news-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}

@media (min-width: 992px) {
  .news-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.news-hero-text p {
  max-width: 326px;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .news-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.news-update .update-wrapper {
  overflow: initial;
  width: 100%;
  margin: 0;
  padding: 0;
}

.news-update .update-grid {
  width: 100%;
  padding: 0;
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  .news-update .update-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .news-update .update-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.career-hero-text {
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .career-hero-text {
    margin: 0;
  }
}

.career-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}

@media (min-width: 992px) {
  .career-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.career-hero-text p {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .career-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.press-hero-text {
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .press-hero-text {
    margin: 0;
  }
}

.press-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}

@media (min-width: 992px) {
  .press-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.press-hero-text p {
  max-width: 326px;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .press-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.press-update .update-wrapper {
  overflow: initial;
  width: 100%;
  margin: 0;
  padding: 0;
}

.press-update .update-grid {
  width: 100%;
  padding: 0;
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  .press-update .update-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .press-update .update-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.press-contact {
  margin: 60px 0 0;
}

.press-contact-wrapper {
  max-width: 356px;
  margin: 40px auto 0;
  padding: 35px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  box-shadow: 0 16px 48px 0 rgba(26, 28, 49, 0.1);
  border-radius: 36px;
}

@media (min-width: 576px) {
  .press-contact-wrapper {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.press-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .press-contact-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.press-contact-item + .press-contact-item {
  margin-top: 45px;
}

@media (min-width: 576px) {
  .press-contact-item + .press-contact-item {
    margin-top: 20px;
  }
}

.press-contact-icon img {
  max-width: 62px;
}

.press-contact-text {
  padding: 20px 0 0;
  text-align: center;
}

@media (min-width: 576px) {
  .press-contact-text {
    padding: 0 0 0 20px;
    text-align: left;
  }
}

.press-contact-text h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: .64px;
}

.press-contact-text p {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .press-contact-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.contact-hero-text {
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .contact-hero-text {
    margin: 0;
  }
}

.contact-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}

@media (min-width: 992px) {
  .contact-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.contact-hero-text p {
  max-width: 326px;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .contact-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.contact-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .contact-form-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.contact-form-wrapper {
  width: 100%;
  padding: 35px 20px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 52px 1242px 0 rgba(26, 28, 49, 0.06);
  box-shadow: 0 52px 1242px 0 rgba(26, 28, 49, 0.06);
  border-radius: 40px;
}

.contact-form-container input:not([type="checkbox"]) { 
  min-height: 75px;
}

@media (min-width: 992px) {
  .contact-form-wrapper {
    width: 500px;
    padding: 40px 50px;
  }
}

@media (min-width: 1200px) {
  .contact-form-wrapper {
    width: 600px;
  }
}

.contact-form-wrapper h3 {
  margin: 0 0 35px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: .64px;
  color: #232d42;
}
/*
.contact-form-wrapper label {
  display: none;
}
*/
.contact-form-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-form-wrapper ul li {
  margin: 28px 0;
  padding: 0px;
}

.contact-form-wrapper input[type="submit"] {
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #6384f8;
  border: 0;
  border-radius: 30px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(99,132,248,0.2);
  box-shadow: 0 20px 30px 0 rgba(99,132,248,0.2);
  position: relative;
  text-align: center;
  width: 128px;
  height: 60px;
  float: right;
  min-height: 60px;
  margin: 0px;
  top: 0;
  transition: all ease .3s;
}
.contact-form-wrapper input[type="submit"]:hover {
  top: -5px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea{

  padding: 22px 35px 23px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .4px;
  color: #737B8B;
  background-color: #EFF6F8;
  border: 0;
  border-radius: 20px;
  display: block;
  width: 100%;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 0px;
}
/* class applies to select element itself, not a wrapper element */
.select-css .gfield_select {
	display: block;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 600;
	color: #737B8B;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
		
	*/
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.select-css .gfield_select::-ms-expand {
	display: none;
}
/* Hover style */
.select-css .gfield_select:hover {
	border-color: #888;
}
/* Focus style */
.select-css .gfield_select:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #737B8B; 
	outline: none;
}

/* Set options to normal weight */
.select-css .gfield_select option {
	font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css .gfield_select, :root:lang(ar) .select-css .gfield_select, :root:lang(iw) .select-css .gfield_select {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css .gfield_select:disabled, .select-css .gfield_select[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css .gfield_select:disabled:hover, .select-css .gfield_select[aria-disabled=true] {
	border-color: #aaa;
}
.contact-form-wrapper input[type="checkbox"],#gfield_checkbox label {
	width: auto!important;
	display: inline!important;
}

.contact-form-mail {
  width: 100%;
}

@media (min-width: 992px) {
  .contact-form-mail {
    width: calc(100% - 500px);
  }
}

@media (min-width: 1200px) {
  .contact-form-mail {
    width: calc(100% - 600px);
  }
}

.contact-mail-wrapper {
  margin: 50px 0 0;
  padding: 45px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 40px 300px 0 rgba(26, 28, 49, 0.1);
  box-shadow: 0 40px 300px 0 rgba(26, 28, 49, 0.1);
  border-radius: 36px;
}

@media (min-width: 992px) {
  .contact-mail-wrapper {
    margin: 48px 0 0;
    padding: 0 0 0 68px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.contact-mail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .contact-mail-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.contact-mail-item + .contact-mail-item {
  margin: 30px 0 0;
}

.contact-mail-icon {
  width: 112px;
}

.contact-mail-icon img {
  display: block;
  width: 100%;
}

.contact-mail-text {
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
}

@media (min-width: 576px) {
  .contact-mail-text {
    width: calc(100% - 110px);
    padding: 0 0 0 10px;
    text-align: left;
  }
}

.contact-mail-text h3,
.contact-mail-text p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .48px;
}

.contact-mail-text h3 {
  font-weight: 800;
  color: #232d42;
}

.contact-mail-text p {
  font-weight: 600;
  color: #737B8B;
}

.gfield_description.validation_message,.gfield_required {
	color: #dc3545;
}

.product-hero-text {
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .product-hero-text {
    margin: 0;
  }
}

.product-hero-text h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: .99px;
  color: #232d42;
}

@media (min-width: 992px) {
  .product-hero-text h1 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 1.33px;
  }
}

.product-hero-text p {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .43px;
  color: #737B8B;
}

@media (min-width: 992px) {
  .product-hero-text p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .48px;
  }
}

.product-badge {
  position: absolute;
  top: -140px;
  z-index: 2;
  width: 439px;
}

@media (min-width: 992px) {
  .product-badge {
    top: -95px;
    width: 462px;
  }
}

.product-badge img {
  display: block;
  width: 100%;
}

.product-badge img.badge-mobile {
  display: block;
}

@media (min-width: 992px) {
  .product-badge img.badge-mobile {
    display: none;
  }
}

.product-badge img.badge-desktop {
  display: none;
}

@media (min-width: 992px) {
  .product-badge img.badge-desktop {
    display: block;
  }
}

.product-badge.badge-green {
  left: -173px;
}

@media (min-width: 992px) {
  .product-badge.badge-green {
    left: -20px;
  }
}

.product-badge.badge-blue {
  right: -173px;
}

@media (min-width: 992px) {
  .product-badge.badge-blue {
    right: -20px;
  }
}

.sidebar-section {
  margin-bottom: 25em;
  margin-top: 4em;
  padding: 0 20px;
  z-index: 2;
}
.sidebar .cat-post-widget,.sidebar .custom-html-widget {
		margin-top: 5em;
}
@media (min-width: 992px) {
	.sidebar .cat-post-widget,.sidebar .custom-html-widget {
		margin-left:35px;
	}
}

.sidebar .cat-post-widget h2 {
	font-size: 15px;
    font-weight: 800;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidebar .cat-post-widget .cat-post-date {
	font-size: 15px; 
}
.sidebar .cat-post-widget ul {
	margin: 0;
	padding:0;
	list-style-type: none;
}
.sidebar .cat-post-widget ul li {
	margin: 0 0 1.2em;
}

article h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 1.07px;
  color: #232d42;
}

article img.featured-image {
  border-style: none;
  border-radius: 30px;
  margin: 20px auto 50px auto;
  display: block;
  width: auto;
  width: 100%;
}


@media all and (max-width: 992px) {
  article h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .sidebar-section {
    margin-top: 3em;
    margin-bottom: 16em;
  }
} 


@media all and (max-width: 768px) {
  article h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .sidebar-section {
    margin-top: 0em;
    margin-bottom: 6em;
  }
} 
/* Other Fixes */
a.nav-link {
	display: inline;
    padding: 0px;
}
footer .menu-group.menu-social p {
	
}
footer .menu-group {
    margin-top: 10px;
}
@media all and (max-width: 576px) {
	footer .menu-group.menu-social, footer .menu-group.menu-contact {
		margin-top: 40px;
	}
}
.header-menu ul.dropdown-menu li,
.header-menu ul.dropdown-menu li + li {
  margin: 0px;
}
.header-menu ul.dropdown-menu li a {
  color: #232d42;
  font-weight: 500;
  font-size: 14px;
}
.header-menu ul.dropdown-menu {
  padding: 15px 0;
}


/* Responsive Youtube video on farm page */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  border-radius: 40px;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* Woocommerce/Bootstrap Support */
.woocommerce .col-1,.woocommerce .col-2{
	max-width:none;
}