:root {
  --agriox-font: 'Montserrat', sans-serif;
  --agriox-base: #D4A411;
  --agriox-base-rgb: 241, 207, 105;
  --agriox-primary: #258535;
  --agriox-primary-rgb: 51, 75, 53;
  --agriox-secondary: #6d8c54;
  --agriox-secondary-rgb: 109, 140, 84;
  --agriox-color-1: #687469;
  --agriox-color-1-rgb: 104, 116, 105
}

.row {
  --bs-gutter-x: 30px
}

body {
  font-family: "Montserrat", sans-serif;
  color: #687469;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400
}

body.locked {
  overflow: hidden
}

a {
  color: #258535;
}

a, a:focus, a:hover, a:visited {
  text-decoration: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::placeholder {
  color: inherit;
  opacity: 1
}

h1, h2, h3, h4, h5, h6 {
  color: #258535;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0
}

p {
  margin: 0
}

li, ul {
  list-style: none;
  margin: 0;
  padding: 0
}

ul {
  margin-top: 0;
  margin-bottom: 0
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::placeholder {
  color: inherit;
  opacity: 1
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden
}

button {
  cursor: pointer;
  border: none;
  background: 0 0;
  padding: 0
}

.container {
  padding-left: 15px;
  padding-right: 15px
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::placeholder {
  color: inherit;
  opacity: 1
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: 0 !important;
  background-color: #d4a411;
  color: #258535;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 50px 18px;
  border-radius: 10px;
  letter-spacing: .1em;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  overflow: hidden;
  z-index: 1
}

.thm-btn:hover {
  color: #fff
}

.thm-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: rgba(51, 75, 53, .15);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .7s ease;
  transition: .7s ease;
  z-index: -1
}

.thm-btn:hover:before {
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border-radius: 0;
  background: #258535
}

.sec-title {
  position: relative;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sec-title .icon {
  position: relative;
  display: block;
  margin-bottom: 2px
}

.sec-title__tagline {
  position: relative;
  display: inline-block;
  color: #687469;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em
}

.sec-title__title {
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -.04em
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999999;
  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;
  text-align: center
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.scroll-to-top {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 70px;
  background: #d4a411;
  position: fixed;
  bottom: 91px;
  right: 20px;
  z-index: 99;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  transition: all .4s ease;
  overflow: hidden
}

.scroll-to-top::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: rgba(51, 75, 53, .15);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .7s ease;
  transition: .7s ease;
  z-index: -1
}

.scroll-to-top:hover:before {
  height: 100%;
  opacity: 1;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border-radius: 0;
  background: #258535
}

.scroll-to-top i {
  position: relative;
  display: inline-block;
  color: #258535;
  font-size: 18px;
  line-height: 70px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.scroll-to-top:hover {
  background-color: #258535;
}

.scroll-to-top:hover i {
  color: #fff
}

.main-header {
  position: relative;
  display: block
}

.main-header--one {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #258535;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.main-header-one__bottom {
  position: relative;
  display: block;
  background: 0 0
}

.main-header-one__bottom-inner {
  position: relative;
  display: block;
  z-index: 10
}

.main-header-one__bottom-inner .main-menu {
  position: relative;
  display: block
}

.main-menu {
  position: relative;
  z-index: 91
}

.main-menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap
}

.main-menu__inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-menu .main-menu__list, .main-menu .main-menu__list ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none
}

.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {
  position: relative
}

.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
  margin-left: 40px
}

.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-family: "Montserrat", sans-serif;
  padding-top: 38px;
  padding-bottom: 38px;
  z-index: 1
}

.main-menu .main-menu__list>li>a::before {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d4a411;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1
}

.stricky-header .main-menu__list>li>a::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d4a411;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1
}

.main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li:hover>a {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center
}

.main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li:hover>a {
  color: #fff
}

.main-menu .main-menu__list>li:hover>a::before, .stricky-header .main-menu__list>li:hover>a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center
}

.main-menu .main-menu__list li ul, .stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  z-index: 99;
  -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.stricky-header .main-menu__list li ul {
  margin-top: 0
}

.main-menu .main-menu__list li:hover>ul, .stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible
}

.main-menu .main-menu__list li ul li, .stricky-header .main-menu__list li ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative
}

.main-menu .main-menu__list li ul li+li, .stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid #f7f7f7
}

.main-menu .main-menu__list li ul li a, .stricky-header .main-menu__list li ul li a {
  position: relative;
  display: block;
  color: #687469;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: "Montserrat", sans-serif
}

.main-menu .main-menu__list li ul li:last-child>a, .stricky-header .main-menu__list li ul li:last-child>a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

.main-menu .main-menu__list li ul li:hover>a, .stricky-header .main-menu__list li ul li:hover>a {
  background-color: #d4a411;
  color: #258535
}

.main-menu .main-menu__list li ul li>ul, .stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%
}

.main-menu .main-menu__list li ul li>ul.right-align, .stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%
}

.main-menu .main-menu__list li ul li>ul ul, .stricky-header .main-menu__list li ul li>ul ul {
  display: none
}

.main-header-one__bottom .right {
  position: relative;
  display: block
}

.main-menu__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility .5s ease, -webkit-transform .5s ease;
  transition: visibility .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, visibility .5s ease;
  transition: transform .5s ease, visibility .5s ease, -webkit-transform .5s ease;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05)
}

.stricky-header.main-menu {
  padding: 0 0
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px
}

.main-menu .mobile-nav__toggler {
  font-size: 30px;
  color: #d4a411;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  margin-right: 0
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--agriox-black)
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: opacity .5s linear, visibility .5s ease-in, -webkit-transform .5s ease-in;
  transition: opacity .5s linear, visibility .5s ease-in, -webkit-transform .5s ease-in;
  transition: transform .5s ease-in, opacity .5s linear, visibility .5s ease-in;
  transition: transform .5s ease-in, opacity .5s linear, visibility .5s ease-in, -webkit-transform .5s ease-in;
  z-index: 999;
  visibility: hidden
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .5;
  cursor: pointer
}

.mobile-nav__content {
  width: 300px;
  background: #258535;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer
}

.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__content .main-menu__list li ul {
  padding-left: 10px
}

.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #d4a411
}

.mobile-nav__content .main-menu__list li a:hover {
  color: #d4a411
}

.mobile-nav__content .main-menu__list li a button {
  width: 28px;
  height: 28px;
  background-color: #d4a411;
  border: none;
  outline: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

.mobile-nav__content .main-menu__list li a button.expanded {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-color: #fff;
  color: var(--agriox-black)
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px
}

.mobile-nav__contact li {
  color: var(--agriox-text-dark);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .07em
}

.mobile-nav__contact li+li {
  margin-top: 15px
}

.mobile-nav__contact li a {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s
}

.mobile-nav__contact li a:hover {
  color: #d4a411
}

.mobile-nav__contact li>i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d4a411;
  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;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  color: #fff
}

.mobile-nav__container .main-logo {
  display: none
}


.main-header--one {
  position: relative;
  display: block
}

.main-header--one__wrapper {
  position: relative;
  display: block
}

.main-header--one__top {
  position: relative;
  display: block;
  background: #f6f4ec
}

.main-header--one__top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left
}

.main-header--one__top-left .text {
  position: relative;
  display: block
}

.main-header--one__top-left .text p {
  color: #6e7673;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500
}

.main-header--one__top-right {
  position: relative;
  display: block;
  float: right;
  padding-top: 5px
}

.main-header--one__top-right ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-header--one__top-right ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-header--one__top-right ul li+li {
  margin-left: 30px
}

.main-header--one__top-right ul li .icon {
  position: relative;
  display: block
}

.main-header--one__top-right ul li .icon i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #6d8c54
}

.main-header--one__top-right ul li .text {
  position: relative;
  display: block;
  padding-left: 10px
}

.main-header--one__top-right ul li .text p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500
}

.main-header--one__top-right ul li .text p a {
  color: #6e7673;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.main-header--one__top-right ul li .text p a:hover {
  color: #d4a411
}

.main-header--one__top-right ul li .text p {
  color: #6e7673;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500
}

.main-header--one__bottom {
  position: relative;
  display: block
}

.main-header--one__bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.main-header--one__bottom .main-menu--1 {
  position: relative;
  display: block
}

.main-header--one__bottom-left {
  position: relative;
  display: block;
  float: left
}

.main-header--one__bottom-middel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

.main-header--one__bottom-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-header--one__bottom-right .contact-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  line-height: 0
}

.main-header--one__bottom-right .contact-box::before {
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  width: 1px;
  background: #eceae0;
  content: ""
}

.main-header--one__bottom-right .contact-box .icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6d8c54;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.main-header--one__bottom-right .contact-box .icon:hover {
  background-color: #d4a411
}

.main-header--one__bottom-right .contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.main-header--one__bottom-right .contact-box .icon:hover span::before {
  color: #258535
}

.main-header--one__bottom-right .contact-box .text {
  position: relative;
  display: block;
  padding-left: 20px
}

.main-header--one__bottom-right .contact-box .text p {
  color: #687469;
  font-size: 13px;
  line-height: 22px
}

.main-header--one__bottom-right .contact-box .text a {
  color: #258535;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.main-header--one__bottom-right .contact-box .text a:hover {
  color: #d4a411
}

.main-slider-one {
  position: relative;
  display: block
}

.main-slider .swiper-slide {
  position: relative
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 7s ease;
  transition: -webkit-transform 7s ease;
  transition: transform 7s ease;
  transition: transform 7s ease, -webkit-transform 7s ease;
  z-index: 1
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.main-slider .image-layer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--agriox-primary-rgb, 51, 75, 53), .65);
  content: "";
  z-index: 2
}

.main-slider .container {
  position: relative;
  z-index: 2
}

.main-slider-inner {
  position: relative;
  display: block
}

.main-slider__content {
  position: relative;
  display: block
}

.main-slider-tagline {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px)
}

.main-slider-one .swiper-slide-active .main-slider-tagline {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.main-slider-tagline::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
  width: 0;
  background: #fff;
  height: 1px;
  content: "";
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease
}

.main-slider-one .swiper-slide-active .main-slider-tagline::before {
  width: 100%;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.main-slider__title {
  color: #fff;
  font-size: 64px;
  line-height: 1em;
  margin-top: 22px;
  margin-bottom: 34px;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px)
}

.main-slider__title span {
  position: relative;
  display: inline-block
}

.main-slider-one .swiper-slide-active .main-slider__title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.main-slider__text {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px)
}

.main-slider-one .swiper-slide-active .main-slider__text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.main-slider__button-box {
  position: relative;
  display: inline-block;
  margin-top: 38px;
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px)
}

.main-slider__button-box .arrow-icon {
  position: absolute;
  top: -50px;
  right: -175px
}

.main-slider-one .swiper-slide-active .main-slider__button-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.main-slider__nav {
  position: absolute;
  display: block;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  bottom: 50px;
  right: 0;
  width: 150px;
  z-index: 100
}

#main-slider-pagination {
  position: absolute;
  left: 100px;
  bottom: 60px;
  width: 26px;
  z-index: 10
}

.page-header {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 120px;
  z-index: 1;
  overflow: hidden
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(51, 75, 53, .7);
  z-index: -1
}

.page-header__inner {
  position: relative;
  display: block
}

.page-header__inner h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: -.04em
}

section.clients {
    padding: 40px 0;
    background-color: #ece2bf;
}
.clients_title h4 {
    text-align: right;
}
.clients_logo {
    margin-left: 70px;
}

.clients_logo_item {
    background-colour: #fff;
    padding-right: 20px;
}
.clients_logo_item img {
    border-radius: 10px;
}

.about-one {
  position: relative;
  display: block;
  background: #fff;
  padding: 60px 0 60px;
  z-index: 1;
  overflow: hidden
}

.about-one__bg {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: -1
}

.about-one__left {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%
}

.about-one__left::before {
  content: '';
  width: 10000px;
  height: 100%;
  position: absolute;
  right: 50%;
  top: -140px;
  background-color: #f6f4ec
}

.about-one__left-img {
  position: relative;
  display: block
}

.about-one__left-img::before {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 30px;
  height: 330px;
  background: #d4a411;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: ""
}

.about-one__left-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.about-one__left-img-inner::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 2
}

.about-one__left:hover .about-one__left-img-inner::before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s
}

.about-one__left-img-inner img {
  width: 100%
}

.about-one__left-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #6d8c54;
  border-radius: 10px;
  padding: 40px 60px 40px;
  bottom: -50px;
  left: 0;
  right: 0;
  margin-left: 40px;
  margin-right: 40px;
  z-index: 5
}

.about-one__left-overlay .icon {
  position: relative;
  display: block;
  padding-right: 30px
}

.about-one__left-overlay .icon span::before {
  color: #d4a411;
  font-size: 60px
}

.about-one__left-overlay .title {
  position: relative;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 30px
}

.about-one__left-overlay .title h2 {
  position: relative;
  display: block
}

.about-one__left-overlay .title h2 span {
  color: #fff;
  font-size: 54px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: .07em;
}

.about-one__left-overlay .title p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500
}

.about-one__content {
  position: relative;
  display: block;
  margin-left: 70px
}

.about-one__content-title {
  color: #6d8c54;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700
}

.about-one__content-text {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

.about-one__content-list {
  position: relative;
  display: block;
  margin-top: 38px
}

.about-one__content-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px
}

.about-one__content-list li:last-child {
  margin-bottom: 0
}

.about-one__content-list li .icon {
  position: relative;
  display: block
}

.about-one__content-list li .icon i::before {
  color: #d4a411;
  font-size: 15px
}

.about-one__content-list li .text {
  position: relative;
  display: block;
  padding-left: 20px
}

.about-one__content-list li .text p {
  color: #258535;
  font-weight: 500
}

.services-one {
  position: relative;
  display: block;
  background: #f6f4ec;
  overflow: hidden;
  z-index: 1
}

.services-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 816px;
  background: #ece2bf;
  z-index: -1;
  /* background-image: url(assets/images/backgrounds/blog-bg-top-1-1.png); */
  background-repeat: repeat
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent
}

.services-one__single:hover {
  border-color: #eceae0
}

.services-one__single-img {
  position: relative;
  display: block;
  padding-bottom: 55px;
  background: #fff;
  z-index: 1
}

.services-one__single-img::before {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: #d4a411;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  content: "";
  z-index: 1
}

.services-one__single:hover .services-one__single-img::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.services-one__single-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1
}

.services-one__single-img-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(51, 75, 53, .5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1
}

.services-one__single:hover .services-one__single-img-inner::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.services-one__single-img-inner img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.services-one__single:hover .services-one__single-img-inner img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.services-one__single-img-icon {
  position: absolute;
  bottom: 100%;
  left: calc(50% - 55px);
  margin: 0 auto;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #fff;
  color: #d4a411;
  font-size: 72px;
  border-radius: 50%;
  text-align: center;
  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;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
  z-index: 5;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.services-one__single:hover .services-one__single-img-icon {
  color: #258535
}

.services-one__single-img-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
  transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
  background: #f1cf69
}

.services-one__single:hover .services-one__single-img-icon::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.services-one__single-content {
  position: relative;
  display: block;
  padding: 12px 20px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  background-color: #fff
}

.services-one__single-content h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px
}

.services-one__single-content h3 a {
  color: #258535;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.services-one__single-content h3 a:hover {
  color: #d4a411
}

.services-one__single-content p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1em
}

.testimonials-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1
}

.testimonials-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f6f4ec;
  opacity: .93;
  content: "";
  z-index: -1
}

.testimonials-one__left {
  position: relative;
  display: block;
  z-index: 5
}

.testimonials-one__left .sec-title {
  margin-bottom: 0
}

.testimonials-one__right {
  position: relative;
  display: block
}

.testimonials-one__single {
  position: relative;
  display: block;
  background: #fff;
  padding: 39px 50px 50px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  border-radius: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.testimonials-one__single:hover {
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05), 0 4px 0 #d4a411;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05), 0 4px 0 #d4a411
}

.testimonials-one__carousel.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: auto;
  top: auto;
  left: -404px;
  top: 251px
}

.footer-one {
  position: relative;
  display: block;
  z-index: 1
}

.footer-one__top {
  position: relative;
  display: block;
  background: #258535;
  padding: 80px 0;
}

.footer-one__top-wrapper {
  position: relative;
  display: block;
  z-index: 1
}

.footer-one__bg {
  position: absolute;
  left: -25px;
  bottom: -110px;
  opacity: .02;
  z-index: -1
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: -15px
}

.footer-widget__about-logo {
  position: relative;
  display: inline-block;
  margin-bottom: 25px
}

.footer-widget__about-logo a {
  position: relative;
  display: inline-block
}

.footer-widget__about-text {
  position: relative;
  display: block;
  color: #b3c5b5;
  font-size: 16px;
  padding-bottom: 28px
}

.footer-widget__about-contact-box {
  position: relative;
  display: block;
  border-top: 1px solid #465c48;
  padding-top: 29px
}

.footer-widget__about-contact-box p {
  font-size: 15px;
  line-height: 36px;
  font-weight: 500
}

.footer-widget__about-contact-box p a {
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.footer-widget__about-contact-box p a:hover {
  color: #d4a411
}

.footer-widget__about-contact-box p a i::before {
  position: relative;
  display: inline-block;
  color: #d4a411;
  font-size: 15px;
  padding-right: 10px
}

.footer-widget__about-contact-box .text {
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  font-weight: 500
}

.footer-widget__about-contact-box .text i::before {
  position: relative;
  display: inline-block;
  color: #d4a411;
  font-size: 15px;
  padding-right: 10px
}

.footer-widget__title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -.02em;
  margin-bottom: 34px
}

.footer-widget__explore {
  position: relative;
  display: block;
  margin-left: 50px
}

.footer-widget__explore-list {
  position: relative;
  display: block;
  margin-top: -4px
}

.footer-widget__explore-list-item {
  position: relative;
  display: block;
  margin-bottom: 20px
}

.footer-widget__explore-list-item:last-child {
  margin-bottom: 0
}

.footer-widget__explore-list-item a, .social-links a {
  position: relative;
  display: inline-block;
  color: #b3c5b5;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  margin-right: .75em;
}

.footer-widget__explore-list-item a:hover, .social-links a:hover {
  color: #fff
}

.footer-one__bottom {
  position: relative;
  display: block;
  background: #6d8c54;
  padding: 29px 0 27px
}

.footer-widget__explore-list-item p {
  line-height: 2em;
}

.icon-im {
  width: 1.5em;
  height: 1.5em;
}

.footer-one__bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-one__bottom-text {
  position: relative;
  display: block
}

.footer-one__bottom-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500
}

.footer-one__bottom-text p a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.footer-one__bottom-text p a:hover {
  color: #d4a411
}

.social-links {
  margin: 2em 0 0;
  text-align: left;
  display: block;
  float: left;
}

.fab {
  font-size: 150%;
  bottom: -.1em;
  position: relative;
  padding-right: 0.25em;
  color: #fff;
}

.services-details {
  position: relative;
  display: block;
  background: #fff;
  padding: 120px 0 110px
}

.services-details__sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%
}

.services-details__sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.services-details__sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 45px 30px 15px
}

.services-details__sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px
}

.services-details__sidebar-single-services .title h3 {
  color: #258535;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -.02em
}

.services-details__sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px
}

.services-details__sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px
}

.services-details__sidebar-single-services ul li:last-child {
  margin-bottom: 0
}

.services-details__sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: #687469;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: 0 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.services-details__sidebar-single-services ul li a:hover {
  color: #258535
}

.services-details__sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  background: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  border-radius: 10px
}

.services-details__sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0);
  transform: perspective(400px) rotateX(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.services-details__sidebar-single-services ul li a i {
  font-size: 16px
}

.services-details__sidebar-single-services ul li a:hover i {
  color: #d4a411
}

.services-details__sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0 44px;
  z-index: 1
}

.services-details__sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, .93);
  border-radius: 10px;
  content: "";
  z-index: -1
}

.services-details__sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 50%;
  background: #d4a411
}

.services-details__sidebar-single-contact-box .icon:hover {
  background-color: #258535
}

.services-details__sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: #258535;
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.services-details__sidebar-single-contact-box .icon:hover span::before {
  color: #fff
}

.services-details__sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px
}

.services-details__sidebar-single-contact-box .title h2 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}

.services-details__sidebar-single-contact-box p {
  color: #fff;
  font-size: 14px;
  line-height: 22px
}

.services-details__sidebar-single-btn {
  position: relative;
  display: block
}

.services-details__sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px
}

.services-details__sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #258535;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  font-weight: 500
}

.services-details__sidebar-single-btn .thm-btn:hover span::before {
  color: #fff
}

.services-details__content {
  position: relative;
  display: block
}

.services-details__content-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px
}

.services-details__content-img img {
  width: 100%
}

.services-details__content-icon {
  position: relative;
  display: block;
  color: #258535;
  font-size: 60px;
  margin-bottom: 11px
}

.services-details__content-title {
  color: #258535;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 23px
}

.services-details__content-text1 {
  position: relative;
  display: block;
  margin-bottom: 33px
}

.services-details__content-text2 {
  position: relative;
  display: block
}

.services-details__content-text3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 54px;
  margin-bottom: 50px
}

.services-details__content-text3 .img-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden
}

.services-details__content-text3 .text-box {
  position: relative;
  display: block;
  padding-left: 30px
}

.services-details__content-text3 .text-box ul {
  position: relative;
  display: block
}

.services-details__content-text3 .text-box ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px
}

.services-details__content-text3 .text-box ul li:last-child {
  margin-bottom: 0
}

.services-details__content-text3 .text-box ul li .icon {
  position: relative;
  display: inline-block;
  color: #d4a411;
  font-size: 23px;
  padding-right: 20px
}

.services-details__content-text3 .text-box ul li .text {
  position: relative;
  display: block
}

.services-details__content-text3 .text-box ul li .text p {
  color: #258535;
  font-weight: 500
}

.contact-page {
  position: relative;
  display: block;
  background: #fff;
  padding: 120px 0 120px
}

.contact-page__left {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%
}

.contact-page__left .sec-title {
  margin-bottom: 42px
}

.contact-one {
  padding-bottom: 120px
}

.contact-one__content {
  margin-bottom: 60px
}

.contact-one__text {
  color: #687469;
  margin: 0;
  margin-top: -10px;
  font-weight: 500;
  margin-bottom: 35px
}

.contact-one__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-top: 145px
}

.contact-one__images img {
  border-radius: 10px
}

.contact-one__images-1 {
  position: absolute;
  top: -80px;
  left: 0
}

.sidebar {
  position: relative;
  display: block
}

.sidebar__single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.sidebar__single .title {
  position: relative;
  display: block;
  margin-bottom: 22px
}

.sidebar__single .title h2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -.02em
}

.stricky-one-logo {
  position: relative;
  display: none
}

.stricky-header.main-menu .stricky-one-logo {
  display: block
}

.stricky-header .main-menu__list>li>a {
  padding-top: 33px;
  padding-bottom: 33px
}

@-webkit-keyframes imageMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes imageMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

[class*=video-two__shape-] {
  width: 14.285%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .1)
}

.product-details {
  padding-top: 120px;
  padding-bottom: 60px
}

.product-details__image {
  margin-bottom: 50px
}

.product-details__image img {
  max-width: 100%
}

.product-details__content__name {
  margin: 0;
  font-size: 30px
}

.product-details__content__text {
  border-top: 1px solid #eceae0;
  padding-top: 20px;
  margin-top: 20px
}

.product-details__content__text p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: var(--agriox-color-1)
}

.product-details__content__text p+p {
  margin-top: 20px
}

.product-content__title {
  margin: 0;
  font-size: 30px;
  color: var(--agriox-primary);
  margin-bottom: 30px
}

.product-content .product-content__title {
  margin-bottom: 50px
}

.product-content p {
  margin: 0;
  color: var(--agriox-color-1);
  font-size: 18px;
  line-height: 34px
}

.product-content p+p {
  margin-top: 20px
}

.product-form {
  padding-bottom: 120px
}

.logo .dark-logo {
  display: none
}

.testimonials-page {
  padding-top: 120px;
  padding-bottom: 120px
}

.testimonials-page .row {
  --bs-gutter-y: 30px
}

.testimonials-one__single p {
  font-weight: 500
}

.testimonials-one__single .icon {
  font-size: 6rem;
  color: #258535;
  display: block;
  margin-bottom: .5rem
}

.sidebar__download {
  background-color: #f1cf69;
  border-radius: 10px;
  padding: 20px
}

.sidebar__download img {
  margin: 16px 8px
}

.sidebar__download .icon {
  font-size: 2rem
}

.lang-selector {
  margin-top: 2rem;
}

.lang-selector a, .lang-selector a:hover, .lang-selector span {
  display: inline-block;
  padding: 6px;
  border: 2px #fff;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 16px;
  font-weight: 600
}

.lang-selector a {
  background-color: transparent;
  color: #fff;
  transition: background 1s ease
}

.lang-selector a:hover {
  color: #258535
}

.products .nav-tabs {
  border-bottom-width: 2px;
  border-color: #f1cf69
}

.products .nav-tabs .nav-link.active {
  border-width: 2px;
  border-color: #f1cf69;
  background-color: #f1cf69;
  color: #258535
}

.products .nav-tabs button {
  font-weight: 500;
}

.products .nav-link:focus, .products .nav-link:hover {
  color: #258535
}

.product-wrapper ul {
  margin: 1em
}

.product-wrapper h3 {
  margin: 1em 0 .5em 0
}

.product-wrapper h3 span {
  color: #d4a411
}

.product-wrapper p {
  margin-bottom: 1em
}

.product-wrapper li {
  margin: 0 0 .5em 2.6em
}

.product-wrapper li .icon {
  margin-left: -2em;
  padding-right: .6em;
  font-size: .8em;
  color: #d4a411
}

.footer-one h2, .footer-one h4 {
  color: #fff
}

.footer-one h2 {
  margin-bottom: 1em
}

a.popover-dismiss {
  display: inline-block;
  background-color: #ece2bf;
  padding: 0 8px;
  border-radius: 4px;
  cursor: help;
  color: #258535
}

a.popover-dismiss:hover {
  background-color: #f1cf69;
  color: #687469
}

.main-slider__content {
  padding: 2rem 0;
}

.quality {
  padding-bottom: 40px;
}

.order-btn {
    margin-top: 20px;
    margin-bottom: 40px;
}

.icon-shopping-cart {
	font-size: 2em;
	margin-left: -1.25em;
	position: absolute;
	bottom: .6em;
}

/* ********* FORM ******** */

#f-email {
    display: none;
}

#orderForm h5 {
    margin-top: .5em;
}

.order-wrapper {
    background-color: #f6f4ec;
    padding: 80px 0;
}
input.error, select.error {
    border: 1px solid red;
  }
.form-group {
    margin-bottom: .5em;
}
label.error {
	font-size: .8em;
	color: red;
	line-height: 1em;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(28,161,218,0.75); /*dim the background*/
}

.spinner {
  position: fixed;
  z-index: 999;
  height: 140px;
  width: 140px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* ****************************** */
.about-one__content-video-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0 48px;
}

.about-one__content-video-box-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 160px;
  width: 100%;
  z-index: 1;
}

.about-one__content-video-box-img-wrapper {
  position: relative;
  margin-right: 28px;
  /* display: flex; */
  align-content: center;
  /* flex-direction: column; */
}

.about-one__content-video-box-img-wrapper::after {
  content: '';
  width: 28px;
  height: 81px;
  background-color: var(--agriox-base, #f1cf69);
  position: absolute;
  right: -38px;
  top: 0;
  border-radius: 10px;
}

.about-one__content-video-box-img::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.5);
  content: "";
}

.about-one__content-video-box-img img {
  width: 100%;
}

.about-one__content-video-box-img .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-one__content-video-box-img .icon a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--agriox-base, #f1cf69);
  text-align: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.about-one__content-video-box-img .icon a:hover {
  background: var(--agriox-primary, #334b35);
}

.about-one__content-video-box-img .icon a::before,
.about-one__content-video-box-img .icon a::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-one__content-video-box-img .icon a::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.about-one__content-video-box-img .icon a span::before {
  color: var(--agriox-primary, #334b35);
  font-size: 10px;
  line-height: 40px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.about-one__content-video-box-img .icon a:hover span::before {
  color: #ffffff;
}

.about-one__content-video-box-title {
  position: relative;
  display: flex;
  padding-left: 30px;
  flex-direction: column;
}

.about-one__content-video-box-title p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.about-one__content-video-box-title h3 {
  color: #D4A411;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}



/* ****************************** */

@media only screen and (max-width:767px) {
  .sec-title__title {
    font-size: 42px
  }

  .main-header--one__top {
    display: none
  }

  .main-header--one__bottom-right {
    display: none
  }

  .main-header--one__bottom {
    padding: 22px 0 23px
  }

  .main-header--one__bottom-inner {
    min-height: 55px
  }

  .main-header--one__bottom-middel {
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    position: absolute
  }

  .main-header--one__bottom .main-menu--1 {
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 0;
    width: 30px;
    height: 40px
  }

  .main-slider-tagline {
    font-size: 14px
  }

  .main-slider__title {
    font-size: 40px;
    line-height: 1.2em
  }

  .main-slider__title br {
    display: none
  }

  .main-slider__text br {
    display: none
  }

  .main-slider__button-box .arrow-icon {
    display: none
  }

  #main-slider-pagination {
    display: none
  }

  .main-slider__nav {
    width: 100px
  }

  .main-slider .container {
    padding: 40px 20px;
  }

  .about-one__content {
    margin-left: 0
  }

  .sec-title__title br {
    display: none
  }

  .about-one__left-overlay {
    position: relative;
    display: block;
    padding: 40px 20px 40px;
    margin-left: 0;
    margin-right: 0;
    text-align: center
  }

  .about-one__left-overlay .title {
    position: relative;
    display: block;
    border-left: none;
    padding-left: 0
  }

  .about-one__left-img::before {
    display: none
  }

  .about-one__left-overlay .icon {
    padding-right: 0
  }

  .about-one__left-img-inner {
    border-bottom-left-radius: 10px
  }

  .about-one__content-title {
    font-size: 23px
  }

  .about-one__bg {
    display: none
  }

  .about-one__content-video-box {
    flex-direction: column;
  }

  .about-one__content-video-box-title {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-top: 24px;
  }

  .services-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px
  }

  .sidebar__download {
    margin-bottom: 2rem;
  }

  section.products {
    padding: 60px 0;
  }

  .products .nav-tabs button {
    font-weight: 500;
    font-size: 13px;
  }

  .testimonials-one__left {
    margin-bottom: 60px
  }

  .testimonials-one__carousel.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    right: 0
  }

  .testimonials-one__single {
    padding: 39px 30px 50px
  }

  .footer-widget__explore {
    margin-top: 60px;
    margin-left: 0
  }

  .footer-one__bottom-inner {
    display: block;
    text-align: center
  }

  .services-details__content {
    margin-top: 30px
  }

  .services-details__sidebar {
    max-width: none
  }

  .services-details__sidebar-single-btn .thm-btn {
    padding: 10px 25px 25px;
    font-size: 14px
  }

  .services-details__content-title {
    font-size: 35px
  }

  .services-details__content-text3 {
    display: block
  }

  .services-details__content-text3 .text-box {
    margin-top: 40px;
    padding-left: 0
  }

  .services-details__sidebar-single-services {
    padding: 45px 20px 15px
  }

  .contact-page__left {
    max-width: none;
    margin-bottom: 50px
  }

  .sidebar {
    margin-top: 40px;
    max-width: 370px;
    width: 100%
  }

  .footer__logo {
    max-width: 60%;
    margin-top: 2rem;
    float: left;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .main-header--one__top {
    display: none
  }

  .main-header--one__bottom-right {
    display: none
  }

  .main-header--one__bottom {
    padding: 22px 0 23px
  }

  .main-header--one__bottom-inner {
    min-height: 55px
  }

  .main-header--one__bottom-middel {
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    position: absolute
  }

  .main-header--one__bottom .main-menu--1 {
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 0;
    width: 30px;
    height: 40px
  }

  .about-one__content {
    /* margin-top: 100px; */
    margin-left: 0
  }

  .about-one .sec-title {
    margin-top: 0;
  }

  .sec-title__title br {
    display: none
  }

  .services-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px
  }
  .services-one__bg {
    height: 889px;
  }

  .testimonials-one__left {
    margin-bottom: 60px
  }

  .testimonials-one__carousel.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    right: 0
  }

  .footer-widget__explore {
    margin-top: 60px;
    margin-left: 0
  }

  .services-details__content-text3 .text-box ul li .text p {
    font-size: 16px
  }

  .services-details__content {
    margin-top: 30px
  }

  .services-details__sidebar {
    max-width: none
  }

  .contact-page__left {
    max-width: none;
    margin-bottom: 50px
  }

  .sidebar {
    margin-top: 40px;
    max-width: 370px;
    width: 100%
  }

}



@media (min-width:992px) {
  .services-one__single-content {
    min-height: 270px
  }
  .product-content__title {
    font-size: 40px
  }
  .product-details__content__name {
    font-size: 50px
  }
  .product-details__image {
    margin-bottom: 0
  }
  .product-details__content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: -10px
  }
}


@media only screen and (min-width:992px) and (max-width:1199px) {
  .main-slider__content-tagline {
    width: 380px
  }

  .main-slider__content-tagline h2 {
    font-size: 30px
  }

  .main-slider__content-title {
    font-size: 80px
  }
  .main-header--one__top {
    display: none
  }

  .main-header--one__bottom-right {
    display: none
  }

  .main-header--one__bottom {
    padding: 22px 0 23px
  }

  .main-header--one__bottom-inner {
    min-height: 55px
  }

  .main-header--one__bottom-middel {
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    position: absolute
  }

  .main-header--one__bottom .main-menu--1 {
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 0;
    width: 30px;
    height: 40px
  }

  .about-one__content {
    margin-top: 0;
    margin-left: 0
  }

  .about-one__content .sec-title {
    margin-top: 0;
  }

  .sec-title__title br {
    display: none
  }

  .testimonials-one__left {
    margin-bottom: 60px
  }

  .testimonials-one__carousel.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    right: 0
  }

  .footer-widget__explore {
    margin-top: 60px;
    margin-left: 0
  }

  .services-details__sidebar-single-services {
    padding: 45px 20px 15px
  }

  .services-details__content-text3 .text-box {
    padding-left: 20px
  }

  .services-details__content-text3 .text-box ul li .icon {
    padding-right: 15px
  }

  .services-details__content-text3 .text-box ul li .text p {
    font-size: 13px
  }

  .services-details__sidebar-single-btn .thm-btn {
    font-size: 14px;
    padding: 10px 26px 25px
  }

  .services-one__bg {
    height: 889px;
  }

}


@media (min-width:1200px) {
  .services-one__single-content {
    min-height: 350px
  }
  .container {
    max-width: 1200px
  }
  .main-header--one__bottom .main-menu--1, .main-header--one__bottom-left, .main-menu__inner {
    position: static
  }
  .main-menu .main-menu__list, .main-menu .main-menu__list ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .stricky-header {
    display: none !important
  }
  .main-menu .mobile-nav__toggler {
    display: none;
  }
  .main-slider__content {
    padding: 6rem 0 0;
  }
  .contact-one__content {
    padding-right: 70px;
    margin-bottom: 0
  }
  .lang-selector {
    margin-top: 0;
  }
  .services-one__bg {
    height: 714px;
  }
  .products {
    padding-bottom: 60px;
  }
}


@media only screen and (min-width:1200px) and (max-width:1450px) {
  .main-header--one__bottom-middel {
    left: 63%
  }
}