/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
/* @font-face {
  font-family: 'Handlee';
  src: url('../handlee/handlee-regular.eot');
  src: url('../handlee/handlee-regular.eot?#iefix') format('embedded-opentype'),
        url('../handlee/handlee-regular.woff2') format('woff2'),
        url('../handlee/handlee-regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
 } */

:root {
  --agriox-font: 'Roboto Slab', serif;
  --agriox-font-2: 'Averia Sans Libre', cursive;
  --agriox-font-3: 'Shadows Into Light', cursive;
  --agriox-base: #ffdc4e;
  --agriox-base-rgb: 241, 207, 105;
  --agriox-primary: #334b35;
  937 --agriox-secondary: #73b21a;
  --agriox-secondary-rgb: 109, 140, 84;
  --agriox-color-1: #687469;
  --agriox-color-1-rgb: 104, 116, 105;
}

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

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');

body {
  font-family: 'Poppins', serif;
  color: #404640;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

a {
  color: #404640;
}

a,
a:hover,
a:focus,
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: #73b21a;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  margin: 0;
}

p {
  margin: 0;
}

.noSelect {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

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

dl,
ol,
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;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--agriox-primary, #334b35);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--agriox-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--agriox-primary, #334b35);
  color: #fff;
  cursor: pointer;
}

::-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;
}

.section-separator {
  border-color: var(--agriox-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

/***
=============================================
Thm Btn
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--agriox-base, #ffdc4e);
  color: var(--agriox-primary, #334b35);
  font-size: 14px;
  text-transform: uppercase;
  padding: 18px 50px 18px;
  border-radius: 10px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: #ffffff;
}

.thm-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.15);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 700ms ease;
  transition: 700ms 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: #73b21a;
}

/***
=============================================
Section Title
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 50px;
}

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

.sec-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--agriox-color-1, #687469);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Roboto Slab', sans-serif;
}

.sec-title__title {
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -1px;
  font-family: 'Roboto Slab', sans-serif;
  position: relative;
}

.sec-title__title span {
  color: #323232;
}


.quality_txt {
  font-size: 40px;
  line-height: 1em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.04em;
  padding-left: 100px;
}


.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--agriox-base, #ffdc4e);
}

.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;
}

/***
=============================================
Dot Style




.owl-carousel.owl-dot-type1 .owl-dots .owl-dot.active::before{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: $agriox-base;
border-radius: 50%;
content: "";

}
=============================================
***/
.owl-carousel.owl-dot-type1 .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-type1 .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  line-height: 12px;
  margin-top: 5px !important;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #adb7ae;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot::before {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background: var(--agriox-primary, #334b35);
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot.active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot span {
  display: none;
}

/***
=============================================
Scroll To Top
=============================================
***/
.scroll-to-top {
  width: 60px;
  height: 60px;
  background-color: #73b21a;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  transition: all 0.4s ease;
  overflow: hidden;
  border-radius: 50%;
}

.scroll-to-top::before {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  /*background: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.15);*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 700ms ease;
  transition: 700ms 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: #73b21a;
}

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

.scroll-to-top:hover {
  background-color: var(--agriox-primary, #334b35);
}

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

/***
=============================================
Main Header One
=============================================
***/
.main-header {
  position: relative;
  display: block;
}

.main-header--one {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

.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;
  padding-top: 15px;
  padding-bottom: 15px
}

.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: 60px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  position: relative;
  display: inline-block;
  color: var(--agriox-color-1, #687469);
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Roboto Slab', serif;
  padding-top: 38px;
  padding-bottom: 38px;
  z-index: 1;
}

.main-menu .main-menu__list>li>a::before {
  content: '';
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #73b21a;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms 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-color: #73b21a;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms 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.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>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.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--agriox-primary, #334b35);
}

.main-menu .main-menu__list>li.dropdown a,
.stricky-header .main-menu__list>li.dropdown a {
  padding-right: 0px;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>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 {
  position: absolute;
  top: 135%;
  left: -250px;
  min-width: 950px;
  width: max-content;
  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;
  transition: 500ms ease;
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  right: 248px;
}

.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 108%;
  left: -250px;
  min-width: 950px;
  width: max-content;
  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;
  transition: 500ms ease;
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  right: 248px;
}

.main-header-two__bottom .main-menu .main-menu__list li ul {
  margin-top: 13px;
}

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

.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: var(--agriox-color-1, #687469);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-family: 'Roboto Slab', 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: var(--agriox-base, #ffdc4e);
  color: var(--agriox-primary, #334b35);
}

.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;
}

.main-menu__right-login-register {
  position: relative;
  display: block;
  margin-right: 26px;
}

.main-menu__right-login-register ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-menu__right-login-register ul li {
  position: relative;
  float: left;
  margin-left: 11px;
  padding-right: 12px;
}

.main-menu__right-login-register ul li::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  background: #e2e4eb;
  width: 1px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  content: "";
}

.main-menu__right-login-register ul li:first-child {
  margin-left: 0;
}

.main-menu__right-login-register ul li:last-child {
  padding-right: 0;
}

.main-menu__right-login-register ul li:last-child:before {
  display: none;
}

.main-menu__right-login-register ul li a {
  color: var(--agriox-gray);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu__right-login-register ul li a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.main-menu__right-cart-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}

.main-menu__right-cart-search::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  content: "";
}

.main-menu__right-cart-box {
  position: relative;
  display: block;
}

.main-menu__right-cart-box a {
  color: var(--agriox-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu__right-cart-box a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.main-menu__right-cart-box a span::before {
  font-size: 25px;
  line-height: 35px;
}

.main-menu__right-search-box {
  position: relative;
  display: block;
  margin-left: 29px;
}

.main-menu__right-search-box .thm-btn {
  font-size: 12px;
  padding: 5px 30px 2px;
}

.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 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
}

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

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.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;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 992px) {

  .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;
  }
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

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

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

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--agriox-black);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.main-menu .mobile-nav__toggler {
  font-size: 30px;
  color: var(--agriox-base, #ffdc4e);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-right: 0px;
}

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

/***
=============================================
Mobile Nav
=============================================
***/
.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 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms 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: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background: var(--agriox-primary, #334b35);
  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, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.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: #ffffff;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--agriox-base, #ffdc4e);
}

.mobile-nav__content .main-menu__list li a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.mobile-nav__content .main-menu__list li a button {
  width: 28px;
  height: 28px;
  background-color: var(--agriox-base, #ffdc4e);
  border: none;
  outline: none;
  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: 0px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

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

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.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__top .main-menu__login a {
  color: var(--agriox-text-dark);
}

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

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--agriox-base, #ffdc4e);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: #ffffff;
}

.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: 0.07em;
}

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

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.mobile-nav__contact li>i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--agriox-base, #ffdc4e);
  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,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/***
=============================================
Search Popup
=============================================
***/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  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-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--agriox-primary, #334b35);
  opacity: 0.9;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  padding-right: 90px;
}

.search-popup__content .thm-btn2 {
  padding: 0;
  width: 68px;
  height: 68px;
  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;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--agriox-base, #ffdc4e);
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.search-popup__content .thm-btn2::before {
  display: none;
}

.search-popup__content .thm-btn2:hover {
  background-color: var(--agriox-black);
  color: #ffffff;
}

.search-popup__content .thm-btn2 i::before {
  margin: 0;
  color: #ffffff;
}

/***
=============================================
Main Header One
=============================================
***/
.main-header--one {
  position: relative;
  display: block;
}

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

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

.main-header--one__top .auto-container {
  position: static;
  max-width: 1755px;
  width: 100%;
  padding: 0px 50px;
  margin: 0 auto;
}

.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: right;
}

.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-left .social-link {
  position: relative;
  display: block;
  background: #73b21a;
  padding: 0px 0px 0px;
  margin-left: 0px;
  margin-right: 15px;
}

.main-header--one__top-left .social-link ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px 10px;
}

.main-header--one__top-left .social-link ul li {
  position: relative;
  float: left;
  margin-left: 25px;
}

.main-header--one__top-left .social-link ul li:first-child {
  margin-left: 0;
}

.main-header--one__top-left .social-link ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one__top-left .social-link ul li a:hover {
  transform: scale(1.4);
}

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

.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: #fff;
}

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



.main-header--one__top-right ul li .text p a {
  color: #fff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  font-family: 'Roboto Slab', serif;
}

.main-header--one__top-right ul li .text p a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.main-header--one__top-right ul li .text p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

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

.main-header--one__bottom .auto-container {
  position: static;
  max-width: 1755px;
  width: 100%;
  padding: 0px 50px;
  margin: 0 auto;
}

.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: flex;
  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 .search-cart {
  position: relative;
  display: block;
  padding-right: 40px;
}

.main-header--one__bottom-right .search-cart a {
  position: relative;
  display: inline-block;
  color: var(--agriox-primary, #334b35);
  font-size: 25px;
  font-weight: 700;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one__bottom-right .search-cart a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.main-header--one__bottom-right .search-cart a+a {
  padding-left: 25px;
}

.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: var(--agriox-secondary, #73b21a);
  text-align: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one__bottom-right .contact-box .icon:hover {
  background-color: var(--agriox-base, #ffdc4e);
}

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

.main-header--one__bottom-right .contact-box .icon:hover span::before {
  color: var(--agriox-primary, #334b35);
}

.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: var(--agriox-color-1, #687469);
  font-size: 13px;
  line-height: 22px;
}

.main-header--one__bottom-right .contact-box .text a {
  color: var(--agriox-primary, #334b35);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one__bottom-right .contact-box .text a:hover {
  color: var(--agriox-base, #ffdc4e);
}

/***
=============================================
Main Header Two
=============================================
***/
.main-header--one--two {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-header--one--two .main-header--one__bottom-middel {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  z-index: 1;
  padding-right: 120px;
}

.main-header--one--two .main-header--one__bottom-middel::before {
  position: absolute;
  top: -31px;
  right: 0;
  bottom: -29px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  z-index: -1;
}

.main-header--one--two .main-header--one__bottom-left {
  /* padding-left: 116px;*/
  padding-left: 0px;
}

.main-header--one--two .main-menu .main-menu__list>li>a {
  color: #ffffff;
}

.main-header--one--two .main-header--one__bottom-right .contact-box::before {
  position: absolute;
  top: -31px;
  left: 0;
  bottom: 0px;
  width: 1px;
  height: 110px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.main-header--one--two .main-header--one__bottom-right .search-cart a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one--two .main-header--one__bottom-right .search-cart a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.main-header--one--two .main-header--one__bottom-right .contact-box .icon {
  background-color: var(--agriox-base, #ffdc4e);
}

.main-header--one--two .main-header--one__bottom-right .contact-box .icon:hover {
  background-color: var(--agriox-primary, #334b35);
}

.main-header--one--two .main-header--one__bottom-right .contact-box .icon span::before {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one--two .main-header--one__bottom-right .contact-box .icon:hover span::before {
  color: #ffffff;
}

.main-header--one--two .main-header--one__bottom-right .contact-box .text p {
  color: #ffffff;
}

.main-header--one--two .main-header--one__bottom-right .contact-box .text a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one--two .main-header--one__bottom-right .contact-box .text a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.main-header--one--two .main-header--one__bottom-right .search-cart {
  padding-right: 120px;
}

.main-header--one--two .main-header--one__bottom-right .contact-box {
  padding-left: 120px;
}

/***
=============================================
Slider One
=============================================
***/
.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 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms 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: 120%;
  background: rgb(51 75 53 / 65%);
  content: "";
  z-index: 2;
}

.main-slider .container {
  position: relative;
  /*padding-top: 173px;
padding-bottom: 185px;*/
  padding-top: 80px;
  padding-bottom: 120px;
  z-index: 2;
}

.main-slider-inner {
  position: relative;
  display: block;
  /*padding-bottom: 120px;*/
}

.main-slider__content {
  position: relative;
  display: block;
  padding-top: 30px;
}

.main-slider-tagline {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms 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: 1000ms;
  transition-delay: 1000ms;
}

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

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

.main-slider__title {
  color: #ffffff;
  font-size: 80px;
  font-size: 65px;
    line-height: 1.1em;
    font-family: Playfair Display;
    font-weight: 400;

  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider__title h2 {
  font-weight: 600;
}

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

.main-slider__title span.leaf {
  position: absolute;
  top: -50px;
  right: 22px;
}

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

.main-slider__text {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  padding-bottom: 30px;
  transform: translateY(80px);
}

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

.main-slider__button-box {
  position: relative;
  display: inline-block;
  margin-top: 38px;
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms 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: 2000ms;
  transition-delay: 2000ms;
}

.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__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  background: #ffdc4ed6;
  border: 2px solid rgba(255, 255, 255, 0.4);
  margin: 10px 0px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.main-slider__content a {
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider-one .swiper-slide-active .main-slider__content a {

opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms
}
.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
  position: relative;
}

.main-slider__nav .swiper-button-prev {
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 10px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  left: -2px;
  opacity: 1;
}

/***
=============================================
Slider Two
=============================================
***/
.main-slider-one--two {
  position: relative;
  display: block;
}

.main-slider.main-slider-one--two .container {
  padding-top: 321px;
  padding-bottom: 255px;
}

.main-slider-one--two .main-slider__title {
  font-family: 'Roboto Slab', serif;
}

.main-slider-one--two .main-slider__title span {
  color: var(--agriox-base, #ffdc4e);
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
}

.main-slider-one--two .main-slider__button-box {
  margin-top: 2px;
}

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

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #00000052;
  z-index: -1;
}

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

.page-header__inner .thm-breadcrumb {
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
  overflow: hidden;
}

.page-header__inner .thm-breadcrumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
  content: "";
}

.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Roboto Slab', serif;
}

.page-header__inner .thm-breadcrumb li+li {
  padding-left: 13px;
}

.page-header__inner .thm-breadcrumb li a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.page-header__inner h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-family: 'Roboto Slab', serif;
}

/***
=============================================
About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  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::after {
  content: '';
  width: 28px;
  height: 110px;
  background-color: var(--agriox-primary, #334b35);
  position: absolute;
  left: -88px;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about-one__left-img::before {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 30px;
  height: 330px;
  background: var(--agriox-base, #ffdc4e);
  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, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.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: var(--agriox-secondary, #73b21a);
  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: var(--agriox-base, #ffdc4e);
  font-size: 60px;
}

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

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

.about-one__left-overlay .title h2 span {
  color: #ffffff;
  font-size: 54px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
}

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

.about-one__content {
  position: relative;
  display: block;
  max-width: 485px;
  width: 100%;
  margin-left: 70px;
}

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

.about-one__content-text {
  position: relative;
  display: block;
  margin-top: 39px;
  text-align: justify;
}

.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: var(--agriox-base, #ffdc4e);
  font-size: 15px;
}

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

.about-one__content-list li .text p {
  color: var(--agriox-primary, #334b35);
  font-weight: 500;
}

.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-top: 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;
}

.about-one__content-video-box-img-wrapper::after {
  content: '';
  width: 28px;
  height: 81px;
  background-color: var(--agriox-base, #ffdc4e);
  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, #ffdc4e);
  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: block;
  padding-left: 30px;
}

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

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

/***
=============================================
Features One
=============================================
***/
.features-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 90px;
}

.features-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.features-one__single__more {
  position: absolute;
  top: calc(100% - 38px);
  background-color: var(--agriox-secondary, #73b21a);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 16px;
  left: 50%;
  width: calc(100% - 40px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 11px 0;
  opacity: 0;
  -webkit-transition: background 500ms ease, color 500ms ease, opacity 500ms ease, top 500ms ease;
  transition: background 500ms ease, color 500ms ease, opacity 500ms ease, top 500ms ease;
}

.features-one__single__more:hover {
  color: #fff;
  background-color: var(--agriox-base, #ffdc4e);
}

.features-one__single:hover .features-one__single__more {
  top: 100%;
  opacity: 1;
}

.features-one__single-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 310px;
  opacity: 0.15;
  z-index: -1;
}

.features-one__single.style2 {
  position: relative;
  display: block;
  background: linear-gradient(323deg, rgb(116 205 19 / 72%) 0%, #eece38 100%);
  border-radius: 10px;
  padding: 40px 0px 40px;
}

.features-one__single.style2 .features-one__single-img {
  position: relative;
  display: block;
  width: 195px;
  border-radius: 50%;
  margin: 0 auto;
}

.features-one__single.style2 .features-one__single-title {
  position: relative;
  display: block;
  background: transparent;
  padding: 27px 0px 27px;
}

.features-one__single.style2 .features-one__single-title h3 {
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
  margin-bottom: 0;
}

.features-one__single.style2 .features-one__single-title h3 a:hover {
  color: var(--agriox-color-1, #687469);
}

.features-one__single.style2 .button {
  position: relative;
  display: block;
}

.features-one__single.style2 .button .thm-btn {
  background: var(--agriox-primary, #334b35);
  color: #ffffff;
  padding: 8px 40px 8px;
}

.features-one__single.style2 .button .thm-btn:hover {
  color: var(--agriox-primary, #334b35);
}

.features-one__single.style2 .button .thm-btn::before {
  background: rgba(255, 255, 255, 0.15);
}

.features-one__single.style2 .button .thm-btn:hover::before {
  background-color: #fff;
}

.features-one__single-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.features-one__single-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.features-one__single:hover .features-one__single-img::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.features-one__single-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.features-one__single:hover .features-one__single-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.features-one__single-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 35px 0px 10px;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 5;
}

.features-one__single-title h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 15px;
}

.features-one__single-title h3 a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.features-one__single-title h3 a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.features-one--services {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

/***
=============================================
Vedio One
=============================================
***/
.video-one {
  position: relative;
  display: block;
  padding: 140px 0px 150px;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.video-one__leaf {
  width: 53px;
  height: 22px;
  background-image: url(../images/icon/video-leaf-1-1.png);
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 11px;
}

@media (min-width: 1200px) {
  .video-one__right {
    padding-top: 50px;
  }
}

.video-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.6);
  z-index: -1;
  content: "";
}

.video-one-border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 14.29%;
  z-index: -1;
}

.video-one-border-two {
  left: 14.29%;
}

.video-one-border-three {
  left: 28.59%;
}

.video-one-border-four {
  left: 42.88%;
}

.video-one-border-five {
  left: 57.17%;
}

.video-one-border-six {
  left: 71.46%;
}

.video-one__wrpper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-one__left {
  position: relative;
  display: block;
}

.video-one__title {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
  letter-spacing: -0.04em;
}

.video-one__btn {
  position: relative;
  display: block;
  margin-top: 61px;
}

.video-one__right {
  position: relative;
  display: block;
  width: 245px;
}

.video-one__right .icon {
  position: relative;
  display: inline-block;
}

.video-one__right .icon a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.video-one__right .icon a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.video-one__right .icon .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-one__right .icon .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-one__right .icon .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-one__right .title {
  position: relative;
  display: block;
  padding-left: 55px;
  margin-top: 7px;
}

.video-one__right .title h2 {
  color: var(--agriox-base, #ffdc4e);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
}

/***
=============================================
Services One
=============================================
***/
.services-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 180px 0px 65px;
  overflow: hidden;
  z-index: 1;
}

.services-one--has-top-bg::before {
  content: '';
  background-color: #f6f4ec;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/backgrounds/service-bottom-bg-1-1.png);
  height: 459px;
  width: 100%;
  background-position: bottom center;
  background-repeat: repeat-x;
}

.services-one .sec-title {
  margin-bottom: 65px;
}

.services-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 508px;
  background: #f6f4ec;
  z-index: -1;
  background-image: url(../images/backgrounds/service-top-bg-1-1.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}

.services-one__single {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 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: #ffffff;
  z-index: 1;
}

.services-one__single-img::before {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: #73b21a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms 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: #73b21a29;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms 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 500ms ease;
  transition: all 500ms 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: #ffffff;
  color: #73b21a;
  font-size: 60px;
  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: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: 5;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

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

.services-one__single-content .read-more-btn:hover {
  border: 1px solid transparent;
  transition: all 0.5s ease-in;
}

.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 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background: #73b21a;
}

.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: 10px 25px 25px;
  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;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 15px;
  color: #333;
}

.services-one__single-content h3 a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.services-one__single-content p {
  font-size: 1rem;
  line-height: 30px;
  min-height: 212px;
}

.services-one__single-content .read-more-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #73b21a;
  background: #FFF;
  margin-top: 15px;
  z-index: 1;
}

.services-one__single-content .read-more-btn::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 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background: var(--agriox-secondary, #73b21a);
  z-index: -1;
}

.services-one__single-content .read-more-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.services-one__single-content .read-more-btn span::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-primary, #334b35);
  font-size: 20px;
  line-height: 50px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single-content .read-more-btn:hover span::before {
  color: #ffffff;
}

/***
=============================================
Projects One
=============================================
***/
.projects-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
}

.projects-one .auto-container {
  max-width: 1720px;
  width: 100%;
}

.projects-one .sec-title {
  margin-bottom: 54px;
}

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

.projects-one__single-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.projects-one__single-img img {
  width: 100%;
}

.projects-one__single-img::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #73b21a73;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  z-index: 1;
}

.projects-one__single:hover .projects-one__single-img::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.projects-one__single-img .overlay-content {
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 1;
}

.projects-one__single:hover .projects-one__single-img .overlay-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.projects-one__single-img .overlay-content p {
  position: relative;
  display: inline-block;
  color: var(--agriox-primary, #334b35);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--agriox-base, #ffdc4e);
  padding: 5px 20px 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.projects-one__single-img .overlay-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  background: var(--agriox-secondary, #73b21a);
  border-top-right-radius: 10px;
  padding: 25px 40px 27px;
}

.projects-one__single-img .overlay-content h3 a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-one__single-img .overlay-content h3 a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.projects-one__carousel.owl-carousel .owl-dots.disabled,
.projects-one__carousel.owl-carousel .owl-nav.disabled {
  display: none;
}

/***
=============================================
Testimonials One
=============================================
***/
.testimonials-one {
  position: relative;
  display: block;
  padding: 80px 40px 80px;
  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: 0.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: #ffffff;
  padding: 39px 50px 50px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 30px 40px 40px;
  width: 500px;
}

.testimonials-one__single:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05), 0 4px 0px var(--agriox-base, #ffdc4e);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05), 0 4px 0px var(--agriox-base, #ffdc4e);
}

.testimonials-one__single-client-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*align-items: center;*/
  margin-top: 19px;
  justify-content: center;
}

.testimonials-one__single-client-info-img {
  position: relative;
  display: block;
}

.testimonials-one__single-client-info-img-inner {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-one__single-client-info-img .icon {
  position: absolute;
  top: 25px;
  right: -13px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  background: var(--agriox-base, #ffdc4e);
  text-align: center;
}

.testimonials-one__single-client-info-img .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-primary, #334b35);
  font-size: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonials-one__single-client-info-title {
  position: relative;
  display: block;
  padding-left: 38px;
}

.testimonials-one__single-client-info-title h4 {
  color: var(--agriox-secondary, #73b21a);
  font-size: 18px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
}

.testimonials-one__single-client-info-title p {
  font-size: 16px;
  line-height: 26px;
}

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

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #c4c7bc;
  color: #c4c7bc;
  font-size: 15px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  display: none;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-weight: 600;
}

.owl-carousel .owl-nav button.owl-prev .left {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  border: 2px solid var(--agriox-primary, #334b35);
  color: var(--agriox-primary, #334b35);
  background: transparent;
}

.testimonials-one__carousel.owl-theme .owl-stage-outer {
  overflow: visible;
}

.testimonials-one__carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.testimonials-one__carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

/***
=============================================
Providing Quality One
=============================================
***/
.providing-quality-one {
  position: relative;
  display: block;
  background: var(--agriox-secondary, #73b21a);
  z-index: 1;
  overflow: hidden;
}

.providing-quality-one__shape::before {
  content: '';
  width: 150px;
  height: 171px;
  background-color: var(--agriox-primary, #334b35);
  position: absolute;
  top: -20px;
  right: 57px;
  border-radius: 10px;
  opacity: .1;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
  animation: float-bob-y 10s linear 0s infinite;
}

.providing-quality-one__shape::after {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #fff;
  opacity: .1;
  position: absolute;
  top: 120px;
  right: 177px;
  border-radius: 10px;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.providing-quality-one__bg {
  position: absolute;
  bottom: -225px;
  right: 0;
  opacity: 0.07;
  z-index: -1;
}

.providing-quality-one__logo {
  position: absolute;
  top: 182px;
  right: 85px;
  text-align: center;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
  z-index: 1;
}

.providing-quality-one .container-fullwidth {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .providing-quality-one .container-fullwidth {
    padding-left: 0;
    padding-right: 0;
  }
}

.providing-quality-one__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.providing-quality-one__img img {
  width: 100%;
}

.providing-quality-one__image-block {
  position: relative;
}

.providing-quality-one__image-block img {
  max-width: 100%;
  float: none;
}

@media (min-width: 992px) {
  .providing-quality-one__image-block img {
    float: left;
    max-width: none;
  }
}

.providing-quality-one__image__line {
  width: 41px;
  height: 39px;
  /*background-image: url(../images/icon/quality-line-1-1.png);*/
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  right: 480px;
}

.providing-quality-one__content-box {
  position: relative;
  display: block;
  max-width: 570px;
  padding-top: 120px;
  padding-bottom: 111px;
  padding-left: 70px;
  height: 100%;
}

.providing-quality-one__content-box .sec-title {
  margin-bottom: 44px;
}

.providing-quality-one__content-box .sec-title__tagline {
  color: #dbe6d2;
}

.providing-quality-one__content-box .sec-title__title {
  color: #ffffff;
}

.providing-quality-one__content-box-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.providing-quality-one__content-box-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 51px;
  padding-bottom: 49px;
}

.providing-quality-one__content-box-list-item:first-child {
  margin-top: 0;
}

.providing-quality-one__content-box-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.providing-quality-one__content-box-list-item .icon {
  position: relative;
  display: block;
  color: var(--agriox-base, #ffdc4e);
  font-size: 60px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--agriox-primary, #334b35);
  width: 110px;
  height: 110px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
}

.providing-quality-one__content-box-list-item:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.providing-quality-one__content-box-list-item .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.providing-quality-one__content-box-list-item .text h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 11px;
}

.providing-quality-one__content-box-list-item .text p {
  color: #dbe6d2;
}

/***
=============================================
Blog One
=============================================
***/
.blog-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 70px 0px 70px;
  overflow: hidden;
  z-index: 1;
}




.blog-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 557px;
  background: #f6f4ec;
  background-image: url(../images/icon/blog-bg-top-1-1.png);
  z-index: -1;
}

.blog-one .sec-title {
  margin-bottom: 53px;
}

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

.blog-one__single-img {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.blog-one__single-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
}

.blog-one__single:hover .blog-one__single-img img {
  -webkit-transform: scale(1.2) rotate(1deg);
  transform: scale(1.2) rotate(1deg);
}

.blog-one__single-img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #73b21a73;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 1;
}

.blog-one__single:hover .blog-one__single-img::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-one__single-img .date-box {
  position: absolute;
  left: 40px;
  bottom: 0;
  background: #73b21a;
  padding: 3px 20px 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 0;
  z-index: 5;
}

.blog-one__single-img .date-box span {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

.blog-one__single-img .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transform: perspective(400px) scaleY(0);
  transform: perspective(400px) scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.blog-one__single:hover .blog-one__single-img .overlay-icon {
  -webkit-transform: perspective(400px) scaleY(1);
  transform: perspective(400px) scaleY(1);
}

.blog-one__single .blog-one__single-img .overlay-icon a {
  position: relative;
  display: inline-block;
}

.blog-one__single .blog-one__single-img .overlay-icon span {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}

.blog-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 40px 32px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-one__single-content:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.blog-one__single-content .meta-info {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.blog-one__single-content .meta-info li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.blog-one__single-content .meta-info li:first-child {
  padding-left: 0;
}

.blog-one__single-content .meta-info li a {
  color: var(--agriox-color-1, #687469);
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-one__single-content .meta-info li a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.blog-one__single-content .meta-info li a i::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-secondary, #73b21a);
  font-size: 15px;
  padding-right: 5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-one__single-content .meta-info li a:hover i::before {
  color: var(--agriox-base, #ffdc4e);
}

.blog-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-family: 'Roboto Slab', serif;
}

.blog-one__single-content h2 a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-one__single-content h2 a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.blog-one--news .news-sidebar__btn {
  margin-top: 10px;
}

.blog-one__single-content:not(.blog-details) {
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 200px;
}

.blog-one__single-content:not(.blog-details)::before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details) {
  background-color: #73b21a;
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a {
  color: #ffffff;
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a i::before {
  color: var(--agriox-base, #ffdc4e);
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details) h2 a {
  color: #fff;
}

.blog-one__single:hover .blog-one__single-content:not(.blog-details)::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/***
=============================================
Company Logos One
=============================================
***/
.company-logos-one {
  position: relative;
  display: block;
  padding: 35px 0px 35px;
  background-color: #f3f5fa;
}

.company-logos-one--gray {
  border-top: 0; 
  background-color: #f6f4ec;
}

.company-logos-one .swiper-slide {
  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;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
}

.company-logos-one .swiper-slide img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
  max-width: 100%;
  /*filter: grayscale(100%);*/
  cursor: pointer;
}

.company-logos-one .swiper-slide img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.company-logos-one--gray .swiper-slide:hover {
  background-color: #fff;
}



/***
=============================================
Company Logos One
=============================================
***/
.cta-one {
  position: relative;
  display: block;
  padding: 100px 0px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  z-index: 1;
}

.cta-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--agriox-base-rgb, 241, 207, 105), 0.93);
  z-index: -1;
  content: "";
}

.cta-one__wrapper {
  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;
}

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

.cta-one__left-icon {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--agriox-primary, #334b35);
  text-align: center;
}

.cta-one__left-icon span::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-base, #ffdc4e);
  font-size: 60px;
  line-height: 110px;
}

.cta-one__left-title {
  position: relative;
  display: block;
  padding-left: 50px;
}

.cta-one__left-title h2 {
  font-size: 46px;
  line-height: 56px;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
}

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

.cta-one__right-btn {
  position: relative;
  display: block;
}

.cta-one__right-btn .thm-btn {
  color: var(--agriox-base, #ffdc4e);
  background: var(--agriox-primary, #334b35);
}

.cta-one__right-btn .thm-btn::before {
  background: rgba(var(--agriox-base-rgb, 241, 207, 105), 0.15);
}

.cta-one__right-btn .thm-btn:hover::before {
  background: #ffffff;
}

.cta-one__right-btn .thm-btn:hover {
  color: var(--agriox-black);
}

/***
=============================================
CTA Two
=============================================
***/
.cta-two {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.cta-two__shape::before {
  content: '';
  position: absolute;
  bottom: -22px;
  right: -15px;
  width: 171px;
  height: 171px;
  border-radius: 10px;
  background-color: #f6f4ec;
}

.cta-two__shape::after {
  content: '';
  width: 41px;
  height: 41px;
  background-color: var(--agriox-base, #ffdc4e);
  border-radius: 10px;
  position: absolute;
  right: 135px;
  bottom: -41px;
}

.cta-two__inner {
  background-color: var(--agriox-primary, #334b35);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  padding-left: 50px;
}

@media (min-width: 992px) {
  .cta-two__inner {
    padding-left: 30px;
  }
}

.cta-two__inner::before {
  content: '';
  width: 24px;
  height: 100%;
  background-color: var(--agriox-base, #ffdc4e);
  position: absolute;
  top: 0;
  left: 0;
}

.cta-two__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
}

@media (min-width: 992px) {
  .cta-two__title {
    padding-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.cta-two__list {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.cta-two__list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #b3c5b5;
  padding-left: 25px;
}

@media (min-width: 992px) {
  .cta-two__list li {
    font-size: 18px;
  }
}

.cta-two__list li>i {
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  color: var(--agriox-base, #ffdc4e);
}

@media (min-width: 992px) {
  .cta-two__right {
    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;
  }
}

.cta-two__right img {
  border-radius: 10px;
}

/***
=============================================
Footer One
=============================================
***/
.footer-one {
  position: relative;
  display: block;
  z-index: 1;
}

.footer-one__top {
  position: relative;
  display: block;
  background: #323232;
  background-image: url(../images/Footer/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px 50px;
}

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

.footer-one__bg {
  position: absolute;
  right: 0px;
  bottom: -108px;
  opacity: 0.85;
  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;
  width: 100%;
}

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

.footer-widget__about-text {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

.footer-widget__about-contact-box {
  position: relative;
  display: block;
  padding-top: 0px;
}

.footer-widget__about-contact-box .phone {
  font-size: 15px;
  line-height: 34px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.8px;
}

.footer-widget__about-contact-box .phone a {
  color: #fff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-widget__about-contact-box .phone a:hover {
  color: #fff;
}

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

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

.footer-widget__about-contact-box p a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-widget__about-contact-box p a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.footer-widget__about-contact-box p a i::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-base, #ffdc4e);
  font-size: 15px;
  padding-right: 10px;
}

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

.footer-widget__about-contact-box .text i::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-base, #ffdc4e);
  font-size: 15px;
  padding-right: 10px;
}

.footer-widget__news {
  position: relative;
  display: block;

}

.footer-widget__title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
  font-family: 'Poppins', serif;
}

.footer-widget__news-list {
  position: relative;
  display: block;
}

.footer-widget__news-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

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

.footer-widget__news-list-item-img {
  position: relative;
  display: block;
}

.footer-widget__news-list-item-title {
  position: relative;
  display: block;
  padding-left: 20px;
}

.footer-widget__news-list-item-title p {
  color: #73b21a;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 11px;
}

.footer-widget__news-list-item-title h5 {
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Poppins', serif, serif;
  color: #fff;
}

.footer-widget__news-list-item-title h5 a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-widget__news-list-item-title h5 a:hover {
  color: #73b21a;
}

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

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

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

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

.footer-widget__explore-list-item a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-widget__explore-list-item a:hover {
  color: #ffffff;
}

.footer-widget__explore-list-item a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #73b21a;
  content: "";
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-widget__explore-list-item:hover a::before {
  width: 100%;
}

.footer-widget__newletter {
  display: block;
  margin-left: 30px;
}

.footer-widget__newletter-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 15px;
}

.subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 30px;
  padding-right: 20px;
  background: #ffffff;
  border: none;
  color: var(--agriox-color-1, #687469);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  border-radius: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Roboto Slab', serif;
  text-transform: capitalize;
  outline: none;
}

.subscribe-form input::-webkit-input-placeholder {
  color: var(--agriox-color-1, #687469);
}

.subscribe-form input:-moz-placeholder {
  color: var(--agriox-color-1, #687469);
}

.subscribe-form input::-moz-placeholder {
  color: var(--agriox-color-1, #687469);
}

.subscribe-form input:-ms-input-placeholder {
  color: var(--agriox-color-1, #687469);
}

.subscribe-form button {
  position: absolute;
  right: -4px;
  bottom: 5px;
  width: 30px;
  height: 25px;
  color: #ffffff;
  font-size: 10px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  background: #73b21a;
  transition: all 300ms ease 100ms;
  font-family: 'Roboto Slab', serif;
  margin: 5px;
}

.subscribe-form input[type="email"]:focus {
  color: var(--agriox-color-1, #687469);
}

.subscribe-form input[type="email"]:focus+button,
.subscribe-form button:hover {
  color: #333029;
  background: var(--agriox-base, #ffdc4e);
}

.footer-one__bottom {
  position: relative;
  display: block;
  z-index: 999;
  margin-top: 0px;
  background-color: #1d1d1d;
}

.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: center;
}

.footer-one__bottom-text {
  position: relative;
  display: block;
  padding: 20px 0px;
}

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

.footer-one__bottom-text p a {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-one__bottom-text p a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.footer-one__bottom-social-links {
  position: relative;
  display: block;
  /*overflow: hidden;*/
  padding-bottom: 10px;
  display: flex;
}

.footer-one__bottom-social-links ul {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.footer-one__bottom-social-links ul li {
  position: relative;
  float: left;
  margin-right: 15px;
}

.footer-one__bottom-social-links ul li a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 13px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  border: 1px solid transparent;

  padding: 0px 10px;
  background: #fff;
}

.footer-one__bottom-social-links ul li a:hover {
  color: #fff;
  background: #73b21a;
}

/***
=============================================
Features One
=============================================
***/
.features-two {
  position: relative;
  display: block;
  /*padding: 120px 0px 120px;*/
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
  counter-reset: count;
  top: 95px;
}

.features-two::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background:#ffdc4e;*/
  z-index: -1;
  content: "";
  /*background-image: url(../images/icon/feature-two-bg-1-1.png);*/
}

.features-two__single {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 40px 40px 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.features-two__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--agriox-primary, #334b35);
  border-radius: 10px;
  -webkit-transform: perspective(400px) scaleX(0);
  transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: -1;
}

.features-two__single:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) scaleX(1);
  transform: perspective(400px) scaleX(1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.features-two__single::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transform: perspective(400px) scaleX(0);
  transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: -1;
  content: "";
}

.features-two__single:hover::after {
  opacity: 1;
  -webkit-transform: perspective(400px) scaleX(1);
  transform: perspective(400px) scaleX(1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.features-two__single-top {
  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;
  margin-bottom: 22px;
}

.features-two__single-top .icon {
  position: relative;
  display: inline-block;
  color: var(--agriox-base, #ffdc4e);
  font-size: 65px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.features-two__single:hover .features-two__single-top .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.features-two__single-top .count-box {
  position: relative;
  display: block;
  color: #eceae0;
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 400;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.features-two__single:hover .features-two__single-top .count-box {
  color: rgba(236, 234, 224, 0.2);
}

.features-two__single-top .count-box::before {
  counter-increment: count;
  content: "0" counter(count);
}

.features-two__single-title {
  position: relative;
  display: block;
}

.features-two__single-title h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 3px;
}

.features-two__single-title h3 a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.features-two__single-title h3 a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.features-two__single:hover .features-two__single-title h3 a {
  color: #ffffff;
}

.features-two__single-title p {
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-right: -5px;
}



.features-two__call-box {
  position: relative;
  display: block;
  margin-top: 20px;
}

.features-two__call-box-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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-two__call-box-inner .img-box {
  position: relative;
  display: block;
  max-width: 75px;
  width: 100%;
}

.features-two__call-box-inner .img-box .icon {
  position: absolute;
  top: 12px;
  bottom: 0;
  right: -25px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--agriox-primary, #334b35);
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}

.features-two__call-box-inner .img-box:hover .icon {
  background-color: var(--agriox-primary, #334b35);
  color: #ffffff;
}

.features-two__call-box-inner .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.features-two__call-box-inner .title {
  position: relative;
  display: block;
  line-height: 0;
  padding-left: 45px;
}

.features-two__call-box-inner .title p {
  color: var(--agriox-primary, #334b35);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.features-two__call-box-inner .title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
}

.features-three {
  padding-bottom: 110px;
  background-image: url(../images/icon/feature-three-shape-1-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .features-three {
    padding-bottom: 0;
  }
}

.features-three__image {
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .features-three__image {
    margin-bottom: 0;
  }
}

.features-three__image img {
  border-radius: 10px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .features-three__image img {
    max-width: none;
    float: right;
    margin-right: -10px;
    border-radius: 0;
    border-top-right-radius: 10px;
  }
}

.features-three__image__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--agriox-base, #ffdc4e);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 190px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 35px;
}

@media (min-width: 1200px) {
  .features-three__image__caption {
    border-bottom-right-radius: 0px;
    right: -10px;
  }
}

.features-three__image__caption i {
  font-size: 62px;
  color: var(--agriox-primary, #334b35);
}

.features-three__image__caption h3 {
  margin: 0;
  color: var(--agriox-primary, #334b35);
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
  margin-top: 6px;
}

@media (min-width: 992px) {
  .features-three__list {
    margin-left: -30px;
  }
}

.features-three__list li {
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 992px) {
  .features-three__list li {
    padding-left: 95px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 10px;
  }

  .features-three__list li:hover {
    background-color: #f6f4ec;
  }
}

.features-three__list li+li {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .features-three__list li+li {
    margin-top: 0;
  }
}

.features-three__list li>i {
  width: 40px;
  height: 40px;
  background-color: var(--agriox-secondary, #73b21a);
  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-bottom: 10px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .features-three__list li>i {
    position: absolute;
    top: 44px;
    left: 30px;
  }
}

.features-three__list li:hover>i {
  background-color: var(--agriox-base, #ffdc4e);
  color: var(--agriox-primary, #334b35);
}

.features-three__list li h3 {
  margin: 0;
  font-size: 20px;
  color: var(--agriox-primary, #334b35);
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .features-three__list li h3 {
    margin-bottom: 7px;
  }
}

.features-three__list li p {
  font-size: 18px;
  line-height: 34px;
  color: #687469;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 1200px) {
  .features-three__content {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .features-three__content .sec-title {
    margin-bottom: 10px;
  }
}

/***
=============================================
About Two
=============================================
***/
.about-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 106px;
  overflow: hidden;
  border-bottom: 1px solid #eceae0;
  z-index: 1;
}

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

.about-two__img-box {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
  z-index: 1;
}

.about-two__img-box__shape::before {
  content: '';
  width: 71px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
  animation: float-bob-y 10s linear 0s infinite;
  height: 71px;
  background-color: var(--agriox-secondary, #73b21a);
  border-radius: 10px;
  position: absolute;
  left: 20px;
  top: 60px;
}

.about-two__img-box__shape::after {
  content: '';
  width: 30px;
  height: 30px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
  animation: float-bob-y 10s linear 0s infinite;
  background-color: var(--agriox-base, #ffdc4e);
  position: absolute;
  top: 108px;
  border-radius: 10px;
  left: 70px;
}

.about-two__img-box::before {
  position: absolute;
  top: -120px;
  left: -10000px;
  bottom: 100px;
  right: 100px;
  background: #f6f4ec;
  z-index: -1;
  content: "";
}

.about-two__img-box-img1 {
  position: relative;
  display: block;
  float: right;
}

.about-two__img-box-img1-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.about-two__img-box-img2 {
  position: absolute;
  left: -140px;
  bottom: 0;
}

.about-two__img-box-img2__shape {
  width: 30px;
  height: 100px;
  background-color: var(--agriox-base, #ffdc4e);
  position: absolute;
  bottom: 0;
  left: -30px;
  border-bottom-left-radius: 10px;
}

.about-two__img-box-img2 .logo {
  position: absolute;
  top: -65px;
  right: -60px;
  z-index: 2;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

.about-two__img-box-img2-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border-bottom-left-radius: 0;
}

.about-two__content-box {
  position: relative;
  display: block;
}

.about-two__content-box .sec-title {
  margin-bottom: 39px;
}

.about-two__content-box-list {
  position: relative;
  display: block;
  margin-top: 24px;
}

.about-two__content-box-list-single {
  position: relative;
  display: block;
}

.about-two__content-box-list-single ul {
  position: relative;
  display: block;
}

.about-two__content-box-list-single 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: 6px;
}

.about-two__content-box-list-single ul li:last-child {
  margin-bottom: 0;
}

.about-two__content-box-list-single ul li .icon {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.about-two__content-box-list-single ul li .icon i::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-base, #ffdc4e);
  font-size: 15px;
}

.about-two__content-box-list-single ul li .text {
  position: relative;
  display: block;
}

.about-two__content-box-list-single ul li .text p {
  color: var(--agriox-primary, #334b35);
}

.about-two__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 22px;
}

.about-two__progress-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', serif;
}

.about-two__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background: #f6f4ec;
  border-radius: 10px;
  margin-bottom: 6px;
}

.about-two__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  background: var(--agriox-secondary, #73b21a);
  border-radius: 10px;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.about-two__progress .count-text {
  position: absolute;
  top: -32px;
  right: 0px;
  color: var(--agriox-color-1, #687469);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.about-two__author {
  position: relative;
  display: block;
  margin-top: 35px;
}

.about-two__author h2 {
  color: var(--agriox-primary, #334b35);
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
}

.about-two__author h2 span {
  color: var(--agriox-color-1, #687469);
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/***
=============================================
Faq Two
=============================================
***/
.faq-one {
  position: relative;
  display: block;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px 110px;
  z-index: 1;
}

.faq-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(246, 244, 236, 0.93);
  content: "";
  z-index: -1;
}

.faq-one__content {
  position: relative;
  display: block;
}

.faq-one__content .sec-title {
  margin-bottom: 43px;
}

.faq-one__inner-content {
  position: relative;
  display: block;
}

.faq-one__inner-content-left {
  position: relative;
  display: block;
}

.faq-one__inner-content-left .title {
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.faq-one__inner-content-left .title h4 {
  color: var(--agriox-secondary, #73b21a);
  font-size: 20px;
  line-height: 34px;
  font-family: 'Roboto Slab', serif;
}

.faq-one__inner-content-list {
  position: relative;
  display: block;
}

.faq-one__inner-content-list ul {
  position: relative;
  display: block;
}

.faq-one__inner-content-list 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: 6px;
}

.faq-one__inner-content-list ul li:last-child {
  margin-bottom: 0;
}

.faq-one__inner-content-list ul li .icon {
  position: relative;
  display: inline-block;
}

.faq-one__inner-content-list ul li .icon i::before {
  color: var(--agriox-base, #ffdc4e);
  font-size: 15px;
}

.faq-one__inner-content-list ul li .text {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.faq-one__inner-content-list ul li .text p {
  color: var(--agriox-primary, #334b35);
  font-weight: 500;
}

.faq-one__btn {
  position: relative;
  display: block;
  margin-top: 49px;
}

.faq-one__accordions {
  position: relative;
  display: block;
  margin-left: 30px;
  z-index: 1;
}

.faq-one__accordions .accrodion {
  position: relative;
  display: block;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.faq-one__accordions .accrodion.active {
  border: 0px solid #eceae0;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.faq-one__accordions .accrodion::before {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 10px;
  height: 0%;
  background: var(--agriox-base, #ffdc4e);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
  z-index: 1;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.faq-one__accordions .accrodion.active::before {
  height: 100%;
}

.faq-one__accordions .accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  background: #ffffff;
  padding: 26px 0px 26px;
  padding-left: 40px;
  padding-right: 35px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.faq-one__accordions .accrodion.active .accrodion-title {
  background: #ffffff;
}

.faq-one__accordions .accrodion .accrodion-title h4 {
  position: relative;
  color: var(--agriox-primary, #334b35);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  letter-spacing: -0.02em;
}

.faq-one__accordions .accrodion.active .accrodion-title h4 {
  color: var(--agriox-primary, #334b35);
}

.faq-one__accordions .accrodion .accrodion-title h4::before {
  content: "\e938";
  font-family: 'icomoon' !important;
  font-weight: 900;
  font-size: 20px;
  color: var(--agriox-base, #ffdc4e);
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__accordions .accrodion.active .accrodion-title h4::before {
  content: "\e937";
  font-family: 'icomoon' !important;
  color: var(--agriox-primary, #334b35);
}

.faq-one__accordions .accrodion .accrodion-content {
  position: relative;
  display: block;
  padding: 0px 35px 27px;
}

.faq-one__accordions .accrodion .accrodion-content .inner {
  position: relative;
  display: block;
}

.faq-one__accordions .accrodion .accrodion-content .inner p {
  font-size: 16px;
}

.faq-one__accordions.faq-one__accordions--services-details {
  margin-left: 0;
}

.faq-one__accordions--services-details.faq-one__accordions .accrodion .accrodion-title {
  background: #f6f4ec;
}

.faq-one__accordions--services-details.faq-one__accordions .accrodion.active .accrodion-title {
  background: #ffffff;
}

.faq-one--faq {
  position: relative;
  display: block;
  background: #f6f4ec;
}

.faq-one--faq .faq-one__accordions {
  margin-left: 0;
}

.faq-one__dark {
  background-color: var(--agriox-secondary, #73b21a);
  position: relative;
}

.faq-one__dark::before {
  content: '';
  background-image: url(../images/backgrounds/faq-one-bg.png);
  opacity: .07;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--agriox-secondary, #73b21a);
  background-blend-mode: luminosity;
  background-attachment: fixed;
}

.faq-one__dark .container {
  position: relative;
  z-index: 10;
}

.faq-one__dark .faq-one__shape::before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 98px;
  width: 171px;
  height: 171px;
  border-radius: 10px;
  background-color: #ffffff;
}

.faq-one__dark .faq-one__shape::after {
  content: '';
  width: 41px;
  height: 41px;
  background-color: #f6f4ec;
  border-radius: 10px;
  position: absolute;
  right: 218px;
  bottom: -90px;
}

.faq-one__dark .sec-title__tagline {
  color: #dbe6d2;
}

.faq-one__dark .sec-title__title {
  color: #fff;
}

.faq-one__dark .faq-one__inner-content-list {
  margin-top: -10px;
}

.faq-one__dark .faq-one__inner-content-list li .text p {
  color: #dbe6d2;
}

.faq-one__dark .faq-one__inner-content-left img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-one__dark .faq-one__inner-content-left p {
  color: #dbe6d2;
}

.faq-one__dark .thm-btn {
  padding: 8.5px 38px;
}

.faq-one__dark .faq-one__accordions .accrodion .accrodion-title {
  padding-top: 24.5px;
  padding-bottom: 24.5px;
}

.faq-one__dark .faq-one__accordions .accrodion:not(.active) {
  background-color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0);
  border-color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.1);
}

.faq-one__dark .faq-one__accordions .accrodion:not(.active) .accrodion-title {
  background-color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.1);
}

.faq-one__dark .faq-one__accordions .accrodion:not(.active) .accrodion-title h4 {
  color: #fff;
}

/***
=============================================
Projects Two
=============================================
***/
.projects-one--two {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.projects-two__carousel.owl-carousel .owl-dots.disabled,
.projects-two__carousel.owl-carousel .owl-nav.disabled {
  display: none;
}

.projects-one--two--projects {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.projects-one--two--projects__wrapper {
  position: relative;
  display: block;
}

.projects-one--two--projects__btn {
  position: relative;
  display: block;
  margin-top: 10px;
}

/***
=============================================
Story One
=============================================
***/
.story-one {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  z-index: 1;
}

.story-one__shape {
  width: 110px;
  height: 131px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: -24px;
  right: 82px;
  border-radius: 10px;
  z-index: 20;
}

.story-one__shape::before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: var(--agriox-base, #ffdc4e);
  position: absolute;
  top: 24px;
  border-radius: 10px;
  right: 20px;
}

.story-one__shape::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: var(--agriox-primary, #334b35);
  position: absolute;
  left: 100%;
  bottom: 35px;
  z-index: 22;
  border-radius: 4px;
}

.story-one__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.05;
}

.story-one .auto-container {
  max-width: 1720px;
  width: 100%;
}

.story-one .row {
  margin-left: -0px;
  margin-right: -0px;
}

.story-one .row [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

.story-one__img {
  position: relative;
  display: block;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 685px;
  z-index: 1;
}

.story-one__img h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-weight: 300;
}

@media (min-width: 992px) {
  .story-one__img h3 {
    font-size: 60px;
  }
}

.story-one__img__line {
  width: 41px;
  height: 39px;
  background-image: url(../images/icon/quality-line-1-1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 47px;
  right: 403px;
}

.story-one__img::before {
  position: absolute;
  top: 120px;
  bottom: 120px;
  right: 0;
  width: 30px;
  background: var(--agriox-base, #ffdc4e);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
  z-index: -1;
}

.story-one__counters {
  position: relative;
  display: block;
  background: #f6f4ec;
  padding: 120px 120px 121px;
  overflow: hidden;
  z-index: 1;
}

.story-one__counters .sec-title {
  margin-top: 0;
  margin-bottom: 43px;
}

.story-one__counters-box {
  position: relative;
  display: block;
  margin-top: 36px;
}

.story-one__counters-box ul {
  position: relative;
  display: block;
}

.story-one__counters-box-single {
  position: relative;
  background: #ffffff;
  padding: 35px 0px 32px;
  width: 190px;
  float: left;
  border-radius: 10px;
  margin-right: 15px;
  z-index: 1;
  overflow: hidden;
}

.story-one__counters-box-single::after {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 10;
}

.story-one__counters-box-single:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.story-one__counters-box-single:last-child {
  margin-right: 0;
}

.story-one__counters-box-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--agriox-secondary, #73b21a);
  border-radius: 10px;
  -webkit-transform: perspective(400px) scaleX(0);
  transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: -1;
}

.story-one__counters-box-single:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) scaleX(1);
  transform: perspective(400px) scaleX(1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.story-one__counters-box-single h3 {
  color: var(--agriox-primary, #334b35);
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.story-one__counters-box-single:hover h3 {
  color: var(--agriox-base, #ffdc4e);
}

.story-one__counters-box-single-text {
  color: var(--agriox-color-1, #687469);
  font-size: 16px;
  line-height: 26px;
  margin-top: 3px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.story-one__counters-box-single:hover .story-one__counters-box-single-text {
  color: #dbe6d2;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
  line-height: 1em;
}

/***
=============================================
Meet Farmers One
=============================================
***/
.meet-farmers-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 27px;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: -120px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}

.meet-farmers-one .sec-title {
  margin-bottom: 53px;
}

.meet-farmers-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.meet-farmers-one__single:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.meet-farmers-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.meet-farmers-one__single-img::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 1;
}

.meet-farmers-one__single:hover .meet-farmers-one__single-img::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.meet-farmers-one__single-img img {
  width: 100%;
}

.meet-farmers-one__single .social-link ul {
  position: relative;
  background-color: var(--agriox-secondary, #73b21a);
  visibility: hidden;
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.meet-farmers-one__single:hover .social-link ul {
  visibility: visible;
  opacity: 1;
}

.meet-farmers-one__single .social-link ul li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.meet-farmers-one__single .social-link ul li:last-child {
  margin-right: 0;
}

.meet-farmers-one__single .social-link ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.meet-farmers-one__single .social-link ul li a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.meet-farmers-one__single-title {
  position: relative;
  display: block;
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 15px;
  z-index: 10;
  -webkit-transition: padding 500ms ease, background-color 500ms ease, -webkit-transform 500ms ease, -webkit-box-shadow 500ms ease;
  transition: padding 500ms ease, background-color 500ms ease, -webkit-transform 500ms ease, -webkit-box-shadow 500ms ease;
  transition: padding 500ms ease, transform 500ms ease, background-color 500ms ease, box-shadow 500ms ease;
  transition: padding 500ms ease, transform 500ms ease, background-color 500ms ease, box-shadow 500ms ease, -webkit-transform 500ms ease, -webkit-box-shadow 500ms ease;
}

.meet-farmers-one__single:hover .meet-farmers-one__single-title {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.meet-farmers-one__single-title p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.meet-farmers-one__single-title h2 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.02em;
}

.meet-farmers-one__single-title h2 a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.meet-farmers-one__single-title h2 a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.meet-farmers-one--about {
  position: relative;
  display: block;
  padding: 120px 0px 29px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.meet-farmers-one--about .row {
  --bs-gutter-y: -60px;
}

.meet-farmers-one--about .sec-title {
  margin-bottom: 120px;
}

/***
=============================================
Video Two
=============================================
***/
.video-one--two {
  position: relative;
  display: block;
  padding: 254px 0px 150px;
}

/***
=============================================
Blog Two
=============================================
***/
.blog-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 80px;
  z-index: 1;
}

.blog-two::before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: -99999px;
  background: #f5f3eb;
  content: "";
  z-index: -1;
}

.blog-two__left {
  position: relative;
  display: block;
  z-index: 10;
}

.blog-two__left .sec-title {
  margin-bottom: 43px;
}

.blog-two__right {
  position: relative;
  display: block;
  width: 1180px;
}

.blog-two__carousel.owl-theme .owl-stage-outer {
  overflow: visible;
}

.blog-two__carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-two__carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.blog-two__carousel.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: auto;
  top: auto;
  left: -404px;
  top: 376px;
  display: none;
}

.blog-two__carousel__custom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  margin-top: 49px;
}

.blog-two__carousel__custom-nav .left-btn {
  margin-right: 10px;
}

.blog-two__carousel__custom-nav .left-btn,
.blog-two__carousel__custom-nav .right-btn,
.blog-two__carousel.owl-theme .owl-nav .owl-next,
.blog-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 52px;
  width: 52px;
  background: #ffffff;
  border-radius: 50%;
  color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.5);
  border: 2px solid rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.3);
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 48px;
  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;
}

.blog-two__carousel__custom-nav .left-btn,
.blog-two__carousel__custom-nav .left-btn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blog-two__carousel__custom-nav .left-btn span,
.blog-two__carousel__custom-nav .right-btn span,
.blog-two__carousel.owl-theme .owl-nav .owl-next span,
.blog-two__carousel.owl-theme .owl-nav .owl-prev span {
  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;
  font-weight: 700;
}

.blog-two__carousel__custom-nav .left-btn:hover,
.blog-two__carousel__custom-nav .right-btn:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 1);
  border-color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 1);
}

.blog-two__left {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 370px;
  position: relative;
  z-index: 20;
  background-color: #fff;
}

/***
=============================================
About Three
=============================================
***/
.about-three {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  background-image: url(../images/backgrounds/about-3-bg-1-1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.about-three__shape::before {
  content: '';
  width: 150px;
  height: 171px;
  position: absolute;
  top: 160px;
  border-radius: 10px;
  left: -55px;
  background-color: #f6f4ec;
}

.about-three__shape::after {
  content: '';
  width: 41px;
  height: 41px;
  background-color: var(--agriox-base, #ffdc4e);
  border-radius: 10px;
  top: 313px;
  left: 75px;
  position: absolute;
}

.about-three__content-box {
  position: relative;
  display: block;
  max-width: 495px;
  width: 100%;
}

.about-three__content-box .sec-title {
  margin-bottom: 46px;
}

.about-three__content-box-inner {
  position: relative;
  display: block;
}

.about-three__content-box-inner h2 {
  color: var(--agriox-secondary, #73b21a);
  font-size: 24px;
  line-height: 34px;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 35px;
}

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

.about-three__products-list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-three__products-list ul li {
  position: relative;
  display: inline-block;
  padding-right: 44px;
  margin-left: 45px;
  border-right: 1px solid #eceae0;
}

.about-three__products-list ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.about-three__products-list ul li:first-child {
  margin-left: 0;
}

.about-three__products-list ul li .icon {
  position: relative;
  display: inline-block;
  color: var(--agriox-base, #ffdc4e);
  font-size: 60px;
  margin-bottom: 17px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-three__products-list ul li:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-three__products-list ul li h3 {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 9px;
}

.about-three__products-list ul li h3 a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-three__products-list ul li h3 a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.about-three__products-list ul li p {
  font-size: 16px;
}

.about-three__content-box-btn {
  position: relative;
  display: block;
  margin-top: 41px;
}

.about-three__img-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
}

.about-three__img-box .about-three__img-icon {
  position: absolute;
  top: 43px;
  left: -70px;
  z-index: 10;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

.about-three__arrow {
  width: 89px;
  height: 62px;
  background-image: url(../images/icon/about-3-arrow-1-1.png);
  position: absolute;
  bottom: 20px;
  left: 270px;
}

.about-three__img-box-img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__img-box-img::before {
  position: absolute;
  top: 350px;
  right: -30px;
  bottom: 0;
  width: 30px;
  background: var(--agriox-base, #ffdc4e);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
  z-index: 5;
}

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

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

.about-three__img-box-img:hover .about-three__img-box-img-inner::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

/***
=============================================
Services Details
=============================================
***/
.services-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 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: var(--agriox-primary, #334b35);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.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: var(--agriox-color-1, #687469);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.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: var(--agriox-primary, #334b35);
}

.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 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

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

.services-details__sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}

.services-details__sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}

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

.services-details__sidebar-single-services ul li a:hover i,
.services-details__sidebar-single-services ul li.current a i {
  color: var(--agriox-base, #ffdc4e);
}

.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 0px 44px;
  z-index: 1;
}

.services-details__sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--agriox-secondary-rgb, 109, 140, 84), 0.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 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--agriox-base, #ffdc4e);
}

.services-details__sidebar-single-contact-box .icon:hover {
  background-color: var(--agriox-primary, #334b35);
}

.services-details__sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-primary, #334b35);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms 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: #ffffff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
}

.services-details__sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.services-details__sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__sidebar-single-contact-box .phone a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.services-details__sidebar-single-contact-box p {
  color: #ffffff;
  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: var(--agriox-primary, #334b35);
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

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

.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: var(--agriox-primary, #334b35);
  font-size: 60px;
  margin-bottom: 11px;
}

.services-details__content-title {
  color: var(--agriox-primary, #334b35);
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 23px;
}

.services-details__content-text1 {
  position: relative;
  display: block;
  margin-bottom: 15px;
  text-align: justify;
  font-size: 14px;
  line-height: 28px;
}

.services-details__content-text2 {
  position: relative;
  display: block;
  text-align: justify;
  font-size: 14px;
  line-height: 28px;
}

.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: var(--agriox-base, #ffdc4e);
  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: var(--agriox-primary, #334b35);
  font-weight: 500;
}

/***
=============================================
Faq Contact box
=============================================
***/
.faq-contact-box {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  background: #ffffff;
}

.faq-contact-box .sec-title {
  margin-bottom: 54px;
}

.faq-contact-box__wrapper {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  
  width: 100%;
  border: none;
  background: #f6f4ec;
  padding: 8px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  color: #727d73;
  font-weight: 400;
  text-transform: capitalize;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: #727d73;
  height: 120px;
  width: 100%;
  background: #f6f4ec;
  padding: 18px 15px 30px;
  border: none;
  border-radius: 10px;
  outline: none;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/***
=============================================
Error Page
=============================================
***/
.error-page {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  background: #ffffff;
}

.error-page__wrapper {
  position: relative;
  display: block;
}

.error-page__big-title {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.error-page__big-title h2 {
  color: var(--agriox-secondary, #73b21a);
  font-size: 400px;
  line-height: 0.8em;
  font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
  font-weight: 500;
  text-shadow: 10px 15px 1px #f5f7f3;
}

.error-page__content {
  position: relative;
  display: block;
}

.error-page__content h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 10px;
}

.error-page__content p {
  font-size: 20px;
}

.error-page__search {
  position: relative;
  display: block;
  margin-top: 55px;
}

.error-page__search form.search-form {
  position: relative;
  display: block;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.error-page__search .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f6f4ec;
  border: 0px solid #f6f4ec;
  color: var(--agriox-color-1, #687469);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  padding-right: 80px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.error-page__search .search-form button {
  position: absolute;
  top: 10px;
  right: 35px;
  width: 50px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  background: transparent;
  display: block;
  text-align: center;
  border: 0px solid #f6f4ec;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  padding: 0;
  outline: none;
  border: none;
}

.error-page__search .search-form button i {
  color: var(--agriox-primary, #334b35);
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
}

.error-page__search .search-form input[type="text"]:focus {
  outline: none;
  border: none;
}

.error-page__search .search-form input::-webkit-input-placeholder {
  color: var(--agriox-color-1, #687469);
}

.error-page__search .search-form input:-moz-placeholder {
  color: var(--agriox-color-1, #687469);
}

.error-page__search .search-form input::-moz-placeholder {
  color: var(--agriox-color-1, #687469);
}

.error-page__search .search-form input:-ms-input-placeholder {
  color: var(--agriox-color-1, #687469);
}

.error-page__btn {
  position: relative;
  display: block;
  margin-top: 20px;
}

/***
=============================================
Contact Page
=============================================
***/
.contact-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 40px 0px 120px;
  margin-top: 40px;
}

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

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

.contact-page__social-link {
  position: relative;
  display: block;
  margin-top: 29px;
}

.contact-page__social-link ul {
  position: relative;
  display: block;
}

.contact-page__social-link ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.contact-page__social-link ul li:last-child {
  margin-right: 0;
}

.contact-page__social-link ul li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background: #f6f4ec;
  color: var(--agriox-color-1, #687469);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-page__social-link ul li a:hover {
  color: var(--agriox-primary, #334b35);
  background: var(--agriox-base, #ffdc4e);
}

.contact-page__social-link ul li a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 45px;
}

/***
=============================================
Contact Page Contact Info
=============================================
***/
.contact-page__contact-info {
  position: relative;
  display: block;
  background: #ffffff;
}

.contact-page__contact-info .auto-container {
  max-width: 1440px;
  width: 100%;
}

.contact-page__contact-info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  padding: 60px 115px 60px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: -60px;
  z-index: 2;
}

.contact-page__contact-info-title {
  position: relative;
  display: block;
  padding-right: 55px;
}

.contact-page__contact-info-title h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.04em;
}

.contact-page__contact-info-list {
  position: relative;
  display: block;
}

.contact-page__contact-info-list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page__contact-info-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #eceae0;
  margin-left: 40px;
  padding-right: 40px;
}

.contact-page__contact-info-list ul li:first-child {
  margin-left: 0;
}

.contact-page__contact-info-list ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.contact-page__contact-info-list ul li .icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background: var(--agriox-secondary, #73b21a);
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-page__contact-info-list ul li:hover .icon {
  background-color: var(--agriox-base, #ffdc4e);
  color: var(--agriox-black);
}

.contact-page__contact-info-list ul li .icon span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
}

.contact-page__contact-info-list ul li .icon.phone span::before {
  font-size: 25px;
}

.contact-page__contact-info-list ul li .title {
  position: relative;
  display: block;
  line-height: 0;
  padding-left: 20px;
}

.contact-page__contact-info-list ul li .title span {
  color: var(--agriox-color-1, #687469);
  font-size: 13px;
  line-height: 22px;
}

.contact-page__contact-info-list ul li .title p {
  color: var(--agriox-primary, #334b35);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.contact-page__contact-info-list ul li .title p a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-page__contact-info-list ul li .title p a:hover {
  color: var(--agriox-base, #ffdc4e);
}

/***
=============================================
Contact One
=============================================
***/
.contact-one {
  padding-bottom: 50px;
}

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

@media (min-width: 1200px) {
  .contact-one__content {
    padding-right: 70px;
    margin-bottom: 0;
  }
}

.contact-one__text {
  margin: 0;
  margin-bottom: 15px;
}

.contact-one__lists li {
  position: relative;
  color: var(--agriox-primary, #334b35);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  padding-left: 28px;
}

.contact-one__lists li+li {
  margin-top: 11px;
}

.contact-one__lists li>i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--agriox-base, #ffdc4e);
  font-size: 18px;
}

.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;
}

.contact-one__images__shape::before {
  content: '';
  width: 71px;
  height: 70px;
  background-color: var(--agriox-secondary, #73b21a);
  position: absolute;
  top: -100px;
  border-radius: 10px;
  left: 240px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
  animation: float-bob-y 10s linear 0s infinite;
}

.contact-one__images__shape::after {
  content: '';
  width: 32px;
  height: 32px;
  background-color: var(--agriox-base, #ffdc4e);
  border-radius: 10px;
  position: absolute;
  top: -110px;
  left: 290px;
  -webkit-animation: float-bob-y 10s linear 0s infinite;
  animation: float-bob-y 10s linear 0s infinite;
}

.contact-one__form {
  background-color: #f6f4ec;
  padding: 30px;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .contact-one__form {
    padding: 25px;
  }
}

.contact-one__form .comment-form__input-box ::-webkit-input-placeholder {
  color: #727d73;
}

.contact-one__form .comment-form__input-box :-ms-input-placeholder {
  color: #727d73;
}

.contact-one__form .comment-form__input-box ::-ms-input-placeholder {
  color: #727d73;
}

.contact-one__form .comment-form__input-box ::placeholder {
  color: #727d73;
}

.contact-one__form .comment-form__input-box input[type="text"],
.contact-one__form .comment-form__input-box textarea,
.contact-one__form .comment-form__input-box input[type="email"],
.contact-one__form .comment-form__input-box input[type="tel"]
{
  margin-bottom: 20px;
  color: #727d73;
  background-color: #fff;
  display: block;
}

/***
=============================================
Google Map
=============================================
***/
.contact-page-google-map {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-page-google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 560px;
  width: 100%;
}

/***
=============================================
Blog One News
=============================================
***/
.blog-one--news .blog-one__bg {
  display: none;
}

/***
=============================================
News Sidebar
=============================================
***/
.news-sidebar {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.news-sidebar__left {
  position: relative;
  display: block;
}

.news-sidebar__left .blog-one__single {
  margin-bottom: 24px;
}

.news-sidebar__left .blog-one__single-img {
  border-radius: 10px;
}

.news-sidebar__left .blog-one__single-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0px 0px;
}

.news-sidebar__left .blog-one__single-content h2 {
  font-size: 26px;
}

.news-sidebar__left .blog-one__single-content p {
  margin-top: 20px;
}

.news-sidebar__left .blog-one__single-content .read-more {
  position: relative;
  display: inline-block;
  color: var(--agriox-primary, #334b35);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Roboto Slab', serif;
  margin-top: 4px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.news-sidebar__left .blog-one__single-content .read-more:hover {
  color: var(--agriox-base, #ffdc4e);
}

.news-sidebar__left .blog-one__single-content .read-more::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: var(--agriox-primary, #334b35);
  content: "";
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.news-sidebar__left .blog-one__single-content .read-more:hover:before {
  background: var(--agriox-base, #ffdc4e);
}

.news-sidebar__left .blog-one__single.style2 {
  position: relative;
  display: block;
}

.news-sidebar__left .blog-one__single.style2 .blog-one__single-img::before {
  display: none;
}

.news-sidebar__left .blog-one__single.style2:hover .blog-one__single-img img {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.news-sidebar__left .blog-one__single.style2 .blog-one__single-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;
}

.news-sidebar__left .blog-one__single.style2 .blog-one__single-img .icon a {
  position: relative;
  display: inline-block;
  width: 105px;
  width: 105px;
  line-height: 105px;
  border-radius: 50%;
  text-align: center;
  background: var(--agriox-base, #ffdc4e);
  font-size: 25px;
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.news-sidebar__left .blog-one__single.style2 .blog-one__single-img .icon a:hover {
  color: #ffffff;
  background: var(--agriox-primary, #334b35);
}

.news-sidebar__blockquote {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 56px 60px 49px;
}

.news-sidebar__blockquote blockquote {
  position: relative;
  display: block;
  margin: 0;
}

.news-sidebar__blockquote .icon {
  position: relative;
  display: inline-block;
}

.news-sidebar__blockquote p {
  margin-top: 18px;
}

.news-sidebar__agriculture-matters {
  position: relative;
  display: block;
  border-radius: 10px;
  background: #f6f4ec;
  padding: 60px 60px 51px;
  margin-top: 30px;
}

.news-sidebar__agriculture-matters .icon {
  position: relative;
  display: inline-block;
}

.news-sidebar__agriculture-matters h2 {
  font-size: 26px;
  line-height: 36px;
  font-family: 'Roboto Slab', serif;
  margin-top: 20px;
}

.news-sidebar__agriculture-matters h2 a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.news-sidebar__agriculture-matters h2 a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.news-sidebar__btn {
  position: relative;
  display: block;
  margin-top: 30px;
}

/***
=============================================
Sidebar
=============================================
***/
.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: -0.02em;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--agriox-base, #ffdc4e);
  color: var(--agriox-primary, #334b35);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 50px;
  height: 70px;
  border-radius: 10px;
  width: 100%;
  padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--agriox-primary, #334b35);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--agriox-primary, #334b35);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--agriox-primary, #334b35);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--agriox-primary, #334b35);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--agriox-primary, #334b35);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--agriox-primary, #334b35);
}

.sidebar__search-form button[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  color: var(--agriox-primary, #334b35);
  font-size: 22px;
  width: 80px;
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
}

.sidebar__search-form button span::before {
  position: relative;
  display: inline-block;
  line-height: 70px;
  font-weight: 700;
}

.sidebar__latest-posts {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 41px 50px 23px;
}

.sidebar__latest-posts-list {
  position: relative;
  display: block;
}

.sidebar__latest-posts-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
}

.sidebar__latest-posts-list-item:last-child {
  margin-bottom: 0;
}

.sidebar__latest-posts-list-item .img-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar__latest-posts-list-item .title {
  position: relative;
  display: block;
  line-height: 0;
  padding-left: 20px;
}

.sidebar__latest-posts-list-item .title p {
  font-size: 14px;
  margin-bottom: 5px;
}

.sidebar__latest-posts-list-item .title p i::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-secondary, #73b21a);
  font-size: 12px;
  padding-right: 5px;
}

.sidebar__latest-posts-list-item .title h4 {
  font-size: 18px;
  line-height: 26px;
}

.sidebar__latest-posts-list-item .title h4 a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sidebar__latest-posts-list-item .title h4 a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.sidebar__categories {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 42px 30px 35px;
}

.sidebar__categories .title {
  position: relative;
  display: block;
  margin-bottom: 7px;
  padding-left: 20px;
}

.sidebar__categories-list {
  position: relative;
  display: block;
}

.sidebar__categories-list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.sidebar__categories-list li:last-child {
  margin-bottom: 0;
}

.sidebar__categories-list li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  padding: 7px 20px 7px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar__categories-list li a:hover,
.sidebar__categories-list li a.active {
  color: var(--agriox-primary, #334b35);
  font-weight: 700;
}

.sidebar__categories-list 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 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.sidebar__categories-list li a:hover::before,
.sidebar__categories-list li a.active::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sidebar__categories-list li a span::before {
  position: relative;
  color: var(--agriox-color-1, #687469);
  font-size: 10px;
  line-height: 26px;
  float: right;
  font-weight: 700;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sidebar__categories-list li a:hover span::before {
  color: var(--agriox-base, #ffdc4e);
}

.sidebar__categories-list li a.active span::before {
  color: var(--agriox-base, #ffdc4e);
}

.sidebar__tag {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 42px 50px 40px;
}

.sidebar__tag-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar__tag-list li {
  position: relative;
  float: left;
  margin: 0px 4px 10px;
}

.sidebar__tag-list li a {
  position: relative;
  display: inline-block;
  color: var(--agriox-color-1, #687469);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  border-radius: 10px;
  background: #ffffff;
  padding: 8px 20px 8px;
  letter-spacing: 0.1em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sidebar__tag-list li a:hover {
  color: var(--agriox-primary, #334b35);
  background: var(--agriox-base, #ffdc4e);
}

.sidebar__recent-comments {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 42px 50px 47px;
}

.sidebar__recent-comments .title {
  margin-bottom: 18px;
}

.sidebar__recent-comments-list {
  position: relative;
  display: block;
}

.sidebar__recent-comments-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.sidebar__recent-comments-list-item:last-child {
  margin-bottom: 0;
}

.sidebar__recent-comments-list-item .icon {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background: var(--agriox-primary, #334b35);
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sidebar__recent-comments-list-item .icon:hover {
  color: var(--agriox-primary, #334b35);
  background: var(--agriox-base, #ffdc4e);
}

.sidebar__recent-comments-list-item .icon span::before {
  position: relative;
  display: inline-block;
  line-height: 45px;
}

.sidebar__recent-comments-list-item .text {
  position: relative;
  display: block;
  padding-left: 18px;
}

.sidebar__recent-comments-list-item .text p {
  font-size: 16px;
  line-height: 26px;
}

.sidebar__recent-comments-list-item .text p span {
  color: var(--agriox-primary, #334b35);
}

/***
=============================================
News Details
=============================================
***/
.news-details {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.news-details__left {
  position: relative;
  display: block;
}

.news-details__left .blog-one__single-img::before {
  display: none;
}

.news-details__left .blog-one__single .blog-one__single-img {
  border-radius: 10px;
}

.news-details__left .blog-one__single:hover .blog-one__single-img img {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.news-details__left .blog-one__single-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0px 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.news-details__left .blog-one__single-content h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.news-details__left-text1 {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.news-details__left-text2 {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.tag-social-link {
  position: relative;
  display: block;
  border-top: 1px solid #eceae0;
  padding-top: 30px;
}

.tag-social-link__tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-social-link__tag .title {
  position: relative;
  display: block;
}

.tag-social-link__tag .title h4 {
  font-size: 18px;
  line-height: 28px;
}

.tag-social-link__tag-list {
  position: relative;
  display: block;
  margin-left: 20px;
}

.tag-social-link__tag-list ul {
  position: relative;
  display: block;
}

.tag-social-link__tag-list ul li {
  position: relative;
  float: left;
  margin-right: 10px;
}

.tag-social-link__tag-list ul li:last-child {
  margin-right: 0;
}

.tag-social-link__tag-list ul li a {
  position: relative;
  display: inline-block;
  color: var(--agriox-color-1, #687469);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #f6f4ec;
  padding: 8px 20px 8px;
  border-radius: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.tag-social-link__tag-list ul li a:hover {
  color: var(--agriox-primary, #334b35);
  background: var(--agriox-base, #ffdc4e);
}

.tag-social-link {
  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;
}

.tag-social-link__social-links {
  position: relative;
  display: block;
  overflow: hidden;
}

.tag-social-link__social-links ul {
  position: relative;
  display: block;
}

.tag-social-link__social-links ul li {
  position: relative;
  float: left;
  margin-right: 30px;
}

.tag-social-link__social-links ul li:last-child {
  margin-right: 0;
}

.tag-social-link__social-links ul li a {
  position: relative;
  display: inline-block;
  color: var(--agriox-color-1, #687469);
  font-size: 20px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.tag-social-link__social-links ul li a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.news-details__pagenation {
  position: relative;
  display: block;
  margin-top: 30px;
}

.news-details__pagenation-single {
  position: relative;
  display: block;
  background: #f6f4ec;
  padding: 52px 55px 52px;
  border-radius: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.news-details__pagenation-single.active {
  background: var(--agriox-secondary, #73b21a);
}

.news-details__pagenation-single.active h2 a {
  color: #ffffff;
}

.news-details__pagenation-single:hover {
  background: var(--agriox-secondary, #73b21a);
}

.news-details__pagenation-single h2 {
  font-size: 20px;
  line-height: 34px;
  font-family: 'Roboto Slab', serif;
}

.news-details__pagenation-single h2 a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.news-details__pagenation-single:hover h2 a {
  color: #ffffff;
}

/***
=============================================
Comments
=============================================
***/
.comment-one {
  position: relative;
  display: block;
  margin-top: 50px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--agriox-primary, #334b35);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 51px;
  letter-spacing: -0.02em;
}

.comment-form__title {
  margin-top: -10px;
}

.comment-one__single {
  position: relative;
  display: block;
  border-bottom: 1px solid #eceae0;
  padding-bottom: 72px;
  margin-bottom: 60px;
}

.comment-one__image {
  position: absolute;
  top: 0;
  left: 0;
}

.comment-one__content {
  position: relative;
  display: block;
  margin-left: 200px;
}

.comment-one__content p {
  font-size: 16px;
  margin: 0;
}

.comment-one__content-top {
  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;
}

.comment-one__content-text {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.comment-one__content-text h3 {
  color: var(--agriox-primary, #334b35);
  font-size: 24px;
  margin: 0;
}

.comment-one__content-btn {
  position: relative;
  display: block;
}

.comment-one__content-btn .thm-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 20px 2px;
  letter-spacing: 0.1;
  font-family: 'Roboto Slab', serif;
}

.comment-one__image img {
  border-radius: 50%;
}

/***
=============================================
Projects Details
=============================================
***/
.projects-details {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  background: #ffffff;
}

.projects-details__wrapper {
  position: relative;
  display: block;
}

.projects-details__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.projects-details__information {
  position: relative;
  display: block;
  background: #f6f4ec;
  padding: 53px 0px 52px;
  border-radius: 10px;
  margin-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.projects-details__information ul {
  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;
}

.projects-details__information ul li {
  position: relative;
  display: block;
}

.projects-details__information ul li h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
}

.projects-details__information ul li p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.projects-details__information ul li p a {
  color: var(--agriox-color-1, #687469);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-details__information ul li p a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.projects-details__text-box1 {
  position: relative;
  display: block;
  margin-top: 45px;
}

.projects-details__text-box1 h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.04em;
}

.projects-details__text-box1 .text1 {
  margin-bottom: 33px;
  margin-top: 37px;
}

.projects-details__text-box2 {
  position: relative;
  display: block;
  margin-top: 42px;
}

.projects-details__text-box2 h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.04em;
  margin-bottom: 39px;
}

.projects-details__text-box2-list {
  position: relative;
  display: block;
  margin-top: 37px;
}

.projects-details__text-box2-list ul {
  position: relative;
  display: block;
}

.projects-details__text-box2-list 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;
}

.projects-details__text-box2-list ul li:last-child {
  margin-bottom: 0;
}

.projects-details__text-box2-list ul li .icon {
  position: relative;
  display: block;
}

.projects-details__text-box2-list ul li .icon i::before {
  position: relative;
  display: inline-block;
  top: 3px;
  color: var(--agriox-base, #ffdc4e);
  font-size: 23px;
}

.projects-details__text-box2-list ul li .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.projects-details__text-box2-list ul li .text p {
  color: var(--agriox-primary, #334b35);
  font-size: 20px;
  font-weight: 500;
}

.projects-details__text-box2 .text2 {
  margin-top: 33px;
}

.projects-details__pagination {
  position: relative;
  display: block;
  border-top: 1px solid #eceae0;
  border-bottom: 1px solid #eceae0;
  padding-top: 29px;
  padding-bottom: 29px;
  margin-top: 109px;
}

.projects-details__pagination ul {
  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;
}

.projects-details__pagination ul li {
  position: relative;
  display: block;
}

.projects-details__pagination ul li .previous {
  position: relative;
  display: block;
}

.projects-details__pagination ul li .previous p {
  color: var(--agriox-primary, #334b35);
  font-weight: 700;
}

.projects-details__pagination ul li .previous p a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-details__pagination ul li .previous p a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.projects-details__pagination ul li .previous p a span::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-primary, #334b35);
  font-size: 15px;
  line-height: 34px;
  padding-left: 20px;
  font-weight: 700;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-details__pagination ul li .previous p a:hover span::before {
  color: var(--agriox-base, #ffdc4e);
}

.projects-details__pagination ul li .next {
  position: relative;
  display: block;
}

.projects-details__pagination ul li .next p {
  color: var(--agriox-primary, #334b35);
  font-weight: 700;
}

.projects-details__pagination ul li .next p a {
  color: var(--agriox-primary, #334b35);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-details__pagination ul li .next p a:hover {
  color: var(--agriox-base, #ffdc4e);
}

.projects-details__pagination ul li .next p a span::before {
  position: relative;
  display: inline-block;
  color: var(--agriox-primary, #334b35);
  font-size: 15px;
  line-height: 34px;
  padding-left: 20px;
  font-weight: 700;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-details__pagination ul li .next p a:hover span::before {
  color: var(--agriox-base, #ffdc4e);
}

/***
=============================================
Tiny Scrollbar
=============================================
***/
#scrollbar1 {
  width: 270px;
  margin: 0;
}

#scrollbar1 .viewport {
  position: relative;
  width: 270px;
  height: 530px;
  overflow: hidden;
}

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 15px;
  top: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
}

#scrollbar1 .scrollbar {
  position: absolute;
  top: 0;
  right: 0px;
  background: #e7e7e7;
  width: 4px;
}

#scrollbar1 .track {
  background: transparent;
  height: 100%;
  width: 4px;
  position: relative;
  padding: 0;
}

#scrollbar1 .thumb {
  background: #fa401b;
  background-image: none;
  height: 20px;
  width: 4px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
  z-index: 3;
}

#scrollbar1 .thumb .end {
  background: #353742 no-repeat 50% 0;
  overflow: hidden;
  height: 0px;
  width: 4px;
}

#scrollbar1 .disable {
  display: none;
}

.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;
}

/* Large Layout: 1200px.
@media only screen and (min-width: 1200px){
.container {padding: 0;}
.container-fluid{padding: 0;}


.cta_two_btn {
margin-left: 49px;
}

}
*/
/**Main Header One **/
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .main-header--one__bottom-right .search-cart {
    display: none;
  }

  .main-header--one__bottom-middel {
    left: 63%;
  }
}

/**Main Header Two **/
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header--one--two .main-header--one__bottom-right .search-cart {
    display: none;
  }
}

/**Main Header Two **/
@media only screen and (min-width: 1200px) and (max-width: 1385px) {
  .main-header--one--two .main-header--one__bottom-right .contact-box {
    padding-left: 50px;
  }
}

/**Main Header Two **/
@media only screen and (min-width: 1200px) and (max-width: 1310px) {
  .main-header--one--two .main-header--one__bottom-left {
    padding-left: 50px;
  }

  .main-header--one--two .main-header--one__bottom-middel {
    padding-right: 60px;
  }
}

/**Projects One **/
@media only screen and (min-width: 1200px) and (max-width: 1470px) {
  .projects-one__single-img .overlay-content h3 {
    font-size: 20px;
    padding: 25px 20px 27px;
  }
}

/**Contact Page Contact Info**/
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .contact-page__contact-info-wrapper {
    padding: 60px 60px 60px;
  }

  .contact-page__contact-info-title {
    padding-right: 45px;
  }

  .contact-page__contact-info-list ul li {
    margin-left: 30px;
    padding-right: 30px;
  }

  .contact-page__contact-info-list ul li .title p {
    font-size: 15px;
  }
}

/**Projects One **/
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .projects-one__single-img .overlay-content h3 {
    font-size: 20px;
    padding: 25px 20px 27px;
  }
}

/**Providing Quality One **/
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .providing-quality-one__content-box {
    padding-left: 80px;
  }
}

/**Story One**/
@media only screen and (min-width: 1200px) and (max-width: 1730px) {
  .story-one__counters {
    padding: 120px 48px 120px;
  }

  .story-one__counters-box-single {
    width: 150px;
  }

  .story-one__counters-text {
    font-size: 16px;
  }
}

/**News Details**/
/* @media only screen and (min-width: 1200px) and (max-width: 1220px) { */
@media only screen and (min-width: 992px) and (max-width: 920px) {
  .sidebar__recent-comments-list-item .text {
    padding-left: 13px;
  }

  .news-details__pagenation-single {
    padding: 52px 50px 52px;
  }
}

/** Medium screen**/
@media only screen and (min-width: 992px) and (max-width: 1024px) {

  /** Main Header One**/


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

  .main-header--one__bottom {
    padding: 15px 0px 15px;
  }

  .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: static;
    right: 0;
    top: 0;
    bottom: 0;
  }

  /**Main Header Two**/
  .main-header--one--two .main-header--one__bottom-middel {
    padding-top: 0px;
  }

  .main-header--one--two .main-header--one__bottom .main-menu--1 {
    padding-top: 0px;
  }

  /** About One**/
  .about-one__content {
    margin-top: 100px;
    max-width: none;
    width: 100%;
    margin-left: 0px;
  }

  .sec-title__title br {
    display: none;
  }

  /**Features One**/
  .features-one__single.style2 .features-one__single-img {
    width: 90px;
  }

  /**Testimonials One**/
  .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;
  }

  /**Providing Quality One**/
  .providing-quality-one__img {
    position: relative;
    width: 100%;
    min-height: 770px;
  }

  .providing-quality-one__logo {
    display: none;
  }

  /**Blog One**/
  .blog-one__single-content {
    padding: 20px 30px 32px;
  }

  .blog-one__single-content h2 {
    font-size: 23px;
  }

  /**Cta One**/
  .cta-one__wrapper {
    display: block;
  }

  .cta-one__right {
    margin-top: 45px;
    text-align: center;
  }

  /**Footer One**/
  .footer-widget__explore {
    margin-top: 60px;
    margin-left: 0px;
  }

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

  /**About Two**/
  .about-two__content-box-list-single ul li .text p {
    color: var(--agriox-primary);
    font-size: 15px;
  }

  /**Faq One**/
  .faq-one__accordions {
    margin-left: 0px;
  }

  .faq-one__inner-content-left p {
    font-size: 17px;
  }

  .faq-one__inner-content-left p br {
    display: none;
  }

  .faq-one__inner-content-list ul li .text p {
    font-size: 14px;
  }

  .faq-one__inner-content-list ul li .text {
    padding-left: 10px;
  }

  .faq-one__accordions .accrodion .accrodion-title h4 {
    font-size: 18px;
  }

  /**Faq One**/
  .projects-one--two .projects-one__single-img .overlay-content h3 {
    font-size: 20px;
    padding: 25px 20px 27px;
  }

  /**Blog Two**/
  .blog-two::before {
    display: none;
  }

  .blog-two__left {
    margin-bottom: 30px;
  }

  .blog-two__left {
    max-width: none;
  }

  .blog-two__left-text br {
    display: none;
  }

  .blog-two__carousel.owl-theme .owl-nav {
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    margin-top: 10px;
    z-index: 5;
  }

  /**Services Details**/
  .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;
  }

  /**Contact Page Contact Info**/
  .contact-page__contact-info-wrapper {
    display: block;
    padding: 60px 60px 60px;
  }

  .contact-page__contact-info-list ul li {
    margin-left: 30px;
    padding-right: 30px;
  }

  .contact-page__contact-info-list ul li .title p {
    font-size: 15px;
  }

  .contact-page__contact-info-title {
    position: relative;
    display: block;
    padding-right: 0px;
    margin-bottom: 30PX;
  }

  /**News Sidebar**/
  .news-sidebar__left .blog-one__single-content h2 {
    font-size: 20px;
  }

  /**News Details**/
  .news-details__left .blog-one__single-content h2 {
    font-size: 20px;
  }

  .news-details__pagenation-single.style2 {
    margin-bottom: 20px;
  }

  /**Projects Details**/
  .projects-details__information {
    padding-left: 50px;
  }

  .main-header-three .logo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .main-menu__inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  /** Main Header One**/
  .main-header--one__top {
    display: none;
  }

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

  .main-header--one__bottom {
    padding: 22px 0px 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 Header Two**/
  .main-header--one--two .main-header--one__bottom-middel {
    padding-top: 0px;
  }

  .main-header--one--two .main-header--one__bottom .main-menu--1 {
    padding-top: 0px;
    width: 27px;
  }

  /**Main Slider One**/
  .main-slider__title span.leaf {
    display: none;
  }

  /** About One**/
  .about-one__content {
    margin-top: 100px;
    max-width: none;
    width: 100%;
    margin-left: 0px;
  }

  .sec-title__title br {
    display: none;
  }

  /**Features One**/
  .features-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  /**Video One**/
  .video-one__wrpper {
    display: block;
    text-align: center;
  }

  .video-one__right {
    margin-top: 25px;
    width: auto;
  }

  .video-one__right .title {
    padding-left: 0px;
  }

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

  /**Testimonials One**/
  .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-client-info-title h4 {
    font-size: 17px;
  }

  /**Providing Quality One**/
  .providing-quality-one__img {
    position: relative;
    width: 100%;
    min-height: 770px;
  }

  .providing-quality-one__logo {
    display: none;
  }

  /**Blog One**/
  .blog-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  /**Cta One**/
  .cta-one__wrapper {
    display: block;
  }

  .cta-one__right {
    margin-top: 45px;
    text-align: center;
  }

  .cta-one__left {
    display: block;
    text-align: center;
  }

  .cta-one__left-icon {
    margin-bottom: 20px;
  }

  /**Footer One**/
  .footer-widget__explore {
    margin-top: 60px;
    margin-left: 0px;
  }

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

  /**About Two**/
  .about-two__content-box {
    margin-top: 40px;
  }

  /**Faq One**/
  .faq-one__accordions {
    margin-top: 40px;
    margin-left: 0px;
  }

  /**Projects Two**/
  .projects-one--two .projects-one__single-img .overlay-content h3 {
    font-size: 18px;
    padding: 25px 20px 27px;
  }

  /**Story One**/
  .story-one__counters {
    padding: 120px 50px 120px;
  }

  .story-one__counters-box-single {
    width: 150px;
  }

  .story-one__counters-text {
    font-size: 16px;
  }

  /**Meet Farmers One**/
  .meet-farmers-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  /**Blog Two**/
  .blog-two::before {
    display: none;
  }

  .blog-two::before {
    display: none;
  }

  .blog-two__left {
    margin-bottom: 40px;
  }

  .blog-two__left {
    max-width: none;
  }

  .blog-two__left-text br {
    display: none;
  }

  .blog-two__carousel.owl-theme .owl-nav {
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    margin-top: 10px;
    z-index: 5;
  }

  /**About Three**/
  .about-three__img-box {
    margin-top: 50px;
  }

  /**Services Details**/
  .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;
  }

  /**Error Page**/
  .error-page__content p {
    font-size: 19px;
  }

  /**Contact Page**/
  .contact-page__left {
    max-width: none;
    margin-bottom: 50px;
  }

  /**Contact Page Contact Info**/
  .contact-page__contact-info-wrapper {
    display: block;
    padding: 60px 40px 60px;
  }

  .contact-page__contact-info-list ul {
    display: block;
  }

  .contact-page__contact-info-list ul li {
    border-right: 0px solid #eceae0;
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 35px;
  }

  /**News Sidebar**/
  .news-sidebar__left .blog-one__single {
    max-width: none;
  }

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

  /**News Details**/
  .news-details__pagenation-single.style2 {
    margin-bottom: 20px;
  }

  .news-details__left .blog-one__single {
    max-width: none;
  }

  .news-details {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
  }

  /**Projects Details**/
  .projects-details__information {
    padding-left: 30px;
    padding-right: 30px;
  }

  .projects-details__information ul {
    display: block;
  }

  .projects-details__information ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }

  /**Blog Two**/
  .blog-two__right {
    width: 100%;
  }
}

/** Mobile Layout: 320px. **/
@media only screen and (max-width: 767px) {
  .sec-title__title {
    font-size: 42px;
  }

  /** Main Header One**/
  .main-header--one__top {
    display: none;
  }

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

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

  .main-header--one__bottom .auto-container {
    padding: 0px 20px;
  }

  .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 Header Two**/
  .main-header--one--two .main-header--one__bottom .auto-container {
    padding: 0px 20px;
  }

  .main-header--one--two .main-header--one__bottom-middel {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0;
  }

  .main-header--one--two .main-header--one__bottom .main-menu--1 {
    padding-top: 0px;
    width: 27px;
  }

  .main-header--one--two .main-header--one__bottom-middel::before {
    display: none;
  }

  /**Main Slider One**/
  .main-slider__title span.leaf {
    display: none;
  }

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

  .main-slider__title {
    font-size: 60px;
    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 Two**/
  .main-slider-one--two .main-slider__title {
    font-size: 50px;
    line-height: 1.2em;
  }

  /** About One**/
  .about-one__content {
    margin-top: 100px;
    max-width: none;
    width: 100%;
    margin-left: 0px;
  }

  .sec-title__title br {
    display: none;
  }

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

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

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

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

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

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

  .about-one__content-video-box {
    display: block;
    text-align: center;
  }

  .about-one__bg {
    display: none;
  }

  .about-one__content-video-box-title {
    padding-left: 0px;
    margin-top: 15px;
  }

  .about-one__content-video-box-img {
    max-width: none;
  }

  /**Features One**/
  .features-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  /**Video One**/
  .video-one__wrpper {
    display: block;
    text-align: center;
  }

  .video-one__right {
    margin-top: 25px;
    width: auto;
  }

  .video-one__right .title {
    padding-left: 0px;
  }

  .video-one__title br {
    display: none;
  }

  .video-one__title {
    font-size: 50px;
  }

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

  /**Projects One **/
  .projects-one__single-img .overlay-content h3 {
    font-size: 18px;
    padding: 25px 25px 27px;
  }

  /**Projects Two **/
  .projects-one__single-img .overlay-content h3 {
    font-size: 17px;
    padding: 20px 20px 22px;
  }

  /**Testimonials One**/
  .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-client-info-title h4 {
    font-size: 17px;
  }

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

  /**Providing Quality One**/
  .providing-quality-one__img {
    position: relative;
    width: 100%;
    min-height: 770px;
  }

  .providing-quality-one__logo {
    display: none;
  }

  .providing-quality-one__content-box {
    padding-left: 45px;
  }

  .providing-quality-one__content-box-list-item .text {
    padding-left: 25px;
  }

  .providing-quality-one__content-box .sec-title__title {
    font-size: 38px;
  }

  .providing-quality-one__content-box .sec-title__title br {
    display: none;
  }

  /**Blog One**/
  .blog-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .blog-one__single-content {
    padding: 20px 30px 32px;
  }

  .blog-one__single-content h2 {
    font-size: 23px;
  }

  /**Cta One**/
  .cta-one__wrapper {
    display: block;
  }

  .cta-one__right {
    margin-top: 45px;
    text-align: center;
  }

  .cta-one__left-title {
    padding-left: 0px;
  }

  .cta-one__left {
    display: block;
    text-align: center;
  }

  .cta-one__left-icon {
    margin-bottom: 20px;
  }

  /**Footer One**/
  .footer-widget__explore {
    margin-top: 60px;
    margin-left: 0px;
  }

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

  .footer-widget__news {
    margin-top: 60px;
  }

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

  .footer-one__bottom-social-links ul li {
    float: none;
    margin-left: 10px;
  }

  /**Features One**/
  .features-two__single {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .features-two__call-box-inner {
    display: block;
    text-align: center;
  }

  .features-two__call-box-inner .img-box {
    max-width: 75px;
    width: 100%;
    margin: 0 auto;
  }

  .features-two__call-box-inner .title {
    padding-left: 0px;
    margin-top: 40px;
  }

  /**About Two**/
  .about-two__img-box-img2 .logo {
    display: none;
  }

  .about-two__img-box-img1 {
    float: none;
  }

  .about-two__img-box-img1 {
    float: none;
    margin-bottom: 30px;
  }

  .about-two__img-box-img2 {
    position: relative;
    left: 0px;
    bottom: 0;
  }

  .about-two__content-box {
    margin-top: 40px;
  }

  .about-two__img-box::before {
    display: none;
  }

  /**Faq One**/
  .faq-one__accordions {
    margin-top: 40px;
    margin-left: 0px;
  }

  .faq-one__accordions .accrodion .accrodion-title h4 {
    padding-right: 25px;
  }

  .faq-one__accordions .accrodion.active .accrodion-title h4 {
    padding-right: 25px;
  }

  .faq-one__accordions .accrodion .accrodion-title h4 {
    font-size: 18px;
  }

  .faq-one__inner-content-list {
    margin-top: 20px;
  }

  .faq-one__inner-content-left p br {
    display: none;
  }

  /**Story One**/
  .story-one__counters {
    padding: 120px 20px 90px;
    text-align: center;
  }

  .story-one__counters-box-single {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }

  .story-one__counters-box-single:last-child {
    margin-right: auto;
  }

  /**Meet Farmers One**/
  .meet-farmers-one {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  /**Blog Two**/
  .blog-two::before {
    display: none;
  }

  .blog-two__left {
    margin-bottom: 40px;
  }

  .blog-two__left {
    max-width: none;
  }

  .blog-two__left-text br {
    display: none;
  }

  .blog-two__carousel.owl-theme .owl-nav {
    position: absolute;
    left: auto;
    top: auto;
    top: -100px;
    margin-top: 10px;
    z-index: 5;
  }

  /**About Three**/
  .about-three__img-box {
    margin-top: 50px;
  }

  .about-three__content-box {
    max-width: none;
  }

  .about-three__products-list ul {
    display: block;
  }

  .about-three__products-list ul li {
    padding-right: 0px;
    margin-left: 0px;
    border-right: none;
  }

  .about-three__content-box .sec-title {
    text-align: center;
  }

  .about-three__content-box-inner {
    text-align: center;
  }

  .about-three__content-box-btn {
    text-align: center;
  }

  .about-three__products-list ul li+li {
    margin-top: 30px;
  }

  /**Services Details**/
  .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: 0px;
  }

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

  /**Error Page**/
  .error-page__big-title h2 {
    font-size: 210px;
  }

  /**Contact Page**/
  .contact-page__left {
    max-width: none;
    margin-bottom: 50px;
  }

  /**Contact Page Contact Info**/
  .contact-page__contact-info-wrapper {
    display: block;
    padding: 60px 0px 60px;
    text-align: center;
  }

  .contact-page__contact-info-list ul {
    display: block;
  }

  .contact-page__contact-info-list ul li {
    display: block;
    border-right: 0px solid #eceae0;
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 35px;
  }

  .contact-page__contact-info-title {
    padding-right: 0px;
  }

  .contact-page__contact-info-list ul li .icon {
    margin-bottom: 20px;
  }

  /**News Sidebar**/
  .news-sidebar__left .blog-one__single {
    max-width: none;
  }

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

  .blog-one__single-content .meta-info li a {
    font-size: 13px;
  }

  .news-sidebar__blockquote {
    padding: 56px 30px 49px;
  }

  .news-sidebar__agriculture-matters {
    padding: 60px 30px 51px;
  }

  .news-sidebar__agriculture-matters h2 {
    font-size: 24px;
  }

  .sidebar__latest-posts-list-item {
    display: block;
  }

  .sidebar__latest-posts-list-item .img-box {
    max-width: 60px;
    width: 100%;
    margin-bottom: 15px;
  }

  .sidebar__latest-posts-list-item .title {
    padding-left: 0px;
  }

  .sidebar__recent-comments-list-item {
    display: block;
  }

  .sidebar__recent-comments-list-item .text {
    padding-left: 0px;
  }

  .sidebar__recent-comments-list-item .icon {
    margin-bottom: 10px;
  }

  .sidebar__recent-comments-list-item .text p {
    font-size: 14px;
  }

  /**News Details**/
  .news-details__pagenation-single.style2 {
    margin-bottom: 20px;
  }

  .news-details__left .blog-one__single {
    max-width: none;
  }

  .news-details {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
  }

  .tag-social-link {
    display: block;
  }

  .tag-social-link__social-links {
    margin-top: 20px;
  }

  .news-details__pagenation-single {
    padding: 52px 30px 52px;
  }

  .news-details__pagenation-single h2 {
    font-size: 18px;
  }

  .comment-one__image {
    position: relative;
  }

  .comment-one__content {
    margin-left: 0px;
    margin-top: 15px;
  }

  /**Projects Two Projects**/
  .projects-one--two--projects .projects-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  /**Projects Details**/
  .projects-details__information {
    padding-left: 30px;
    padding-right: 30px;
  }

  .projects-details__information ul {
    display: block;
  }

  .projects-details__information ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }

  .projects-details__text-box1 h2 {
    font-size: 35px;
  }

  .projects-details__text-box2 h2 {
    font-size: 35px;
  }

  /**Blog Two**/
  .blog-two__right {
    width: 100%;
  }

  /**Story One*/
  .story-one__img::before {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .case-studies-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-one__bottom-social-links ul li {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .order-box-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-box-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .footer-widget__about {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .footer-widget__explore {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .footer-widget__newletter {
    margin-top: 0;
  }

  .footer-widget__title {
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Slider All Responsice Css
/////////
--------------------------------------------------------------*/
@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-slider-one .swiper-slide .shape2 img {
    width: 70%;
  }
}

/* gallery one */
.gallery-one {
  padding-top: 120px;
}

.gallery-one .container-fluid {
  width: 100%;
  max-width: 1560px;
}

.gallery-one__item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.gallery-one__item__image {
  background-color: #181818;
}

.gallery-one__item__image>img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  opacity: 1;
}

.gallery-one__item:hover .gallery-one__item__image>img {
  opacity: 0.6;
}

.gallery-one__item .img-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}

.gallery-one__item:hover .img-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.gallery-one__item .img-popup::before,
.gallery-one__item .img-popup::after {
  content: '';
  width: 22px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.gallery-one__item .img-popup::before {
  width: 2px;
  height: 22px;
}

/* cta three */
.cta-three {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

@media (min-width: 992px) {
  .cta-three {
    padding-bottom: 0;
  }
}

.cta-three__shape-1 {
  position: absolute;
  top: 140px;
  left: 70px;
  background-color: #f6f4ec;
  width: 314px;
  height: 314px;
  border-radius: 50%;
}

.cta-three__shape-2 {
  position: absolute;
  top: 138px;
  left: 305px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--agriox-primary);
}

.cta-three__text {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 35px;
}

@media (min-width: 1200px) {
  .cta-three__content {
    padding-left: 70px;
  }
}

.cta-three__image {
  margin-bottom: 50px;
  position: relative;
}

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

.cta-three__image>img {
  max-width: 100%;
  -webkit-animation: imageMove 5s linear infinite;
  animation: imageMove 5s linear infinite;
}

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

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

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

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

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

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

@media (min-width: 992px) {
  .cta-three__image>img {
    max-width: none;
  }
}

.cta-three__image__caption {
  display: none;
}

@media (min-width: 992px) {
  .cta-three__image__caption {
    position: absolute;
    top: -20px;
    right: 165px;
    font-size: 100px;
    color: #f6f4ec;
    font-family: var(--agriox-font-3);
    display: block;
    line-height: 1;
    font-weight: 400;
    z-index: -1;
  }
}

@media (min-width: 480px) {
  .cta-three__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .cta-three__box {
    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;
  }
}

.cta-three__box__item {
  margin-bottom: 30px;
  position: relative;
}

.cta-three__box__item::after {
  content: '';
  width: 1px;
  height: 99px;
  background-color: #eceae0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -55px;
  display: none;
}

@media (min-width: 1200px) {
  .cta-three__box__item::after {
    display: block;
  }
}

.cta-three__box__item:last-child::after {
  display: none;
}

.cta-three__box__item i {
  font-size: 62px;
  color: var(--agriox-base);
  display: block;
  margin-bottom: 22px;
}

.cta-three__box__item__title {
  margin: 0;
  font-size: 20px;
  color: var(--agriox-primary);
}

@media (min-width: 480px) {
  .cta-three__box__item__title {
    max-width: 98px;
  }
}

/* cta boxed */
.cta-one__boxed {
  background-color: transparent;
  padding: 0;
}

.cta-one__boxed::before {
  display: none;
}

.cta-one__boxed__inner {
  background-color: var(--agriox-base);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .cta-one__boxed__inner {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 86px;
    padding-bottom: 86px;
  }
}

.cta-one__boxed__inner::before {
  display: none;
}

@media (min-width: 992px) {
  .cta-one__boxed__inner::before {
    content: '';
    display: block;
    width: 24px;
    height: 100%;
    background-color: var(--agriox-primary);
    position: absolute;
    top: 0;
    left: 0;
  }
}

.cta-one__boxed .cta-one__left-title {
  padding-left: 0;
}

.cta-one__boxed .cta-one__left {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* shop one */
.shop-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.shop-one .row {
  --bs-gutter-y: 30px;
}

.shop-one__sorter {
  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;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-one__product-count {
  font-size: 18px;
  margin: 0;
  color: var(--agriox-color-1);
}

.shop-one__product-sorter {
  border: none;
  outline: none;
  border-radius: 10px;
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 340px;
  height: 70px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  color: var(--agriox-color-1);
  background-color: #f6f4ec;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: .65em auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .shop-one__product-sorter {
    margin-top: 0;
  }
}

.shop-one__image {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

.shop-one__image img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__item:hover .shop-one__image img {
  opacity: 0.7;
}

.shop-one__sale {
  position: absolute;
  top: 0;
  right: 30px;
  background-color: var(--agriox-primary);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  padding: 7px 14px;
  text-transform: capitalize;
  z-index: 2;
}

.shop-one__cart {
  width: 70px;
  height: 70px;
  background-color: var(--agriox-base);
  border-radius: 50%;
  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: 23px;
  color: var(--agriox-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.shop-one__cart:hover {
  background-color: var(--agriox-primary);
  color: #fff;
}

.shop-one__item:hover .shop-one__cart {
  opacity: 1;
  visibility: visible;
}

.shop-one__title {
  margin: 0;
  color: var(--agriox-primary);
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

.shop-one__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__title a:hover {
  color: var(--agriox-base);
}

.shop-one__price {
  font-size: 16px;
  color: var(--agriox-color-1);
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.shop-one__rating {
  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;
}

.shop-one__rating i {
  font-size: 16px;
  color: var(--agriox-base);
}

.shop-one__rating i+i {
  margin-left: 7px;
}

.shop-one__sidebar {
  margin-bottom: 60px;
}

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

.shop-one__sidebar__price .noUi-horizontal {
  height: 4px;
  background-color: #f6f4ec;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-one__sidebar__price .noUi-handle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: var(--agriox-primary);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-one__sidebar__price .noUi-horizontal .noUi-handle {
  right: -8px;
}

.shop-one__sidebar__price .noUi-handle::before,
.shop-one__sidebar__price .noUi-handle::after {
  display: none;
}

.shop-one__sidebar__price .noUi-connect {
  background-color: var(--agriox-primary);
}

.shop-one__sidebar__price .form-group {
  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-bottom: 0;
  margin-top: 20px;
}

.shop-one__sidebar__price .form-group p {
  margin: 0;
  font-size: 14px;
  color: var(--agriox-color-1);
}

.shop-one__sidebar__price .form-group .left>span {
  margin-left: 5px;
  margin-right: 5px;
}

.shop-one__sidebar__price .form-group .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-one__sidebar__price .thm-btn {
  padding: 3px 20px;
  font-size: 12px;
}

.shop-one__sidebar__item:not(.shop-one__sidebar__search) {
  border-radius: 10px;
  border: 1px solid #eceae0;
  padding: 30px;
}

.shop-one__sidebar__item+.shop-one__sidebar__item {
  margin-top: 30px;
}

.shop-one__sidebar__item__title {
  font-size: 20px;
  font-weight: bold;
  color: var(--agriox-primary);
  margin: 0;
  margin-bottom: 25px;
}

.shop-one__sidebar__category {
  padding-bottom: 20px !important;
}

.shop-one__sidebar__category__list {
  margin: 0;
  margin-top: -10px;
}

.shop-one__sidebar__category__list li {
  position: relative;
}

.shop-one__sidebar__category__list li+li {
  margin-top: 10px;
}

.shop-one__sidebar__category__list li::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  color: var(--agriox-color-1);
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}

.shop-one__sidebar__category__list li:hover::after {
  color: var(--agriox-primary);
}

.shop-one__sidebar__category__list li a {
  font-size: 16px;
  color: var(--agriox-color-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__sidebar__category__list li:hover a {
  color: var(--agriox-primary);
  text-shadow: 0 0 1px currentColor;
}

.shop-one__sidebar__search {
  background-color: var(--agriox-base);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.shop-one__sidebar__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-one__sidebar__search ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--agriox-primary);
}

.shop-one__sidebar__search :-ms-input-placeholder {
  opacity: 1;
  color: var(--agriox-primary);
}

.shop-one__sidebar__search ::-ms-input-placeholder {
  opacity: 1;
  color: var(--agriox-primary);
}

.shop-one__sidebar__search ::placeholder {
  opacity: 1;
  color: var(--agriox-primary);
}

.shop-one__sidebar__search input[type=text],
.shop-one__sidebar__search input[type=search] {
  width: 100%;
  height: 71px;
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--agriox-primary);
  font-size: 16px;
  font-weight: 500;
}

.shop-one__sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  color: var(--agriox-primary);
  font-size: 20px;
}

/* video two */
.video-two {
  background-color: #181818;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}

.video-two__bg div>div {
  background-position: 50% 100% !important;
}

.video-two .container {
  position: relative;
  z-index: 10;
}

.video-two__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.video-two__title::before {
  content: '';
  width: 53px;
  height: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/icon/video-leaf-1-1.png);
  background-repeat: no-repeat;
  margin-bottom: 21px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .video-two__title {
    font-size: 60px;
  }
}

.video-two__title br {
  display: none;
}

@media (min-width: 768px) {
  .video-two__title br {
    display: inherit;
  }
}

.video-two .video-popup {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 70px;
  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;
  color: var(--agriox-secondary);
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.video-two .video-popup:hover {
  background-color: var(--agriox-secondary);
  color: #fff;
}

@media (min-width: 768px) {
  .video-two .video-popup {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }
}

.video-two .video-popup::after,
.video-two .video-popup::before {
  content: '';
  width: 100%;
  height: 100%;
  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;
}

.video-two .video-popup::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-two__shape__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/* offer one */
.offer-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (min-width: 992px) {
  .offer-one .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1440px) {
  .offer-one .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.offer-one .row {
  --bs-gutter-y: 30px;
}

.offer-one__item {
  background-color: #f1f5f6;
  border-radius: 10px;
  padding: 50px;
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .offer-one__item {
    background-image: none !important;
  }
}

.offer-one__tagline {
  font-family: var(--agriox-font-3);
  color: #f65866;
  font-size: 40px;
  margin: 0;
  line-height: 1;
  margin-bottom: 6px;
}

.offer-one__title {
  font-size: 50px;
  color: #181818;
  letter-spacing: -0.04em;
  margin: 0;
  font-weight: 400;
  margin-bottom: 28px;
}

.offer-one__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #181818;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.offer-one__link:hover {
  color: #f65866;
}

.offer-one__link>i {
  margin-right: 9px;
}

[class*=col-]:nth-child(2) .offer-one__item {
  background-color: #e3f0f1;
}

[class*=col-]:nth-child(3) .offer-one__item {
  background-color: #e2e2e2;
}

/* about four */
.about-four {
  padding-top: 120px;
  position: relative;
}

.about-four__shape {
  position: absolute;
  bottom: 10px;
  right: 215px;
}

.about-four .sec-title {
  margin-bottom: 20px;
}

.about-four__image {
  position: relative;
}

.about-four__image::before {
  content: '';
  width: 100%;
  height: 100%;
  /*background-color: #f6f4ec;*/
  position: absolute;
  top: 0;
  left: -50px;
  border-radius: 50%;
}

.about-four__image::after {
  content: '';
  width: 155px;
  height: 155px;
  /*background-color: var(--agriox-primary);*/
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.about-four__image__one {
  position: relative;
  z-index: 10;
  max-width: 100%;
  object-fit: contain;
}

@media (min-width: 992px) {

}

.about-four__image__icon {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 11;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

@media (min-width: 1200px) {
  .about-four__content {
    padding-left: 70px;
  }
}

.about-four__text {
  font-size: 1rem;
  line-height: 1.8rem;
}

.about-four__list {
  margin-bottom: 40px;
  margin-top: 29px;
}

.about-four__list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: var(--agriox-primary);
}

.about-four__list li+li {
  margin-top: 7px;
}

.about-four__list li>i {
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--agriox-base);
  font-size: 18px;
}

@media (min-width: 576px) {
  .about-four__list li>i {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* features four */
@media (min-width: 992px) {
  .features-four .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1440px) {
  .features-four .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.features-four .row {
  --bs-gutter-x: 0;
}

.features-four__inner {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: -30px;
  z-index: 10;
  position: relative;
  background-color: #fff;
}

.features-four [class*=col-] {
  border-right: 0px solid #eceae0;
  border-bottom: 1px solid #eceae0;
}

@media (min-width: 992px) {
  .features-four [class*=col-] {
    border-bottom: 0;
    border-right: 1px solid #eceae0;
  }
}

.features-four [class*=col-]:last-child {
  border-right: 0;
  border-bottom: 0;
}

.features-four__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  transition: 0.5s all cubic-bezier(0, 0, 0.2, 1);
  padding: 10px;
  align-items: center;
}


.features-four__item>i {
  font-size: 62px;
  color: var(--agriox-base);
  margin-right: 30px;
}

.features-four__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--agriox-primary);
  line-height: 30px;
}

.features-four__text {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: var(--agriox-color-1);
}

/* main slider three */
.main-slider-three {
  background-color: #181818;
}

.main-slider-three .image-layer {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease, -webkit-transform 7000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1000ms ease;
  transition: transform 7000ms ease, opacity 1000ms ease, -webkit-transform 7000ms ease;
}

.main-slider-three .container {
  padding-top: 80px;
  padding-bottom: 110px;
}

@media (min-width: 1200px) {
  .main-slider-three .container {
    padding-top: 256px;
    padding-bottom: 200px;
  }
}

.main-slider-three .swiper-slide-active .image-layer {
  opacity: 0.6;
}

.main-slider-three .main-slider__content {
  text-align: center;
}

.main-slider-three .main-slider__title {
  font-family: var(--agriox-font-2);
  font-size: 50px;
  margin-bottom: 44px;
}

@media (min-width: 992px) {
  .main-slider-three .main-slider__title {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .main-slider-three .main-slider__title {
    font-size: 100px;
  }
}

.main-slider-three .main-slider__title span {
  font-family: var(--agriox-font-3);
  color: var(--agriox-base);
}

.main-slider-three .main-slider__button-box {
  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;
}

.main-slider-three #main-slider-pagination,
.main-slider-three .main-slider__nav {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 992px) {

  .main-slider-three #main-slider-pagination,
  .main-slider-three .main-slider__nav {
    display: inherit;
  }
}

/* main header three */
.main-header-three {
  position: relative;
}


@media (min-width: 1200px) {
  .main-header-three .main-header--one__bottom {
    display: block;
  }
}

.main-header-three__upper {
  background-color: #f6f4ec;
}

@media (min-width: 1200px) {
  .main-header-three__upper {}
}

.main-header-three__upper .container {
  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;
}

.main-header-three__upper__contact {
  display: none;
}

@media (min-width: 1200px) {
  .main-header-three__upper__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.main-header-three__upper__contact .icon span {
  width: 50px;
  height: 50px;
  background-color: var(--agriox-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 50%;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.main-header-three__upper__contact p {
  margin: 0;
  font-size: 13px;
  color: var(--agriox-color-1);
  display: block;
  line-height: 1;
  margin-bottom: 7px;
}

.main-header-three__upper__contact a {
  color: var(--agriox-primary);
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  line-height: 1;
}

.main-header-three__upper__contact a:hover {
  color: var(--agriox-base);
}

.main-header-three .logo {
  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;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

@media (min-width: 992px) {
  .main-header-three .logo {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }
}

.main-header-three .mobile-nav__toggler {
  color: var(--agriox-base);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 992px) {
  .main-header-three .mobile-nav__toggler {
    display: none;
  }
}

.main-header-three .mobile-nav__toggler:hover {
  color: var(--agriox-primary);
}

.main-header-three .main-menu .main-menu__list>li>a {
  color: var(--agriox-color-1);
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-header-three .main-menu .main-menu__list>li>a::before {
  bottom: 20px;
}

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

.main-header-three__social a {
  font-size: 16px;
  color: var(--agriox-color-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__social a:hover {
  color: var(--agriox-base);
}

.main-header-three__social a+a {
  margin-left: 30px;
}

.main-header-three .main-header--one__bottom-right .search-cart {
  padding-right: 0;
  display: block;
}

.main-header-three .main-header--one__bottom-right .search-cart a {
  color: var(--agriox-color-1);
  font-size: 24px;
}

.main-header-three .main-header--one__bottom-right .search-cart a:hover {
  color: var(--agriox-base);
}

.main-header-three .main-header--one__bottom-left {
  padding-left: 0;
}

.main-header-three .main-header--one__bottom .main-menu--1 {
  width: 100%;
}

.main-menu-three .main-header--one__bottom-right .search-cart {
  padding-right: 0;
  display: block;
}

.main-menu-three .main-header--one__bottom-right .search-cart a {
  color: var(--agriox-color-1);
  font-size: 24px;
}

.main-menu-three .main-header--one__bottom-right .search-cart a:hover {
  color: var(--agriox-base);
}

.main-menu-three .main-header--one__bottom-left {
  padding-left: 0;
}

.main-menu-three .main-menu__list>li>a {
  color: var(--agriox-color-1);
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-menu-three .main-menu__list>li>a::before {
  bottom: 20px;
}

.sidebar__categories-list li a:hover,
.sidebar__categories-list li a.active {
  font-weight: 400;
  text-shadow: 0 0 1px currentColor;
}

.comment-one__content-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.comment-one__content-btn {
  top: -1px;
}

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

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

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

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

@media (min-width: 992px) {
  .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;
  }
}

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

@media (min-width: 992px) {
  .product-details__content__name {
    font-size: 50px;
  }
}

.product-details__content__price {
  font-size: 16px;
  color: var(--agriox-secondary);
  font-weight: 500;
  position: relative;
}

@media (min-width: 992px) {
  .product-details__content__price {
    font-size: 20px;
    top: -2px;
    margin-left: 20px;
  }
}

.product-details__content__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .product-details__content__rating {
    margin-top: 10px;
  }
}

.product-details__content__rating__star i {
  font-size: 16px;
  color: var(--agriox-base);
}

@media (min-width: 992px) {
  .product-details__content__rating__star i {
    font-size: 18px;
  }
}

.product-details__content__rating__star i+i {
  margin-left: 3px;
}

@media (min-width: 992px) {
  .product-details__content__rating__star i+i {
    margin-left: 2px;
  }
}

.product-details__content__rating__count {
  margin-left: 10px;
  font-size: 16px;
  color: var(--agriox-color-1);
}

.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-details__content__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-details__content__quantity__text {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--agriox-font-2);
  color: var(--agriox-primary);
  line-height: 1;
  margin-right: 20px;
}

.product-details__content__quantity .quantity-box {
  width: 97px;
  height: 60px;
  border: 1px solid #eceae0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.product-details__content__quantity .quantity-box input[type=number] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-right: 30px;
  text-align: center;
}

.product-details__content__quantity .quantity-box .sub {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #eceae0;
  height: 30px;
}

.product-details__content__quantity .quantity-box .add {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
  height: 30px;
}

@media (min-width: 992px) {
  .product-details__content__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}

.product-details__content__buttons .thm-btn {
  margin-bottom: 20px;
}

.product-details__content__buttons .wishlist-btn {
  background-color: var(--agriox-primary);
  color: #fff;
}

@media (min-width: 992px) {
  .product-details__content__buttons .wishlist-btn {
    margin-left: 20px;
  }
}

.product-details__content__buttons .wishlist-btn::before {
  background-color: #fff;
  opacity: 0.1;
}

.product-details__content__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .product-details__content__social {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .product-details__content__social__text {
    font-size: 20px;
    color: var(--agriox-primary);
    font-weight: bold;
  }
}

.product-details__content__social a {
  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;
  width: 44px;
  height: 44px;
  background-color: #f6f4ec;
  font-size: 14px;
  color: var(--agriox-color-1);
  border-radius: 50%;
}

.product-details__content__social a:first-of-type {
  margin-left: 20px;
}

.product-details__content__social a+a {
  margin-left: 10px;
}

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

@media (min-width: 992px) {
  .product-content__title {
    font-size: 40px;
  }
}

.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-review {
  padding-top: 60px;
  padding-bottom: 0px;
}

.product-review .product-content__title {
  margin-bottom: 50px;
}

.product-review__item {
  border-bottom: 1px solid #eceae0;
  padding-bottom: 40px;
  margin-bottom: 50px;
  position: relative;
}

@media (min-width: 992px) {
  .product-review__item {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-review__item__image {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .product-review__item__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 35px;
  }
}

.product-review__item__image img {
  border-radius: 50%;
}

.product-review__item__title {
  font-size: 20px;
  margin: 0;
  color: var(--agriox-primary);
}

@media (min-width: 992px) {
  .product-review__item__title {
    font-size: 24px;
  }
}

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

.product-review__item__meta {
  font-size: 16px;
  font-weight: 500;
  color: var(--agriox-secondary);
}

.product-review__item__meta span {
  margin-left: 10px;
  margin-right: 10px;
}

.product-review__item__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product-review__item__star {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.product-review__item__star i {
  font-size: 16px;
  color: var(--agriox-base);
}

@media (min-width: 992px) {
  .product-review__item__star i {
    font-size: 18px;
  }
}

.product-review__item__star i+i {
  margin-left: 3px;
}

@media (min-width: 992px) {
  .product-review__item__star i+i {
    margin-left: 7px;
  }
}

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

.product-form__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--agriox-color-1);
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product-form__rating {
    font-size: 18px;
  }
}

.product-form__rating i {
  color: var(--agriox-base);
  font-size: 16px;
  position: relative;
  top: -2px;
}

@media (min-width: 992px) {
  .product-form__rating i {
    font-size: 18px;
  }
}

.product-form__rating i:first-of-type {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .product-form__rating i:first-of-type {
    margin-left: 20px;
  }
}

.product-form__rating i+i {
  margin-left: 3px;
}

@media (min-width: 992px) {
  .product-form__rating i+i {
    margin-left: 7px;
  }
}

.product-form .comment-form__input-box textarea {
  display: block;
  margin-bottom: 20px;
}

/* proceed to checkout */
.proceed-to-checkout {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .proceed-to-checkout__cupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.proceed-to-checkout__cupon input[type=text] {
  border: none;
  outline: none;
  width: 100%;
  max-width: 375px;
  height: 70px;
  background-color: #f6f4ec;
  border-radius: 10px;
  color: var(--agriox-color-1);
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .proceed-to-checkout__cupon input[type=text] {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.proceed-to-checkout__list {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .proceed-to-checkout__list {
    margin-top: 0;
  }
}

.proceed-to-checkout__list li {
  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;
  color: var(--agriox-color-1);
  font-size: 18px;
}

.proceed-to-checkout__list li+li {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .proceed-to-checkout__list li+li {
    margin-top: 15px;
  }
}

.proceed-to-checkout__list li:last-of-type {
  color: var(--agriox-secondary);
  font-weight: 500;
}

.proceed-to-checkout__list li i {
  font-style: normal;
}

.proceed-to-checkout__list li span {
  color: var(--agriox-primary);
  font-weight: 700;
  font-size: 20px;
  font-family: var(--agriox-font-2);
}

@media (min-width: 992px) {
  .proceed-to-checkout__list li span {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .proceed-to-checkout__buttons {
    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;
  }
}

.proceed-to-checkout__checkout-btn {
  background-color: var(--agriox-primary);
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .proceed-to-checkout__checkout-btn {
    margin-bottom: 0;
  }
}

.proceed-to-checkout__checkout-btn::before {
  background-color: #fff;
  opacity: 0.1;
}

/* cart table */
.cart-table {
  padding-top: 90px;
}

@media (min-width: 992px) {
  .cart-table {
    padding-top: 105px;
  }
}

.cart-table table {
  width: 100%;
}

.cart-table tr {
  border-bottom: 1px solid #eceae0;
}

.cart-table th {
  font-size: 24px;
  color: var(--agriox-primary);
  font-family: var(--agriox-font-2);
  padding-bottom: 25px;
}

.cart-table th:last-of-type {
  text-align: right;
}

.cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-table__item__title {
  margin: 0;
  font-size: 24px;
  color: var(--agriox-primary);
  margin-left: 30px;
}

.cart-table .quantity-box {
  width: 97px;
  height: 60px;
  border: 1px solid #eceae0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.cart-table .quantity-box input[type=number] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-right: 30px;
  text-align: center;
}

.cart-table .quantity-box .sub {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #eceae0;
  height: 30px;
}

.cart-table .quantity-box .add {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
  height: 30px;
}

.cart-table__close {
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  margin-left: auto;
}

.cart-table__close::after,
.cart-table__close::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--agriox-primary);
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-table__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .cart-table .cart-table__item img {
    width: 60px;
  }

  .cart-table table {
    border: 0;
  }

  .cart-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .cart-table table tr {
    display: block;
  }

  .cart-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eceae0;
  }

  .cart-table table td::before {
    /*
  * aria-label has no advantage, it won't be read inside a table
  content: attr(aria-label);
  */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: var(--agriox-primary);
    font-family: var(--agriox-font-2);
  }

  .cart-table table td:last-child {
    border-bottom: 0;
  }
}

.comment-one__form select {
  border: none;
  outline: none;
  border-radius: 10px;
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 70px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  color: var(--agriox-color-1);
  background-color: #f6f4ec;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: .65em auto;
  margin-bottom: 20px;
}

/* checkout page */
.checkout-page {
  padding-top: 120px;
  padding-bottom: 120px;
}

.checkout-page .comment-one__form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.checkout-page .comment-one__form [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-page .comment-one__form .form-group {
  margin-bottom: 20px;
}

.checkout-page__returning {
  margin: 0;
  font-size: 16px;
  color: var(--agriox-color-1);
  line-height: 1.5em;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .checkout-page__returning {
    line-height: 1;
  }
}

.checkout-page__returning a {
  color: var(--agriox-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkout-page__returning a:hover {
  color: var(--agriox-primary);
}

.checkout__title {
  margin: 0;
  color: var(--agriox-primary);
  font-size: 40px;
  font-weight: 700;
  font-family: var(--agriox-font-2);
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

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

.checkout__checkbox input[type=checkbox] {
  position: absolute;
  left: -999999px;
  visibility: hidden;
}

.checkout__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.checkout__checkbox label::after {
  content: '';
  width: 19px;
  height: 19px;
  background-color: #f6f4ec;
  border-radius: 50%;
  margin-left: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: var(--agriox-primary);
  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;
}

.checkout__checkbox input[type=checkbox]:checked+label::after {
  background-color: var(--agriox-base);
  content: '\f00c';
}

.checkout-page .comment-one__form .field-checkbox {
  position: relative;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox] {
  position: absolute;
  left: -999999px;
  visibility: hidden;
}

.checkout-page .comment-one__form .field-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--agriox-color-1);
  cursor: pointer;
}

.checkout-page .comment-one__form .field-checkbox label::before {
  content: '';
  width: 19px;
  height: 19px;
  background-color: #f6f4ec;
  border-radius: 50%;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: var(--agriox-primary);
  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;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox]:checked+label::before {
  background-color: var(--agriox-base);
  content: '\f00c';
}

.checkout-page .comment-one__form textarea {
  height: 150px;
}

.checkout-page .comment-one__form {
  margin-bottom: 60px;
}

.checkout__table {
  margin-bottom: 50px;
}

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

.checkout__table thead th {
  font-family: var(--agriox-font-2);
  color: var(--agriox-primary);
  font-size: 20px !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.02em;
}

.checkout__table th:last-child,
.checkout__table td:last-child {
  text-align: right;
}

.checkout__table thead {
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.checkout__table thead th,
.checkout__table tbody td {
  padding: 0;
  /* border-top: 1px solid #e9ebee; */
  border: 0;
  font-size: 16px;
}

.checkout__table thead th {
  padding-top: 30px;
  padding-bottom: 23px;
}

.checkout__table tbody {
  border-bottom: 1px solid #e9ebee;
}

.checkout__table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--agriox-color-1);
}

.checkout__payment {
  background-color: #f6f4ec;
  border-radius: 8px;
  padding: 30px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .checkout__payment {
    padding: 50px;
    padding-bottom: 25px;
  }
}

.checkout__payment__item+.checkout__payment__item {
  margin-top: 35px;
}

.checkout__payment__title {
  margin: 0;
  font-size: 20px;
  letter-spacing: -.02em;
  color: var(--agriox-primary);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.checkout__payment__title::before {
  content: '';
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 2px solid #e9ebee;
  border-radius: 50%;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: var(--agriox-primary);
  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-right: 15px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #eceae0;
}

.checkout__payment__title img {
  margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--agriox-base);
  border-color: var(--agriox-base);
  content: '\f00c';
}

.checkout__payment__content {
  font-size: 16px;
  line-height: 30px;
  color: #686a6f;
}

/** update 20-12-2021 **/
/**
News sidebar hover bug fix
*/
.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) {
  background-color: transparent;
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) h2 a {
  color: var(--agriox-black);
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) h2 a:hover {
  color: var(--agriox-base);
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a {
  color: var(--agriox-color-1, #687469);
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a:hover {
  color: var(--agriox-base);
}

.news-sidebar__left .blog-one__single:hover .blog-one__single-content:not(.blog-details) .meta-info li a i::before {
  color: var(--agriox-secondary, #73b21a);
}

.news-sidebar__left .blog-one__single-content:not(.blog-details)::before {
  display: none;
}

/**
News Four Columns
*/
.blog-one__single--four-column .blog-one__single-content h2 {
  font-size: 20px;
  line-height: 1.5em;
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
  background-color: #f6f4ec;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .page-wrapper .main-header--one__bottom-middel {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
}

@media (min-width: 992px) {
  .boxed-wrapper .page-wrapper .providing-quality-one__image-block img {
    float: right;
  }
}

/*--------------------------------------------------------------
# Dark CSS
--------------------------------------------------------------*/
.logo .light-logo {
  display: none;
}

.main-header--one--two .logo .dark-logo {
  display: none;
}

.main-header--one--two .logo .light-logo {
  display: block;
}

.main-header-three .logo .dark-logo {
  display: block;
  width: 125px;
}

.main-header-three .logo .light-logo {
  display: none;
}

.search-popup__content .thm-btn2:hover {
  background-color: var(--agriox-primary);
}

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

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

.company-logos-one--base {
  background-color: var(--agriox-base);
  border-top: 0;
}

.company-logos-one--base .swiper-slide:hover {
  background-color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.15);
}

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

.team-details__image {
  position: relative;
}

.team-details__image img {
  border-radius: 50%;
  position: relative;
  z-index: 10;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .team-details__image img {
    max-width: none;
  }
}

.team-details__image::after {
  content: '';
  position: absolute;
  bottom: 27px;
  left: 27px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--agriox-base, #ffdc4e);
}

.team-details__logo {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 11;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

.team-details__content {
  margin-top: -10px;
}

.team-details__name {
  font-size: 40px;
  font-weight: bold;
  color: var(--agriox-primary);
  font-family: var(--agriox-font-2);
  margin: 0;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.team-details__designation {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--agriox-color-1);
  margin: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Roboto Slab', serif;
}

.team-details__social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.team-details__social a {
  margin-left: 5px;
  margin-right: 5px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #f6f4ec;
  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;
  color: var(--agriox-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
}

.team-details__social a:hover {
  background-color: var(--agriox-primary);
  color: #fff;
}

.team-details__highlight {
  margin: 0;
  color: var(--agriox-secondary);
  font-size: 30px;
  line-height: 1.533em;
  font-weight: 700;
  margin-bottom: 30px;
}

.team-details__text {
  font-weight: 500;
  font-size: 18px;
  color: var(--agriox-color-1);
}

.team-details__text p {
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  color: var(--agriox-color-1);
}

.team-details__text p+p {
  margin-top: 30px;
}

.sec-separator {
  margin: 0;
  background-color: #eceae0;
  opacity: 1;
}

/* MegaMenu */
.main-menu .main-menu__list .megamenu {
  position: static;
}

.main-menu .main-menu__list .megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .main-menu__list .megamenu>ul li a {
  padding: 0;
  display: inline;
}

@media (min-width: 992px) {

  .main-header--one__bottom .main-menu--1,
  .main-menu__inner,
  .main-header--one__bottom-left {
    position: static;
  }
}

.mobile-nav__content .main-menu__list li.megamenu ul a {
  height: auto;
  color: inherit;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}

.mobile-nav__content .main-menu__list li.megamenu>ul {
  margin-left: 0;
}

/* home showcase */
.home-showcase {
  /*padding-top: 10px;*/
}

.home-showcase .container {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .home-showcase .container [class*=col-] {
    width: 100%;
  }
}

.home-showcase__inner {
  border-radius: 8px;
  background-color: transparent;
  padding: 1rem 15px;
  -webkit-box-shadow: 0px 20px 20px 5px rgb(0 0 0 / 3%);
  box-shadow: 0px 20px 20px 5px rgb(0 0 0 / 3%);
}

@media (min-width: 1200px) {
  .home-showcase__inner {
    background-color: #fff;
    padding: 1rem 15px;
  }
}

.home-showcase .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 10px;
}

@media (min-width: 1200px) {
  .home-showcase .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0px;
  }
}

.home-showcase__image {
  overflow: hidden;
  border-radius: 10px;
  /*background-color: var(--agriox-primary);*/
  display: block !important;
  margin-bottom: 10px;
}

.home-showcase__image img {
  opacity: 1;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.home-showcase__single:hover .home-showcase__image img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-showcase__title {
  margin: 0;
  color: #fff;
  margin: 0;
  font-size: 18px !important;
  text-align: center;
  font-weight: bold;
  font-family: var(--agriox-font-2) !important;
}

@media (min-width: 1200px) {
  .home-showcase__title {
    color: var(--agriox-primary) !important;
  }
}

.home-showcase__title a {
  padding: 0;
  display: inline;
  color: #222 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: 'Roboto Slab', serif !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .home-showcase__title a {
    color: #222 !important;
  }
}

.home-showcase__title a:hover {
  color: #73b21a !important;
}

.stricky-header .home-showcase .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/*SRITI*/
.contact-page__left-text {
  font-size: 13px;
  line-height: 23px;
}

.navicons {
  margin-left: 30px;
}

.ml-15 {
  margin-left: 15px;
}

.icon span {
  font-size: 14px;
}

.keypoints {
  text-align: justify;
}

.keypoints i {
  font-size: 15px;
  line-height: 21px;
}

/*# sourceMappingURL=agriox.css.map */

.heading_txt {
  background-image: url("https://ninetheme.com/themes/agro/wp-content/uploads/2019/02/special_offer_text_bg.jpg");
}

.about-navankur {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 90px;
}

.btn-primarybg {
  color: #fff;
  border-color: #73b21a;
  font-family: 'Roboto Slab', serif;
  background-color: #73b21a;
  position: relative;
  padding: 8px 25px;
  outline: none;
}

.btn-primarybg::after {
  background-color: #73b21a;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
} 

.btn-primarybg {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
}

.btn-primarybg:hover {
  background-color: #73b21a;
}

.app-log {
  color: #fff;
  font-size: 15px;
}

.app-log i:hover {
  color: #ffdc4e;
}

.reg-btn {
  display: flex;
}

.login_btn {
  margin: 0px 20px;
  align-self: center;
}

.log-icon i {
  padding-right: 7px;
}

.log-icon :hover {
  color: #73b21a;
}

.log-icon span {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 500;
  color: #687469;
  text-transform: capitalize;
}

.btn-primarybg:hover {
  color: #ffdc4e !important;
}

.btn-primarybg:hover span {
  color: #fff;
}

.main-menu .main-menu__list>li.current>a {
  color: #252626;
}

.login-icon img {
  padding-right: 5px;
  display: inline-block;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

/*btn*/

.pulse-button {

  position: relative;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: 0 0 0 0 rgb(130 180 64);
  background-color: #73b21a;
  /*background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/173024/jonathanlarradet_copy.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  /*-webkit-animation: pulse 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
-moz-animation: pulse 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
-ms-animation: pulse 3.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
  animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}


/*animate ends*/

/*about section*/

.about-section {
  padding: 30px 0px 0px;
  /*background-image: url(../../assets/images/agro.png);*/
  background-size: cover;
}

.about_bg {
  background-image: url(../../assets/images/agro.png);
  padding: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.__title {
  color: #73b21a;
  font-weight: 900;
  font-family: 'Roboto Slab', serif;
  margin: 0;
  text-transform: uppercase;
  font-size: 3rem;
}

.__title span {
  color: #333;
}

.custom-btn {
  font-size: 1.1rem;
}

.sec-title__title .b-line {
  margin: 10px auto 0 auto;
  width: 365px;
}

.about_info {
  font-size: 1.1rem;
  line-height: 32px;
  text-align: justify;
  font-weight: 400;
}

.testimonials-one__single-client-info-img-inner img {
  width: 60px;
  height: 60px;
}

.btn-transparent {
  background-color: transparent;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
}


.counter {
  padding: 20px 0;
  border-radius: 5px;
}

.login-icon svg {
  width: 30px;
  display: inline-block;
  height: 20px;
  padding-right: 5px;
}

.count-title {
  font-size: 30px;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 0px #dfedca;
  font-family: 'Roboto Slab', serif;
  line-height: 29px;
  padding: 10px 0;
}

.count-title::after {
  content: "+";
  padding-left: 10px;
}

.count-text {
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  padding: 10px 0;
}

/* Spinner 3 starts here */
.spinner3 {
  animation: spinnerThree 1.3s linear infinite;
  background: #73b21a;
  border-radius: 100%;
  width: 3em;
  height: 3em;
}

@keyframes spinnerThree {

  0%,
  35% {
    background: #73b21a;
    transform: scale(1);
  }

  20%,
  50% {
    background: #73b21a;
    transform: scale(1.3);
  }
}

/* Spinner 3 ends here */
.main-features {
  background-color: #ffdc4e30;
  padding: 30px;
}

.icon-grid {
  text-align: center;
  border-right: 2px solid #73b21a;
}

.main-features {
  display: flex;
}

.agri-features {
  background-color: #f5f5f5;
  /*
border-top: 1px solid #BDD6EC;
border-bottom: 1px solid #BDD6EC;*/
}

.agri-features .container {
  width: 100%;
}

.feature-counter-block {
  border-right: 1px solid #73b21a52;
  padding-top: 26px;
  padding-bottom: 20px;
  padding-left: 10px;
  min-height: 125px;
  padding-right: 10px;
  cursor: pointer;
  border-bottom: 1px solid #73b21a52;
  /*transition:0.3s;*/
}

.rate-icon {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
}

.rate-box {
  text-align: center;
  margin-top: 10px;
}

.agri-flow {
  /*background-image: url(../../assets/images/farm-infographics-01.png);
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;*/
}

.rate-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #333;
}

/*new icon section below banner*/

.feature-icons {
  border-right: 2px solid green;
}

.agri-icons {
  background-color: #f5f5f5;
}

.feature-icons img {
  border-right: 2px solid green;
  padding: 30px;
}

.feature-counter-block:hover {
  background-color: #73b21a1f;
}

.feature-counter-block:hover img {
  /*transition: transform 1s ease;
transform: scale(0.5);*/
  /*transform: scale(0.5) rotate(0deg);
transition: 0.8s;*/
}

/*.pd_1 {padding-left:0px;padding-right:0px;}*/
.p-0 {}

.pd_1:hover {
  /*background-color:#ffdc4d;*/
}

.agri-flowbox {
  /*position: relative;
display: block;
padding: 120px 0px 90px;
overflow: hidden;*/
}

.primegreen {
  background-color: #73b21a;
}

.brdr-top {
  border-top: 1px solid #97939329;
}

.footer-bottom_links {
  display: block;
  position: relative;
  overflow: hidden;
  /*left:30%;*/
}

.footer-bottom_links ul {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.footer-bottom_links ul li {
  margin-left: 30px;
}

.footer-bottom_links ul li a {
  color: #fff;
}

.counter-box {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}

.countermerge {
  background-color: #73b21a;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 15px;
}

.countermerge1 {
  background-color: #f5f5f5;
  padding-top: 25px;
}

.count-title1 {
  font-size: 1.8rem;
  margin-bottom: 0px;
  text-align: left;
  color: #73b21a;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.75rem;
  padding-top: 25px;
}

.count-title1::after {
  content: "+";
  padding-left: 5px;
  color: #73b21a;
}

.count-text1 {
  font-size: 0.8rem;
}

.swiper-slide-active .slider_buttons .btn-service {
  /*opacity: 1;*/
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.application_display {
  padding: 65px 0px 65px;
  background: #fff;
  position: relative;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #ffdc4e !important;
  border-radius: 50% !important;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  width: 15px !important;
  height: 15px !important;
}

#carouselExampleDark .carousel-indicators {
  bottom: -45px !important;
}

.application_display #carouselExampleDark .carousel-indicators {
  bottom: 0px !important;
  opacity: 0;
}

#carouselExampleDark img {
  max-width: 400px;
}

#carouselExampleDark .carousel-item {
  top: 0px;
}

.app-image {
  padding-left: 70px;
}

.application_display .section-heading .__title {
  font-size: 1.3rem;
}

.icon-box {
  margin-top: 30px;
}

.icbg {
  font-size: 40px !important;
  background-color: green;
  border-radius: 50px;
}

.ser-icon span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 45px;
  font-size: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.ser-icon span img {
  max-width: 100% !important;
  width: 100%;
  height: 35px;
  display: inline-block;
}

.theme-bg {
  background: #73b21a;
}

.service-img-bg {
  width: 100%;
  height: 500px;
  border-radius: 50%;
  background-color: rgb(199 255 119 / 19%);
  position: relative;
}

.single-service {
  margin-top: 30px;
}

.service-content h3 {
  font-size: 45px;
  line-height: 1.4;
  color: #333;
  letter-spacing: normal;
  font-family: 'Roboto Slab', serif;
}

.service-text h5 {
  line-height: 1.4;
  font-family: 'Roboto Slab', serif;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: normal;
  padding-bottom: 10px;
}

.app_btn {
  margin-top: 50px;
}

.app_btn i {
  padding-right: 10px;
}

.get-in-touch-title:before,
.get-in-touch-title:after {
  content: none !important;
}

.service-text p {
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0.5px;
  padding-right: 15px;
  min-height: 152px;
}

@media(max-width:767px) {
  .counter-box {
    display: none;
  }
}

.footerbottom {
  margin-top: 30px;
}

.btn-store1 {
  color: #73b21a;
  background-color: transparent;
  border-color: #73b21a;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-left: 5px;
}

.btn-store1:hover {
  background-color: #73b21a;
  color: #fff;
}

.f-6 {
  font-weight: 600 !important;
}

.home-showcase__single {
  display: flex;
}

.home-showcase__image img {
  width: 30px;
  height: 30px;
}

.home-showcase__title a {
  padding-left: 15px;
}

.home-showcase__single:hover {
  background-color: #73b21a4a;
  border-radius: 13px;
  padding: 3px;
}

.icons-hover-black {
  padding-top: 10px;
}

.icons-hover-black i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin-right: 1px;
  background: transparent;
  border: 1px solid #bd9d9d70;
  color: #fff;
  font-size: 17px;
  transition: all 0.3s ease-in;
}

.icons-hover-black i:hover {
  background: #73b21a;
  border-color: #73b21a;
}

.footer-widget__explore-list-item a:hover {
  margin-left: 6px;
}

.newsletter .newsletter-input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #fff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #202020;
  outline: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 12px 15px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: inline-block;
}

.newsletter-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  background: #6aaf08;
  line-height: 28px;
  border-radius: 0;
  width: 50px;
}

.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
  width: 100%;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  padding-right: 40px !important;
  background: none;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
}

.newsletter .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  background: #6aaf08;
  line-height: 28px;
  border-radius: 0;
  width: 49px;
}

.newsletter .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  background: #6aaf08;
  line-height: 28px;
  border-radius: 0;
  width: 49px;
}

.btn-n {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  color: #ffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  user-select: none;
  background-image: none;
  border: 1px solid #6cbe03;
}

.newsbox input {
  color: #FFF;
  font-size: 15px;
  padding-left: 10px;
  background: transparent;
  outline: none;
  width: 100%;
  display: block;
  border: 1px solid #cccccc4d;
}

.newsbox {
  padding-top: 10px;
  position: relative;
}

.features-four__item svg {
  margin-right: 15px;
  display: inline-block;
  width: 35px;
  fill: #334b35;
  height: 35px;
  max-width: 100%;
}

.newsbox input[type="email"]::-webkit-input-placeholder {
  color: #9d9999;
}
.newsbox input[type="email"]::-moz-placeholder {
  color: #9d9999;
}
.newsbox input[type="email"]:-ms-input-placeholder {
  color: #9d9999;
}
.newsbox input[type="email"]::-ms-input-placeholder {
  color: #9d9999;
}
.newsbox input[type="email"]::placeholder {
  color: #9d9999;
}
.features-four__item:hover {
  background-color: #73b21a29;
  border-radius: 12px;
}

.features-four__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #73b21a;
  line-height: 1.25rem;
  font-family: 'Roboto Slab', serif;
}

.testimonials-one .auto-container {
  max-width: 1720px;
  width: 100%;
}

/*new blog section*/

#blog .auto-container {
  max-width: 1400px;
  width: 100%;
}

#blog {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  display: block;
  /*padding: 80px 40px 80px;*/
  background-color: #fafafa;
}

.pb-30 {
  padding-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

#blog h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  font-family: 'Roboto Slab', serif;
  color: #6cbe03;
  text-transform: capitalize;
}

#blog h2 span {

  color: #333;
}

.b-line {
  position: relative;
  width: 195px;
  height: 3px;
  background: #6cbe03;
  display: block;
  margin-top: 15px;
}

.blog-post {
  display: inline-block;
  width: 100%;

}

.blog-post .post-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.post-media img:hover {
  transform: scale(1.1);

}

.post-media img {
  display: block;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

#blog .post-media .event-calender,
.first-event .event-calender {
  width: 54px;
  height: 67px;
  font-size: 23px;
  padding-top: 3px;
  font-family: 'Roboto Slab', serif;
}

#blog .blog-date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6cbe03;
  color: #fff;
  z-index: 9;
  text-align: center;
}

#blog .blog-post .blog-date span,
.post-media .event-calender span {
  color: #fff;
}

#blog .post-media .event-calender span,
.first-event .event-calender span {
  font-size: 12px;
}

#blog .event-calender span {
  display: block;
  text-transform: uppercase;
  margin-top: 0px;
}

#blog .blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
}

#blog .blog-post .post-meta span,
.comment-list .post-meta span {
  margin-right: 5px;
  font-family: 'Roboto Slab', serif;
}

.p-icon {
  color: #6cbe04;
}

.post-header h4 a {
  transition: 0.4s all ease-in-out;
  color: #333;
}

#blog .blog-post .post-header h4 {
  padding-bottom: 10px;
  font-size: 1.3rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 32px;
}

#blog .blog-post .post-entry p {
  line-height: 25px;
  color: #333333;
  font-size: 14px;
  text-align: justify;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  padding-bottom: 15px;
}

.post-more-link {
  margin-top: 10px;
}


.quote {
  position: relative;
  padding: 30px;
  min-height: 240px;
  background: #73b21a;
  display: flex;
  align-items: center;
}


.quote p {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  color: #fff;
  text-align: center;
}

span.svg-quote-wrap {
  position: absolute;
  top: 30px;
  left: 30px;
}

span.svg-quote-wrap svg {
  fill:#73b21a;
}

.footer-widget__about-logo img {width:55%;}

#carouselExampleControls .carousel-inner {
  min-width: 400px;
}

#carouselExampleControls .carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: transparent;
  width: 1rem;
  height: 1rem;
}

.carousel-control-next,
.carousel-control-prev {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 30px;
  top: 35%;
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  background: rgba(52, 88, 0, 0.93);
  color: #252525;
}

#carouselExampleControls:hover .carousel-control-prev,
#carouselExampleControls:hover .carousel-control-next {
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
}

#carouselExampleControls .carousel-control-next {
  right: 0;
  margin-right: -51px;
  opacity: 0;
}

#carouselExampleControls .carousel-control-prev {
  left: 0;
  margin-left: -51px;
  opacity: 0;
}

.testimonial-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 20px 25px 0;
  overflow: hidden;
  float: left;
}

.testimonial-pic img {
  width: 80px;
  height: 80px;
}

.testimonial-outher {
  overflow: hidden;
  text-align: left;
  float: left;
  padding-top: 37px;
  padding-left: 0px;
}

.testimonial-outher strong {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;

}

.testimonial-outher p {
  font-size: 14px;
  line-height: 24px;

}

.footer-one address {
  color: #fff;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.8px;
}

.footer-one address i {
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

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

.agri-featurebox {
  padding: 50px 0px;
}

.agri_infoimg {
  text-align: center;
}

.agri_infoimg img {
  width: 100%;
  display: inline-block;
  /* height: 490px; */
}

.agri_info h2 {
  color: #333;
  font-weight: 900;
  font-family: 'Roboto Slab', serif;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0 0 20px;
  letter-spacing: 0.1rem;
}

.agri_info p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}

#marketplace,
#advisory,
#creditcard,
#agripay,
#skillenhance {
  display: none;
}

.agrift {
  margin-top: 25px;
}



.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
  color: blue !important;
}

/*banner btn*/


.slider_buttons {
  display: block;
  position: relative;
}

.about_section {
  padding: 4rem 0;

}

.about_section .about_heading .heading-subtitle {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #687469;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
}

.about_section .about_heading .main-heading {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.50rem;
  line-height: 3.4rem;
  letter-spacing: -1px;
  color: #323232;
}

.about_section .about_heading .main-heading span {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  letter-spacing: -0.05rem;
  color: #73B21A;
}

.about_section .about-intro p {
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 15px;

}

.about_section .features-two__single {
  position: relative;
  display: block;
  background: #404A3D;
  padding: 30px 30px 30px;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 15px;
}

.about_section .features-two__single-title h3 {
  font-size: inherit;
  line-height: 1.5rem;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 15px;
}

.about_section .features-two__single-title h3 a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: 'Roboto Slab', serif;
}

.about_section .features-two__single::before {
  background-color: #404A3D;
}

.about_section .features-two__single::after {
  height: 0;
}

.about_section .features-two__single-title p {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.about_section .features-two__single-top {
  margin-bottom: 15px;
}

#history {
  padding: 80px 0 0px;
}

#history h2 {
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 25px;
  color: #92C43D;
  text-transform: none;
  font-family: 'Roboto Slab', serif;
  position: relative;
}

#history .history-line {
  text-align: center;
  position: relative;
  margin: 60px 0 0 0;
}

#history .history-line:before {
  position: absolute;
  border-bottom: 5px solid #ededed;
  z-index: -1;
  width: 88%;
  left: 50%;
  margin-left: -44%;
  content: "";
  display: block;
  top: 18px;
}

#history .history-line a {
  color: #23242C;
  display: block;
  cursor: pointer;
}


.history-line span {
  width: 46px;
  height: 46px;
  background: #F7F7F7;
  border-radius: 50%;
  background-clip: padding-box;
  display: block;
  position: relative;
  margin: 0 auto 20px;
}

#history .history-line span:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #92C43D;
  background-clip: padding-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  transition: all .3s ease;
}

#history .history-line p {
  font-size: 24px;
  font-weight: 700;
}

#history .history-line a:hover span,
#page-about #history .history-line .active span {
  background: #92C43D;
}

#history .history-line a:hover span:after,
#page-about #history .history-line .active span:after {
  background: #F7F7F7;
}

#history .history-line span:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #92C43D;
  background-clip: padding-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  transition: all .3s ease;
  border-radius: 20px;
}

#history .info {
  text-align: center;
  color: #656774;
  /*display: none;*/
  padding: 3rem 0;
}

#history p {
  padding: 1rem 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 2em;
}

#history .info h2 {
  margin-top: 0.8rem;
}

/*CONVERGING LINKAGES*/

.global-linkage {
  padding: 4rem 0;
  font-family: 'Roboto Slab', serif;
  background: #73b21a;
}

.global-linkage .global-linkage-heading h2 {
  color: #fff;
  text-align: center;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 2.5rem;
  padding-bottom: 10px;
  line-height: 3.425rem;
}

.global-linkage .global-linkage-heading p {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.global-linkage .converging-linkages {
  display: flex;
}

.convergingbox img {
  width: 100%;
  height: 205px;
}

.global-linkage .converging-linkages .convergingtext p {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #fff;
}

.globalmainbox {
  margin: 2.5rem 1rem;
  text-align: center;
}

#ourpresence {
  background: #f5f5f5;
  padding: 3rem 0 3rem;
}

.about-four__content {
  padding-top: 2.5rem;
}

.convergingtext {
  color: #fff;
}

.global-linkage .convergingtext h4 {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 5px 0;
}

.global-linkage .auto-container {
  max-width: 1700px;
}

.global-linkage .col {
  flex: 0 0 auto;
  width: 20%;
}

.global-linkage .convergingtext p {
  font-size: 0.9rem;
  line-height: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  font-family: 'Poppins', serif;
}

#teamtree {
  background: #fff;
  padding: 5rem 0 2rem;
}

#teamtree .teamperson {
  text-align: center;
}

#teamtree .team_text {
  margin: 1.2rem 0;
}

#teamtree .team_text h5 {
  font-size: 1.5rem;
  font-family: 'Roboto Slab', serif;
  line-height: 1;
  padding: 0.6rem 0;
  color: #323232;
}

#teamtree .team_text p {
  font-size: 1.2rem;
  color: #404640;
  line-height: 2.1875rem;
}


.title-border {
  text-align: center;
  margin:0 0 20px 0;
  padding: 20px 0 20px;
  font-size: 48px;
  color: #92C43D;
  text-transform: none;
  position: relative;
  font-family: 'Roboto Slab', sans-serif;
}

.title-border::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.title-border::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #92C43D;
  bottom: 0;
  left: calc(50% - 20px);
}

.black {
  color: #323232;
}

.our-team p {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 40px;
}

.bs-no-style {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  outline: none !important;
}

.bs-no-style:focus {
  box-shadow: none !important;
}

.our-team .title-border {
  margin-bottom: 24px;
}

.modal_sub_title {
  padding-bottom: 0 !important;
  text-align: left !important;
}

.modal-header .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #73b21a;
  margin: 0 !important;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}

.modal-body {
  font-size: 1.2rem;
  font-family: 'Roboto Slab', serif;
  line-height: 1.5;
  color: #323232;
}

.modal-title {
  font-size: 1.2rem;
  font-family: 'Roboto Slab', serif;
  line-height: 1.2;
  color: #323232;
}

.modal_sub_title {
  font-size: 1rem;
  font-family: 'Roboto Slab', serif;
  line-height: 1.2;
  color: #666666;
}

/*TEAM CSS ENDS*/

/*CONTACT CSS*/

.contact-page {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 60px 0px 60px;
  margin-top: 60px;
}

.contact-page-bg {
  padding: 40px 50px;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 9;
}

.page_inner h1,
.contact_page_left h1 {
  font-size: 2.5rem;
}

.card-wrap {
  text-align: center;
  transition: 0.4s all ease-in;
  background-color: transparent;
  padding: 55px 0;
}

.contact_page_left {
  padding-bottom: 30px;
}

.card-wrap:hover {
  background-color: #73B21A;
}

.contact_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.card-icon-wrap {
  margin-bottom: 15px;
}

.card-icon-wrap img {
  display: inline-block;
  width: auto;
  height: 85px;
  border: none;
  max-width: 100%;
}

.card-content h2 {
  margin: 0;
  font-weight: 500;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: -1px;
  transition: 0.4s all ease-in;
  color: #323232;
  padding-bottom: 0;
}

.card-wrap:hover .card-content h2 {
  color: #fff;
}

.card-content a {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: #1C1C1C;
  display: inline-block;
  text-decoration: none;
}

.contact-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.contact_box_col {
  cursor: pointer;
  border: 1px solid #D4D4D4;
}

.page-header {
  position: relative;
  display: block;
  padding: 70px 0px;
}



.comment-form__btn {
  margin-top: 20px;
}

.contact-page form input[type='text'],
.contact-page form input[type='email'],
.contact-page form input[type='password'],
.contact-page form input[type='tel'],
.contact-page form input[type='number'],
.contact-page form select,
.contact-page form textarea,
.contact-page form input[type='file'] {
  width: 100%;
  border: none;
  background: #FFF;
  padding: 12px 30px;
  margin-bottom: 25px;
  border-radius: 0px;
  outline: none;
  font-size: 18px;
  line-height: 1.25;
  color: #6A6A6A;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid #D4D4D4;
}

.contact-page .comment-form__input-box textarea {
  font-size: 20px;
  color: #6A6A6A;
  min-height: 195px;
  width: 100%;
  background: #FFF;
  padding: 18px 30px 30px;
  outline: none;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid #D4D4D4;
  margin-bottom: 20px;
}

.contact-page-wrap {
  position: relative;
  display: block;
  padding: 70px 0px;
  margin-bottom: 70px;;
 
}

.contact-page-wrap h1
{
  color: #ffffff !important;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-family: 'Roboto Slab', serif;
}

.contact-page:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 4%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}


.contact-page .comment-form__btn {
  padding: 12px 50px 12px;
}

.page_inner h1,
.contact_page_left h1 {
  color: #323232;
}

.btn-service:hover {
  color: #FFF;
  border-color: #FFF !important;
}

.btn-demo:hover {
  color: #FFF;
  border-color: #FFF !important;
}

.card-icon-wrap img {
  width: auto;
  height: 65px;
}

.contact_box_col.open .card-wrap {
  background-color: #73B21A;
}

.contact_box_col.open .card-content h2 {
  color: #fff;
}


/*SERVICES PAGES CSS*/

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills-custom .nav-link {
  color: #AAAAAA;
  background: #fff;
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-size: 0.9rem;
}

.nav-pills-custom .nav-link:hover {
  color: #6CBE03;
}

.nav-pills-custom .nav-link svg {
  display: inline-block;
}

.nav-pills-custom .nav-link:hover svg,
.nav-pills-custom .nav-link.active svg {
  fill: #FFF;
}

.nav-pills-custom .nav-link.active {
  background-color: #6CBE03;
  transition: 0.4s all ease-in;
}

.nav-pills-custom .nav-link.active span {
  color: #fff;
}

.service_wrap {
  font-family: 'Roboto Slab', serif;
}

.tab-pane>.tab-cnts-wrap {
  max-width: calc(100% - 4.5rem);
  position: relative;
  margin: -80px auto 0 auto;
}

.tab-cnt-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 240px;
  height: 100%;
  width: 100%;
}

.tab-cnts-wrap {
  margin-top: -100px;
}

.services-details__sidebar-single-contact-box .title h2 {
  font-size: 26px;
  line-height: 1;
  font-family: 'Roboto Slab', serif;
}

.services-details__sidebar-single-contact-box .title h2 br {
  content: '';
  margin: 2px;
}

.services-details__sidebar-single-contact-box .title {
  margin: 15px 0;
  line-height: 1;
  font-family: 'Roboto Slab', serif;
}

.tab-pane>.tab-cnts-wrap h4 {
  color: #323232;
  font-size: 1.7rem;
}

.tab-pane>.tab-cnts-wrap p {
  color: #2B2B2B;
  font-size: 1rem;
  text-align: justify;
}

.tab-pane h4,
.tab-pane p {
  position: relative;
  z-index: 2;
}

.nav-pills .nav-link i {
  color: #6CBE03;
}

.nav-pills-custom .nav-link.active i {
  color: #FFF;
}

.services-details__sidebar-single-contact-box::before {
  background-color: rgb(115 178 26 / 80%);
}

.media-wrap img {
  width: 100%;
}

/*SERVICES PAGES CSS*/

@media (min-width: 768px) {
  .contact_box_col {
    flex: 0 0 auto;
    width: 50%;
  }
}



@media (max-width:991px) and (min-width:768px) {
  .nav-pills-custom .nav-link {
    font-size: calc(1rem - 0.5vw);
  }

  .services-details__sidebar-single-contact-box .title h2 {
    font-size: 20px;
  }

  .services-details__sidebar-single-contact-box .phone {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 5px;
  }

  .services-details__sidebar-single-contact-box {
    padding: 50px 15px 44px;
  }
}

@media (max-width:767px) {
  .contact_box_col {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact_box_col:last-child {
    margin-bottom: 0px;
  }

  .contact-page {
    padding: 60px 0px 60px;
  }

  .contact_row {
    margin-bottom: 40px;
  }

  .contact-page-bg {
    padding: 30px;
  }

  .page_inner h1,
  .contact_page_left h1,
  .card-content h2 {
    font-size: calc(2.5rem - 1.4vw);
  }

  .card-content h2 {
    font-size: 1.5rem;
  }

  .contact-page-wrap {
    padding: 20px 0px;
  }

  .card-content a {
    font-size: 1.2rem;
  }

  .tab-pane>.tab-cnts-wrap {
    margin: 25px auto 0 auto;
  }

  .tab-pane>.tab-cnts-wrap {
    padding: 1.8rem !important;
  }

  .tab-pane>.tab-cnts-wrap p {
    font-size: 0.9rem;
  }

  .tab-pane>.tab-cnts-wrap h4 {
    font-size: 1.5rem;
  }

}

.about_section .about-intro-img img {
  position: relative;
  height: 100%;
  display: inline-block;
  min-height: 320px;
  border-radius: 1.2rem;
}

.about-intro-img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.about-intro-img: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, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 2;
}

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

.about_section .features-two__single:hover {
  border-color: #73B21A;
  transform: translatey(-15px);
}

.about_section .features-two__single {
  border-bottom: 5px solid transparent;
  transition: all 0.5s ease-out 0s;
  padding: 25px;
  min-height: 320px;
}

.feature-counter-block:hover .rate-icon img {
  transform: scale(1.1);
}

.rate-icon img {
  width: 45px;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1); 
}

.rate-box .rate-title {
  font-size: 1em !important;
}

.agrift a,
.more_info,
.post-more-link a,
.contact-one .thm-btn {
  position: relative;
  border-radius: 0;
  line-height: normal;
  font-size: 1.1rem;
  font-family: 'Roboto Slab', serif;
  z-index: 1;
  padding: 8px 25px;
  color: #fff;
  border: 2px solid #73b21a;
  background-image: -webkit-linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-image: linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 0.25rem !important;
}

.agrift a:hover,
.more_info:hover,
.post-more-link a:hover,
.contact-one .thm-btn:hover {
  background-position: 100%;
  color: #73b21a;
}

.btn-store {
  padding: 8px 15px;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  color: #fff;
  border: 2px solid #73b21a;
  background-image: -webkit-linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-image: linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 5px;
}

.btn-store:hover {
  background-position: 100%;
  color: #73b21a;
}

.btn-demo,
.btn-service {
  position: relative;
  border-radius: 0;
  color: #fff;
  border: 2px solid #73b21a !important;
  background-image: -webkit-linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-image: linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 0.25rem !important;
}


.btn-demo:hover,
.btn-service:hover {
  background-position: 100%;
  color: #FFF;
}


.contact-one .thm-btn {
  background-color: transparent;
  border-radius: 0;
}

.agrift a:hover,
.contact-one .thm-btn:hover {
  color: #73b21a;
}

.post-more-link a {
  border-radius: 0;
  font-size: 1.1rem;
  padding: 8px 25px;
  font-family: 'Roboto Slab', serif;
  border-radius: 5px;
}

.post-more-link:hover {
  color: #73b21a;
}

.btn-store1:hover {
  color: #FFF;
  background-color: transparent;
}

.btn-store1 {
  color: #ffffff;
  position: relative;
  border: 1px solid transparent;
  border-color: #73b21a;
  border-radius: 0;
  line-height: normal;
  font-family: 'Roboto Slab', serif;
  transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  font-size: 14px;
  margin-left: 0px;
  letter-spacing: normal;
  border-radius: 0.25rem;
}

.log-icon span {
  display: flex;
  align-items: center;
}

.btn-store1:before {
  background-color: #73b21a;
  transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  border-radius: 0;
}

.btn-store1:hover::before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scaleX(0);
}

.btn-service {
  color: #fff;
  padding: 8px 25px;
  border-radius: 0px;
  border: 2px solid #ffffff80;
  margin-right: 30px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
}

.btn-demo {
  color: #fff;
  padding: 8px 25px !important;
  border-radius: 0px;
  border: 2px solid #ffffff80;
  margin-right: 30px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
}


.more_info {
  margin-top: 50px;
  line-height: 1.2;
  font-size: 1rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 0.25rem !important;
}

.more_info:hover {
  color: #73b21a;
}

.counter-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
}

.counter-box: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, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 2;
}

.counter-box:hover:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}

.single-service:hover .ser-icon span {
  transform: scale(1.2);
}

.service-text>li {
  padding-left: 15px;
}


@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }

}

@keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }

  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}





.member {
  box-shadow: 0px 2px 15px rgb(85 98 112 / 8%);
  padding: 30px;
  border-radius: 4px;
}

.member .pic {
  width: 33%;
  text-align: center;
}

.member .pic img {
  display: inline-block;
  transition: ease-in-out 0.3s;
  border-radius: 50%;
  border: 10px solid #323232de;
  width: 210px;
  height: 210px;
}

.member .member-info {
  padding-left: 30px;
  width: 67%;
}

.member .member-heading {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #556270;
  text-align: left;
  padding-bottom: 0;
  line-height: 1.2;
}

.member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #dee2e6;
  bottom: 0;
  left: 0;
}

.member .member-para {
  margin: 5px 0 0 0;
  font-size: 14px;
  padding: 0;
  text-align: left;
}

.member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #8795a4;
}

.member .social a .team-icon {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.member .social a+a {
  margin-left: 10px;
}

.modal-dialog .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #73b21a;
  margin: 0 !important;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}

.modal-dialog .modal-content {
  border: none;
}

.content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transform-style: preserve-3d;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
}

#teamtree .teamperson:hover .content-overlay {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  overflow: hidden;
  border: 1px solid #dbdbdbde;
}

.inner-img:hover {
  transform: scale(1.1);
  filter: grayscale(1);
}

.img-wrapper .inner-img {
  transition: 0.3s;
  display: block;
  width: 100%;
  height: auto;
}


.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills-custom .nav-link {
  color: #AAAAAA;
  background: #fff;
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
}

.nav-pills-custom .nav-link:hover {
  color: #6CBE03;
}

.nav-pills-custom .nav-link svg {
  display: inline-block;
}

.nav-pills-custom .nav-link:hover svg,
.nav-pills-custom .nav-link.active svg {
  fill: #FFF;
}

.nav-pills-custom .nav-link.active {
  background-color: #6CBE03;
  transition: 0.4s all ease-in;
}

.nav-pills-custom .nav-link.active span {
  color: #fff;
}

.service_wrap {
  font-family: 'Roboto Slab', serif;
}

.tab-cnt-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 240px;
  height: 100%;
  width: 100%;
}

.tab-cnts-wrap {
  margin-top: -100px;
}

.error {
  color: #ff0000;
  font-size: 14px;
  padding-top: 0;
  margin-top: 0;
}

.services-details__sidebar-single-contact-box .title h2 {
  font-size: 26px;
  line-height: 1;
  font-family: 'Roboto Slab', serif;
}

.services-details__sidebar-single-contact-box .title h2 br {
  content: '';
  margin: 2px;
}

.services-details__sidebar-single-contact-box .title {
  margin: 15px 0;
  line-height: 1;
  font-family: 'Roboto Slab', serif;
}

.tab-pane>.tab-cnts-wrap h4 {
  color: #323232;
  font-size: 1.7rem;
}

.tab-pane>.tab-cnts-wrap p {
  color: #2B2B2B;
  font-size: 1rem;
  text-align: justify;
}

.tab-pane h4,
.tab-pane p {
  position: relative;
  font-family: 'poppins', serif;
  z-index: 2;
}

.nav-pills .nav-link i {
  color: #6CBE03;
}

.nav-pills-custom .nav-link.active i {
  color: #FFF;
}

.services-details__sidebar-single-contact-box::before {
  background-color: rgb(115 178 26 / 80%);
}

.media-wrap img {
  width: 100%;
}

/* Add indicator arrow for the active tab */
@media (max-width:991px) and (min-width:768px) {

  .nav-pills-custom .nav-link {
    font-size: calc(1rem - 0.5vw);
  }

  .services-details__sidebar-single-contact-box .title h2 {
    font-size: 20px;
  }

  .services-details__sidebar-single-contact-box .phone {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 5px;
  }

  .services-details__sidebar-single-contact-box {
    padding: 50px 15px 44px;
  }

}


@media (max-width:767px) {

  .tab-pane>.tab-cnts-wrap {
    margin: 25px auto 0 auto;
  }

  .tab-pane>.tab-cnts-wrap {
    padding: 1.8rem !important;
  }

  .tab-pane>.tab-cnts-wrap p {
    font-size: 0.9rem;
  }

  .tab-pane>.tab-cnts-wrap h4 {
    font-size: 1.5rem;
  }

}

button.thm-btn.comment-form__btn::before {
  content: none;
}

#blog .carousel {
  width: 100%;
  min-width: 400px;
}

p.forward_linkage {
  padding-bottom: 31px;
}

h3.infrastructure {
  margin: 0;
  padding-bottom: 15px;
}

.services-one__single .services-one__single-img-icon svg {
  fill: #73b21a;
  width: 45PX;
}

.services-one__single:hover .services-one__single-img-icon svg {
  fill: #FFF;
}

.icon-farm-input {
  position: relative;
  top: -6px;
}

.services-one__single:hover .services-one__single-content h3 {
  color: #73b21a;
  transition: 0.5s all ease-in-out;
}

#carouselExampleDark img.web-img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  position: relative;
  left: 0px;
  margin: 0 auto;
}

#history h2::before,
.sec-title .sec-title__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#history h2::after,
.sec-title .sec-title__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 4px;
  background: #92C43D;
  bottom: 0;
  left: calc(50% - 20px);
}

.sec-title .sec-title__title::before {
  bottom: 0;
  top: 66px;
}

.sec-title .sec-title__title::after {
  top: 110%;
}

button.btn.more_info {
  margin-top: 30px;
}

.section-heading+p {
  padding-top: 15px;
}

.circle-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background-color: #73b21a;
  color: white;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  font-size: 1.3rem;
}

.circle-1::after,
.circle-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: #73b21a;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: grow 3s ease-in-out infinite;
  animation: grow 3s ease-in-out infinite;
}

.circle-1::before {
  background-color: #73b21a;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.circle-1::after {
  background-color: #73b21a;
}

.service-img {
  position: relative;
}

.get-in-touch-title span {
  display: block;
}

@keyframes grow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

button.thm-btn.comment-form__btn {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 25px;
  color: #fff;
  border: 2px solid #73b21a;
  background-image: -webkit-linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-image: linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 5px;
  letter-spacing: normal;
  text-transform: none;
}

.btn-store:hover {
  background-position: 100%;
  color: #73b21a;
}

.ic-cnt-wrap>li p {
  padding-left: 15px;
}

ul.ic-cnt-wrap>li i {
  position: relative;
  top: 13px;
  color: #6CBE03;
}




/* Pop Up Form Css  */
.cms-modal {
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
  background-color: rgb(0 24 3 / 95%);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(.5);
  -khtml-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
}

.cms-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

.cms-modal.cms-modal-contact-form {
  cursor: zoom-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cms-modal.cms-modal-contact-form .cms-modal-inner {
  cursor: auto;
  padding: 100px 15px 70px;
  margin: 0 auto;
  max-width: 630px;
  -webkit-transform: scaleX(0);
  -khtml-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 500ms;
}

.cms-modal.cms-modal-contact-form .cms-modal-inner .el-title {
  color: #fff;
  margin-bottom: 30px !important;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.cms-modal.open {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.ct-row {
  margin-left: -10px;
  margin-right: -10px;
}

.cms-modal.cms-modal-contact-form.open .cms-modal-inner {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.ct-input {
  padding-left: 10px;
  padding-right: 10px;
}

.cms-form-control-wrap {
  position: relative;
}

.cms-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}

.cms-modal-contact-form form input[type=text],
.cms-modal-contact-form form input[type=email],
.cms-modal-contact-form form input[type=url],
.cms-modal-contact-form form input[type=password],
.cms-modal-contact-form form input[type=search],
.cms-modal-contact-form form input[type=tel],
.cms-modal-contact-form form input[type=number],
.cms-modal-contact-form form input[type=range],
.cms-modal-contact-form form input[type=date],
.cms-modal-contact-form form input[type=month],
.cms-modal-contact-form form input[type=week],
.cms-modal-contact-form form input[type=time],
.cms-modal-contact-form form input[type=datetime],
.cms-modal-contact-form form input[type=datetime-local],
.cms-modal-contact-form form input[type=color],
.cms-modal-contact-form form textarea,
.cms-modal-contact-form form select,
.nice-select {
  background-color: #fff;
  border: 1px solid #687469;
  color: #687469;
  padding: 10px 20px !important;
 /* height: 48px;*/
  border-radius: 8px;
  line-height: 1.4;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
  touch-action: manipulation;
}

.cms-modal-contact-form form input[type=url],
.cms-modal-contact-form form input[type=email],
.cms-modal-contact-form form input[type=tel] {
  direction: ltr;
}
.cms-modal-contact-form form select {
  height: 48px;
  margin-bottom: 7px;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-align: left;
}

.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: -13px;
} 
.nice-select .list {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 24%);
  -khtml-box-shadow: 0 2px 4px rgba(0,0,0,.24);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,.24);
  -ms-box-shadow: 0 2px 4px rgba(0,0,0,.24);
  -o-box-shadow: 0 2px 4px rgba(0,0,0,.24);
  box-shadow: 0 2px 4px rgb(0 0 0 / 24%);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75)translateY(-21px);
  -ms-transform: scale(.75)translateY(-21px);
  transform: scale(.75)translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  z-index: 9;
  color: rgba(0,0,0,.87);
}
.nice-select:after {
  content: '\f2f1';
  font-family: material-design-iconic-font;
  font-size: 15px;
  color: #0d3c00;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -khtml-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: 700;
} 

.nice-select .list .selected {
  color: #000;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all .2s;
  -khtml-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}

textarea.ctc_message {
  height: 135px;
}
.btn-contact-icon {
  display: inline-block;
  position: relative;
s
}

.cms-modal.cms-modal-contact-form .cms-modal-inner .btn-contact-icon button{
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: normal;
  color: #fff;
  padding: 10px 35px;
  border-radius: .35rem;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: button;
  margin-top: 10px;
  background-image: -webkit-linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-image: linear-gradient(30deg, #73b21a 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out; 
  border: 2px solid #73b21a !important;
  height: auto !important;
  line-height: 1.4;
  outline: none;
  letter-spacing: 0.8px;
}
.cms-modal.cms-modal-contact-form .cms-modal-inner .btn-contact-icon button:hover{
  background-position: 100%;
  color: #FFF;
  border-color: #FFF;
}
.form-feild-wrap {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.cms-modal-contact-form form .cm_message {
  height: 135px !important;
}
.footer-widget__news-list-item-img img {
  width: 71px;
  height: 71px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
}
.main-slider-one .swiper-button-prev, 
.main-slider-one .swiper-button-next {
  color: #FFFFFF !important;
}

#ourpresence .sec-title .sec-title__title::after, 
#ourpresence .sec-title .sec-title__title::before {
  content: none;
}
.post-header:hover h4 a {
  color: #73b21a;
}

.footer-widget__about-logo img {
  display: block;
  width:55%;
}

.contact-map {
  padding: 0px 0;
}

.contact-map iframe {
  width: 100%;
  display: block;
  height: 464px;
  border-radius: 20px;
}

.partner-logos {
  background-color: #f5f5f5!important;
  padding: 20px;
  box-shadow: 10px 20px 30px #ccc;
}

/*additional css*/

.SandboxRoot .timeline-Widget{border: 1px solid #403f3f !important; border-radius: 8px !important;}

.SandboxRoot .timeline-Footer {background: transparent !important;}

.SandboxRoot .timeline-Header{background: transparent !important;}

.SandboxRoot .SandboxRoot.env-bp-min .timeline-Tweet{background: transparent !important;}

@media(max-width:500px)
{
  .main-header-three .logo{margin-top:-50px;}
  .main-header-three .logo .dark-logo{ width: auto;}
  .main-slider .container {position: relative;padding-top:42px; padding-bottom: 42px;z-index: 2;}
  .agri_infoimg img{ height: 100%;}
  .btn-service{padding: 8px 20px;}
}

 input[type="button"], input[type="submit"] {
  background-color: #73b21a;
  border: none;
  color: white;
  padding: 8px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

.cont-btn
{
  background-color: #73b21a;
  border: none;
  color: white;
  padding: 8px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

iframe #twitter-widget-0 .timeline-InformationCircle { display: none !important;}

.error-message{ margin-top: 0; font-size: 16px;}

ul.c_list{ margin:15px 0px 15px 20px; padding:0;}
ul.c_list li{
color: #2B2B2B;
font-size: 1rem;
list-style: disc ;
font-family: 'poppins', serif;
}

ol.c_list{ margin:15px 0px 15px 20px; padding:0;}
ol.c_list li{
color: #2B2B2B;
font-size: 1rem;
list-style: auto;
font-family: 'poppins', serif;
}




.animated-button {
  background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

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

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

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

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

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

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button1 {
  background: linear-gradient(-30deg, #5f9710 50%, #55870f 50%);
  padding: 7px 19px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
  /* letter-spacing: 2.5px; */
  text-align: center;
  /* text-transform: uppercase; */
  text-decoration: none;
  /* -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 50%); */
  /* box-shadow: 0 20px 50px rgb(0 0 0 / 50%); */
  border-radius: 30px;
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #4c9700;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#7ffd00));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #80ff00);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
          border-radius: 30px;
}

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

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 3px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#7ffd00));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #80ff00);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
          border-radius: 30px;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#7ffd00));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #80ff00);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
          border-radius: 30px;
}

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

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 3px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#7ffd00));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #80ff00);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
          border-radius: 30px;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.text-success {
  color:#73b21a !important;
}