@charset "UTF-8";
/*----------------------------------------------------------------------------------- 

Template Name: Agricko - Agriculture Farming HTML Template
URI: pixelfit.agency
Description: Agricko is a clean, modern, and fully responsive HTML template specially designed for agriculture, organic farming, eco-friendly products, and related rural business websites. Whether you’re running a dairy farm, vegetable farm, poultry, or a community-supported agriculture project – Agricko provides a perfect foundation for your online presence.
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 

------------------------------------------------------
   CSS INDEX
------------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
        # Header CSS
        # Footer CSS
----------------------------------------------------*/
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #0c7735;
  --secondary-color: #ffb200;
  --heading-color: #18271e;
  --primary-black-color: #051b0d;
  --black-dark-color: #0e1712;
  --gray-color: #f8f7f0;
  --white-color: #ffffff;
  --text-color: #454545;
  --border-color: #dddddd;
  --rating-color: #ff9f1a;
  --accent-font: "Handlee", cursive;
  --body-font: "Plus Jakarta Sans", sans-serif;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: rtl;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--body-font);
}

h1 {
  font-size: 80px;
  line-height: 100px;
}

h2 {
  font-size: 48px;
  line-height: 65px;
}

h3 {
  font-size: 27px;
  line-height: 40px;
}

h4 {
  font-size: 22px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 27px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input,
textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

main {
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
#smooth-wrapper {
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2,
.text-white h1 {
  color: var(--white-color);
}
.text-white .sub-heading {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}

.thin-200 {
  font-weight: 200;
}

.sub-title {
  padding: 8px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
}
.sub-title i {
  color: var(--secondary-color);
  margin-left: 10px;
}

@media (max-width: 1399.98px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.title-white h2 {
  color: var(--white-color);
}
.title-white p {
  color: var(--white-color);
}

.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}
.check-list.style-one li i {
  margin-left: 10px;
  color: var(--primary-color);
}
.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}
.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* Search Modal */
.search-modal {
  background-color: rgba(13, 18, 23, 0.95);
}
.search-modal .modal-content {
  padding: 15px 30px;
  background-color: transparent;
  border: none;
}
.search-modal .modal-content .form_control {
  border: none;
  padding: 15px 30px 15px 0;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.search-modal .modal-content .form_control::-webkit-input-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control::-moz-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control:-ms-input-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control::-ms-input-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control::placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control:focus {
  background-color: transparent;
}
.search-modal .modal-content label {
  position: absolute;
  top: 17px;
  right: 0;
  color: var(--white-color);
}

/* Nice Select */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}

/* Pagination */
.agricko-pagination ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.agricko-pagination ul li a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  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;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
}
.agricko-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Form Check & Radio */
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.form-check label {
  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;
  cursor: pointer;
}

.form-input-radio {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-right: 10px;
}
.form-input-radio:checked {
  border-color: var(--secondary-color);
}
.form-input-radio:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
}

/*===  Back To top  ====*/
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-size: 16px;
  z-index: 2;
  cursor: pointer;
  color: var(--white-color);
}
.back-to-top:hover {
  color: var(--primary-black-color);
  color: var(--white-color);
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--white-color);
}
.preloader .loader {
  position: relative;
  overflow: hidden;
}

.loader {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--primary-black-color) var(--primary-black-color)
    transparent transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent var(--primary-color)
    var(--primary-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotationBack 0.5s linear infinite;
  animation: rotationBack 0.5s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.loader::before {
  width: 50px;
  height: 50px;
  border-color: var(--secondary-color) var(--primary-black-color) transparent
    transparent;
  -webkit-animation: rotation 1.5s linear infinite;
  animation: rotation 1.5s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

.spin {
  -webkit-animation: spin linear infinite 10s;
  animation: spin linear infinite 10s;
}

@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 19px;
  font-family: var(--body-font);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one {
  position: relative;
  z-index: 1;
  background-color: var(--primary-color);
  color: var(--white-color);
  overflow: hidden;
  padding: 18px 30px;
}
.theme-btn.style-one:after {
  position: absolute;
  content: "";
  bottom: -70%;
  right: -90%;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 20px 20px 0 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one:hover {
  background-color: var(--primary-black-color);
  color: var(--heading-color);
}
.theme-btn.style-one:hover:after {
  bottom: 0;
  right: 0;
  border-radius: 0;
}
.theme-btn.style-two {
  padding: 17px 22px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.theme-btn.style-two:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}

.read-more.style-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}
.read-more.style-one:hover {
  color: var(--primary-color);
}

/* Header Area */
.header-area {
  position: relative;
  z-index: 999;
}

.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* Header Navigation */
@media screen and (max-width: 1199.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  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;
}
.header-navigation .site-branding {
  max-width: 200px;
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 600 18px var(--body-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 36px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 18px;
  }
}
.header-navigation .main-menu ul > li > a:after {
  position: absolute;
  bottom: 35%;
  right: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .site-branding {
    max-width: 100%;
    width: 100%;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    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;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-nav-button .theme-btn.style-one {
    padding: 17px 24px;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    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;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-right-item .nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .nav-right-item .nav-action {
    margin-right: 0;
  }
}
.nav-right-item .nav-action .action-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  color: var(--white-color);
  font-size: 20px;
  background-color: var(--primary-color);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .nav-right-item .nav-action .action-btn.search-btn {
    display: none;
  }
}

.header-one .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1650px) {
  .header-one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .header .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header .header-navigation .main-menu ul > li .sub-menu {
  background-color: var(--heading-color);
}
@media screen and (max-width: 991.98px) {
  .header .header-navigation .main-menu ul > li .sub-menu {
    background-color: var(--white-color);
  }
}
.header .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .header .header-navigation .main-menu ul > li .sub-menu li a {
    color: var(--heading-color);
  }
}
.header .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header .nav-right-item .nav-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.header .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}
.header .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Header Sticky */
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-color: transparent;
  background-color: var(--white-color);
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
}
.header-area.sticky.header-one {
  background-color: var(--primary-black-color);
}
.header-area.sticky.header-two {
  background-color: var(--primary-black-color);
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.footer-widget h4.widget-title {
  color: var(--white-color);
  margin-bottom: 25px;
}
.footer-widget .widget-content > p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.footer-widget .widget-content .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-left: 5px;
}

.footer-nav-widget .widget-content .widget-nav li {
  color: var(--white-color);
}
.footer-nav-widget .widget-content .widget-nav li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-contact-info-widget .widget-content .agricko-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-contact-info-widget .widget-content .agricko-info-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  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;
  backdrop-filter: blur(5px);
  border-radius: 50%;
  color: var(--white-color);
  margin-left: 20px;
}
.footer-contact-info-widget .widget-content .agricko-info-box .content span {
  color: var(--white-color);
  font-weight: 600;
}
.footer-contact-info-widget .widget-content .agricko-info-box .content p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}

.footer-recent-post-widget .recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-recent-post-widget .recent-post-item:not(:last-child) {
  margin-bottom: 30px;
}
.footer-recent-post-widget .recent-post-item .thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  margin-left: 15px;
}
.footer-recent-post-widget .recent-post-item .thumbnail img {
  border-radius: 5px;
}
.footer-recent-post-widget .recent-post-item .content span {
  font-size: 14px;
  color: var(--secondary-color);
}
.footer-recent-post-widget .recent-post-item .content h6 {
  color: var(--white-color);
}

.copyright-area {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .copyright-area .copyright-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .copyright-area .copyright-link {
    text-align: center;
  }
}
.copyright-area .copyright-link a:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--secondary-color);
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 991.98px) {
  .copyright-area .copyright-link a:not(:last-child):after {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.copyright-area .copyright-link a:hover {
  color: var(--primary-color);
}

.footer-newsletter {
  background-color: var(--secondary-color);
  border-radius: 5px;
  padding: 10px;
}
.footer-newsletter .newsletter-inner-wrap {
  padding: 35px 60px 40px;
  border-top: 2px dashed var(--heading-color);
  border-bottom: 2px dashed var(--heading-color);
}
@media screen and (max-width: 991.98px) {
  .footer-newsletter .newsletter-inner-wrap {
    padding: 35px 20px 40px;
  }
}
.footer-newsletter .section-title h3 {
  font-size: 32px;
  line-height: 45px;
}
@media screen and (max-width: 1199.98px) {
  .footer-newsletter .section-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-newsletter .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer-newsletter .newsletter-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .footer-newsletter .newsletter-form .form-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer-newsletter .newsletter-form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-newsletter .newsletter-form .form_control {
  max-width: 300px;
  width: 100%;
  background-color: var(--white-color);
  padding: 15px 22px;
  line-height: 1;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #454545;
  border-radius: 0 10px 10px 0;
}
.footer-newsletter .newsletter-form .form_control::-webkit-input-placeholder {
  color: #454545;
}
.footer-newsletter .newsletter-form .form_control::-moz-placeholder {
  color: #454545;
}
.footer-newsletter .newsletter-form .form_control:-ms-input-placeholder {
  color: #454545;
}
.footer-newsletter .newsletter-form .form_control::-ms-input-placeholder {
  color: #454545;
}
.footer-newsletter .newsletter-form .form_control::placeholder {
  color: #454545;
}
@media (max-width: 767.98px) {
  .footer-newsletter .newsletter-form .form_control {
    border-radius: 10px;
  }
}
.footer-newsletter .newsletter-form .submit-btn {
  padding: 18px 35px;
  line-height: 17px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767.98px) {
  .footer-newsletter .newsletter-form .submit-btn {
    border-radius: 10px;
    margin-top: 20px;
  }
}

/* Footer CSS */
.footer-one {
  padding-top: 100px;
}

.default-footer {
  position: relative;
  background-color: var(--heading-color);
}
.default-footer .footer-newsletter {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
.default-footer .footer-widget h4.widget-title {
  color: var(--white-color);
}
.default-footer .footer-widget .widget-content p {
  color: rgba(255, 255, 255, 0.8);
}
.default-footer .footer-widget .widget-content .social-box a {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.default-footer .footer-widget .widget-content .social-box a:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}
.default-footer .copyright-area {
  background-color: var(--black-dark-color);
}
.default-footer .copyright-area .copyright-text p {
  color: var(--white-color);
}
.default-footer .copyright-area .copyright-link a {
  color: var(--white-color);
}
.default-footer .copyright-area .copyright-link a:hover {
  color: var(--primary-color);
}

/* spacings.css */

/*---------------------------------------
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}
.mt-210 {
  margin-top: 210px;
}
.mt-215 {
  margin-top: 215px;
}
.mt-220 {
  margin-top: 220px;
}
.mt-225 {
  margin-top: 225px;
}
.mt-230 {
  margin-top: 230px;
}
.mt-235 {
  margin-top: 235px;
}
.mt-240 {
  margin-top: 240px;
}
.mt-245 {
  margin-top: 245px;
}
.mt-250 {
  margin-top: 250px;
}
.mt-255 {
  margin-top: 255px;
}
.mt-260 {
  margin-top: 260px;
}
.mt-265 {
  margin-top: 265px;
}
.mt-270 {
  margin-top: 270px;
}
.mt-275 {
  margin-top: 275px;
}
.mt-280 {
  margin-top: 280px;
}
.mt-285 {
  margin-top: 285px;
}
.mt-290 {
  margin-top: 290px;
}
.mt-295 {
  margin-top: 295px;
}
.mt-300 {
  margin-top: 300px;
}
/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-230 {
  margin-bottom: 230px;
}

.mb-235 {
  margin-bottom: 235px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-255 {
  margin-bottom: 255px;
}

.mb-260 {
  margin-bottom: 260px;
}

.mb-265 {
  margin-bottom: 265px;
}

.mb-270 {
  margin-bottom: 270px;
}

.mb-275 {
  margin-bottom: 275px;
}

.mb-280 {
  margin-bottom: 280px;
}

.mb-285 {
  margin-bottom: 285px;
}

.mb-290 {
  margin-bottom: 290px;
}

.mb-295 {
  margin-bottom: 295px;
}

.mb-300 {
  margin-bottom: 300px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-235 {
  padding-top: 235px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-245 {
  padding-top: 245px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-265 {
  padding-top: 265px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-285 {
  padding-top: 285px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-300 {
  padding-top: 300px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/* home-two.css */

/* Hero Section CSS */
.dropdown-toggle::after {
  display: none;
}
.agricko-hero {
  position: relative;
  z-index: 1;
  background-color: #eef9f4;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .agricko-hero {
    padding-top: 100px;
  }
}
.agricko-hero .hero-shape-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.agricko-hero .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .agricko-hero .shape {
    display: none;
  }
}
.agricko-hero .shape.shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
}
.agricko-hero .shape.shape-two {
  top: 25%;
  left: 10%;
}
@media (max-width: 1650px) {
  .agricko-hero .shape.shape-two {
    top: 10%;
    left: 10px;
  }
}
.agricko-hero .shape.shape-three {
  top: 32%;
  right: 42%;
}
@media screen and (max-width: 1199.98px) {
  .agricko-hero .shape.shape-three {
    top: 40%;
    right: 15%;
  }
}
.agricko-hero .shape.shape-four {
  top: 90px;
  right: 0;
}
.agricko-hero .shape.shape-five {
  bottom: 60px;
  right: 60px;
}
.agricko-hero .hero-content .tag-line {
  background-color: #cde4ce;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1;
  margin-bottom: 20px;
}
.agricko-hero .hero-content .tag-line i {
  color: var(--primary-color);
  margin-right: 8px;
}
.agricko-hero .hero-content h1 {
  font-family: var(--accent-font);
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .agricko-hero .hero-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
.agricko-hero .hero-content p {
  max-width: 660px;
  font-size: 18px;
  line-height: 30px;
  color: #454545;
  margin-bottom: 45px;
}
.agricko-hero .hero-content .hero-button .theme-btn:last-child {
  margin-right: 25px;
  background-color: var(--white-color);
  color: var(--heading-color);
}
.agricko-hero .hero-image {
  margin-right: -130px;
}
@media (max-width: 1650px) {
  .agricko-hero .hero-image {
    margin-right: -100px;
  }
}
@media screen and (max-width: 1199.98px) {
  .agricko-hero .hero-image {
    margin-top: 50px;
    margin-right: 0;
    text-align: center;
  }
}

/* Category Section CSS */
.agricko-category-item {
  text-align: center;
  padding: 30px 30px 25px;
  border-radius: 5px;
}
.agricko-category-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--heading-color);
  font-size: 34px;
  margin-bottom: 10px;
}
.agricko-category-item .content h4 {
  margin-bottom: 5px;
}
.agricko-category-item .content span {
  font-weight: 500;
}
.agricko-category-item.bg_one {
  background-color: #fff8ee;
}
.agricko-category-item.bg_one .icon {
  background-color: #ffd28e;
}
.agricko-category-item.bg_two {
  background-color: #e3f8ee;
}
.agricko-category-item.bg_two .icon {
  background-color: #8ee3ba;
}
.agricko-category-item.bg_three {
  background-color: #fbefef;
}
.agricko-category-item.bg_three .icon {
  background-color: #f0bfbd;
}
.agricko-category-item.bg_four {
  background-color: #f2f6d2;
}
.agricko-category-item.bg_four .icon {
  background-color: #b8c828;
}
.agricko-category-item.bg_five {
  background-color: #f2fbed;
}
.agricko-category-item.bg_five .icon {
  background-color: #bceaa6;
}
.agricko-category-item.bg_six {
  background-color: #f9f5ff;
}
.agricko-category-item.bg_six .icon {
  background-color: #eee2ff;
}

/* About Section CSS */
.agricko-about-sec .agricko-image-box {
  position: relative;
  z-index: 1;
}
.agricko-about-sec .agricko-image-box .agricko-image.image_one {
  padding-top: 20px;
}
.agricko-about-sec .agricko-image-box .agricko-image.image_one img {
  border-radius: 0 140px 0 0;
}
@media (max-width: 767.98px) {
  .agricko-about-sec .agricko-image-box .agricko-image.image_one img {
    border-radius: 0;
  }
}
.agricko-about-sec .agricko-image-box .agricko-image.image_two {
  position: absolute;
  top: 0;
  left: 0;
}
.agricko-about-sec .agricko-image-box .agricko-image.image_two img {
  border: 5px solid #fff;
}
@media (max-width: 767.98px) {
  .agricko-about-sec .agricko-image-box .agricko-image.image_two {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
}
.agricko-about-sec .agricko-image-box .circle-image {
  position: absolute;
  bottom: -70px;
  left: 20%;
}
.agricko-about-sec .agricko-image-box .shape-image {
  position: absolute;
  bottom: 0;
  right: 60px;
}
.agricko-about-sec .agricko-content-box {
  padding-left: 70px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-about-sec .agricko-content-box {
    padding-left: 0;
  }
}
.agricko-about-sec .agricko-content-box > p {
  margin-bottom: 25px;
}
.agricko-about-sec .agricko-content-box .agricko-image img {
  width: 100%;
  border-radius: 7px;
}
.agricko-about-sec .agricko-content-box .check-list.style-one li {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: var(--heading-color);
}
.agricko-about-sec .agricko-content-box .check-list.style-one li i {
  font-size: 20px;
}
.agricko-about-sec .agricko-content-box .agricko-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .agricko-about-sec .agricko-content-box .agricko-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.agricko-about-sec .agricko-content-box .agricko-button-wrap .author-info-box {
  margin-left: 25px;
}
@media (max-width: 575.98px) {
  .agricko-about-sec
    .agricko-content-box
    .agricko-button-wrap
    .author-info-box {
    margin-left: 0;
    margin-top: 30px;
  }
}

.agricko-left-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agricko-left-iconic-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(12, 119, 53, 0.1);
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
}
.agricko-left-iconic-box .content h4 {
  margin-bottom: 10px;
}

.author-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-info-box .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 55px;
  margin-left: 15px;
}
.author-info-box .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* Service Section CSS */
.agricko-service-item:hover .thumbnail .hover-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.agricko-service-item .thumbnail {
  position: relative;
  overflow: hidden;
}
.agricko-service-item .thumbnail img {
  border-radius: 5px;
  width: 100%;
}
.agricko-service-item .thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(12, 119, 53, 0.5)),
    to(rgba(12, 119, 53, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(12, 119, 53, 0.5) 0%,
    rgba(12, 119, 53, 0) 100%
  );
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-service-item .thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
}
.agricko-service-item .thumbnail .hover-content .content {
  text-align: center;
  width: 100%;
}
.agricko-service-item .thumbnail .hover-content .content span {
  padding: 10px 20px;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  border-radius: 5px 5px 0 0;
  width: 60%;
  margin: 0 auto;
}
.agricko-service-item .thumbnail .hover-content .content h4 {
  background-color: var(--white-color);
  padding: 20px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-service-item .thumbnail .hover-content .content h4 {
    padding: 10px 20px;
    font-size: 18px;
  }
}

/* Shop Section CSS */
.agricko-shop-sec {
  background-color: #fbfbf7;
}

.agricko-product-item {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.agricko-product-item:hover .product-thumbnail .action-button {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.agricko-product-item .product-thumbnail {
  position: relative;
  z-index: 1;
}
.agricko-product-item .product-thumbnail img {
  width: 100%;
}
.agricko-product-item .product-thumbnail .new {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 6px 15px;
  line-height: 1;
}
.agricko-product-item .product-thumbnail .action-button {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}
.agricko-product-item .product-thumbnail .action-button .icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 6px;
  margin-right: 6px;
}
.agricko-product-item .product-info {
  padding-top: 20px;
}
.agricko-product-item .product-info .price {
  font-weight: 500;
  color: var(--primary-color);
}
.agricko-product-item .product-info .price .prev-price {
  color: var(--heading-color);
  text-decoration: line-through;
  margin-right: 5px;
}

/* Offer Section CSS */
.agricko-offer-item {
  padding: 30px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .agricko-offer-item {
    padding: 20px 15px;
  }
}
.agricko-offer-item .agricko-inner-content {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border: 4px solid var(--white-color);
}
.agricko-offer-item .agricko-inner-content .offer-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1199.98px) {
  .agricko-offer-item .agricko-inner-content .offer-img {
    display: none;
  }
}
.agricko-offer-item .content span {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
}
.agricko-offer-item .content h3 {
  font-size: 40px;
  line-height: 50px;
}
.agricko-offer-item .content h3 span {
  font-size: 40px;
  line-height: 50px;
  font-family: var(--accent-font);
}
@media (max-width: 767.98px) {
  .agricko-offer-item .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.agricko-offer-item .content p {
  margin-bottom: 25px;
}
.agricko-offer-item .content .order-btn {
  background-color: var(--primary-black-color);
  color: var(--white-color);
  padding: 13px 30px;
  border-radius: 30px;
  font-weight: 600;
}
.agricko-offer-item.bg_one {
  background-color: #ddf3e8;
}
.agricko-offer-item.bg_two {
  background-color: #ffd28e;
}

/* Choose Section CSS */
.agricko-choose-sec .agricko-content-box {
  padding-left: 80px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-choose-sec .agricko-content-box {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .agricko-choose-sec .agricko-iconic-list {
    margin-top: 60px;
  }
}
.agricko-choose-sec .agricko-iconic-list .iconic-list-area:first-child {
  margin-right: -60px;
  padding-left: 60px;
}
@media screen and (max-width: 991.98px) {
  .agricko-choose-sec .agricko-iconic-list .iconic-list-area:first-child {
    padding-right: 0;
    margin-left: 0;
  }
}

.agricko-iconic-text-box {
  backdrop-filter: blur(5px);
  background-color: var(--white-color);
  border-radius: 5px;
  border: 1px solid rgba(37, 37, 37, 0.3);
  padding: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1199.98px) {
  .agricko-iconic-text-box {
    padding: 30px 40px;
  }
}
.agricko-iconic-text-box:hover {
  background-color: var(--primary-black-color);
}
.agricko-iconic-text-box:hover .content h4 {
  color: var(--white-color);
}
.agricko-iconic-text-box:hover .content h4 i {
  color: var(--white-color);
}
.agricko-iconic-text-box:hover .content p {
  color: var(--white-color);
}
.agricko-iconic-text-box .content h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.agricko-iconic-text-box .content h4 i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  margin-left: 15px;
  font-size: 30px;
  color: var(--heading-color);
}

/* Team Section CSS */
.agricko-team-item:hover .member-image .social-box {
  right: 30px;
}
.agricko-team-item .member-image {
  position: relative;
  overflow: hidden;
}
.agricko-team-item .member-image img {
  width: 100%;
  border-radius: 5px;
}
.agricko-team-item .member-image .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 30px;
}
.agricko-team-item .member-image .member-info .position {
  background-color: var(--secondary-color);
  color: var(--heading-color);
  font-weight: 500;
  padding: 7px 30px;
}
.agricko-team-item .member-image .member-info h4 {
  background-color: var(--primary-black-color);
  color: var(--white-color);
  padding: 7px 30px;
}
.agricko-team-item .member-image .social-box {
  position: absolute;
  right: -50%;
  top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-team-item .member-image .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--white-color);
  color: var(--heading-color);
}
.agricko-team-item .member-image .social-box a:not(:last-child) {
  margin-bottom: 10px;
}

/* Counter Section CSS */
.counter-wrapper {
  background-color: var(--secondary-color);
  border-radius: 5px;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: -90px;
}
.counter-wrapper .counter-inner-wrap {
  padding: 40px 60px 10px;
  border-top: 2px dashed var(--heading-color);
  border-bottom: 2px dashed var(--heading-color);
}
@media (max-width: 767.98px) {
  .counter-wrapper .counter-inner-wrap {
    padding: 40px 20px 10px;
  }
}

.agricko-counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agricko-counter-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--heading-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 30px;
  margin-left: 20px;
}
.agricko-counter-item .content h2 {
  font-size: 40px;
  line-height: 55px;
}

/* Testimonial Section CSS */
.testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.agricko-testimonial-item {
  background-color: var(--white-color);
  padding: 35px 40px 40px;
  border-radius: 5px;
}
.agricko-testimonial-item .testimonial-content .ratings {
  margin-bottom: 26px;
}
.agricko-testimonial-item .testimonial-content .ratings i {
  color: var(--secondary-color);
}
.agricko-testimonial-item .testimonial-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* Blog Section CSS */
.agricko-post-item .post-thumbnail {
  position: relative;
}
.agricko-post-item .post-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.agricko-post-item .post-thumbnail .category-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 11px 25px;
  color: var(--heading-color);
  line-height: 1;
  font-weight: 500;
  border-radius: 30px;
  background-color: var(--secondary-color);
}
.agricko-post-item .post-content {
  border: 1px solid var(--border-color);
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 30px;
}
.agricko-post-item .post-content .post-meta span {
  margin-bottom: 10px;
}
.agricko-post-item .post-content .post-meta span:not(:last-child) {
  margin-right: 25px;
}
.agricko-post-item .post-content .post-meta span i {
  margin-right: 10px;
}
.agricko-post-item .post-content h4 {
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  .agricko-post-item .post-content h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

/* innerpage.css */

@charset "UTF-8";
/*----------------------------------------------------------------------------------- 

Template Name: Agricko - Agriculture Farming HTML Template
URI: pixelfit.agency
Description: Agricko is a clean, modern, and fully responsive HTML template specially designed for agriculture, organic farming, eco-friendly products, and related rural business websites. Whether you’re running a dairy farm, vegetable farm, poultry, or a community-supported agriculture project – Agricko provides a perfect foundation for your online presence.
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 

------------------------------------------------------
   CSS INDEX
------------------------------------------------------

    01# Page Banner CSS
    02# About Page CSS
    03# Service Page CSS
    04# Service Details Page CSS
    05# Project Grid page css
    06# Project Details Page CSS
    07# Shop Page CSS
    08# Shop Details Page CSS
    09# Cart Page CSS
    10# Checkout Page CSS
    11# Blog Grid Page CSS
    12# Blog Details Page CSS
    13# Contact Page CSS
----------------------------------------------------*/
/* 01# Page Banner */
.page-banner {
  position: relative;
  padding: 130px 0 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .page-banner {
    padding: 80px 0 100px;
  }
}
.page-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.25%, rgba(0, 0, 0, 0.56)),
    color-stop(50.03%, rgba(0, 0, 0, 0.42)),
    color-stop(99.8%, rgba(0, 0, 0, 0.56))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.56) 0.25%,
    rgba(0, 0, 0, 0.42) 50.03%,
    rgba(0, 0, 0, 0.56) 99.8%
  );
  z-index: -1;
}
.page-banner .page-content h1 {
  color: var(--white-color);
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .page-banner .page-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.page-banner .page-content ul {
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 30px;
}
.page-banner .page-content ul li {
  color: var(--white-color);
}
.page-banner .page-content ul li:not(:last-child):after {
  content: "|";
  margin-left: 15px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.2);
}

/* 02# About Page CSS */
.agricko-about-sec .agricko-image-box {
  position: relative;
  z-index: 1;
  margin-right: 50px;
}
@media (max-width: 1650px) {
  .agricko-about-sec .agricko-image-box {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .agricko-about-sec .agricko-image-box {
    margin-right: 0;
  }
}
.agricko-about-sec .agricko-image-box .agricko-image img {
  border-radius: 5px;
}
.agricko-about-sec .agricko-image-box .image-two {
  position: absolute;
  bottom: 0;
  right: 0;
}
.agricko-about-sec .agricko-image-box .image-two img {
  border: 4px solid var(--white-color);
}
@media (max-width: 767.98px) {
  .agricko-about-sec .agricko-image-box .image-two {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
  }
}
.agricko-about-sec .agricko-image-box .circle-image {
  position: absolute;
  top: 0;
  right: 30px;
}

.agricko-skill-item .progress-title h5 {
  margin-bottom: 10px;
}
.agricko-skill-item .progress-title h5 span {
  float: right;
}
.agricko-skill-item .progress {
  background-color: rgba(12, 119, 53, 0.1);
  border-radius: 10px;
  height: 7px;
}
.agricko-skill-item .progress .progress-bar {
  background-color: var(--primary-color);
}

.agricko-cta .cta-wrapper {
  position: relative;
  z-index: 1;
  padding: 80px;
  border-radius: 20px;
}
@media screen and (max-width: 991.98px) {
  .agricko-cta .cta-wrapper {
    padding: 40px 30px;
  }
}
.agricko-cta .cta-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(5, 27, 13, 0.7);
  z-index: -1;
}
.agricko-cta .agricko-cta-item {
  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;
}
@media (max-width: 767.98px) {
  .agricko-cta .agricko-cta-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.agricko-cta .agricko-cta-item .content {
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .agricko-cta .agricko-cta-item .content {
    margin-bottom: 20px;
  }
}
.agricko-cta .agricko-cta-item .content h3 {
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .agricko-cta .agricko-cta-item .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .agricko-cta .agricko-cta-item .content h3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.agricko-cta .agricko-cta-item .content h3 i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .agricko-cta .agricko-cta-item .content h3 i {
    margin-bottom: 25px;
  }
}
.agricko-cta .agricko-cta-item .icon-button .icon-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
}
.agricko-cta .agricko-cta-item .icon-button .icon-btn i {
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.agricko-benefit-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.agricko-benefit-sec .benefit-image-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .agricko-benefit-sec .benefit-image-box {
    display: none;
  }
}
.agricko-benefit-sec .benefit-image-box img {
  max-width: 975px;
  margin-right: -51%;
}
@media (max-width: 1650px) {
  .agricko-benefit-sec .benefit-image-box img {
    max-width: 890px;
  }
}
@media screen and (max-width: 1199.98px) {
  .agricko-benefit-sec .benefit-image-box img {
    margin-left: 0;
    max-width: 100%;
  }
}
.agricko-benefit-sec .benefit-image-box .agricko-counter-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agricko-benefit-sec .agricko-content-box {
  padding-right: 50px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-benefit-sec .agricko-content-box {
    padding-left: 0;
  }
}

.agricko-counter-box {
  text-align: center;
  padding: 30px;
  border-radius: 5px;
  max-width: 300px;
}
.agricko-counter-box.bg_one {
  background-color: var(--secondary-color);
}
.agricko-counter-box.bg_two {
  margin-left: 20px;
  color: var(--white-color);
  background-color: var(--primary-color);
}
.agricko-counter-box.bg_two .content h2 {
  color: var(--white-color);
}
.agricko-counter-box .content h2 {
  margin-bottom: 15px;
}
.agricko-counter-box .content p {
  font-size: 18px;
  font-weight: 500;
}

.agricko-iconic-left-box-two {
  padding: 30px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .agricko-iconic-left-box-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.agricko-iconic-left-box-two .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(24, 39, 30, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
  color: var(--heading-color);
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .agricko-iconic-left-box-two .icon {
    margin-bottom: 25px;
  }
}
.agricko-iconic-left-box-two .content h4 {
  margin-bottom: 7px;
}

.agricko-team-item:hover .member-image .social-box {
  right: 30px;
}
.agricko-team-item .member-image {
  position: relative;
  overflow: hidden;
}
.agricko-team-item .member-image img {
  width: 100%;
  border-radius: 5px;
}
.agricko-team-item .member-image .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 30px;
}
.agricko-team-item .member-image .member-info .position {
  background-color: var(--secondary-color);
  color: var(--heading-color);
  font-weight: 500;
  padding: 7px 30px;
}
.agricko-team-item .member-image .member-info h4 {
  background-color: var(--primary-black-color);
  color: var(--white-color);
  padding: 7px 30px;
}
.agricko-team-item .member-image .social-box {
  position: absolute;
  right: -50%;
  top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-team-item .member-image .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--white-color);
  color: var(--heading-color);
}
.agricko-team-item .member-image .social-box a:not(:last-child) {
  margin-bottom: 10px;
}

.testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.author-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-info-box .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 55px;
  margin-right: 15px;
}
.author-info-box .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.agricko-testimonial-item {
  background-color: var(--white-color);
  padding: 35px 40px 40px;
  border-radius: 5px;
}
.agricko-testimonial-item .testimonial-content .ratings {
  margin-bottom: 26px;
}
.agricko-testimonial-item .testimonial-content .ratings i {
  color: var(--secondary-color);
}
.agricko-testimonial-item .testimonial-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* 03# Service Page CSS */
.agricko-service-item:hover .thumbnail .hover-overlay {
  opacity: 1;
  visibility: visible;
}
.agricko-service-item:hover .thumbnail .hover-content-wrap .icon-btn i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.agricko-service-item .thumbnail {
  position: relative;
  z-index: 1;
}
.agricko-service-item .thumbnail img {
  width: 100%;
}
.agricko-service-item .thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-service-item .thumbnail .hover-content-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 90%;
  background-color: var(--primary-color);
  border-radius: 0 60px 60px 0;
  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;
  padding: 10px 10px 10px 30px;
}
.agricko-service-item .thumbnail .hover-content-wrap .content h4 {
  color: var(--white-color);
}
.agricko-service-item .thumbnail .hover-content-wrap .content a {
  color: rgba(255, 255, 255, 0.8);
}
.agricko-service-item .thumbnail .hover-content-wrap .icon-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  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-size: 30px;
}
.agricko-service-item .thumbnail .hover-content-wrap .icon-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.agricko-cta-sec {
  position: relative;
  z-index: 1;
}
.agricko-cta-sec:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(5, 27, 13, 0.7);
  z-index: -1;
}

.agricko-item-wrapper {
  gap: 0 30px;
}

.agricko-process-item {
  padding: 30px;
  border-radius: 10px;
}
.agricko-process-item .icon {
  margin-bottom: 10px;
}
.agricko-process-item.bg_one {
  background-color: #fff8ee;
}
.agricko-process-item.bg_two {
  background-color: #e3f8ee;
}
.agricko-process-item.bg_three {
  background-color: #fbefef;
}
.agricko-process-item.bg_four {
  background-color: #f9f5ff;
}
.agricko-process-item.bg_five {
  background-color: #f2fbed;
}

/* 04# Service Details Page CSS */
.agricko-iconic-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  padding: 30px;
}
.agricko-iconic-left-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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-size: 30px;
  color: var(--heading-color);
  background-color: var(--secondary-color);
  margin-right: 20px;
}
.agricko-iconic-left-box .content h5 {
  margin-bottom: 5px;
}

.service-details-wrapper .service-item .thumbnail {
  margin-bottom: 30px;
}
.service-details-wrapper .service-item .thumbnail img {
  border-radius: 10px;
}
.service-details-wrapper .service-item .service-content .title {
  margin-bottom: 25px;
}
.service-details-wrapper .service-item .service-content > p {
  margin-bottom: 35px;
}
.service-details-wrapper .service-item .service-content .agricko-image img {
  border-radius: 10px;
}
.service-details-wrapper .service-item .service-content .agricko-content h3 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
}
.service-details-wrapper .service-item .service-content .agricko-content p {
  margin-bottom: 20px;
}
.service-details-wrapper .faq-area h2 {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .service-details-wrapper .faq-area h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.service-details-wrapper .faq-area > p {
  margin-bottom: 25px;
}

.accordion-card {
  border-radius: 5px;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card .accordion-header .accordion-title {
  padding: 15px 30px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}
.accordion-card .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  color: var(--primary-color);
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card .accordion-header .accordion-title[aria-expanded="true"] {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.accordion-card .accordion-header .accordion-title[aria-expanded="true"]:after {
  content: "\f107";
  color: var(--secondary-color);
}
.accordion-card .accordion-content {
  padding: 20px 30px 25px;
}

.accordion-card-two {
  background-color: var(--gray-color);
  border-radius: 5px;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card-two .accordion-header .accordion-title {
  padding: 15px 30px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}
.accordion-card-two .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  color: var(--primary-color);
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card-two .accordion-header .accordion-title[aria-expanded="true"] {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.accordion-card-two
  .accordion-header
  .accordion-title[aria-expanded="true"]:after {
  content: "\f107";
  color: var(--secondary-color);
}
.accordion-card-two .accordion-content {
  padding: 20px 30px 25px;
}

/* 05# Project Grid Page */
.agricko-project-full-sec .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-project-full-sec .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.agricko-project-item:hover .thumbnail .hover-overlay {
  visibility: visible;
  opacity: 1;
}
.agricko-project-item:hover .thumbnail .hover-content-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.agricko-project-item .thumbnail {
  position: relative;
  overflow: hidden;
}
.agricko-project-item .thumbnail img {
  width: 100%;
}
.agricko-project-item .thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-project-item .thumbnail .hover-content-wrap {
  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;
  width: 100%;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
}
.agricko-project-item .thumbnail .hover-content-wrap .icon-button .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  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;
  color: var(--white-color);
  font-size: 18px;
}
.agricko-project-item .thumbnail .hover-content-wrap .icon-button .icon-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.agricko-project-item
  .thumbnail
  .hover-content-wrap
  .icon-button
  .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.agricko-project-item
  .thumbnail
  .hover-content-wrap
  .icon-button
  .icon-btn:hover
  i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.agricko-project-item .thumbnail .content h4 {
  color: var(--white-color);
}
.agricko-project-item .thumbnail .content P {
  color: rgba(255, 255, 255, 0.8);
}

.agricko-project-item-two:hover .thumbnail .hover-overlay {
  visibility: visible;
  opacity: 1;
}
.agricko-project-item-two .thumbnail {
  position: relative;
}
.agricko-project-item-two .thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-project-item-two .thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
}
.agricko-project-item-two .thumbnail .hover-content .content {
  background-color: var(--primary-black-color);
  margin: 0 auto;
  padding: 18px 25px;
  width: 90%;
}
.agricko-project-item-two .thumbnail .hover-content .content h4 a {
  color: var(--white-color);
}
.agricko-project-item-two .thumbnail .hover-content .content a {
  color: rgba(255, 255, 255, 0.8);
}

/* 06# Project Details Page CSS */
.project-details-sec .project-details-wrapper .project-item .thumbnail {
  margin-bottom: 30px;
}
.project-details-sec .project-details-wrapper .project-item .thumbnail img {
  border-radius: 20px;
  width: 100%;
}
.project-details-sec .project-details-wrapper .project-item .content h4.title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 20px;
}
.project-details-sec .project-details-wrapper .project-item .content p {
  margin-bottom: 40px;
}
.project-details-sec .project-details-wrapper .project-item .content h4 {
  margin-bottom: 20px;
}
.project-details-sec
  .project-details-wrapper
  .project-item
  .content
  .check-list
  li {
  font-size: 18px;
  font-weight: 500;
}
.project-details-sec
  .project-details-wrapper
  .project-item
  .content
  .check-list
  li:not(:last-child) {
  margin-bottom: 30px;
}
.project-details-sec
  .project-details-wrapper
  .project-item
  .content
  .project-info-box {
  background-color: var(--gray-color);
  padding: 30px;
  border-radius: 10px;
}
.project-details-sec
  .project-details-wrapper
  .project-item
  .content
  .project-info-box
  ul
  li:not(:last-child) {
  margin-bottom: 27px;
}

/* 07# Shop Page */
.agricko-shop-sec .sidebar-widget-area {
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-shop-sec .sidebar-widget-area {
    padding-right: 0;
  }
}

.shop-filter {
  background-color: var(--primary-color);
  padding: 5px 15px;
  border-radius: 10px;
}
.shop-filter .show-text p {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .shop-filter .show-text p {
    font-size: 14px;
  }
}
.shop-filter .product-sorting {
  float: right;
}
.shop-filter .nice-select {
  color: var(--white-color);
  border: none;
  padding: 0 20px 0 0;
}
.shop-filter .nice-select .list {
  color: var(--heading-color);
}
.shop-filter .nice-select:after {
  position: absolute;
  top: 0;
  right: 0;
}

.agricko-product-item {
  background-color: #fbfbf7;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.agricko-product-item:hover .product-thumbnail .action-button {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.agricko-product-item .product-thumbnail {
  position: relative;
  z-index: 1;
}
.agricko-product-item .product-thumbnail img {
  width: 100%;
}
.agricko-product-item .product-thumbnail .new {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 6px 15px;
  line-height: 1;
}
.agricko-product-item .product-thumbnail .action-button {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}
.agricko-product-item .product-thumbnail .action-button .icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 6px;
  margin-right: 6px;
}
.agricko-product-item .product-info {
  padding-top: 20px;
}
.agricko-product-item .product-info .price {
  font-weight: 500;
  color: var(--primary-color);
}
.agricko-product-item .product-info .price .prev-price {
  color: var(--heading-color);
  text-decoration: line-through;
  margin-right: 5px;
}

/* 08# Shop Details Page css */
.quantity-input {
  background-color: var(--gray-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quantity-input button {
  background-color: transparent;
  width: 50px;
  height: 50px;
  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;
}
.quantity-input input {
  background-color: transparent;
  border: none;
  text-align: center;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  width: 50px;
  height: 50px;
}

.shop-details-wrapper {
  overflow: hidden;
}
.shop-details-wrapper .product-gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-details-wrapper .product-gallery-slider .product-img {
  cursor: pointer;
}
.shop-details-wrapper .product-gallery-slider .product-img img {
  width: 100%;
  border-radius: 7px;
}
.shop-details-wrapper .product-gallery-slider .product-big-slider {
  width: 80%;
  padding-left: 30px;
}
.shop-details-wrapper
  .product-gallery-slider
  .product-big-slider
  .product-img
  a {
  display: block;
}
.shop-details-wrapper
  .product-gallery-slider
  .product-big-slider
  .product-img
  img {
  width: 100%;
  border-radius: 12px;
}
.shop-details-wrapper .product-gallery-slider .product-thumb-slider {
  width: 20%;
}
.shop-details-wrapper
  .product-gallery-slider
  .product-thumb-slider
  .slick-slide {
  margin-bottom: 25px;
}
.shop-details-wrapper .product-info {
  padding-left: 30px;
}
@media screen and (max-width: 1199.98px) {
  .shop-details-wrapper .product-info {
    padding-left: 0;
  }
}
.shop-details-wrapper .product-info .sm-title {
  width: 100%;
  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: 15px;
}
.shop-details-wrapper .product-info .sm-title .review {
  color: var(--heading-color);
  font-weight: 600;
}
.shop-details-wrapper .product-info .sm-title .review i {
  color: var(--secondary-color);
  margin-right: 10px;
}
.shop-details-wrapper .product-info h4.title {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 7px;
}
.shop-details-wrapper .product-info .price {
  font: 600 22px var(--body-font);
  line-height: 35px;
  margin-bottom: 30px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.shop-details-wrapper .product-info .price .prev-price {
  text-decoration: line-through;
  color: var(--text-color);
  font-weight: 400;
  font-size: 18px;
}
.shop-details-wrapper .product-info p {
  margin-bottom: 30px;
}
.shop-details-wrapper .product-info .product-cart-variation {
  margin-bottom: 40px;
}
.shop-details-wrapper .product-info .product-cart-variation ul li {
  display: inline-block;
}
.shop-details-wrapper .product-info .product-cart-variation ul li .cart-btn {
  margin-left: 20px;
  padding: 10px 35px;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  border-radius: 5px;
  text-transform: capitalize;
}
.shop-details-wrapper
  .product-info
  .product-cart-variation
  ul
  li
  .cart-btn:hover {
  background-color: var(--primary-color);
}
.shop-details-wrapper .product-info .product-meta ul li {
  font-size: 16px;
  font-family: var(--body-font);
  margin-bottom: 15px;
}
.shop-details-wrapper .product-info .product-meta ul li span {
  font-weight: 600;
  color: var(--heading-color);
  margin-left: 20px;
}
.shop-details-wrapper .product-info .product-delivery {
  background-color: var(--gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-left: 2px solid var(--primary-color);
  border-radius: 7px;
}
.shop-details-wrapper .product-info .product-delivery .delivery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--heading-color);
  margin-right: 15px;
  font-weight: 600;
}
.shop-details-wrapper .product-info .product-delivery .delivery i {
  margin-right: 10px;
  line-height: 1;
}

.shop-additional-info .nav-tabs .nav-link {
  position: relative;
  border: none;
  background-color: transparent;
  letter-spacing: -0.44px;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--body-font);
  padding: 25px 30px;
  color: var(--text-color);
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .shop-additional-info .nav-tabs .nav-link {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.shop-additional-info .nav-tabs .nav-link:first-child {
  padding-left: 0;
}
.shop-additional-info .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-additional-info .nav-tabs .nav-link.active {
  color: var(--heading-color);
}
.shop-additional-info .nav-tabs .nav-link.active:after {
  width: 100%;
}
.shop-additional-info p {
  margin-bottom: 40px;
}
.shop-additional-info h5 {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -0.44px;
  margin-bottom: 30px;
}
.shop-additional-info .check-list.style-one li {
  line-height: 30px;
}
.shop-additional-info .check-list.style-one li:not(:last-child) {
  margin-bottom: 20px;
}
.shop-additional-info .check-list.style-one li i {
  font-size: 20px;
}

.related-product-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .related-product-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.related-product-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .related-product-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* 09# Cart Page CSS */
@media (max-width: 767.98px) {
  .agricko-cart-page .cart-table table {
    width: 1000px;
  }
}
.agricko-cart-page .cart-table table tr th {
  padding: 10px 20px;
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.agricko-cart-page .cart-table table tr td {
  vertical-align: middle;
}
.agricko-cart-page .cart-table table tr td .product-thumb-item {
  padding: 20px;
}
.agricko-cart-page .cart-table table tr td .cart-total-action {
  font-weight: 500;
  color: var(--heading-color);
  font-size: 18px;
}
.agricko-cart-page .cart-table .cart-total-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.agricko-cart-page .cart-table .product-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agricko-cart-page .cart-table .product-thumb-item .product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  margin-right: 25px;
}
.agricko-cart-page .cart-table .product-thumb-item .product-thumbnail img {
  width: 100%;
}
.agricko-cart-page .cart-table .product-thumb-item .product-info h4.title {
  font-size: 16px;
  line-height: 30px;
}
.agricko-cart-page .cart-bottom .cart-coupon h4 {
  margin-bottom: 10px;
}
.agricko-cart-page .cart-bottom .cart-coupon .form_control {
  background-color: var(--gray-color);
  border-radius: 5px;
  border: none;
  line-height: 1;
  color: var(--heading-color);
  font-weight: 500;
  padding: 15px 20px;
}
.agricko-cart-page
  .cart-bottom
  .cart-coupon
  .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.agricko-cart-page .cart-bottom .cart-coupon .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.agricko-cart-page
  .cart-bottom
  .cart-coupon
  .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.agricko-cart-page
  .cart-bottom
  .cart-coupon
  .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.agricko-cart-page .cart-bottom .cart-coupon .form_control::placeholder {
  color: var(--heading-color);
}
.agricko-cart-page .cart-bottom .cart-coupon .coupon-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 30px;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  font-weight: 600;
  border-radius: 0 5px 5px 0;
}
.agricko-cart-page .cart-bottom .cart-coupon a {
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
.agricko-cart-page .cart-sidebar-area {
  margin-left: 30px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-cart-page .cart-sidebar-area {
    padding-left: 0;
  }
}
.agricko-cart-page .cart-sidebar-area .cart-widget {
  background-color: var(--gray-color);
  border-radius: 7px;
  padding: 30px;
}
.agricko-cart-page .cart-sidebar-area .cart-widget h4 {
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 35px; /* 159.091% */
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  margin-bottom: 15px;
}
.agricko-cart-page .cart-sidebar-area .cart-widget ul.cart-list {
  margin-bottom: 20px;
}
.agricko-cart-page
  .cart-sidebar-area
  .cart-widget
  ul.cart-list
  li:not(:last-child) {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
}
.agricko-cart-page .cart-sidebar-area .cart-widget .list-item {
  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;
}
.agricko-cart-page .cart-sidebar-area .cart-widget .list-item.total,
.agricko-cart-page .cart-sidebar-area .cart-widget .list-item.total-price {
  color: var(--primary-color);
  font-weight: 700;
}
.agricko-cart-page
  .cart-sidebar-area
  .cart-widget
  .checkout-button
  .checkout-btn {
  padding: 13px 40px;
  width: 100%;
  background-color: var(--heading-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-cart-page
  .cart-sidebar-area
  .cart-widget
  .checkout-button
  .checkout-btn:hover {
  background-color: var(--primary-color);
}

/* 10# Checkout Page CSS */
.agricko-checkout-page .checkout-wrapper {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px 40px;
}
@media (max-width: 767.98px) {
  .agricko-checkout-page .checkout-wrapper {
    padding: 30px 20px;
  }
}
.agricko-checkout-page .checkout-wrapper h4 {
  margin-bottom: 10px;
}
.agricko-checkout-page .checkout-wrapper P {
  margin-bottom: 25px;
}
.agricko-checkout-page .checkout-wrapper label {
  color: var(--heading-color);
  margin-bottom: 5px;
}
.agricko-checkout-page .checkout-wrapper .form_control {
  padding: 10px 25px;
  border-radius: 7px;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.agricko-checkout-page .checkout-wrapper .nice-select {
  padding: 10px 25px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.agricko-checkout-page .checkout-wrapper .nice-select:after {
  position: absolute;
  right: 25px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}
.agricko-checkout-page .checkout-wrapper .form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.agricko-checkout-page .checkout-wrapper .form-check .form-check-input {
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
}
.agricko-checkout-page .checkout-wrapper .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.agricko-checkout-page .billing-sidebar {
  margin-left: 50px;
}
@media screen and (max-width: 1199.98px) {
  .agricko-checkout-page .billing-sidebar {
    margin-left: 0;
  }
}
.agricko-checkout-page .billing-sidebar .order-summary-wrapper {
  background-color: var(--gray-color);
  padding: 30px 40px;
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  .agricko-checkout-page .billing-sidebar .order-summary-wrapper {
    padding: 30px 20px;
  }
}
.agricko-checkout-page .billing-sidebar .order-summary-wrapper h3 {
  margin-bottom: 15px;
}
.agricko-checkout-page
  .billing-sidebar
  .order-summary-wrapper
  .order-list
  ul
  li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.agricko-checkout-page
  .billing-sidebar
  .order-summary-wrapper
  .order-list
  .product-item,
.agricko-checkout-page
  .billing-sidebar
  .order-summary-wrapper
  .order-list
  .list-item {
  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;
}
.agricko-checkout-page
  .billing-sidebar
  .order-summary-wrapper
  .order-list
  .product-item
  .product-name
  img {
  width: 100px;
  height: 100px;
  margin-right: 35px;
}
@media (max-width: 575.98px) {
  .agricko-checkout-page
    .billing-sidebar
    .order-summary-wrapper
    .order-list
    .product-item
    .product-name
    img {
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }
}
.agricko-checkout-page
  .billing-sidebar
  .order-summary-wrapper
  .order-list
  .product-item
  .product-name
  a:hover {
  color: var(--primary-color);
}
.agricko-checkout-page
  .billing-sidebar
  .order-summary-wrapper
  .order-list
  .total,
.agricko-checkout-page
  .billing-sidebar
  .order-summary-wrapper
  .order-list
  .total-price {
  font: 700 16px var(--body-font);
  color: var(--primary-color);
}
.agricko-checkout-page .billing-sidebar .payment-method-wrapper {
  background-color: var(--gray-color);
  padding: 30px 40px;
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  .agricko-checkout-page .billing-sidebar .payment-method-wrapper {
    padding: 30px 20px;
  }
}
.agricko-checkout-page .billing-sidebar .payment-method-wrapper .form-check {
  padding-left: 0;
  margin-bottom: 20px;
}
.agricko-checkout-page
  .billing-sidebar
  .payment-method-wrapper
  .form-check-label {
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.agricko-checkout-page
  .billing-sidebar
  .payment-method-wrapper
  .form-check-label
  .form-check-input {
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
}
.agricko-checkout-page
  .billing-sidebar
  .payment-method-wrapper
  .form-check-label[aria-expanded="true"] {
  border-color: var(--heading-color);
}
.agricko-checkout-page .billing-sidebar .order-button .place-btn {
  padding: 13px 40px;
  width: 100%;
  background-color: var(--heading-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agricko-checkout-page .billing-sidebar .order-button .place-btn:hover {
  background-color: var(--primary-color);
}

/* 11# Blog Grid Page CSS */
.agricko-post-item {
  border-radius: 10px;
}
.agricko-post-item .post-thumbnail {
  position: relative;
}
.agricko-post-item .post-thumbnail img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.agricko-post-item .post-thumbnail .category-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 9px 20px;
  line-height: 1;
  background-color: var(--secondary-color);
  color: var(--heading-color);
  font-weight: 500;
  border-radius: 30px;
}
.agricko-post-item .post-content {
  padding: 30px;
  border: 1px solid var(--border-color);
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.agricko-post-item .post-content .post-meta span {
  margin-bottom: 10px;
}
.agricko-post-item .post-content .post-meta span:not(:last-child) {
  margin-right: 25px;
}
.agricko-post-item .post-content .post-meta span i {
  margin-right: 10px;
}
.agricko-post-item .post-content h4 {
  margin-bottom: 20px;
}
.agricko-post-item .post-content h4:hover {
  color: var(--secondary-color);
}
.agricko-post-item .post-content .agricko-button {
  margin-top: 30px;
}

.blog-standard-wrapper .agricko-post-item .post-content h4 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .blog-standard-wrapper .agricko-post-item .post-content h4 {
    font-size: 27px;
    line-height: 40px;
  }
}

/* 12# Blog Details Page CSS */
.blog-details-wrapper .blog-post-item .post-thumbnail {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-thumbnail img {
  border-radius: 10px;
}
.blog-details-wrapper .blog-post-item .post-content .post-meta {
  margin-bottom: 20px;
}
.blog-details-wrapper .blog-post-item .post-content .post-meta span {
  margin-bottom: 10px;
}
.blog-details-wrapper
  .blog-post-item
  .post-content
  .post-meta
  span:not(:last-child) {
  margin-right: 20px;
}
.blog-details-wrapper .blog-post-item .post-content .post-meta span i {
  margin-right: 10px;
}
.blog-details-wrapper .blog-post-item .post-content .post-meta span img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-details-wrapper .blog-post-item .post-content h3.title {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 65px;
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .blog-post-item .post-content h3.title {
    font-size: 32px;
    line-height: 45px;
  }
}
.blog-details-wrapper .blog-post-item .post-content h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .blog-post-item .post-content h3 {
    font-size: 24px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post-item .post-content p {
  margin-bottom: 25px;
}
.blog-details-wrapper .blog-post-item .post-content .medolia-image img {
  width: 100%;
  border-radius: 10px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote {
  position: relative;
  border-radius: 10px;
  padding: 20px 30px;
  background-color: var(--gray-color);
  border-left: 2px solid var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-content blockquote .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 35px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote .content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
}
.blog-details-wrapper .entry-footer {
  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: 30px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-details-wrapper .entry-footer span {
  color: var(--heading-color);
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .entry-footer .tag-links {
    margin-bottom: 30px;
  }
}
.blog-details-wrapper .entry-footer .tag-links a {
  padding: 6px 20px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  margin-right: 5px;
  line-height: 21px;
  font-size: 16px;
  color: var(--heading-color);
}
.blog-details-wrapper .entry-footer .tag-links a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details-wrapper .entry-footer .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-details-wrapper .entry-footer .social-share a:not(:last-child) {
  margin-right: 5px;
}
.blog-details-wrapper .entry-footer .social-share a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details-wrapper .comments-area h3.comments-title {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment {
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white-color);
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment {
    padding: 30px 15px;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 85px;
  height: 85px;
  margin-right: 30px;
}
.blog-details-wrapper
  .comments-area
  .comments-list
  .comment
  .comment-avatar
  img {
  border-radius: 50%;
  width: 100%;
}
.blog-details-wrapper
  .comments-area
  .comments-list
  .comment
  .comment-content
  span.author-name {
  text-transform: capitalize;
  color: var(--heading-color);
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--heading-color);
  font-weight: 700;
}
.blog-details-wrapper
  .comments-area
  .comments-list
  .comment
  .comment-content
  span.author-name
  span {
  font-size: 16px;
  color: var(--text-color);
  margin-left: 20px;
  font-weight: 400;
}
.blog-details-wrapper
  .comments-area
  .comments-list
  .comment
  .comment-content
  p {
  margin-bottom: 10px;
}
.blog-details-wrapper
  .comments-area
  .comments-list
  .comment
  .comment-content
  .reply {
  color: var(--primary-color);
  font-weight: 600;
}
.blog-details-wrapper
  .comments-area
  .comments-list
  .comment
  .comment-content
  .reply:hover {
  color: var(--primary-color);
}
.blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
  margin-left: 50px;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
    margin-left: 0;
  }
}
.blog-details-wrapper .comments-form h3 {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-form .comment-form label {
  color: var(--heading-color);
  margin-bottom: 10px;
}
.blog-details-wrapper .comments-form .comment-form .form_control {
  line-height: 20px;
  padding: 17px 20px;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  margin-bottom: 30px;
}
.blog-details-wrapper
  .comments-form
  .comment-form
  .form_control::-webkit-input-placeholder {
  color: var(--text-color);
}
.blog-details-wrapper
  .comments-form
  .comment-form
  .form_control::-moz-placeholder {
  color: var(--text-color);
}
.blog-details-wrapper
  .comments-form
  .comment-form
  .form_control:-ms-input-placeholder {
  color: var(--text-color);
}
.blog-details-wrapper
  .comments-form
  .comment-form
  .form_control::-ms-input-placeholder {
  color: var(--text-color);
}
.blog-details-wrapper .comments-form .comment-form .form_control::placeholder {
  color: var(--text-color);
}
.blog-details-wrapper .comments-form .comment-form .theme-btn {
  width: auto;
}
.blog-details-wrapper .comments-form .comment-form .theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details-wrapper .comments-form .comment-form .theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}

.sidebar-widget {
  border-radius: 10px;
  padding: 30px;
  background-color: var(--gray-color);
}
.sidebar-widget .widget-title {
  margin-bottom: 10px;
}
.sidebar-widget.sidebar-search-widget {
  padding: 0;
  background-color: transparent;
}
.sidebar-widget.sidebar-search-widget .widget-content .form_control {
  border: none;
  background-color: var(--gray-color);
  border-radius: 5px;
  padding: 12px 20px;
  line-height: 31px;
  font-weight: 500;
  font-size: 18px;
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget
  .widget-content
  .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget
  .widget-content
  .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget
  .widget-content
  .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget
  .widget-content
  .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget
  .widget-content
  .form_control::placeholder {
  color: var(--heading-color);
}
.sidebar-widget.sidebar-search-widget .widget-content .search-btn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  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;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: var(--secondary-color);
}
.sidebar-widget.sidebar-categories-widget .widget-title {
  margin-bottom: 20px;
}
.sidebar-widget.sidebar-categories-widget
  .widget-content
  ul
  li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-widget.sidebar-categories-widget .widget-content ul li a {
  font-size: 20px;
  font-weight: 500;
  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;
}
.sidebar-widget.sidebar-categories-widget .widget-content ul li a i {
  font-size: 18px;
  transform: rotate(180deg);
}
.sidebar-widget.sidebar-categories-widget .widget-content ul li a:hover {
  color: var(--primary-color);
}
.sidebar-widget.sidebar-post-widget .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-widget.sidebar-post-widget .post-thumbnail-content:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-widget.sidebar-post-widget .post-thumbnail-content img {
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sidebar-widget.sidebar-post-widget
  .post-thumbnail-content
  .post-title-date
  h6 {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1650px) {
  .sidebar-widget.sidebar-post-widget
    .post-thumbnail-content
    .post-title-date
    h6 {
    font-size: 16px;
  }
}
.sidebar-widget.sidebar-post-widget
  .post-thumbnail-content
  .post-title-date
  span {
  color: var(--primary-color);
  line-height: 1;
}
.sidebar-widget.sidebar-tag-widget .widget-content a {
  background-color: var(--white-color);
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #000;
}
.sidebar-widget.sidebar-tag-widget .widget-content a:not(:last-child) {
  margin-right: 5px;
}
.sidebar-widget.sidebar-social-widget .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
}
.sidebar-widget.sidebar-social-widget .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}
.sidebar-widget.sidebar-social-widget .social-box a:not(:last-child) {
  margin-left: 5px;
}
.sidebar-widget.sidebar-banner-widget {
  background-color: transparent;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar-widget.sidebar-banner-widget:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 39, 30, 0.8);
  border-radius: 10px;
  z-index: -1;
}
.sidebar-widget.sidebar-banner-widget .widget-content {
  text-align: center;
}
.sidebar-widget.sidebar-banner-widget .widget-content h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.sidebar-widget.sidebar-banner-widget .widget-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.sidebar-widget.sidebar-banner-widget .widget-content span {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.sidebar-widget.sidebar-banner-widget .widget-content span a {
  text-decoration: underline;
}
.sidebar-widget.product-price-filter-widget .widget-content .range-labels {
  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;
}
.sidebar-widget.product-price-filter-widget
  .widget-content
  .ui-widget.ui-widget-content {
  border: none;
  background-color: rgba(241, 79, 68, 0.1);
  height: 3px;
  border-radius: 2.5px;
}
.sidebar-widget.product-price-filter-widget .widget-content .ui-widget-header {
  background-color: var(--primary-color);
}
.sidebar-widget.product-price-filter-widget
  .widget-content
  .ui-slider
  .ui-slider-handle {
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: none;
}
.sidebar-widget.product-price-filter-widget
  .widget-content
  .ui-slider
  .ui-slider-handle:focus {
  background-color: var(--primary-color);
  border: transparent;
}

/* 13# Contact Page CSS */
.contact-info-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.contact-info-wrapper .column-border:not(:last-child) {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 991.98px) {
  .contact-info-wrapper .column-border:not(:last-child) {
    border-right: none;
  }
}

.agricko-contact-info-box {
  background-color: #f8f7f0;
  text-align: center;
  padding: 30px 40px;
}
.agricko-contact-info-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: var(--secondary-color);
  font-size: 30px;
  color: var(--heading-color);
  border: 3px solid var(--primary-color);
}
.agricko-contact-info-box .content h5 {
  margin-bottom: 15px;
}

.contact-wrapper {
  background-color: var(--primary-black-color);
  padding: 60px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .contact-wrapper {
    padding: 40px 30px;
  }
}

.contact-form label {
  color: var(--white-color);
  margin-bottom: 15px;
}
.contact-form .form_control {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  line-height: 20px;
  padding: 17px 20px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .form_control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .theme-btn {
  width: 100%;
}

.map-box iframe {
  height: 550px;
}

@media (max-width: 767.98px) {
  .agricko-error-sec .agricko-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.agricko-error-sec .agricko-content-box p {
  max-width: 475px;
  margin: 0 auto 30px;
}

/* edit */

.testimonial-slider,
.product-gallery-slider,
.related-product-slider{
    direction: ltr;
}
.testimonial-slider .slick-slide{
    direction: rtl;
}
