<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    :root {
    --agriox-font: "DM Sans", sans-serif;
    --agriox-font-2: "Averia Sans Libre", cursive;
    --agriox-font-3: "Shadows Into Light", cursive;
    --agriox-base: #d9261c;
    --agriox-base-rgb: 241, 207, 105;
    --agriox-primary: #85c226;
    --agriox-primary-rgb: 51, 75, 53;
    --agriox-secondary: #6d8c54;
    --agriox-secondary-rgb: 109, 140, 84;
    --agriox-color-1: #1c1c1c;
    --agriox-color-1-rgb: 104, 116, 105;
}
.row {
    --bs-gutter-x: 30px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
body {
    font-family: var(--agriox-font, "DM Sans", sans-serif);
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
body.locked {
    overflow: hidden;
}
a {
    color: var(--agriox-black);
}
a,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::placeholder {
    color: inherit;
    opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
    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;
}
li,
ul {
    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: 0 15px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
button {
    cursor: pointer;
    border: none;
    background: 0 0;
    padding: 0;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
@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 &gt; .btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.bootstrap-select &gt; .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select &gt; select.mobile-device:focus + .dropdown-toggle {
    outline: 0 !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 &gt; li + li &gt; a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bootstrap-select .dropdown-menu &gt; li.selected &gt; a {
    background: var(--agriox-primary, #334b35);
    color: #fff;
}
.bootstrap-select .dropdown-menu &gt; li &gt; a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #fff;
    background: var(--agriox-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu &gt; li &gt; 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 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: 0 !important;
    background-color: var(--agriox-base, #d9261c);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    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: #fff;
}
.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: 0.7s ease;
    transition: 0.7s ease;
    z-index: -1;
}
.thm-btn:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border-radius: 0;
    background: var(--agriox-primary, #334b35);
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 30px;
}
.sec-title .icon {
    position: relative;
    display: block;
    margin-bottom: 2px;
}
.sec-title .icon img {
    max-width: 50px;
}
.sec-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--agriox-color-1, #687469);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.sec-title__title {
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.04em;
}
.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, #d9261c);
}
.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;
}
.owl-carousel.owl-dot-type1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s 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 0.1s linear;
    transition: all 0.1s 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: 0 5px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s 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 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 70px;
    background: var(--agriox-base, #d9261c);
    position: fixed;
    bottom: 91px;
    right: 20px;
    z-index: 99;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    transition: all 0.4s ease;
    overflow: hidden;
}
.scroll-to-top::before {
    position: absolute;
    top: 0;
    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: 0.7s ease;
    transition: 0.7s ease;
    z-index: -1;
}
.scroll-to-top:hover:before {
    height: 100%;
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border-radius: 0;
    background: var(--agriox-primary, #334b35);
}
.scroll-to-top i {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    -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 {
    position: relative;
    display: block;
}
.main-header--one {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-header-one__bottom {
    position: relative;
    display: block;
    background: 0 0;
}
.main-header-one__bottom-inner {
    position: relative;
    display: block;
    z-index: 10;
}
.main-header-one__bottom-inner .main-menu {
    position: relative;
    display: block;
}
.main-menu {
    position: relative;
    z-index: 91;
}
.main-menu__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.main-menu__inner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.main-menu .main-menu__list &gt; li,
.stricky-header .main-menu__list &gt; li {
    position: relative;
}
.main-menu .main-menu__list &gt; li + li,
.stricky-header .main-menu__list &gt; li + li {
    margin-left: 40px;
}
.main-menu .main-menu__list &gt; li &gt; a,
.stricky-header .main-menu__list &gt; li &gt; a {
    position: relative;
    display: inline-block;
    color: var(--agriox-color-1, #687469);
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
    padding-top: 34px;
    padding-bottom: 34px;
    z-index: 1;
}
.main-menu .main-menu__list &gt; li &gt; a::before {
    content: "";
    position: absolute;
    bottom: 31px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--agriox-base, #d9261c);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
}
.stricky-header .main-menu__list &gt; li &gt; a::before {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--agriox-base, #d9261c);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
}
.main-menu .main-menu__list &gt; li.current &gt; a,
.main-menu .main-menu__list &gt; li:hover &gt; a,
.stricky-header .main-menu__list &gt; li.current &gt; a,
.stricky-header .main-menu__list &gt; li:hover &gt; a {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.main-menu .main-menu__list &gt; li.current &gt; a,
.main-menu .main-menu__list &gt; li:hover &gt; a,
.stricky-header .main-menu__list &gt; li.current &gt; a,
.stricky-header .main-menu__list &gt; li:hover &gt; a {
    color: #d7261c;
}
.main-menu .main-menu__list &gt; li.dropdown a,
.stricky-header .main-menu__list &gt; li.dropdown a {
    padding-right: 0;
}
.main-menu .main-menu__list &gt; li.current &gt; a::before,
.main-menu .main-menu__list &gt; li:hover &gt; a::before,
.stricky-header .main-menu__list &gt; li.current &gt; a::before,
.stricky-header .main-menu__list &gt; li:hover &gt; a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 99;
    -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.main-header-two__bottom .main-menu .main-menu__list li ul {
    margin-top: 13px;
}
.stricky-header .main-menu__list li ul {
    margin-top: 0;
}
.main-menu .main-menu__list li:hover &gt; ul,
.stricky-header .main-menu__list li:hover &gt; 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;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
}
.main-menu .main-menu__list li ul li:last-child &gt; a,
.stricky-header .main-menu__list li ul li:last-child &gt; a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.main-menu .main-menu__list li ul li:hover &gt; a,
.stricky-header .main-menu__list li ul li:hover &gt; a {
    background-color: var(--agriox-base, #d9261c);
    color: #fff;
}
.main-menu .main-menu__list li ul li &gt; ul,
.stricky-header .main-menu__list li ul li &gt; ul {
    top: 0;
    left: 100%;
}
.main-menu .main-menu__list li ul li &gt; ul.right-align,
.stricky-header .main-menu__list li ul li &gt; ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}
.main-menu .main-menu__list li ul li &gt; ul ul,
.stricky-header .main-menu__list li ul li &gt; 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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.main-menu__right-login-register ul li a:hover {
    color: var(--agriox-base, #d9261c);
}
.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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.main-menu__right-cart-box a:hover {
    color: var(--agriox-base, #d9261c);
}
.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 0.5s ease, -webkit-transform 0.5s ease;
    transition: visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, visibility 0.5s ease;
    transition: transform 0.5s ease, visibility 0.5s ease,
        -webkit-transform 0.5s ease;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.stricky-header.main-menu {
    padding: 0 0;
}
.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: 1200px) {
    .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, #d9261c);
}
.main-menu .mobile-nav__toggler {
    font-size: 30px;
    color: var(--agriox-base, #d9261c);
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 0;
}
.main-menu .mobile-nav__toggler:hover {
    color: var(--agriox-black);
}
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: opacity 0.5s linear, visibility 0.5s ease-in,
        -webkit-transform 0.5s ease-in;
    transition: opacity 0.5s linear, visibility 0.5s ease-in,
        -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in, opacity 0.5s linear,
        visibility 0.5s ease-in;
    transition: transform 0.5s ease-in, opacity 0.5s linear,
        visibility 0.5s ease-in, -webkit-transform 0.5s ease-in;
    z-index: 999;
    visibility: hidden;
}
.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    cursor: pointer;
}
.mobile-nav__content {
    width: 320px;
    background: #000;
    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: #fff;
    font-size: 16px;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
    font-weight: 400;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--agriox-base, #d9261c);
}
.mobile-nav__content .main-menu__list li a:hover {
    color: var(--agriox-base, #d9261c);
}
.mobile-nav__content .main-menu__list li a button {
    width: 28px;
    height: 28px;
    background-color: var(--agriox-base, #d9261c);
    border: none;
    outline: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.mobile-nav__content .main-menu__list li a button.expanded {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: #fff;
    color: var(--agriox-black);
}
.mobile-nav__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, #d9261c);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mobile-nav__social a + a {
    margin-left: 30px;
}
.mobile-nav__social a:hover {
    color: #fff;
}
.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: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mobile-nav__contact li a:hover {
    color: var(--agriox-base, #d9261c);
}
.mobile-nav__contact li &gt; i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--agriox-base, #d9261c);
    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 .main-menu__language,
.mobile-nav__container .main-menu__login,
.mobile-nav__container .topbar__buttons {
    display: none;
}
.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 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease,
        -webkit-transform 0.5s 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: 0;
    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: 0;
    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, #d9261c);
    border: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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: #fff;
}
.search-popup__content .thm-btn2 i::before {
    margin: 0;
    color: #fff;
}
.main-header--one {
    position: relative;
    display: block;
}
.main-header--one__wrapper {
    position: relative;
    display: block;
}
.main-header--one__top {
    position: relative;
    display: block;
    background: #f5f5f5;
}
.main-header--one__top .auto-container {
    position: static;
    max-width: 1755px;
    width: 100%;
    padding: 0 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: left;
}
.main-header--one__top-left .text {
    position: relative;
    display: block;
}
.main-header--one__top-left .text p {
    color: #6e7673;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}
.main-header--one__top-left .social-link {
    position: relative;
    display: block;
    background: #eceae0;
    padding: 5px 40px 4px;
    margin-left: 40px;
}
.main-header--one__top-left .social-link ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.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: #6e7673;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.main-header--one__top-left .social-link ul li a:hover {
    color: var(--agriox-base, #d9261c);
}
.main-header--one__top-right {
    position: relative;
    display: block;
    float: right;
    padding-top: 5px;
}
.main-header--one__top-right ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header--one__top-right ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header--one__top-right ul li + li {
    margin-left: 30px;
}
.main-header--one__top-right ul li .icon {
    position: relative;
    display: block;
}
.main-header--one__top-right ul li .icon i::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--agriox-secondary, #6d8c54);
}
.main-header--one__top-right ul li .text {
    position: relative;
    display: block;
    padding-left: 10px;
}
.main-header--one__top-right ul li .text p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}
.main-header--one__top-right ul li .text p a {
    color: #6e7673;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.main-header--one__top-right ul li .text p a:hover {
    color: var(--agriox-base, #d9261c);
}
.main-header--one__top-right ul li .text p {
    color: #6e7673;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}
.main-header--one__bottom {
    position: relative;
    display: block;
}
.main-header--one__bottom .auto-container {
    position: static;
    max-width: 1755px;
    width: 100%;
    padding: 0 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: block;
    float: left;
}
.main-header--one__bottom-middel {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.main-header--one__bottom-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header--one__bottom-right .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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.main-header--one__bottom-right .search-cart a:hover {
    color: var(--agriox-base, #d9261c);
}
.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, #6d8c54);
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.main-header--one__bottom-right .contact-box .icon:hover {
    background-color: var(--agriox-base, #d9261c);
}
.main-header--one__bottom-right .contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.main-header--one__bottom-right .contact-box .text a:hover {
    color: var(--agriox-base, #d9261c);
}
.main-header--one--two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s 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;
}
@media only screen and (max-width: 1600px) {
    .main-header--one--two .main-header--one__bottom-middel {
        padding-right: 60px;
    }
}
.main-header--one--two .main-header--one__bottom-middel::before {
    position: absolute;
    top: -31px;
    right: 0;
    bottom: -15px;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    z-index: -1;
}
.main-header--one--two .main-header--one__bottom-left {
    padding-left: 40px;
}
.main-header--one--two .main-menu .main-menu__list &gt; li &gt; a {
    color: #fff;
}
.main-header--one--two .main-header--one__bottom-right .contact-box::before {
    position: absolute;
    top: -31px;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 103px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}
.main-header--one--two .main-header--one__bottom-right .search-cart a {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
.main-header--one--two .main-header--one__bottom-right .contact-box .icon {
    background-color: var(--agriox-primary, #334b35);
}
.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: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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: #fff;
}
.main-header--one--two .main-header--one__bottom-right .contact-box .text p {
    color: #fff;
}
.main-header--one--two .main-header--one__bottom-right .contact-box .text a {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
.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;
}
.main-slider-one {
    position: relative;
    display: block;
}
.main-slider .swiper-slide {
    position: relative;
}
.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7s ease;
    transition: -webkit-transform 7s ease;
    transition: transform 7s ease;
    transition: transform 7s ease, -webkit-transform 7s ease;
    z-index: 1;
}
.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000, transparent);
    content: "";
    z-index: 2;
}
.main-slider .container {
    position: relative;
    padding-top: 173px;
    padding-bottom: 185px;
    z-index: 2;
}
.main-slider-inner {
    position: relative;
    display: block;
}
.main-slider__content {
    position: relative;
    display: block;
}
.main-slider-tagline {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider-one .swiper-slide-active .main-slider-tagline {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.main-slider-tagline::before {
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    width: 0;
    background: #fff;
    height: 1px;
    content: "";
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.main-slider-one .swiper-slide-active .main-slider-tagline::before {
    width: 100%;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.main-slider__title {
    color: #fff;
    font-size: 100px;
    line-height: 1em;
    font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
    margin-top: 22px;
    margin-bottom: 34px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider__title span {
    position: relative;
    display: inline-block;
}
.main-slider__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: 1.2s;
    transition-delay: 1.2s;
}
.main-slider__text {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider-one .swiper-slide-active .main-slider__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.main-slider__button-box {
    position: relative;
    display: inline-block;
    margin-top: 38px;
    opacity: 0;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider__button-box .arrow-icon {
    position: absolute;
    top: -50px;
    right: -175px;
}
.main-slider-one .swiper-slide-active .main-slider__button-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.main-slider__nav {
    position: absolute;
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    bottom: 50px;
    right: 0;
    width: 150px;
    z-index: 100;
}
.main-slider__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: 0 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    margin: 10px 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50%;
}
.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: #fff;
    background: 0 0;
    border: 2px solid #fff;
}
.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}
.main-slider__nav .swiper-button-prev {
    margin-bottom: 0;
}
.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: #fff;
    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: #fff;
    left: -2px;
    opacity: 1;
}
.main-slider-one--two {
    position: relative;
    display: block;
}
.main-slider.main-slider-one--two .container {
    padding-top: calc(50vh - 75px);
    padding-bottom: calc(50vh - 185px);
    height: 100vh;
}
.main-slider-one--two .main-slider__title {
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
    font-weight: 700;
}
.main-slider-one--two .main-slider__title span {
    color: var(--agriox-base, #d9261c);
    font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
}
.main-slider-one--two .main-slider__button-box {
    margin-top: 2px;
}
.page-header {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 30px;
    height: 500px;
    z-index: 1;
    overflow: hidden;
}
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000006e;
    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: #fff;
    content: "";
}
.page-header__inner .thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
}
.page-header__inner .thm-breadcrumb li + li {
    padding-left: 13px;
}
.page-header__inner .thm-breadcrumb li a {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.page-header__inner .thm-breadcrumb li a:hover {
    color: var(--agriox-base, #d9261c);
}
.page-header__inner h2,
.page-header__inner h1,
.page-header__inner .h2 {
    color: #fff;
    font-size: 50px;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
    line-height: 1em;
    letter-spacing: -0.04em;
}
.about-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 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: #f9f9f9;
}
.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, #d9261c);
    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: #ededed;
    border-radius: 10px;
    padding: 20px 40px 20px;
    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, #d9261c);
    font-size: 60px;
}
.about-one__left-overlay .title {
    position: relative;
    display: block;
    border-left: 1px solid rgb(0 0 0 / 10%);
    padding-left: 30px;
}
.about-one__left-overlay .title h2,
.about-one__left-overlay .title .h2 {
    position: relative;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
    display: block;
}
.about-one__left-overlay .title h2 span,
.about-one__left-overlay .title .h2 span {
    color: #000;
    font-size: 54px;
    line-height: 1em;
    font-weight: 500;
}
.about-one__left-overlay .title p {
    color: #000;
    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: #6d8c54;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.about-one__content-text {
    position: relative;
    display: block;
    margin-top: 39px;
}
.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, #d9261c);
    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, #d9261c);
    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, #d9261c);
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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 span &gt; i {
    line-height: 40px;
    color: #fff;
}
.about-one__content-video-box-img .icon a::after,
.about-one__content-video-box-img .icon a::before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.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 0.4s ease;
    transition: all 0.4s ease;
}
.about-one__content-video-box-img .icon a::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.about-one__content-video-box-img .icon a:hover span::before {
    color: #fff;
}
.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,
.about-one__content-video-box-title .h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
}
.features-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 0 0 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, #6d8c54);
    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 0.5s ease, color 0.5s ease, opacity 0.5s ease,
        top 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, opacity 0.5s ease,
        top 0.5s ease;
}
.features-one__single__more:hover {
    color: #fff;
    background-color: var(--agriox-base, #d9261c);
}
.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: var(--agriox-base, #d9261c);
    border-radius: 10px;
    padding: 40px 0 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: 0 0;
    padding: 27px 0 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: #fff;
    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 0.75s;
    animation: circle 0.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: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 35px 0 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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.features-one__single-title h3 a:hover {
    color: var(--agriox-base, #d9261c);
}
.features-one--services {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.video-one {
    position: relative;
    display: block;
    padding: 140px 0 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(https://patelagro.b-cdn.net/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: #000000ad;
    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: #fff;
    font-weight: 700;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
    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;
    text-align: center;
}
.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: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    background: 0 0;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.video-one__right .icon a:hover {
    color: var(--agriox-base, #d9261c);
}
.video-one__right .icon .border-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    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: 0;
    margin-top: 20px;
}
.video-one__right .title h2,
.video-one__right .title .h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-family: var(--agriox-font-3, "Shadows Into Light", cursive);
}
.services-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}
.services-one--has-top-bg::before {
    content: "";
    background-color: #282828;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(https://patelagro.b-cdn.net/img/about/service-bottom-bg-1-1.webp);
    height: 405px;
    width: 100%;
    background-position: bottom center;
    background-repeat: repeat-x;
}
.services-one--has-top-bg.col_sec::before {
    background-color: #aed34f;
    background-image: url(https://patelagro.b-cdn.net/img/home/service-bottom-bg-1-1.webp);
    height: 465px;
}
.services-one .sec-title {
    margin-bottom: 54px;
}
.services-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 508px;
    background: #f8f8f8;
    z-index: -1;
    background-image: url(https://patelagro.b-cdn.net/images/backgrounds/service-top-bg-1-1.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}
.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 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: 30px;
    background: #fff;
    z-index: 1;
}
.services-one__single-img::before {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: var(--agriox-base, #d9261c);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    z-index: 1;
}
.services-one__single:hover .services-one__single-img::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.services-one__single-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.services-one__single-img-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #00000017;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}
.services-one__single:hover .services-one__single-img-inner::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.services-one__single-img-inner img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.services-one__single:hover .services-one__single-img-inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.services-one__single-img-icon {
    position: absolute;
    bottom: 100%;
    left: calc(50% - 55px);
    margin: 0 auto;
    width: 110px;
    height: 110px;
    line-height: 110px;
    background: #fff;
    color: var(--agriox-base, #d9261c);
    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: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-one__single:hover .services-one__single-img-icon {
    color: var(--agriox-primary, #334b35);
}
.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: var(--agriox-base, #d9261c);
}
.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: 13px 25px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    background-color: #fff;
}
.services-one__single-content h3,
.services-one__single-content .h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.services-one__single-content h3 a,
.services-one__single-content .h3 a {
    color: var(--agriox-primary, #334b35);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-one__single-content h3 a:hover,
.services-one__single-content .h3 a:hover {
    color: var(--agriox-base, #d9261c);
}
.services-one__single-content p {
    font-size: 16px;
    line-height: 30px;
}
.services-one__single-content .read-more-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--agriox-base, #d9261c);
    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, #6d8c54);
    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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-one__single-content .read-more-btn:hover span::before {
    color: #fff;
}
.projects-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 0 0 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: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.5);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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 0.5s ease;
    transition: all 0.5s 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, #d9261c);
    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, #6d8c54);
    border-top-right-radius: 10px;
    padding: 25px 40px 27px;
}
.projects-one__single-img .overlay-content h3 a {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.projects-one__single-img .overlay-content h3 a:hover {
    color: var(--agriox-base, #d9261c);
}
.projects-one__carousel.owl-carousel .owl-dots.disabled,
.projects-one__carousel.owl-carousel .owl-nav.disabled {
    display: none;
}
.testimonials-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.testimonials-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.33;
    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__right .video-one__right .icon a {
    color: #d9261c;
    border: 2px solid #c12b20;
}
.testimonials-one__right .video-one__right .icon .border-animation {
    border: 1px solid #d9261c;
}
.testimonials-one__single {
    position: relative;
    display: block;
    background: #fff;
    padding: 39px 50px 50px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.testimonials-one__single:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05),
        0 4px 0 var(--agriox-base, #d9261c);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05),
        0 4px 0 var(--agriox-base, #d9261c);
}
.testimonials-one__single .testimonials_details h4 {
    font-size: 18px;
    padding-bottom: 10px;
}
.testimonials-one__single .testimonials_details h4 &gt; span {
    font-size: 16px;
    opacity: 0.7;
}
.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;
}
.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, #d9261c);
    text-align: center;
}
.testimonials-one__single-client-info-img .icon span::before {
    position: relative;
    display: inline-block;
    color: #fff;
    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: #000;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--agriox-font, "DM Sans", sans-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: 0 0;
    border-radius: 50%;
    border: 2px solid #c4c7bc;
    color: #c4c7bc;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.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: 0 0;
}
.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 0.2s linear;
    transition: all 0.2s 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 0.1s linear;
    transition: all 0.1s linear;
}
.providing-quality-one {
    position: relative;
    display: block;
    background: #282828;
    z-index: 1;
    overflow: hidden;
}
.providing-quality-one__shape::before {
    content: "";
    width: 150px;
    height: 171px;
    background-color: #d9261c;
    position: absolute;
    top: -20px;
    right: 57px;
    border-radius: 10px;
    opacity: 0.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: 0.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;
    }
}
.providing-quality-one__image__line {
    width: 41px;
    height: 39px;
    background-image: url(https://patelagro.b-cdn.net/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: 100px;
    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: #fff;
}
.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, #d9261c);
    font-size: 60px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff;
    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: #fff;
    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 {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}
.blog-one__shape::before {
    content: "";
    width: 150px;
    height: 171px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    right: 60px;
    bottom: 235px;
    z-index: 10;
    -webkit-animation: float-bob-y 10s linear 0s infinite;
    animation: float-bob-y 10s linear 0s infinite;
}
.blog-one__shape::after {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 225px;
    right: 177px;
    z-index: 11;
    -webkit-animation: float-bob-y 10s linear 0s infinite;
    animation: float-bob-y 10s linear 0s infinite;
}
.blog-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 484px;*/
    background: #f5f5f5;
    background-image: url(https://patelagro.b-cdn.net/img/blog-bg-top-1-1.webp);
    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: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.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:hover .blog-one__single-img::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.blog-one__single-img .date-box {
    position: absolute;
    left: 40px;
    bottom: 7px;
    background: var(--agriox-base, #d9261c);
    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: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
}
.blog-one__single:hover .blog-one__single-img .date-box {
    display: none;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.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: 0.9s;
    transition: 0.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: #fff;
    font-size: 30px;
    line-height: 30px;
}
.blog-one__single-content {
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    padding: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.blog-one__single-content:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px 0 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: 14px;
    line-height: 24px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.blog-one__single-content .meta-info li a:hover {
    color: var(--agriox-base, #d9261c);
}
.blog-one__single-content .meta-info li a i::before {
    position: relative;
    display: inline-block;
    color: var(--agriox-secondary, #6d8c54);
    font-size: 15px;
    padding-right: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
.blog-one__single-content h2,
.blog-one__single-content .h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    /*font-family: var(--agriox-font, "DM Sans", sans-serif);*/
}
.blog-one__single:hover .blog-one__single-content:not(.blog-details) h2 {
    color: #d9261c;
}
.blog-one__single-content h2 a,
.blog-one__single-content .h2 a {
    color: #1c1c1c;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.blog-one__single-content h2 a:hover {
    color: var(--agriox-base, #d9261c);
}
.blog-one--news .news-sidebar__btn {
    margin-top: 10px;
}
.blog-one__single-content:not(.blog-details) {
    background: linear-gradient(90deg, #f5f5f5, #fff);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 0;
}
.blog-one__single-content:not(.blog-details) p {
    color: #000;
}
.video_sec .blog-one__single-content:not(.blog-details) {
    margin-top: -12px;
}
.blog-one__single-content:not(.blog-details)::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: var(--agriox-base, #d9261c);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.blog-one__single:hover .blog-one__single-content:not(.blog-details) {
    background-color: #fff;
}
.blog-one__single:hover
    .blog-one__single-content:not(.blog-details)
    .meta-info
    li
    a {
    color: #101010;
}
.blog-one__single:hover
    .blog-one__single-content:not(.blog-details)
    .meta-info
    li
    a
    i::before {
    color: var(--agriox-base, #d9261c);
}
.blog-one__single:hover .blog-one__single-content:not(.blog-details) h2 a {
    color: #d9261c;
}
.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 {
    position: relative;
    display: block;
    padding: 77px 0 77px;
    border-top: 1px solid #eceae0;
}
.company-logos-one--gray {
    border-top: 0;
    background-color: #f5f5f5;
}
.company-logos-one .swiper-slide {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
}
.company-logos-one .swiper-slide img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
}
.company-logos-one--gray .swiper-slide:hover {
    background-color: #fff;
}
.company-logos-one .swiper-slide:hover img {
    opacity: 1;
}
.cta-one {
    position: relative;
    display: block;
    padding: 100px 0 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: #e2e2e2;
    opacity: 0.97;
    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: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
}
.cta-one__left-icon span::before {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 60px;
    line-height: 110px;
}
.cta-one__left-title {
    position: relative;
    display: block;
    padding-left: 50px;
}
.cta-one__left-title h2,
.cta-one__left-title .h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    margin: 0;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
}
.cta-one__right {
    position: relative;
    display: block;
}
.cta-one__right-btn {
    position: relative;
    display: block;
}
.cta-one__right-btn .thm-btn {
    color: #fff;
    background: var(--agriox-base, #d9261c);
}
.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: #fff;
}
.cta-one__right-btn .thm-btn:hover {
    color: var(--agriox-black);
}
.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: #f5f5f5;
}
.cta-two__shape::after {
    content: "";
    width: 41px;
    height: 41px;
    background-color: var(--agriox-base, #d9261c);
    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, #d9261c);
    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 &gt; i {
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 0;
    color: var(--agriox-base, #d9261c);
}
@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 {
    position: relative;
    display: block;
    z-index: 1;
}
.footer-one__top {
    position: relative;
    display: block;
    background: #2d2d2d;
    padding: 135px 0 110px;
}
.footer-one__top-wrapper {
    position: relative;
    display: block;
    z-index: 1;
}
.footer-one__bg {
    position: absolute;
    left: -25px;
    bottom: -110px;
    opacity: 0.02;
    z-index: -1;
}
.footer-widget__about {
    position: relative;
    display: block;
    margin-top: -15px;
}
.footer-widget__about-logo {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
.footer-widget__about-logo a {
    position: relative;
    display: inline-block;
}
.footer-widget__about-text {
    position: relative;
    display: block;
    color: #b3c5b5;
    font-size: 16px;
    padding-bottom: 28px;
}
.footer-widget__about-contact-box {
    position: relative;
    display: block;
    border-top: 1px solid #465c48;
    padding-top: 29px;
}
.footer-widget__about-contact-box .phone {
    font-size: 15px;
    line-height: 36px;
    font-weight: 500;
}
.footer-widget__about-contact-box .phone a {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.footer-widget__about-contact-box .phone a:hover {
    color: var(--agriox-base, #d9261c);
}
.footer-widget__about-contact-box .phone a i::before {
    position: relative;
    display: inline-block;
    color: var(--agriox-base, #d9261c);
    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: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.footer-widget__about-contact-box p a:hover {
    color: var(--agriox-base, #d9261c);
}
.footer-widget__about-contact-box p a i::before {
    position: relative;
    display: inline-block;
    color: var(--agriox-base, #d9261c);
    font-size: 15px;
    padding-right: 10px;
}
.footer-widget__about-contact-box .text {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}
.footer-widget__about-contact-box .text i::before {
    position: relative;
    display: inline-block;
    color: var(--agriox-base, #d9261c);
    font-size: 15px;
    padding-right: 10px;
}
.footer-widget__news {
    position: relative;
    display: block;
    margin-right: -50px;
}
.footer-widget__title {
    position: relative;
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
    line-height: 34px;
    letter-spacing: -0.02em;
    margin-bottom: 34px;
}
.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: 15px;
}
.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: var(--agriox-base, #d9261c);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 11px;
}
.footer-widget__news-list-item-title h5,
.footer-widget__news-list-item-title .h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
}
.footer-widget__news-list-item-title h5 a {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.footer-widget__news-list-item-title h5 a:hover {
    color: var(--agriox-base, #d9261c);
}
.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: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.footer-widget__explore-list-item a:hover {
    color: #fff;
}
.footer-widget__explore-list-item a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--agriox-base, #d9261c);
    content: "";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.footer-widget__explore-list-item:hover a::before {
    width: 100%;
}
.footer-widget__newletter {
    position: relative;
    display: block;
    margin-left: 70px;
}
.footer-widget__newletter-text {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: -4px;
}
.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 33px;
}
.subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 25px;
    padding-right: 80px;
    background: #fff;
    border: none;
    color: var(--agriox-color-1, #687469);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    border-radius: 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
    text-transform: capitalize;
    outline: 0;
}
.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;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50%;
    background: var(--agriox-primary, #334b35);
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
}
.subscribe-form input[type="email"]:focus {
    color: var(--agriox-color-1, #687469);
}
.subscribe-form button:hover,
.subscribe-form input[type="email"]:focus + button {
    color: #333029;
    background: var(--agriox-base, #d9261c);
}
.footer-one__bottom {
    position: relative;
    display: block;
    background: #1c1c1c;
    padding: 20px 0 17px;
}
.footer-one__bottom-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-one__bottom-text {
    position: relative;
    display: block;
}
.footer-one__bottom-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.footer-one__bottom-text p a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.footer-one__bottom-text p a:hover {
    color: var(--agriox-base, #d9261c);
}
.footer-one__bottom-social-links {
    position: relative;
    display: block;
    overflow: hidden;
}
.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.footer-one__bottom-social-links ul li {
    position: relative;
    float: left;
    margin-left: 25px;
}
.footer-one__bottom-social-links ul li:first-child {
    margin-right: 0;
    margin-left: 0;
}
.footer-one__bottom-social-links ul li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.footer-one__bottom-social-links ul li a:hover {
    color: var(--agriox-base, #d9261c);
}
.features-two {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    counter-reset: count;
}
.features-two::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--agriox-base, #d9261c);
    z-index: -1;
    content: "";
    background-image: url(https://patelagro.b-cdn.net/images/icon/feature-two-bg-1-1.png);
}
.features-two__single {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 40px 30px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 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 0.5s linear;
    transition: all 0.5s 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 0.3s linear;
    transition: all 0.3s 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 0.5s linear;
    transition: all 0.5s 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 0.3s linear;
    transition: all 0.3s 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, #d9261c);
    font-size: 65px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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 0.2s linear;
    transition: all 0.2s 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: var(--agriox-font, "DM Sans", sans-serif);
    margin-bottom: 3px;
}
.features-two__single-title h3 a {
    color: var(--agriox-primary, #334b35);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.features-two__single-title h3 a:hover {
    color: var(--agriox-base, #d9261c);
}
.features-two__single:hover .features-two__single-title h3 a {
    color: #fff;
}
.features-two__single-title p {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    margin-right: -5px;
}
.features-two__single:hover .features-two__single-title p {
    color: #b3c5b5;
}
.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: #fff;
    border-radius: 50%;
    color: var(--agriox-primary, #334b35);
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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: #fff;
}
.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(https://patelagro.b-cdn.net/img/home/feature-three-shape-1-1.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eceae0;
}
@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;
    }
}
.features-three__image__caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--agriox-base, #d9261c);
    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: 0;
        right: -10px;
    }
}
.features-three__image__caption i {
    font-size: 62px;
    color: var(--agriox-primary, #334b35);
}
.features-three__image__caption h3,
.features-three__image__caption .h3 {
    margin: 0;
    color: var(--agriox-primary, #334b35);
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    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 0.5s ease;
    transition: all 0.5s ease;
}
@media (min-width: 992px) {
    .features-three__list li {
        padding-left: 95px;
        padding-right: 30px;
        padding-top: 25px;
        padding-bottom: 20px;
        border-radius: 10px;
    }
    .features-three__list li:hover {
        background-color: #f5f5f5;
    }
}
.features-three__list li + li {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .features-three__list li + li {
        margin-top: 0;
    }
}
.features-three__list li &gt; i {
    width: 40px;
    height: 40px;
    background-color: var(--agriox-secondary, #6d8c54);
    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 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50%;
}
@media (min-width: 992px) {
    .features-three__list li &gt; i {
        position: absolute;
        top: 44px;
        left: 30px;
    }
}
.features-three__list li:hover &gt; i {
    background-color: var(--agriox-base, #d9261c);
    color: var(--agriox-primary, #334b35);
}
.features-three__list li h3,
.features-three__list li .h3 {
    margin: 0;
    font-size: 20px;
    color: var(--agriox-primary, #334b35);
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
    font-weight: 700;
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .features-three__list li h3,
    .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 {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 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, #6d8c54);
    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, #d9261c);
    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: #f5f5f5;
    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, #d9261c);
    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, #d9261c);
    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: 0;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
}
.about-two__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 6px;
}
.about-two__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 13px;
    background: var(--agriox-secondary, #6d8c54);
    border-radius: 10px;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.about-two__progress .count-text {
    position: absolute;
    top: -32px;
    right: 0;
    color: var(--agriox-color-1, #687469);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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: var(--agriox-font, "DM Sans", sans-serif);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.faq-one {
    position: relative;
    display: block;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 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, #6d8c54);
    font-size: 20px;
    line-height: 34px;
    font-family: var(--agriox-font, "DM Sans", sans-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, #d9261c);
    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: #fff;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.faq-one__accordions .accrodion.active {
    border: 0 solid #eceae0;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.03);
}
.faq-one__accordions .accrodion::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 0;
    background: var(--agriox-base, #d9261c);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    content: "";
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s 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: #fff;
    padding: 26px 0 26px;
    padding-left: 40px;
    padding-right: 35px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.faq-one__accordions .accrodion.active .accrodion-title {
    background: #fff;
}
.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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    letter-spacing: -0.02em;
}
.faq-one__accordions .accrodion .accrodion-title h4 {
    color: #1c1c1c;
}
.related_blog {
    position: relative;
}
.related_blog .owl-nav {
    display: none !important;
}
.related_blog .blog-one__single {
    margin-bottom: 0;
}
.faq-one__accordions .accrodion.active .accrodion-title h4 {
    color: var(--agriox-base, #d9261c);
}
.faq-one__accordions .accrodion .accrodion-title h4::before {
    content: "\e938";
    font-family: icomoon !important;
    font-weight: 900;
    font-size: 20px;
    color: var(--agriox-base, #d9261c);
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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: 0 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: #f5f5f5;
}
.faq-one__accordions--services-details.faq-one__accordions
    .accrodion.active
    .accrodion-title {
    background: #fff;
}
.faq-one--faq {
    position: relative;
    display: block;
    background: #f5f5f5;
}
.faq-one--faq .faq-one__accordions {
    margin-left: 0;
}
.faq-one__dark {
    background-color: var(--agriox-secondary, #6d8c54);
    position: relative;
}
.faq-one__dark::before {
    content: "";
    background-image: url(https://patelagro.b-cdn.net/images/backgrounds/faq-one-bg.png);
    opacity: 0.07;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--agriox-secondary, #6d8c54);
    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: #fff;
}
.faq-one__dark .faq-one__shape::after {
    content: "";
    width: 41px;
    height: 41px;
    background-color: #f5f5f5;
    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-one--two {
    position: relative;
    display: block;
    padding: 120px 0 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 0 120px;
}
.projects-one--two--projects__wrapper {
    position: relative;
    display: block;
}
.projects-one--two--projects__btn {
    position: relative;
    display: block;
    margin-top: 10px;
}
.story-one {
    position: relative;
    display: block;
    padding: 0 0 80px;
    margin-top: 80px;
    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, #d9261c);
    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: 0;
    margin-right: 0;
}
.story-one .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.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: 85px;
    height: 55px;
    background-image: url(https://patelagro.b-cdn.net/img/leaf.webp);
    background-repeat: no-repeat;
    position: absolute;
    top: 47px;
    right: 403px;
    background-size: contain;
}
.story-one__img::before {
    position: absolute;
    top: 120px;
    bottom: 120px;
    right: -25px;
    width: 30px;
    background: var(--agriox-base, #d9261c);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    content: "";
    z-index: -1;
}
.story-one__counters {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 102px 90px 115px;
    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: #fff;
    padding: 35px 0 32px;
    width: 200px;
    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 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s 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, #6d8c54);
    border-radius: 10px;
    -webkit-transform: perspective(400px) scaleX(0);
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s 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 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.story-one__counters-box-single h3,
.story-one__counters-box-single .h3 {
    color: var(--agriox-primary, #334b35);
    font-size: 40px;
    line-height: 1em;
    font-weight: 400;
    font-family: var(--thm-font);
    letter-spacing: 1px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.story-one__counters-box-single p.tle {
    color: var(--agriox-primary, #334b35);
    font-size: 40px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.story-one__counters-box-single:hover h3,
.story-one__counters-box-single:hover .h3 {
    color: var(--agriox-base, #d9261c);
}
.story-one__counters-box-single-text {
    color: var(--agriox-color-1, #687469);
    font-size: 16px;
    line-height: 26px;
    margin-top: 3px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s 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 {
    line-height: 1em;
}
.meet-farmers-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 0 0 27px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 0;
    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 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.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;
    border: 1px solid #f9f9f9;
    box-shadow: rgb(99 99 99 / 14%) 0 1px 9px 0;
}
.meet-farmers-one__single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #0000006e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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, #6d8c54);
    visibility: hidden;
    margin-top: 25px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.meet-farmers-one__single .social-link ul li a:hover {
    color: var(--agriox-base, #d9261c);
}
.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;
    padding-bottom: 15px;
    z-index: 10;
    -webkit-transition: padding 0.5s ease, background-color 0.5s ease,
        -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: padding 0.5s ease, background-color 0.5s ease,
        -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: padding 0.5s ease, transform 0.5s ease,
        background-color 0.5s ease, box-shadow 0.5s ease;
    transition: padding 0.5s ease, transform 0.5s ease,
        background-color 0.5s ease, box-shadow 0.5s ease,
        -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.meet-farmers-one__single:hover .meet-farmers-one__single-title {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px 0 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,
.meet-farmers-one__single-title h3 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
}
.meet-farmers-one__single-title h2 a {
    color: #1c1c1c;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.meet-farmers-one__single-title h2 a:hover {
    color: var(--agriox-base, #d9261c);
}
.meet-farmers-one--about {
    position: relative;
    display: block;
    padding: 120px 0 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-one--two {
    position: relative;
    display: block;
    padding: 254px 0 150px;
}
.blog-two {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 80px;
    z-index: 1;
}
.blog-two::before {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: -99999px;
    background: #f5f5f5;
    content: "";
    z-index: -1;
}
.blog-two__left {
    position: relative;
    display: block;
    z-index: 10;
}
.blog-two__left .sec-title {
    margin-bottom: 25px;
}
.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 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.blog-two__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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.owl-theme .owl-nav .owl-next,
.blog-two__carousel.owl-theme .owl-nav .owl-prev,
.blog-two__carousel__custom-nav .left-btn,
.blog-two__carousel__custom-nav .right-btn {
    height: 52px;
    width: 52px;
    background: #fff;
    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 0.5s ease;
    transition: all 0.5s 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 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blog-two__carousel.owl-theme .owl-nav .owl-next span,
.blog-two__carousel.owl-theme .owl-nav .owl-prev span,
.blog-two__carousel__custom-nav .left-btn span,
.blog-two__carousel__custom-nav .right-btn 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.owl-theme .owl-nav .owl-next:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-prev:hover,
.blog-two__carousel__custom-nav .left-btn:hover,
.blog-two__carousel__custom-nav .right-btn: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: 0;
    padding-top: 40px;
    padding-bottom: 50px;
    max-width: 370px;
    position: relative;
    z-index: 20;
    background-color: #fff;
}
.about-three {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 120px;
    background-image: url(https://patelagro.b-cdn.net/img/about/about-3-bg-1-1.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    border-bottom: 2px solid #f0f0f0;
}
.about-three__shape::before {
    content: "";
    width: 150px;
    height: 171px;
    position: absolute;
    top: 160px;
    border-radius: 10px;
    left: -55px;
    background-color: #f5f5f5;
}
.about-three__shape::after {
    content: "";
    width: 41px;
    height: 41px;
    background-color: var(--agriox-base, #d9261c);
    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: #000;
    font-size: 24px;
    line-height: 34px;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
    margin-bottom: 10px;
}
.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, #d9261c);
    font-size: 60px;
    margin-bottom: 17px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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,
.about-three__products-list ul li .h3 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
    margin-bottom: 9px;
}
.about-three__products-list ul li h3 a,
.about-three__products-list ul li h3 a {
    color: var(--agriox-primary, #334b35);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.about-three__products-list ul li h3 a:hover,
.about-three__products-list ul li h3 a:hover {
    color: var(--agriox-base, #d9261c);
}
.about-three__products-list ul li p {
    font-size: 16px;
    line-height: 1.4;
}
.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(https://patelagro.b-cdn.net/img/about/about-3-arrow-1-1.webp);
    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, #d9261c);
    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 {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 110px;
}
.services-details__sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}
.services-details__sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.services-details__sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f6f6;
    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: #1c1c1c;
    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: var(--agriox-font, "DM Sans", sans-serif);
    padding: 10px 20px;
    border-radius: 10px;
    background: 0 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s 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 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    /* background: #fff; */
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 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(0);
    transform: perspective(400px) rotateX(0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s 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,
.services-details__sidebar-single-services ul li.current a i {
    color: var(--agriox-base, #d9261c);
}
.services-details__sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0 44px;
    z-index: 1;
}
.services-details__sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #333;
    opacity: 0.9;
    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 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50%;
    background: var(--agriox-base, #d9261c);
}
.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: #fff;
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.services-details__sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}
.services-details__sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}
.services-details__sidebar-single-contact-box .title h2,
.services-details__sidebar-single-contact-box .title .h2 {
    color: #fff;
    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: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.services-details__sidebar-single-contact-box .phone a:hover {
    color: var(--agriox-base, #d9261c);
}
.services-details__sidebar-single-contact-box p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.services-details__sidebar-single-btn {
    position: relative;
    display: block;
}
.services-details__sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}
.services-details__sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #fff;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: 500;
}
.services-details__sidebar-single-btn .thm-btn:hover span::before {
    color: #fff;
}
.services-details__content {
    position: relative;
    display: block;
}
.services-details__content-img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.services-details__content-img img {
    width: 100%;
}
.services-details__content-icon {
    position: relative;
    display: block;
    color: #1c1c1c;
    font-size: 60px;
    margin-bottom: 11px;
}
.services-details__content-title {
    color: #1c1c1c;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 23px;
}
.services-details__content-text1 {
    position: relative;
    display: block;
    margin-bottom: 33px;
}
.services-details__content-text2 {
    position: relative;
    display: block;
}
.services-details__content-text3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 54px;
    margin-bottom: 50px;
}
.services-details__content-text3 .img-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.services-details__content-text3 .text-box {
    position: relative;
    display: block;
    padding-left: 30px;
}
.services-details__content-text3 .text-box ul {
    position: relative;
    display: block;
}
.services-details__content-text3 .text-box ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
}
.services-details__content-text3 .text-box ul li:last-child {
    margin-bottom: 0;
}
.services-details__content-text3 .text-box ul li .icon {
    position: relative;
    display: inline-block;
    color: var(--agriox-base, #d9261c);
    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 {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #fff;
}
.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="email"],
.comment-form__input-box input[type="text"] {
    height: 70px;
    width: 100%;
    border: none;
    background: #f5f5f5;
    padding: 0 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    outline: 0;
    font-size: 14px;
    color: #727d73;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
}
.comment-form__input-box textarea {
    font-size: 14px;
    color: #727d73;
    height: 190px;
    width: 100%;
    background: #f5f5f5;
    padding: 18px 30px 30px;
    border: none;
    border-radius: 10px;
    outline: 0;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.error-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #fff;
}
.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, #6d8c54);
    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: var(--agriox-font, "DM Sans", sans-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: #f5f5f5;
    border: 0 solid #f5f5f5;
    color: var(--agriox-color-1, #687469);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    padding-right: 80px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s 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: 0 0;
    display: block;
    text-align: center;
    border: 0 solid #f5f5f5;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 0;
    outline: 0;
    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: 0;
    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 {
    position: relative;
    display: block;
    background: #fff;
    padding: 80px 0 80px;
}
.contact-page__left {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}
.contact-page__left .sec-title {
    margin-bottom: 42px;
}
.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: #f5f5f5;
    color: var(--agriox-color-1, #687469);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.contact-page__social-link ul li a:hover {
    color: #fff;
    background: var(--agriox-base, #d9261c);
}
.contact-page__social-link ul li a i::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
}
.contact-page__contact-info {
    position: relative;
    display: block;
    background: #fff;
}
.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: #fff;
    padding: 60px 115px 60px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 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: #000;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.contact-page__contact-info-list ul li:hover .icon {
    background-color: var(--agriox-base, #d9261c);
    color: #fff;
}
.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: #d9261c;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.contact-page__contact-info-list ul li .title p {
    color: #1b1b1b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
}
.contact-page__contact-info-list ul li .title p a {
    color: #1b1b1b;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
.contact-one {
    padding-bottom: 120px;
}
.contact-one__content {
    margin-bottom: 60px;
}
@media (min-width: 1200px) {
    .contact-one__content {
        padding-right: 70px;
        margin-bottom: 0;
    }
}
.contact-one__text {
    color: var(--agriox-color-1, #687469);
    margin: 0;
    margin-top: -10px;
    font-weight: 500;
    margin-bottom: 35px;
}
.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 &gt; i {
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--agriox-base, #d9261c);
    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, #6d8c54);
    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, #d9261c);
    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: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}
@media (min-width: 1200px) {
    .contact-one__form {
        padding: 60px;
    }
}
.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="email"],
.contact-one__form .comment-form__input-box input[type="text"],
.contact-one__form .comment-form__input-box textarea {
    margin-bottom: 20px;
    color: #727d73;
    background-color: #fff;
    display: block;
}
.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__bg {
    display: none;
}
.news-sidebar {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 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 0 0;
}
.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: var(--agriox-font, "DM Sans", sans-serif);
    margin-top: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.news-sidebar__left .blog-one__single-content .read-more:hover {
    color: var(--agriox-base, #d9261c);
}
.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 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
.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(0);
    transform: scale(1) rotate(0);
}
.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, #d9261c);
    font-size: 25px;
    color: var(--agriox-primary, #334b35);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s 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: #fff;
    background: var(--agriox-primary, #334b35);
}
.news-sidebar__blockquote {
    position: relative;
    display: block;
    background: #f5f5f5;
    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: #f5f5f5;
    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: var(--agriox-font, "DM Sans", sans-serif);
    margin-top: 20px;
}
.news-sidebar__agriculture-matters h2 a {
    color: var(--agriox-primary, #334b35);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.news-sidebar__agriculture-matters h2 a:hover {
    color: var(--agriox-base, #d9261c);
}
.news-sidebar__btn {
    position: relative;
    display: block;
    margin-top: 30px;
}
.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: 0;
    background-color: var(--agriox-base, #d9261c);
    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: 0;
    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: #f5f5f5;
    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, #6d8c54);
    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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.sidebar__latest-posts-list-item .title h4 a:hover {
    color: var(--agriox-base, #d9261c);
}
.sidebar__categories {
    position: relative;
    display: block;
    background: #f5f5f5;
    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: var(--agriox-font, "DM Sans", sans-serif);
    padding: 7px 20px 7px;
    border-radius: 10px;
    background: 0 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}
.sidebar__categories-list li a.active,
.sidebar__categories-list li a:hover {
    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 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.sidebar__categories-list li a.active::before,
.sidebar__categories-list li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s 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 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.sidebar__categories-list li a:hover span::before {
    color: var(--agriox-base, #d9261c);
}
.sidebar__categories-list li a.active span::before {
    color: var(--agriox-base, #d9261c);
}
.sidebar__tag {
    position: relative;
    display: block;
    background: #f5f5f5;
    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: 0 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: var(--agriox-font, "DM Sans", sans-serif);
    text-transform: uppercase;
    border-radius: 10px;
    background: #fff;
    padding: 8px 20px 8px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
.sidebar__recent-comments {
    position: relative;
    display: block;
    background: #f5f5f5;
    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: #fff;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
.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 {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}
.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(0);
    transform: scale(1) rotate(0);
}
.news-details__left .blog-one__single-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 0 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.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: #f5f5f5;
    padding: 8px 20px 8px;
    border-radius: 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
.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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.tag-social-link__social-links ul li a:hover {
    color: var(--agriox-base, #d9261c);
}
.news-details__pagenation {
    position: relative;
    display: block;
    margin-top: 30px;
}
.news-details__pagenation-single {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 52px 55px 52px;
    border-radius: 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.news-details__pagenation-single.active {
    background: var(--agriox-secondary, #6d8c54);
}
.news-details__pagenation-single.active h2 a {
    color: #fff;
}
.news-details__pagenation-single:hover {
    background: var(--agriox-secondary, #6d8c54);
}
.news-details__pagenation-single h2 {
    font-size: 20px;
    line-height: 34px;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
}
.news-details__pagenation-single h2 a {
    color: var(--agriox-primary, #334b35);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.news-details__pagenation-single:hover h2 a {
    color: #fff;
}
.comment-one {
    position: relative;
    display: block;
    margin-top: 0;
}
.comment-form__title,
.comment-one__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;
    border-bottom: 1px solid #eceae0;
    padding-bottom: 72px;
    margin-bottom: 60px;
}
.comment-one__single:last-child {
    border-bottom: 0 solid #eceae0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.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,
.comment-one__content-text .h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
    margin: 0;
    padding-right: 30px;
}
.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: var(--agriox-font, "DM Sans", sans-serif);
}
.comment-one__image img {
    border-radius: 50%;
}
.projects-details {
    position: relative;
    display: block;
    padding: 80px 0 80px;
    background: #fff;
}
.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: #f6f6f6;
    padding: 30px 0 25px;
    border-radius: 10px;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
}
.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,
.projects-details__information ul li .h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
    text-transform: uppercase;
}
.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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.projects-details__information ul li p a:hover {
    color: var(--agriox-base, #d9261c);
}
.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: 20px;
    margin-top: 15px;
}
.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, #d9261c);
    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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.projects-details__pagination ul li .previous p a:hover {
    color: var(--agriox-base, #d9261c);
}
.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 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
.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 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.projects-details__pagination ul li .next p a:hover {
    color: var(--agriox-base, #d9261c);
}
.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 0.2s linear;
    transition: all 0.2s 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, #d9261c);
}
#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: 0;
    background: #e7e7e7;
    width: 4px;
}
#scrollbar1 .track {
    background: 0 0;
    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: 0;
    opacity: 1;
    z-index: 3;
}
#scrollbar1 .thumb .end {
    background: #353742 no-repeat 50% 0;
    overflow: hidden;
    height: 0;
    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 .stricky-one-logo .logo img {
    max-width: 150px;
}
.stricky-header .main-menu__list &gt; li &gt; a {
    padding-top: 33px;
    padding-bottom: 33px;
}
@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%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header--one--two .main-header--one__bottom-right .search-cart {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1385px) {
    .main-header--one--two .main-header--one__bottom-right .contact-box {
        padding-left: 30px;
    }
}
@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;
    }
}
@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;
    }
}
@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;
    }
}
@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;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .providing-quality-one__content-box {
        padding-left: 80px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1730px) {
    .story-one__counters {
        padding: 102px 48px 115px;
        background-color: #fff;
    }
    .story-one__counters-box-single {
        width: 150px;
        background-color: #f5f5f5;
    }
    .story-one__counters-text {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1220px) {
    .sidebar__recent-comments-list-item .text {
        padding-left: 13px;
    }
    .news-details__pagenation-single {
        padding: 52px 50px 52px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header--one__top {
        display: none;
    }
    .main-header--one__bottom-right {
        display: none;
    }
    .main-header--one__bottom {
        padding: 22px 0 23px;
    }
    .main-header--one__bottom-inner {
        min-height: 55px;
    }
    .main-header--one__bottom-middel {
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        position: absolute;
    }
    .main-header--one__bottom .main-menu--1 {
        position: absolute;
        right: 0;
        top: 12px;
        bottom: 0;
        width: 30px;
        height: 40px;
    }
    .main-header--one--two .main-header--one__bottom-middel {
        padding-top: 0;
    }
    .main-header--one--two .main-header--one__bottom .main-menu--1 {
        padding-top: 0;
    }
    .about-one__content {
        margin-top: 100px;
        max-width: none;
        width: 100%;
        margin-left: 0;
    }
    .sec-title__title br {
        display: none;
    }
    .features-one__single.style2 .features-one__single-img {
        width: 90px;
    }
    .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__img {
        position: relative;
        width: 100%;
        min-height: 770px;
    }
    .providing-quality-one__logo {
        display: none;
    }
    .blog-one__single-content {
        padding: 20px 30px 32px;
    }
    .blog-one__single-content h2 {
        font-size: 23px;
    }
    .cta-one__wrapper {
        display: block;
    }
    .cta-one__right {
        margin-top: 45px;
        text-align: center;
    }
    .footer-widget__explore {
        margin-top: 60px;
        margin-left: 0;
    }
    .footer-widget__newletter {
        margin-top: 60px;
        margin-left: 0;
    }
    .about-two__content-box-list-single ul li .text p {
        color: var(--agriox-primary);
        font-size: 15px;
    }
    .faq-one__accordions {
        margin-left: 0;
    }
    .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;
    }
    .projects-one--two .projects-one__single-img .overlay-content h3 {
        font-size: 20px;
        padding: 25px 20px 27px;
    }
    .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__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-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: 0;
        margin-bottom: 30px;
    }
    .news-sidebar__left .blog-one__single-content h2 {
        font-size: 20px;
    }
    .news-details__left .blog-one__single-content h2 {
        font-size: 20px;
    }
    .news-details__pagenation-single.style2 {
        margin-bottom: 20px;
    }
    .projects-details__information {
        padding-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header--one__top {
        display: none;
    }
    .main-header--one__bottom-right {
        display: none;
    }
    .main-header--one__bottom {
        padding: 22px 0 23px;
    }
    .main-header--one__bottom-inner {
        min-height: 55px;
    }
    .main-header--one__bottom-middel {
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        position: absolute;
    }
    .main-header--one__bottom .main-menu--1 {
        position: absolute;
        right: 0;
        top: 12px;
        bottom: 0;
        width: 30px;
        height: 40px;
    }
    .main-header--one--two .main-header--one__bottom-middel {
        padding-top: 0;
    }
    .main-header--one--two .main-header--one__bottom .main-menu--1 {
        padding-top: 0;
        width: 27px;
    }
    .main-slider__title span.leaf {
        display: none;
    }
    .about-one__content {
        margin-top: 100px;
        max-width: none;
        width: 100%;
        margin-left: 0;
    }
    .sec-title__title br {
        display: none;
    }
    .features-one__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .video-one__wrpper {
        display: block;
        text-align: center;
    }
    .video-one__right {
        margin-top: 25px;
        width: auto;
    }
    .video-one__right .title {
        padding-left: 0;
    }
    .services-one__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .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__img {
        position: relative;
        width: 100%;
        min-height: 770px;
    }
    .providing-quality-one__logo {
        display: none;
    }
    .blog-one__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .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-widget__explore {
        margin-top: 60px;
        margin-left: 0;
    }
    .footer-widget__newletter {
        margin-top: 60px;
        margin-left: 0;
    }
    .about-two__content-box {
        margin-top: 40px;
    }
    .faq-one__accordions {
        margin-top: 40px;
        margin-left: 0;
    }
    .projects-one--two .projects-one__single-img .overlay-content h3 {
        font-size: 18px;
        padding: 25px 20px 27px;
    }
    .story-one__counters {
        padding: 120px 50px 120px;
    }
    .story-one__counters-box-single {
        width: 150px;
    }
    .story-one__counters-text {
        font-size: 16px;
    }
    .meet-farmers-one__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .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__img-box {
        margin-top: 50px;
    }
    .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__content p {
        font-size: 19px;
    }
    .contact-page__left {
        max-width: none;
        margin-bottom: 50px;
    }
    .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: 0 solid #eceae0;
        margin-left: 0;
        padding-right: 0;
        margin-top: 35px;
    }
    .news-sidebar__left .blog-one__single {
        max-width: none;
    }
    .sidebar {
        margin-top: 40px;
        max-width: 370px;
        width: 100%;
    }
    .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 0 90px;
    }
    .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__right {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .sec-title__title {
        font-size: 42px;
    }
    .main-header--one__top {
        display: none;
    }
    .main-header--one__bottom-right {
        display: none;
    }
    .main-header--one__bottom {
        padding: 22px 0 23px;
    }
    .main-header--one__bottom .auto-container {
        padding: 0 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--one--two .main-header--one__bottom .auto-container {
        padding: 0 20px;
    }
    .main-header--one--two .main-header--one__bottom-middel {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .main-header--one--two .main-header--one__bottom .main-menu--1 {
        padding-top: 0;
        width: 27px;
    }
    .main-header--one--two .main-header--one__bottom-middel::before {
        display: none;
    }
    .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-one--two .main-slider__title {
        font-size: 34px;
        line-height: 1.2em;
    }
    .about-one__content {
        margin-top: 100px;
        max-width: none;
        width: 100%;
        margin-left: 0;
    }
    .sec-title__title br {
        display: none;
    }
    .about-one__left-overlay {
        position: relative;
        display: block;
        padding: 40px 20px 40px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .about-one__left-overlay .title {
        position: relative;
        display: block;
        border-left: none;
        padding-left: 0;
    }
    .about-one__left-img::before {
        display: none;
    }
    .about-one__left-overlay .icon {
        padding-right: 0;
    }
    .about-one__left-img-inner {
        border-bottom-left-radius: 10px;
    }
    .about-one__content-title {
        font-size: 23px;
    }
    .about-one__content-video-box {
        display: block;
        text-align: center;
    }
    .about-one__bg {
        display: none;
    }
    .about-one__content-video-box-title {
        padding-left: 0;
        margin-top: 15px;
    }
    .about-one__content-video-box-img {
        max-width: none;
    }
    .features-one__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .video-one__wrpper {
        display: block;
        text-align: center;
    }
    .video-one__right {
        margin-top: 25px;
        width: auto;
    }
    .video-one__right .title {
        padding-left: 0;
    }
    .video-one__title br {
        display: none;
    }
    .video-one__title {
        font-size: 50px;
    }
    .services-one__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .projects-one__single-img .overlay-content h3 {
        font-size: 18px;
        padding: 25px 25px 27px;
    }
    .projects-one__single-img .overlay-content h3 {
        font-size: 17px;
        padding: 20px 20px 22px;
    }
    .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__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: 0;
        padding-top: 15px;
    }
    .providing-quality-one__content-box .sec-title__title {
        font-size: 38px;
    }
    .providing-quality-one__content-box .sec-title__title br {
        display: none;
    }
    .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__wrapper {
        display: block;
    }
    .cta-one__right {
        margin-top: 45px;
        text-align: center;
    }
    .cta-one__left-title {
        padding-left: 0;
    }
    .cta-one__left {
        display: block;
        text-align: center;
    }
    .cta-one__left-icon {
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
    .footer-widget__explore {
        margin-top: 60px;
        margin-left: 0;
    }
    .footer-widget__newletter {
        margin-top: 60px;
        margin-left: 0;
    }
    .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: 25px;
    }
    .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: 0;
        margin-top: 40px;
    }
    .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: 0;
        bottom: 0;
    }
    .about-two__content-box {
        margin-top: 40px;
    }
    .about-two__img-box::before {
        display: none;
    }
    .faq-one__accordions {
        margin-top: 40px;
        margin-left: 0;
    }
    .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__counters {
        padding: 60px 20px 60px;
        text-align: center;
    }
    .blog-two {
        padding-top: 0;
        padding-bottom: 0;
    }
    .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 {
        margin-left: 0;
        margin-right: 0;
    }
    .meet-farmers-one__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .blog-two::before {
        display: none;
    }
    .blog-two__left {
        margin-bottom: 0;
    }
    .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__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: 0;
        margin-left: 0;
        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__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: 34px;
    }
    .services-details__content-text3 {
        display: block;
    }
    .services-details__content-text3 .text-box {
        margin-top: 40px;
        padding-left: 0;
    }
    .services-details__sidebar-single-services {
        padding: 45px 20px 15px;
    }
    .error-page__big-title h2 {
        font-size: 210px;
    }
    .contact-page__left {
        max-width: none;
        margin-bottom: 50px;
    }
    .contact-page__contact-info-wrapper {
        display: block;
        padding: 60px 0 60px;
        text-align: center;
    }
    .contact-page__contact-info-list ul {
        display: block;
    }
    .contact-page__contact-info-list ul li {
        display: block;
        border-right: 0 solid #eceae0;
        margin-left: 0;
        padding-right: 0;
        margin-top: 35px;
    }
    .contact-page__contact-info-title {
        padding-right: 0;
    }
    .contact-page__contact-info-list ul li .icon {
        margin-bottom: 20px;
    }
    .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: 0;
    }
    .sidebar__recent-comments-list-item {
        display: block;
    }
    .sidebar__recent-comments-list-item .text {
        padding-left: 0;
    }
    .sidebar__recent-comments-list-item .icon {
        margin-bottom: 10px;
    }
    .sidebar__recent-comments-list-item .text p {
        font-size: 14px;
    }
    .news-details__pagenation-single.style2 {
        margin-bottom: 20px;
    }
    .news-details__left .blog-one__single {
        max-width: none;
    }
    .news-details {
        position: relative;
        display: block;
        padding: 60px 0 60px;
    }
    .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: 0;
        margin-top: 30px;
    }
    .projects-one--two--projects .projects-one__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .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;
        line-height: 1.2;
    }
    .projects-details__text-box2 h2 {
        font-size: 35px;
        line-height: 1.2;
    }
    .blog-two__right {
        width: 100%;
    }
    .story-one__img::before {
        display: none;
    }
}
@media only screen and (max-width: 450px) {
    .case-studies-one .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@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;
    }
}
@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 {
    padding: 80px 0;
}
.gallery-one .container-fluid {
    width: 100%;
    max-width: 1560px;
}
.gallery-one__item {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}
.gallery-one__item__image {
    background-color: #181818;
}
.gallery-one__item__image &gt; img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    opacity: 1;
}
.gallery-one__item:hover .gallery-one__item__image &gt; 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 0.5s ease, visibility 0.5s ease,
        -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease,
        -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
        -webkit-transform 0.5s ease;
}
.gallery-one__item:hover .img-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.gallery-one__item .img-popup::after,
.gallery-one__item .img-popup::before {
    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 {
    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: #f9f9f9;
    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: #f1f1f1;
}
.cta-three__text {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 17px;
}
@media (min-width: 1200px) {
    .cta-three__content {
        padding-left: 20px;
    }
}
.cta-three__image {
    margin-bottom: 50px;
    position: relative;
}
@media (min-width: 992px) {
    .cta-three__image {
        margin-bottom: 0;
    }
}
.cta-three__image &gt; img {
    max-width: 100%;
    -webkit-animation: imageMove 5s linear infinite;
    animation: imageMove 5s linear infinite;
}
@-webkit-keyframes imageMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes imageMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.cta-three__image__caption {
    display: none;
}
@media (min-width: 992px) {
    .cta-three__image__caption {
        position: absolute;
        top: -20px;
        right: 165px;
        font-size: 65px;
        color: #efefef;
        font-family: var(--agriox-font-3);
        display: block;
        line-height: 1;
        font-weight: 500;
        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-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 {
    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: 0;
    border-radius: 10px;
    border: none;
    outline: 0;
    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: #f5f5f5;
    background-image: url('data:image/svg+xml;utf8,&lt;svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"&gt;&lt;path fill="rgb(34,36,41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-.080-56.134-15.518-15.48-40.656-15.44-56.134 .080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-.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"&gt;&lt;/path&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: 0.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 0.5s ease;
    transition: all 0.5s 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 0.5s ease;
    transition: all 0.5s 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 0.5s ease;
    transition: all 0.5s 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: #f5f5f5;
    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: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shop-one__sidebar__price .noUi-horizontal .noUi-handle {
    right: -8px;
}
.shop-one__sidebar__price .noUi-handle::after,
.shop-one__sidebar__price .noUi-handle::before {
    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 &gt; 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: 700;
    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 0.5s ease;
    transition: all 0.5s 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="search"],
.shop-one__sidebar__search input[type="text"] {
    width: 100%;
    height: 71px;
    border: none;
    outline: 0;
    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: 0;
    color: var(--agriox-primary);
    font-size: 20px;
}
.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 &gt; 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: 700;
    text-align: center;
}
.video-two__title::before {
    content: "";
    width: 53px;
    height: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(https://patelagro.b-cdn.net/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 0.5s ease;
    transition: all 0.5s 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: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.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 0.4s ease;
    transition: all 0.4s ease;
}
.video-two .video-popup::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.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 {
    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: #ccd6e0;
    border-radius: 10px;
    padding: 30px 30px 50px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.offer-one__item p.text_content {
    max-width: 220px;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .offer-one__item {
        background-image: none !important;
    }
}
.offer-one__tagline {
    font-family: var(--agriox-font-1);
    color: #ed3237;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    margin-bottom: 6px;
}
.offer-one__title {
    font-size: 42px;
    color: #181818;
    letter-spacing: -0.04em;
    margin: 0;
    font-weight: 400;
    margin-bottom: 28px;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
}
.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 0.5s ease;
    transition: all 0.5s ease;
}
.offer-one__link:hover {
    color: #ed3237;
}
.offer-one__link &gt; i {
    margin-right: 9px;
}
[class*="col-"]:nth-child(2) .offer-one__item {
    background-color: #f5f5f5;
}
[class*="col-"]:nth-child(3) .offer-one__item {
    background-color: #d1d1d1;
}
.about-four {
    padding-top: 120px;
    position: relative;
}
.about-four__shape {
    position: absolute;
    bottom: 10px;
    right: 215px;
}
.about-four .sec-title {
    margin-bottom: 33px;
}
.about-four__image {
    position: relative;
}
.about-four__image::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    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 {
    border-radius: 50%;
    position: relative;
    z-index: 10;
    max-width: 100%;
}
@media (min-width: 992px) {
    .about-four__image__one {
        max-width: none;
    }
}
.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: 18px;
    line-height: 30px;
    color: var(--agriox-color-1);
}
.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 &gt; i {
    position: absolute;
    left: 0;
    top: 9px;
    color: var(--agriox-base);
    font-size: 18px;
}
@media (min-width: 576px) {
    .about-four__list li &gt; i {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@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: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    margin-top: -30px;
    z-index: 10;
    position: relative;
    background-color: #fff;
}
.features-four [class*="col-"] {
    border-right: 0 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 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 992px) {
    .features-four__item {
        padding-left: 76px;
    }
}
.features-four__item &gt; 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 {
    background-color: #181818;
}
.main-slider-three .image-layer {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 7s ease;
    transition: opacity 1s ease, -webkit-transform 7s ease;
    transition: transform 7s ease, opacity 1s ease;
    transition: transform 7s ease, opacity 1s ease, -webkit-transform 7s 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 {
    position: relative;
}
.main-header-three .main-header--one__bottom {
    display: none;
}
@media (min-width: 1200px) {
    .main-header-three .main-header--one__bottom {
        display: block;
    }
}
.main-header-three__upper {
    background-color: #f5f5f5;
}
@media (min-width: 1200px) {
    .main-header-three__upper {
        padding-top: 27.5px;
        padding-bottom: 27.5px;
    }
}
.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 0.5s ease;
    transition: all 0.5s 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: 1200px) {
    .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 0.5s ease;
    transition: all 0.5s ease;
}
@media (min-width: 1200px) {
    .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 &gt; li &gt; a {
    color: var(--agriox-color-1);
    padding-top: 16px;
    padding-bottom: 16px;
}
.main-header-three .main-menu .main-menu__list &gt; li &gt; 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 0.5s ease;
    transition: all 0.5s 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 &gt; li &gt; a {
    color: var(--agriox-color-1);
    padding-top: 16px;
    padding-bottom: 16px;
}
.main-menu-three .main-menu__list &gt; li &gt; a::before {
    bottom: 20px;
}
.sidebar__categories-list li a.active,
.sidebar__categories-list li a:hover {
    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 {
    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: 700;
    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: 0;
    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: 0;
    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: 0;
    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: 700;
    }
}
.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: #f5f5f5;
    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: 0;
}
.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 {
    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: 0;
    width: 100%;
    max-width: 375px;
    height: 70px;
    background-color: #f5f5f5;
    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 {
    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: 0;
    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: 0;
    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: 0;
    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 {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        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: 0;
    border-radius: 10px;
    border: none;
    outline: 0;
    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: #f5f5f5;
    background-image: url('data:image/svg+xml;utf8,&lt;svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"&gt;&lt;path fill="rgb(34,36,41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-.080-56.134-15.518-15.48-40.656-15.44-56.134 .080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-.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"&gt;&lt;/path&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: 0.65em auto;
    margin-bottom: 20px;
}
.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 0.5s ease;
    transition: all 0.5s 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: #f5f5f5;
    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: #f5f5f5;
    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: #000;
    font-size: 20px !important;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.checkout__table td:last-child,
.checkout__table th:last-child {
    text-align: right;
}
.mist-blower-table-section .checkout__table td:last-child,
.mist-blower-table-section .checkout__table th:last-child {
    text-align: left;
}
.checkout__table thead {
    border-top: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    background-color: #f1f1f1;
}
.checkout__table tbody td,
.checkout__table thead th {
    padding: 0 20px;
    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: 5px;
    padding-bottom: 5px;
    color: var(--agriox-color-1);
}
.checkout__table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}
.checkout__payment {
    background-color: #f5f5f5;
    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: -0.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 0.5s ease;
    transition: all 0.5s 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;
}
.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, #6d8c54);
}
.news-sidebar__left .blog-one__single-content:not(.blog-details)::before {
    display: none;
}
.blog-one__single--four-column .blog-one__single-content h2 {
    font-size: 20px;
    line-height: 1.5em;
}
body.boxed-wrapper {
    background-color: #f5f5f5;
}
.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 100px 0 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;
    }
}
.logo .light-logo {
    display: none;
}
.main-header--one--two .logo .dark-logo {
    display: none;
}
.main-header--one--two .logo img {
    max-width: 150px;
}
.main-header--one--two .logo .light-logo {
    display: block;
}
.main-header-three .logo .dark-logo {
    display: block;
}
.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, #d9261c);
}
.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: 700;
    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: var(--agriox-font, "DM Sans", sans-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: #f5f5f5;
    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 0.5s ease;
    transition: all 0.5s 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.2em;
    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: 16px;
}
.sec-separator {
    margin: 0;
    background-color: #eceae0;
    opacity: 1;
}
.main-menu .main-menu__list .megamenu {
    position: static;
}
.main-menu .main-menu__list .megamenu &gt; ul {
    top: 100% !important;
    left: 10% !important;
    right: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-menu .main-menu__list .megamenu &gt; ul li a {
    padding: 0;
    display: inline;
}
@media (min-width: 1200px) {
    .main-header--one__bottom .main-menu--1,
    .main-header--one__bottom-left,
    .main-menu__inner {
        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 &gt; ul {
    margin-left: 0;
}
.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: 10px;
    background-color: transparent;
    padding: 0;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 1200px) {
    .home-showcase__inner {
        background-color: #fff;
        padding: 40px;
        padding-bottom: 35px;
    }
}
.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: 0;
    }
}
.home-showcase__image {
    overflow: hidden;
    border-radius: 10px;
    background-color: #000;
    display: block !important;
    margin-bottom: 10px;
}
.home-showcase__image img {
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease,
        -webkit-transform 0.5s 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: 700;
}
@media (min-width: 1200px) {
    .home-showcase__title {
        color: #1c1c1c !important;
    }
}
.home-showcase__title a {
    padding: 0;
    display: inline;
    color: inherit;
    font-size: 18px !important;
    font-weight: 500 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: capitalize;
}
@media (min-width: 1200px) {
    .home-showcase__title a {
        color: #1c1c1c !important;
    }
}
.home-showcase__title a:hover {
    color: var(--agriox-base) !important;
}
.stricky-header .home-showcase .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.world_map {
    padding: 80px 0;
    background-color: #fbfbfb;
}
.country_export {
    background-color: #fbfbfb;
}
.country_export .swiper-wrapper .swiper-slide {
    text-align: center;
}
.country_export .swiper-wrapper .swiper-slide img {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.country_export .swiper-wrapper .swiper-slide p {
    padding-top: 10px;
}
.gallery-one img {
    max-width: 100%;
    display: block;
}
.gallery-one figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
}
.gallery-one figure &gt; img {
    grid-row: 1/-1;
    grid-column: 1;
}
.gallery-one .masnory_grid {
    column-count: 3;
    column-gap: 10px;
}
@media (max-width: 1600px) {
    .page-header {
        padding: 175px 0 30px;
        height: 390px;
    }
    .main-header--one--two .logo img {
        max-width: 130px;
    }
    .main-header--one__bottom-right .contact-box .text a {
        font-size: 17px;
    }
    .main-menu .main-menu__list &gt; li &gt; a,
    .stricky-header .main-menu__list &gt; li &gt; a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .main-menu .main-menu__list &gt; li &gt; a::before {
        bottom: 26px;
    }
    .main-header--one--two .main-header--one__bottom-middel::before {
        bottom: -14px;
    }
    .main-header--one--two
        .main-header--one__bottom-right
        .contact-box::before {
        height: 99px;
    }
    .providing-quality-one__content-box {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px;
        max-width: 95%;
    }
    .about-three__shape,
    .cta-three__shape-1,
    .cta-three__shape-2 {
        display: none;
    }
    .cta-one {
        padding: 60px 0 60px;
    }
    .sec-title__title {
        font-size: 42px;
    }
    .about-four__text {
        font-size: 16px;
        line-height: 28px;
    }
    .providing-quality-one__content-box-list-item {
        margin-top: 25px;
        padding-bottom: 25px;
    }
    .providing-quality-one__content-box-list-item .text p {
        font-size: 16px;
    }
    .video-one--two {
        padding: 200px 0 90px;
    }
    .video-one__title {
        font-size: 50px;
    }
    .main-slider__title {
        font-size: 60px;
    }
    .main-slider.main-slider-one--two .container {
        padding-top: calc(50vh - 20px);
    }
    .footer-one__top {
        padding: 100px 0 60px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header {
        background-position: right;
    }
    .page-header__inner h2,
    .page-header__inner .h2 {
        font-size: 26px;
    }
    .page-header__inner .thm-breadcrumb li {
        font-size: 12px;
    }
    .sec-title__title {
        font-size: 34px;
    }
    .video-one__title {
        font-size: 34px;
    }
    .cta-one__left-title h2,
    .cta-one__left-title .h2 {
        font-size: 34px;
        line-height: 1.2;
    }
    .about-four,
    .services-one {
        padding-top: 60px;
    }
    .about-four__content {
        padding-top: 30px;
    }
    .features-three__image__caption {
        display: none;
    }
    .story-one__img {
        min-height: 280px;
    }
    .story-one__shape {
        display: none;
    }
    .providing-quality-one__content-box {
        padding-left: 0;
        max-width: 100%;
    }
    .providing-quality-one__content-box-list-item {
        display: block;
    }
    .about-three {
        padding: 60px 0 120px;
    }
    .about-three__content-box-inner h2 {
        font-size: 20px;
    }
    .cta-three {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .gallery-one {
        padding: 60px 0 40px;
    }
    .services-details {
        padding: 80px 0 40px;
    }
    .owl-carousel .owl-item img {
        border: 1px solid #ededed;
    }
    .blog-one {
        padding: 60px 0 40px;
    }
    .team-details {
        padding-bottom: 60px;
    }
    .team-details__logo {
        top: -65px;
    }
    .about-one {
        padding: 60px 0 40px;
    }
    .services-details__content-text1 {
        font-size: 16px;
    }
    .gallery-one .masnory_grid {
        column-count: 1;
        column-gap: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .home-showcase__title {
        text-align: left;
    }
}
.sidebar__latest-posts-list-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
@media only screen and (max-width: 1599px) {
    .main-header--one--two .main-header--one__bottom-left {
        padding-left: 10px;
    }
}
.product-page .sidebar {
    position: relative;
    display: block;
    background: #f6f6f6;
    border-radius: 10px;
    max-width: 100%;
    padding: 45px 30px 15px;
    margin-bottom: 30px;
}
.product-page .sidebar a {
    border: none;
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
    padding: 22px 20px 22px;
    border-radius: 10px;
    background: 0 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s 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;
}
.product-page a:hover {
    color: #fff;
    box-shadow: none;
}
.product-page a:active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    box-shadow: none;
}
.product-page .product-title h3,
.product-page .product-title .h3 {
    padding: 0;
    color: var(--agriox-base, #d9261c);
    padding-bottom: 10px;
    font-size: 27px;
    font-weight: 700;
    font-family: var(--agriox-font-2, "Averia Sans Libre", cursive);
}
.product-page .nav-link.active {
    color: var(--agriox-base, #d9261c);
    margin-top: 6px;
    /* border-radius: 0px; */
    background-color: transparent;
}
.product-page .sidebar 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;
}
.product-page .sidebar a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    line-height: 28px;
    padding: 10px 20px;
    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;
}
.thm-breadcrumb li {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-weight: 900 !important;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free" !important;
}
.thm-breadcrumb li:not(:first-child)::before {
    content: "\f105";
    padding: 0 10px 0 5px;
}
.thm-breadcrumb li + li {
    padding-left: 0 !important;
}
.product-page .sidebar 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: 0 10px 60px 0 rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05); */
    /* border-radius: 10px; */
    background: transparent;
    -webkit-box-shadow:none;
    box-shadow: none;
    /* border-radius: 0; */
}
.faq-one--faq {
    padding: 100px 0;
}
.bg-grey {
    background: #f6f6f6;
}
.paragraph {
    padding: 100px 0 70px;
}
.media .nav {
    padding: 20px 0;
}
.media .tab-content {
    padding-top: 50px;
}
.media .nav-link.active {
    background-color: rgb(217, 38, 28) !important;
    color: white !important;
}
.media .nav-link {
    background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
    .page-header__inner h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 992px) {
    .img_mobile_res {
        padding-left: 0;
        padding-right: 0;
    }
}


.about-one__content-list.li_color li .icon i::before {
    color: var(--agriox-primary, #334b35);
}

.about-one__content-list.li_color li .text p {
    color: white;
}

.video-one__right.govt_approved {
    width: 55%;
    text-align: start;
}

.video-one__wrpper.govt_approved {
    align-items: center;
}

@media only screen and (max-width: 1400px) {
    .video-one__right.govt_approved {
        width: 46%;
    }
}

@media only screen and (max-width: 992px) {
    .video-one__right.govt_approved {
        width: 100%;
    }
    .video-one__wrpper.govt_approved {
        align-items: start !important;
    }
}
@media (min-width: 1200px) {
    .video-one__right.govt_approved {
        padding-top: 0;
    }
}

@media (max-width: 1600px) {
    .video-one--two.govt_section {
        padding: 120px 0 120px;
    }
}

.blog-one--news .home_blog_section{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.sidebar__tags {
    padding: 42px 30px 30px;
}

.sidebar__tags ul li a:hover{
    color: #fff !important;
}

.video-one.quote{
    padding: 90px 0 90px;
}

.bg_f6f6f6{
    background-color: #f6f6f6;
}

.rotavator_page table tr th,
.rotavator_page table tr td {
    text-align: start !important;
}

.rotavator_page{
    padding-top: 60px;
}

.paragraph.rota_head{
    padding-top: 60px;
}

.rotavator_page .about-four__list li&gt;i {
    position: absolute;
    left: 0;
    top: 12px;
    color: #ff1212;
    font-size: 10px;
}
.rotavator_page .about-four__list li {
   padding-left: 20px;
}

.text-black{
    color: black !important;
}

.pro_sections.services-one__single-content h3, .services-one__single-content .h3{
    font-size: 23px;
}




.hydro-section .main-border{
  border: 1px dashed black;
    margin-top: 6px;
    /* border-radius: 6px; */
}
.hydro-section .nav-main-bg .active{
    border-bottom: 1px dashed black;
    border-radius: 0;
}
.hydro-section .li-class a{
  border: 1px dashed black;
  border-radius:0;

    margin-top: 6px;
    /* border-radius: 6px; */
}
.bg-subsoiler{
   background-color: #f5f5f5;
   padding-top: 90px;
   padding-bottom: 90px;
}

@media only screen and (max-width:767px){
    .paragraph {
        padding: 60px 0 60px;
    }
    .faq-one--faq {
        padding: 60px 0;
    }
    .faq-one__accordions {
        margin-top: 0px;
    }
    .services-details {
        padding: 60px 0 40px;
    }
    .sidebar {
        margin-top: 0px;
    }
}

.exit-Popup-section .lightbox {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
}

.exit-Popup-section .box {
    width: 430px;
    max-width: 500px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 20px;
}

.exit-Popup-section .close_btn_popup {
    position: absolute !important;
    top: 0;
    right: 0;
    background: #d9261c;
    color: #ffffff !important;
    padding: 10px;
    cursor: pointer;
}

.exit-Popup-section .thm-btn{
    padding: 10px 40px 10px;
}

.cursor-pointer{
    cursor: pointer;
}

.home_testimonials .video {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .home_testimonials .video__iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .home_testimonials .video__placeholder {
        width: 100%;
        position: absolute;
        object-fit: cover;
        height: 100%;
    }

    .home_testimonials .video__youtube {
        padding-bottom: 56.23%;
        width: 100%;
        height: 0;
        overflow: hidden;
        position: relative;
        object-fit: cover;
        background-color: black;
    }

    .home_testimonials .video__button {
        background: none;
        border: 0;
        cursor: pointer;
        height: 100%;
        left: 0;
        position: absolute;
        text-indent: -9999px;
        top: 0;
        transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        width: 100%;
    }

    .home_testimonials .video__button:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: 10%;
    }




</pre></body></html>