@font-face {
  font-family: 'Optima';
  src: url('../fonts/AGOptimaBoldItalic.eot');
  src: url('../fonts/AGOptimaBoldItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AGOptimaBoldItalic.woff2') format('woff2'),
      url('../fonts/AGOptimaBoldItalic.woff') format('woff'),
      url('../fonts/AGOptimaBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima-Bold.eot');
  src: url('../fonts/Optima-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Optima-Bold.woff2') format('woff2'),
      url('../fonts/Optima-Bold.woff') format('woff'),
      url('../fonts/Optima-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima-Italic.eot');
  src: url('../fonts/Optima-Italic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Optima-Italic.woff2') format('woff2'),
      url('../fonts/Optima-Italic.woff') format('woff'),
      url('../fonts/Optima-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima.eot');
  src: url('../fonts/Optima.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Optima.woff2') format('woff2'),
      url('../fonts/Optima.woff') format('woff'),
      url('../fonts/Optima.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Optima' !important;
}
body {
	overflow-x: hidden;
	font-family: 'Optima';
}
h1{
  font-size: 45px;
  font-weight: normal;
  color: #8e6c2a;
  line-height: 1.08;
}
h2{
  font-size: 35px;
  font-weight: normal;
}
h3{
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  color: #656464;
}
h4{
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}
p{
  font-size: 18px;
  color: #1b1b1a;
  line-height: 1.6;
}

/* General */
.t3-mainbody{
  padding-bottom: 0;
  padding-top: 0;
}
.t3-content{
  padding-bottom: 0;
  padding-top: 0;
}

/* Header & Menu */
.t3-header.sticky-menu{
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 150px;
}
.t3-header .row{
  display: flex;
  align-items: center;
  position: relative;
}
.is-sticky {
	position: fixed !important;
	width: 100%;
  background: #fff;
  z-index: 10;
  box-shadow: 0 3px 1rem rgb(0 0 0 / 10%);
}
.is-sticky .navbar-default{
  border-bottom-color: none;
}
.is-sticky .t3-header{
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px 0;
}
.t3-header{
  margin-top: 50px;
  margin-bottom: 20px;
}
.t3-megamenu ul {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.t3-mainnav{
  background: #fff;
}
.t3-mainnav.sticky-menu{
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #fff;
}
.t3-navbar .navbar-nav > .active > a, .t3-navbar .navbar-nav > .active > a:hover, .t3-navbar .navbar-nav > .active > a:focus{
  padding: 6px 16px;
  border-radius: 2px;
  background-color: #805404;
  color: #fff;
  margin-top: 10px;
}
/* .t3-navbar .navbar-nav > li > a{
  color: #212121;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  font-size: 15px;
} */
.t3-navbar .navbar-nav > li > a{
  transition: 0.4s;
  color: #212121;
  font-size: 15px;
  text-decoration: none;
  margin: 0 10px;
}
.t3-navbar .navbar-nav > li > a:hover{
  background-color: #FF0000;
  color: #fff;
  padding: 6px 16px;
  border-radius: 2px;
  margin-top: 10px;
}
.t3-megamenu li{
  margin: 0 15px;
}
.social-icons img{
  width: 55px;
  margin-top: -25px;
}
img.logo-img{
  width: 75%;
}
img.chilli-img{
  width: 45%;
}
.t3-header ul.social-platform{
  list-style: none;
  margin-left: 6%;
  margin-bottom: 0;
  padding-left: 0;
  display: initial;
  top: -5px;
  position: relative;
}
.social-platform li {
  display: inline-block;
  margin-right: 8px;
}
ul.social-platform a{
  color: #fff !important;
}
.social-platform li a .fab{
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
}
.social-platform li a:hover .fab{
  text-decoration: none;
}
.social-platform li a .fa-facebook-f{
  background-color: #4267b2;
}
.social-platform li a .fa-youtube{
  background-color: #ff0000;
}
.social-platform li a .fa-twitter{
  background-color: #00acee;
}
.social-platform li a .fa-linkedin-in{
  background-color: #0e76a8;
}
.fa-facebook-f:before, .fa-youtube:before, .fa-twitter:before, .fa-linkedin-in:before {
  font-size: 13px;
}

/* Footer */
.t3-copyright{
  display: none;
}
.t3-footnav .t3-module .module-title{
  display: none;
}
.t3-footnav{
  padding: 0 !important;
}
.t3-footer{
  background: transparent;
  border-top: 0;
}
.t3-footnav .t3-module{
  margin: 0;
}
#qx-text-9154 a , #qx-text-9154 div{
  color: #1b1b1a;
}
#qx-text-9154 a:hover{
  color: #8e6d2a;
}

/* Home page */
#qx-text-291922{
  font-size: 16px !important;
}
#qx-text-171923 p{
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  color: #805410;
}
#qx-text-71395 h3 {
  color: #805410;
  font-size: 27px !important;
  line-height: 1.4;
}
/* Farm page */
iframe#video-qx-video-pro-214{
  height: 320px;
}
.qx-element-text-v2.text_brown p{
  color: #805410 !important;
}
.farm_contract p.grow{
  font-size: 26px;
  font-weight: 800 !important;
  font-style: normal;
  color: #fff;
}
.farm_contract {
  text-align: center;
}
p.contract{
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 3.2px;
}
#qx-heading-56258{
  margin-right: 0;
}
/* .gallery .qx-visible-toggle:not(:hover):not(:focus) .qx-hidden-hover:not(:focus-within){
  overflow: inherit !important;
  width: 45px !important;
  height: 45px !important;
  margin: 15px !important;
  border: 1px solid #9f602f;
  border-radius: 45px;
  opacity:1 !important;
} */
#qx-media-carousel-522362 .qx-icon *{
  color: #9F602F;
}
#qx-section-502322 .gallery .qx-slidenav{
    width: 45px !important;
    height: 45px !important;
    margin: 15px !important;
    border: 1px solid #9f602f;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qx-dotnav{
  margin-top: 0 !important
}
#qx-column-43403 .qx-col-wrap{
  padding-top: 0;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#qx-raw-html-1074, #qx-raw-html-5997 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
p.farm_contra{
  font-size: 21px;
  line-height: 1.45;
}
p.farm_email{
  font-size: 18px;
}
#qx-divider-7114{
  padding-bottom: 0 !important;
}
.qx-element-wrap #qx-raw-html-1074{
  margin-top: 45px;
  margin-bottom: 35px;
}
#qx-text-58113, #qx-text-29231{
  margin-top: 30px;
}
#qx-divider-70327{
  padding-top: 5px;
}
.title_below{
  margin-bottom: 40px;
}
/* Product Page */
#qx-text-17246{
  position: relative;
}

/* Contact Us page */
#qx-text-0209 a{
  color: #231f20;
}
#qx-text-0209 a:hover{
  color: #8e6d2a;
}
#qx-text-73215 p{
  color: #616161 !important;
  font-family: 'Optima' !important;
}
#qx-text-73215 p a{
  color: #616161 !important;
}
.rsform h2{
  display: none;
}
.form-horizontal .control-label{
  display: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
  width: 100% !important;
  box-shadow: none;
  color: #8b8b8b;
  background: #f8f9fa;
  border-color: #f8f9fa;
}
select:focus, textarea:focus, input[type="text"]:focus,
input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .inputbox:focus {
  border-color: #805404;
  box-shadow: none;
  color: #1b1b1a;
  background: #f1f3f4;
}
textarea.form-control:focus{
  border-color: #805404;
  box-shadow: none;
  color: #1b1b1a;
  background: #f1f3f4;
}
textarea.form-control{
  box-shadow: none;
  color: #8b8b8b;
  border-color: #f8f9fa;
  background: #f8f9fa;
}
button.rsform-submit-button{
  background-color: #805404;
  color: #fff;
  padding: 12px 50px;
  border-color: #805404;
}
button.rsform-submit-button:hover{
  background-color: #8E6D2A;
  border-color: #8E6D2A;
}
button.rsform-submit-button.submitting{
  background-color: #805404 !important;
  color: #fff;
  border-color: #805404 !important;
}
button.rsform-submit-button:active{
  background-color: #805404 !important;
  color: #fff;
  border-color: #805404 !important;
}
.form-group{
  margin-bottom: 10px;
}
.form-group .col-sm-9.formControls{
  width: 100%;
}
.alert-message{
  background: transparent !important;
  border-color: transparent !important;
  color: #b94a48 !important;
}
.close:before{
  content: url(/images/image/icon/close.png) !important;
  opacity: 1;
}
.close{
  opacity: 1;
}

/* Lightbox */
.lb-closeContainer{
  position: fixed;
  top: 0;
  right: 0px;
  margin: 8px;
}
.lb-data .lb-close{
  background: url(../images/close1.png) top right no-repeat;
  width: 23px;
  height: 23px;
  /* position: absolute;
  top: 0;
  margin-right: -50px;
  right: 20%; */
}
.lb-container {
  margin-top: 35px;
}

/* Responsive */
@media (min-width: 1800px){
  #qx-column-655 > .qx-col-wrap{
    padding-bottom: 300px !important;
    padding-top: 300px !important;
  }
}
@media (min-width: 768px){
  .off-canvas-toggle{
    display: none;
  }
  #qx-image-97320{
    margin-right: 12%;
  }
}

@media (min-width: 768px) and (max-width: 1000px){
  .social-platform li a .fab{
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }
  .fa-facebook-f:before, .fa-youtube:before, .fa-twitter:before, .fa-linkedin-in:before {
    font-size: 10px;
  }
  .social-platform li {
    margin-right: 4px;
  }
  .is-sticky .t3-header{
    padding: 10px 15px;
  }
  .t3-navbar .navbar-nav > li > a{
    font-size: 12px;
    letter-spacing: 3px;
  }
  .t3-header {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px){
  .t3-off-canvas .close:before{
    content: url(/images/image/icon/close.png) !important;
  }
  .t3-mainnav{
    display: none;
  }
  .is-sticky .t3-header{
    margin-top: 0;
    margin-bottom: 0;
  }
  .t3-header .off-canvas-toggle{
    background: 0 0!important;
    color: #000;
    text-align: left;
    float: left;
    height: 40px;
    vertical-align: top;
    line-height: 40px;
  }
  .t3-header {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .is-sticky .t3-header{
    padding: 10px 15px;
  }
  .t3-off-canvas {
    background: #ede9e5;
    color: #212121;
  }
  .t3-off-canvas .t3-off-canvas-body a {
    color: #212121 !important;
    text-decoration: none;
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background: transparent;
    color: #805404 !important;
  }
  .t3-off-canvas .t3-off-canvas-header h2{
    display: none;
  }
  .t3-off-canvas .close {
    margin: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #805404;
    opacity: 1;
  }
  .t3-off-canvas .t3-off-canvas-header{
    background: #ede9e5;
  }
  .t3-off-canvas .t3-off-canvas-body {
    padding: 0 12px;
  }
  #qx-column-767 .qx-element-wrap+.qx-element-wrap{
    margin-top: 10px;
  }
  .qx-dotnav{
    margin-top: 20px !important;
  }
  .farm_contract p.grow{
    font-size: 23px;
  }
  #qx-text-171923 p{
    font-size: 25px !important;
  }
  #qx-text-71395 h3 {
    font-size: 25px !important;
  }

}

@media (max-width: 990px){
  /* Font */
  h1{
    font-size: 32px;
    font-weight: normal;
    color: #8e6c2a;
    line-height: 1.08;
  }
  h2{
    font-size: 25px;
    font-weight: normal;
  }
  h3{
    font-size: 17px;
    font-weight: normal;
    font-style: italic;
    color: #656464;
  }
  h4{
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
  }
  p{
    font-size: 16px;
    color: #1b1b1a;
    line-height: 1.6;
  }
  p.farm_email {
    font-size: 16px;
  }
  p.farm_contra {
    font-size: 19px;
  }
  #qx-text-58113, #qx-text-29231 {
    margin-top: 15px;
  }
  .qx-element-wrap #qx-raw-html-1074 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* Farm Page */
  p.contract{
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 3.2px;
  }
}
