@charset "UTF-8";
/*---------------------------------------------"
// Template Name: Farmer
// Template URL: https://techpedia.co.uk/template/Farmer
// Description:  Farmer - Organic Form Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Shadows */
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #4F7942;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 68px;
    padding-right: 68px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-fluid-2 {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-content {
  margin: 0;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Exo", sans-serif;
  color: #0B0C0D;
  background-color: #FFFBFA;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 2px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #8FBC8F;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -1.22px;
}
@media (max-width: 992px) {
  h1,
.h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  h1,
.h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 47px;
  line-height: 125%;
  letter-spacing: -0.47px;
}
@media (max-width: 992px) {
  h2,
.h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2,
.h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.36px;
}
@media (max-width: 992px) {
  h3,
.h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h3,
.h3 {
    font-size: 26px;
  }
}

h4,
.h4 {
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.27px;
}
@media (max-width: 992px) {
  h4,
.h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4,
.h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  h5,
.h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h5,
.h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 992px) {
  h6,
.h6 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  h6,
.h6 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  h6,
.h6 {
    font-size: 13px;
  }
}

p {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 492px) {
  p br {
    display: none;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

/*==============================
     Font - Name
==============================*/
.font-primary {
  font-family: "Exo", sans-serif;
}

.font-sec {
  font-family: "Inter", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease;
}
a:hover {
  color: #4F7942;
}
a.line {
  text-decoration: underline;
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Exo", sans-serif;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #4F7942 !important;
}

.color-sec {
  color: #C3D64B !important;
}

.color-ter {
  color: #8FBC8F !important;
}

.black {
  color: #0B0C0D !important;
}

.matte-black {
  color: #212627 !important;
}

.light-black {
  color: #282525 !important;
}

.gray {
  color: #817F7E !important;
}

.medium-gray {
  color: #A4A3A2 !important;
}

.lightest-gray {
  color: #F6F4F4 !important;
}

.white {
  color: #FFFBFA !important;
}

/* ------- backgrounds Colors ---------- */
.bg-primary {
  background-color: #4F7942 !important;
}

.bg-sec {
  background-color: #C3D64B !important;
}

.bg-ter {
  background-color: #8FBC8F !important;
}

.bg-quard {
  background-color: #CFE2CF !important;
}

.bg-black {
  background-color: #0B0C0D !important;
}

.bg-light-black {
  background-color: #282525 !important;
}

.bg-gray {
  background-color: #817F7E !important;
}

.bg-medium-gray {
  background-color: #A4A3A2 !important;
}

.bg-lightest-gray {
  background-color: #F6F4F4 !important;
}

.bg-white {
  background-color: #FFFBFA !important;
}

.br-30 {
  border-radius: 30px;
}

.br-25 {
  border-radius: 25px;
}

.br-20 {
  border-radius: 20px;
}

.br-15 {
  border-radius: 15px;
}

.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px;
}

.shadow {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0) !important;
}

.shadow-2 {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0) !important;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.mb-128 {
  margin-bottom: 128px;
}
@media (max-width: 1199px) {
  .mb-128 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-128 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-128 {
    margin-bottom: 64px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 64px;
  }
}

.mt-128 {
  margin-top: 128px;
}
@media (max-width: 1199px) {
  .mt-128 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-128 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .mt-128 {
    margin-top: 64px;
  }
}

.mb-94 {
  margin-bottom: 94px;
}
@media (max-width: 1199px) {
  .mb-94 {
    margin-bottom: 82px;
  }
}
@media (max-width: 991px) {
  .mb-94 {
    margin-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .mb-94 {
    margin-bottom: 56px;
  }
}

.m-80 {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .m-80 {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  .m-80 {
    margin: 54px 0;
  }
}
@media (max-width: 767px) {
  .m-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-70 {
    margin-bottom: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-70 {
    margin-bottom: 42px !important;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 32px !important;
  }
}

.mb-64 {
  margin-bottom: 64px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px !important;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-60 {
    margin-top: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-60 {
    margin-top: 42px !important;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 32px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 42px !important;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 32px !important;
  }
}

.m-48 {
  margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .m-48 {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .m-48 {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .m-48 {
    margin: 24px 0;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.m-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .m-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .m-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .m-40 {
    margin: 22px 0;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 22px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 22px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.m-24 {
  margin: 24px;
}
@media (max-width: 1199px) {
  .m-24 {
    margin: 22px;
  }
}
@media (max-width: 991px) {
  .m-24 {
    margin: 22px;
  }
}
@media (max-width: 767px) {
  .m-24 {
    margin: 20px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 12px;
  }
}

.mt-8 {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .mt-8 {
    margin-top: 6px;
  }
}
@media (max-width: 991px) {
  .mt-8 {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .mt-8 {
    margin-top: 2px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

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

.mb-4p {
  margin-bottom: 4px;
}

.p-120 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .p-120 {
    padding: 98px 0;
  }
}
@media (max-width: 991px) {
  .p-120 {
    padding: 76px 0;
  }
}
@media (max-width: 767px) {
  .p-120 {
    padding: 56px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 98px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 56px;
  }
}

.p-96 {
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .p-96 {
    padding: 72px 0;
  }
}
@media (max-width: 991px) {
  .p-96 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .p-96 {
    padding: 48px 0;
  }
}

.p-80 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .p-80 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .p-80 {
    padding: 54px 0;
  }
}
@media (max-width: 767px) {
  .p-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.p-64 {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .p-64 {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .p-64 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .p-64 {
    padding: 42px 0;
  }
}

.pt-64 {
  padding-top: 64px;
}
@media (max-width: 1199px) {
  .pt-64 {
    padding-top: 56px;
  }
}
@media (max-width: 991px) {
  .pt-64 {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 42px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}
@media (max-width: 1199px) {
  .pb-64 {
    padding-bottom: 56px;
  }
}
@media (max-width: 991px) {
  .pb-64 {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 42px;
  }
}

.p-60 {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .p-60 {
    padding: 54px 0;
  }
}
@media (max-width: 991px) {
  .p-60 {
    padding: 46px 0;
  }
}
@media (max-width: 767px) {
  .p-60 {
    padding: 40px 0;
  }
}

.ptb-56 {
  padding: 56px 0;
}
@media (max-width: 1199px) {
  .ptb-56 {
    padding: 48px 0;
  }
}
@media (max-width: 991px) {
  .ptb-56 {
    padding: 38px 0;
  }
}
@media (max-width: 767px) {
  .ptb-56 {
    padding: 32px 0;
  }
}

.p-48 {
  padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-48 {
    padding: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-48 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .p-48 {
    padding: 26px 0;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-48 {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-48 {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 26px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-48 {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 26px;
  }
}

.p-40 {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .p-40 {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .p-40 {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .p-40 {
    padding: 22px 0;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.pt-32 {
  padding-top: 32px;
}
@media (max-width: 1199px) {
  .pt-32 {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .pt-32 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-32 {
    padding-top: 22px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 1199px) {
  .pb-32 {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .pb-32 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-32 {
    padding-bottom: 22px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-24 {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-24 {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .pt-24 {
    padding-top: 16px;
  }
}
@media (max-width: 490px) {
  .pt-24 {
    padding-top: 14px;
  }
}

.p-24 {
  padding: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-24 {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-24 {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 16px;
  }
}
@media (max-width: 490px) {
  .p-24 {
    padding: 14px;
  }
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-8 {
  padding: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-8 {
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-8 {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .p-8 {
    padding: 7px;
  }
}
@media (max-width: 490px) {
  .p-8 {
    padding: 6px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-16 {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-16 {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}
@media (max-width: 490px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

.ptb-16 {
  padding: 16px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb-16 {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-16 {
    padding: 13px 0;
  }
}
@media (max-width: 767px) {
  .ptb-16 {
    padding: 10px 0;
  }
}
@media (max-width: 490px) {
  .ptb-16 {
    padding: 10px 0;
  }
}

.plr-16 {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr-16 {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-16 {
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .plr-16 {
    padding: 0 13px;
  }
}
@media (max-width: 490px) {
  .plr-16 {
    padding: 0 12px;
  }
}

.p-216 {
  padding: 40px 216px;
}

.p-16_p-24 {
  padding: 16px 24px;
}

.prt-4 {
  padding-right: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}
@media (max-width: 1399px) {
  .gap-24 {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .gap-24 {
    gap: 8px;
  }
}

/*-------------------------
Elements
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #FFFBFA;
  z-index: 9999999;
  padding-top: 20%;
}
#preloader .triangles {
  transform: translate(-50%, -50%);
  height: 81px;
  width: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#preloader .triangles .tri {
  position: absolute;
  animation: pulse_51 750ms ease-in infinite;
  border-top: 27px solid #4F7942;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0px;
}
#preloader .triangles .tri.invert {
  border-top: 0px;
  border-bottom: 27px solid #4F7942;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#preloader .triangles .tri:nth-child(1) {
  left: 30px;
}
#preloader .triangles .tri:nth-child(2) {
  left: 15px;
  top: 27px;
  animation-delay: -125ms;
}
#preloader .triangles .tri:nth-child(3) {
  left: 30px;
  top: 27px;
}
#preloader .triangles .tri:nth-child(4) {
  left: 45px;
  top: 27px;
  animation-delay: -625ms;
}
#preloader .triangles .tri:nth-child(5) {
  top: 54px;
  animation-delay: -250ms;
}
#preloader .triangles .tri:nth-child(6) {
  top: 54px;
  left: 15px;
  animation-delay: -250ms;
}
#preloader .triangles .tri:nth-child(7) {
  top: 54px;
  left: 30px;
  animation-delay: -375ms;
}
#preloader .triangles .tri:nth-child(8) {
  top: 54px;
  left: 45px;
  animation-delay: -500ms;
}
#preloader .triangles .tri:nth-child(9) {
  top: 54px;
  left: 60px;
  animation-delay: -500ms;
}
@keyframes pulse_51 {
  0% {
    opacity: 1;
  }
  16.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 12px;
  display: block;
  width: 120px;
  height: 120px;
  font-size: 100px;
  padding: 11px 0;
  background: #4F7942;
  color: #FFFBFA;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top:hover {
  background: #4F7942;
  color: #FFFBFA;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 767px) {
  .back-to-top {
    right: -20px;
    bottom: 40px;
  }
}

.cus-btn {
  position: relative;
  background-color: #4F7942;
  padding: 16px 32px;
  border-radius: 10px;
  border: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #FFFBFA;
}
.cus-btn::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #C3D64B;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn:hover {
  color: #FFFBFA;
}
.cus-btn:hover::before {
  width: 105%;
}
.cus-btn.medium-pad {
  padding: 12px 24px;
}
@media (max-width: 399px) {
  .cus-btn.medium-pad {
    padding: 8px 16px;
  }
}
.cus-btn.small-pad {
  padding: 8px 16px;
}
.cus-btn.small-pad-2 {
  padding: 12px 24px;
}
@media (max-width: 422px) {
  .cus-btn.small-pad-2 {
    padding: 10px 16px;
  }
}
.cus-btn.btn-sec {
  background-color: #8FBC8F;
}
@media (max-width: 422px) {
  .cus-btn {
    padding: 12px 24px;
  }
}

.cus-btn-2 {
  padding: 16px 32px;
  border: 1px solid #FFFBFA;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  z-index: 1;
  font-family: "Inter", sans-serif;
  color: #FFFBFA;
}
.cus-btn-2::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #C3D64B;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn-2.small-pad {
  padding: 8px 16px;
  border: 1px solid #4F7942;
  color: #4F7942;
  font-weight: 600;
}
.cus-btn-2.small-pad-2 {
  padding: 12px 24px;
  border: 1px solid #4F7942;
  color: #4F7942;
  font-weight: 600;
}
@media (max-width: 422px) {
  .cus-btn-2.small-pad-2 {
    padding: 10px 16px;
  }
}
.cus-btn-2:hover {
  color: #FFFBFA;
}
.cus-btn-2:hover::before {
  width: 105%;
}
@media (max-width: 422px) {
  .cus-btn-2 {
    padding: 12px 24px;
  }
}

.background-text {
  background-image: url("../media/backgrounds/text-image.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.background-text.v-2 {
  background-position: right;
}
.background-text.v-3 {
  background-position: left;
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
}
.form-group.has-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFBFA;
}
.form-group.has-search i {
  position: absolute;
  right: 10px;
  top: 7px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #817F7E;
  padding: 8px;
}
.form-group .form-control {
  padding: 12px 4px 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  position: relative;
  color: #282525;
  background: transparent;
  box-shadow: none;
  border-radius: 15px;
  border: 1px solid #CDCCCB;
}
.form-group .form-control:focus {
  color: #282525;
  background: #FFFBFA;
  outline: 0;
  box-shadow: none;
}
.form-group .form-control.select {
  color: #817F7E;
}
.form-group .form-control::placeholder {
  color: #817F7E;
  opacity: 1;
}

input:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

input[type=checkbox]:checked {
  accent-color: #4F7942;
}

input[type=checkbox]:checked {
  accent-color: #4F7942;
  background-color: #4F7942;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  background: #4F7942;
}

input[type=radio] {
  height: auto;
  width: auto;
}

input[type=radio]:checked {
  accent-color: #4F7942;
}

.select {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 0;
  color: #817F7E;
}
.select::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #0B0C0D;
  position: absolute;
  top: 15px;
  right: 20px;
  padding-top: 4px;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0 !important;
  border: 1px solid #817F7E;
  background: transparent;
  background-image: none;
  flex: 1;
  color: #CDCCCB;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  width: 100%;
  background-color: transparent;
  border-radius: 30px;
  padding: 15px;
}
.select select.checkout-3 {
  padding: 15px 15px 15px 50px;
}
.select select::-ms-expand {
  display: none;
}
.select select option {
  background-color: transparent;
  outline: 0 !important;
  border: 0;
  color: #817F7E;
  padding: 4px 8px;
}
.select select option:hover {
  background-color: #4F7942 !important;
  color: white;
}
.select select option:checked {
  background-color: #4F7942;
  color: white;
}

.alert-message {
  display: none;
}

.filter-checkbox input {
  padding: 0;
  display: none;
  border: 1px solid #282525;
  cursor: pointer;
}
.filter-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 12px;
  z-index: 10;
  border: solid #282525;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-checkbox label {
  position: relative;
  cursor: pointer;
  color: #817F7E;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .filter-checkbox label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .filter-checkbox label {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .filter-checkbox label {
    font-size: 12px;
  }
}
.filter-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #817F7E;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}
.filter-checkbox label.black-color {
  color: #0B0C0D;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup .search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #8FBC8F;
  opacity: 0.8;
  cursor: url(../media/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup .search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup .search-popup__content .search-popup__form {
  position: relative;
}
.search-popup .search-popup__content .search-popup__form input[type=search],
.search-popup .search-popup__content .search-popup__form input[type=text] {
  width: 100%;
  background-color: #ffffff !important;
  font-size: 15px;
  color: #697585;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup .search-popup__content .search-popup__form button {
  padding: 0;
  width: 66px;
  height: 66px;
  border: 0;
  background: #4F7942;
  color: #FFFBFA;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup .search-popup__content .search-popup__form button i {
  margin: 0;
  font-size: 24px;
}
.search-popup .search-popup__content .search-popup__form button::after {
  background-color: #9b59b6;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.modal .modal-content {
  border: 0;
  border-radius: 30px;
}

/*-------------------------
  layouts
-------------------------*/
.header-signup nav {
  gap: 390px;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .header-signup nav {
    gap: 130px;
  }
}
@media (max-width: 510px) {
  .header-signup nav {
    gap: 50px;
  }
}
.header-signup nav a {
  display: flex;
  align-items: center;
}
.header-signup nav a i {
  font-size: 24px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-menu {
  background-color: transparent;
  width: 100%;
  background: transparent;
  z-index: 10;
  padding: 16px 0 16px;
}
.main-menu .main-menu__block {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
}
.main-menu .main-menu__logo {
  align-items: center;
  position: relative;
}
.main-menu .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.main-menu .main-menu__nav .main-menu__list,
.main-menu .main-menu__nav .main-menu__list ul,
.main-menu .main-menu__nav .stricky-header .main-menu__list,
.main-menu .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .main-menu .main-menu__nav .main-menu__list,
.main-menu .main-menu__nav .main-menu__list ul,
.main-menu .main-menu__nav .stricky-header .main-menu__list,
.main-menu .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: 32px;
  }
}
.main-menu .main-menu__nav .main-menu__list > li,
.main-menu .main-menu__nav .stricky-header .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.main-menu .main-menu__nav .main-menu__list > li > a,
.main-menu .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: "Exo", sans-serif;
  color: #0B0C0D;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
  letter-spacing: 0.32px;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__nav .main-menu__list > li > a.active,
.main-menu .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #4F7942;
}
.main-menu .main-menu__nav .main-menu__list > li > a:hover,
.main-menu .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #4F7942;
}
.main-menu .main-menu__nav .main-menu__list > li.current, .main-menu .main-menu__nav .main-menu__list > li:hover,
.main-menu .main-menu__nav .stricky-header .main-menu__list > li.current,
.main-menu .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #4F7942;
}
.main-menu .main-menu__nav .main-menu__list li ul,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #FFFBFA;
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
  padding: 15px 20px 10px;
  border-radius: 15px;
}
.main-menu .main-menu__nav .main-menu__list li ul li,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__nav .main-menu__list li ul li > a,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: 16px;
  line-height: 26px;
  color: black;
  font-weight: 500;
  font-family: "Exo", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  margin-bottom: 4px;
  border-radius: 5px;
}
.main-menu .main-menu__nav .main-menu__list li ul li > a:after,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li > a:after {
  position: absolute;
  right: 15px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #FFFBFA;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__nav .main-menu__list li ul li.current > a, .main-menu .main-menu__nav .main-menu__list li ul li:hover > a,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #4F7942;
  color: #FFFBFA;
}
.main-menu .main-menu__nav .main-menu__list li ul li.current > a::after, .main-menu .main-menu__nav .main-menu__list li ul li:hover > a::after,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__nav .main-menu__list li ul li > ul,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__nav .main-menu__list li ul li > ul.right-align,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__nav .main-menu__list li ul li > ul ul,
.main-menu .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}
.main-menu .main-menu__nav .main-menu__list li:hover > ul,
.main-menu .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 6px;
  transform: scaleY(1) translateZ(0px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .main-menu .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
.main-menu .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
.main-menu .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

.main-menu__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  .main-menu__right {
    gap: 24px;
  }
}
.main-menu__right .main-menu__login,
.main-menu__right .main-menu__search {
  position: relative;
  font-size: 24px;
  color: #0B0C0D;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.main-menu__right .main-menu__login:hover,
.main-menu__right .main-menu__search:hover {
  color: #4F7942;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #FFFBFA;
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #282525;
  cursor: pointer;
  transition: 500ms;
}
@media screen and (min-width: 1200px) {
  .mobile-nav__toggler {
    display: none;
  }
}
.mobile-nav__toggler:hover {
  color: #4F7942;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0B0C0D;
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #0B0C0D;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #FFFBFA;
  font-size: 16px;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  letter-spacing: 0.48px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #4F7942;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #4F7942;
  border: none;
  outline: none;
  color: #FFFBFA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #FFFBFA;
  color: #0B0C0D;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #FFFBFA;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #FFFBFA;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #4F7942;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #FFFBFA;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #4F7942;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4F7942;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #FFFBFA;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.newsletter {
  background: url("../media/banner/newsletter-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter form {
  position: relative;
}
.newsletter form button {
  position: absolute;
  right: 6px;
  top: 6px;
}

footer {
  background: url("../media/banner/benefit-bg.png");
  background-color: #F6F4F4;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .follow-us .social-link ul {
  display: flex;
  gap: 24px;
}
footer .follow-us .social-link ul li a {
  background: #FFFBFA;
  padding: 12px;
  border-radius: 50%;
  transition: all 0.5s ease;
}
footer .follow-us .social-link ul li a:hover {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
}

.sidebar .filters form {
  position: relative;
}
.sidebar .filters form input {
  position: relative;
}
.sidebar .filters form button {
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 8px 16px;
  border: 0;
  background: #4F7942;
  color: #FFFBFA;
}
.sidebar .filters form button i {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .sidebar .filters form button i {
    font-size: 16px;
  }
}
.sidebar .filters .filter-block .content-block {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.sidebar .filters .filter-block .article-block {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}
.sidebar .filters .filter-block .article-block .article-img-box {
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.sidebar .filters .filter-block .article-block .article-img-box .article-img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sidebar .filters .filter-block .article-block:hover .article-img-box .article-img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.tags {
  display: flex;
  padding: 0px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4px;
  flex-wrap: wrap;
}
.tags .medics-tag {
  background-color: transparent;
  padding: 8px 16px;
}

.hero-banner {
  background: url("../media/banner/hero-banner.png");
  background-position: center;
  padding: 214px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .hero-banner {
    padding: 173px 0;
  }
}
@media (max-width: 992px) {
  .hero-banner {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .hero-banner {
    padding: 80px 0;
  }
}
@media (max-width: 578px) {
  .hero-banner {
    padding: 60px 0;
  }
}
@media (max-width: 578px) {
  .hero-banner h1 br {
    display: none;
  }
}
.hero-banner.v-2 {
  background: url("../media/banner/hero-banner-2.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 214px 0;
}
@media (max-width: 1399px) {
  .hero-banner.v-2 {
    padding: 173px 0;
  }
}
@media (max-width: 992px) {
  .hero-banner.v-2 {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .hero-banner.v-2 {
    padding: 80px 0;
  }
}
@media (max-width: 578px) {
  .hero-banner.v-2 {
    padding: 60px 0;
  }
}
@media (max-width: 578px) {
  .hero-banner.v-2 h1 br {
    display: none;
  }
}
.hero-banner.v-3 {
  background: url("../media/banner/hero-banner-3.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .hero-banner.v-3 {
    padding: 173px 0;
  }
}
@media (max-width: 992px) {
  .hero-banner.v-3 {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .hero-banner.v-3 {
    padding: 80px 0;
  }
}
@media (max-width: 578px) {
  .hero-banner.v-3 {
    padding: 60px 0;
  }
}
@media (max-width: 578px) {
  .hero-banner.v-3 h1 br {
    display: none;
  }
}
.hero-banner.v-4 {
  background: url("../media/banner/hero-banner-4.png");
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1399px) {
  .hero-banner.v-4 {
    padding: 173px 0;
  }
}
@media (max-width: 992px) {
  .hero-banner.v-4 {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .hero-banner.v-4 {
    padding: 80px 0;
  }
}
@media (max-width: 578px) {
  .hero-banner.v-4 {
    padding: 60px 0;
  }
}
@media (max-width: 578px) {
  .hero-banner.v-4 h1 br {
    display: none;
  }
}
.benefits {
  background: url("../media/banner/benefit-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 128px 0 60px;
}
.benefits.ser-det {
  padding: 120px 0;
}
.benefits .benefit-line {
  height: 2px;
  width: 100%;
  background-color: #8FBC8F;
}
.benefits .benefit-row {
  background: transparent;
}
.benefits .benefit-row .benefit-block {
  border-radius: 30px;
  background: transparent;
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
  margin-top: 72px;
  position: relative;
}
.benefits .benefit-row .benefit-block::before {
  content: "";
  position: absolute;
  top: -41%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #8FBC8F;
  background-color: #FFFBFA;
}
@media (max-width: 1099px) {
  .benefits .benefit-row .benefit-block::before {
    left: 49%;
  }
}
@media (max-width: 992px) {
  .benefits .benefit-row .benefit-block::before {
    left: 50.6%;
    top: -51%;
  }
}
@media (max-width: 768px) {
  .benefits .benefit-row .benefit-block::before {
    left: 49%;
    top: -46%;
  }
}
@media (max-width: 576px) {
  .benefits .benefit-row .benefit-block::before {
    top: -63%;
  }
}
@media (max-width: 512px) {
  .benefits .benefit-row .benefit-block::before {
    top: -55%;
  }
}
@media (max-width: 392px) {
  .benefits .benefit-row .benefit-block::before {
    top: -50%;
  }
}
.benefits .benefit-row .benefit-block::after {
  content: "";
  position: absolute;
  top: -30%;
  left: 54%;
  width: 1px;
  height: 60px;
  border-radius: 24px;
  background-color: #8FBC8F;
}
@media (max-width: 992px) {
  .benefits .benefit-row .benefit-block::after {
    top: -37%;
  }
}
@media (max-width: 768px) {
  .benefits .benefit-row .benefit-block::after {
    top: -33%;
  }
}
@media (max-width: 576px) {
  .benefits .benefit-row .benefit-block::after {
    top: -45%;
    left: 51.8%;
  }
}
@media (max-width: 512px) {
  .benefits .benefit-row .benefit-block::after {
    top: -40%;
    left: 52%;
  }
}
@media (max-width: 392px) {
  .benefits .benefit-row .benefit-block::after {
    top: -36%;
    left: 53%;
  }
}
.benefits .benefit-row .benefit-block .img-box img {
  background-color: #8FBC8F;
  padding: 12px;
  border-radius: 5000px;
}
@media (max-width: 1399px) {
  .benefits .benefit-row .benefit-block p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.benefit-pg-2 {
  background: url("../media/banner/benefit-bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.benefit-pg-2.v-2 {
  padding: 60px 0 0;
}
.benefit-pg-2 .vr-line {
  position: relative;
}
.benefit-pg-2 .vr-line::before {
  position: absolute;
  content: "";
  left: 50%;
  width: 2px;
  height: 675px;
  background-color: #8FBC8F;
  text-align: center;
}
.benefit-pg-2 .vr-line .benefit-box {
  position: relative;
}
.benefit-pg-2 .vr-line .benefit-box img {
  background-color: #8FBC8F;
  padding: 12px;
  border-radius: 5000px;
}
.benefit-pg-2 .vr-line .benefit-box::before {
  content: "";
  position: absolute;
  top: 45%;
  right: -25.7%;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #8FBC8F;
  background-color: #FFFBFA;
}
@media (max-width: 1399px) {
  .benefit-pg-2 .vr-line .benefit-box::before {
    right: -26.8%;
  }
}
@media (max-width: 1199px) {
  .benefit-pg-2 .vr-line .benefit-box::before {
    right: -28%;
  }
}
@media (max-width: 992px) {
  .benefit-pg-2 .vr-line .benefit-box::before {
    right: -31%;
  }
}
@media (max-width: 768px) {
  .benefit-pg-2 .vr-line .benefit-box::before {
    right: -35%;
    top: 54%;
  }
}
@media (max-width: 576px) {
  .benefit-pg-2 .vr-line .benefit-box::before {
    display: none;
  }
}
.benefit-pg-2 .vr-line .benefit-box::after {
  content: "";
  position: absolute;
  top: 52.2%;
  right: -21.2%;
  width: 111px;
  height: 1px;
  background-color: #8FBC8F;
}
@media (max-width: 1399px) {
  .benefit-pg-2 .vr-line .benefit-box::after {
    top: 52.2%;
    right: -21.7%;
    width: 97px;
  }
}
@media (max-width: 1199px) {
  .benefit-pg-2 .vr-line .benefit-box::after {
    width: 81px;
  }
}
@media (max-width: 992px) {
  .benefit-pg-2 .vr-line .benefit-box::after {
    width: 61px;
    right: -22.7%;
  }
}
@media (max-width: 768px) {
  .benefit-pg-2 .vr-line .benefit-box::after {
    width: 47px;
    right: -23.7%;
    top: 60%;
  }
}
@media (max-width: 576px) {
  .benefit-pg-2 .vr-line .benefit-box::after {
    display: none;
  }
}
.benefit-pg-2 .vr-line .benefit-box.v-2::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -25.2%;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #8FBC8F;
  background-color: #FFFBFA;
}
@media (max-width: 1399px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::before {
    left: -26%;
  }
}
@media (max-width: 1199px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::before {
    left: -27%;
  }
}
@media (max-width: 992px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::before {
    left: -30%;
  }
}
@media (max-width: 768px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::before {
    left: -33.5%;
    top: 43%;
  }
}
@media (max-width: 576px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::before {
    display: none;
  }
}
.benefit-pg-2 .vr-line .benefit-box.v-2::after {
  content: "";
  position: absolute;
  top: 52.2%;
  left: -20.9%;
  width: 111px;
  height: 1px;
  background-color: #8FBC8F;
}
@media (max-width: 1399px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::after {
    width: 96px;
  }
}
@media (max-width: 1199px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::after {
    width: 78px;
  }
}
@media (max-width: 992px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::after {
    width: 59px;
    left: -21.7%;
  }
}
@media (max-width: 768px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::after {
    left: -21.7%;
    width: 44px;
    top: 48%;
  }
}
@media (max-width: 576px) {
  .benefit-pg-2 .vr-line .benefit-box.v-2::after {
    display: none;
  }
}

.since .our-advantages .title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.since .our-advantages .title_detail {
  padding-left: 160px;
}
.since.v-2 .nav {
  display: flex;
  gap: 0;
  border: 0px;
}
@media (max-width: 1199px) {
  .since.v-2 .nav.nav-v_2 {
    gap: 64px;
  }
}
@media (max-width: 434px) {
  .since.v-2 .nav.nav-v_2 {
    gap: 32px;
  }
}
.since.v-2 .nav .nav-item .nav-link {
  color: #817F7E;
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.95px;
  border: 0px;
  padding: 8px 58px;
}
.since.v-2 .nav .nav-item .nav-link.active {
  color: #282525;
  transition: all 0.5s ease;
  border-bottom: 1px solid #4F7942;
}
.since.v-2 .nav .nav-item .nav-link:hover::after {
  width: 100%;
}

.about-us .farmer-tilt {
  height: 100%;
  object-fit: cover;
}
.about-us .farmer-tilt img {
  height: 100%;
  object-fit: cover;
}
.about-us .founder-img {
  border-radius: 50%;
}
.about-us .about-image {
  height: 100%;
  object-fit: cover;
}

.service-detail .service-contact {
  position: relative;
}
.service-detail .service-contact .text-area {
  position: absolute;
  top: 20%;
}
@media (max-width: 1399px) {
  .service-detail .service-contact .text-area {
    top: 15%;
  }
}
@media (max-width: 1199px) {
  .service-detail .service-contact .text-area {
    top: 5%;
  }
}
@media (max-width: 992px) {
  .service-detail .service-contact .text-area {
    top: 0;
  }
}
@media (max-width: 768px) {
  .service-detail .service-contact .text-area {
    top: 25%;
  }
}
@media (max-width: 392px) {
  .service-detail .service-contact .text-area {
    top: 15%;
  }
}
.service-detail .key-featured-img {
  height: 100%;
  object-fit: cover;
}

.values .value-card {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
  background: #FFFBFA;
  border-radius: 30px;
}
.values .value-card .image_title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-block {
  padding: 24px;
  padding-right: 26px;
  background: transparent;
  backdrop-filter: blur(50px);
  border: 1px solid #CDCCCB;
  border-radius: 20px;
  margin-bottom: 24px;
}
.faq-block .accordion-button {
  margin: 0;
  position: relative;
  padding: 0;
  font-weight: 500;
  font-size: 21px;
  font-family: "Inter", sans-serif;
  line-height: 130%;
}
@media (max-width: 992px) {
  .faq-block .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq-block .accordion-button {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .faq-block .accordion-button {
    font-size: 18px;
  }
}
.faq-block .accordion-button.collapsed {
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
.faq-block .accordion-button.collapsed::after {
  background-image: none !important;
  color: #CDCCCB;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.faq-block .accordion-button:not(.collapsed) {
  color: #0B0C0D;
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq-block .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq-block .accordion-button::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  background-image: none !important;
  position: absolute;
  right: 0;
  font-weight: 300;
  color: #CDCCCB;
  font-size: 17px;
  cursor: pointer;
}
.faq-block .accordion-collapse p {
  margin: 8px 0 0;
}

.faq form {
  position: relative;
}
.faq form button {
  position: absolute;
  right: 6px;
  top: 6px;
}

.page_404 {
  padding: 201px 0;
}
@media (max-width: 992px) {
  .page_404 {
    padding: 180px 0;
  }
}
@media (max-width: 767px) {
  .page_404 {
    padding: 130px 0;
  }
}
.page_404 .error-font {
  font-size: 200px;
}
@media (max-width: 767px) {
  .page_404 .error-font {
    font-size: 130px;
  }
}
.page_404 a {
  display: inline-flex;
}
.page_404 a i {
  font-size: 24px;
}

.title-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../media/banner/title-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 137px 0 140px;
}
@media (max-width: 1399px) {
  .title-banner {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  .title-banner {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .title-banner {
    background-position: bottom;
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .title-banner {
    padding: 60px 0;
  }
}

.coming-soon-page {
  background: url("../media/backgrounds/coming-soon.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 960px;
}
@media (max-width: 1399px) {
  .coming-soon-page {
    background-position: top right;
    height: 850px;
  }
}
@media (max-width: 767px) {
  .coming-soon-page {
    background-position: center;
  }
}
.coming-soon-page .cs-block {
  padding-top: 87px;
}
.coming-soon-page .cs-block .coming-soon-cd {
  display: flex;
  justify-content: center;
}
.coming-soon-page .cs-block .coming-soon-cd ul {
  display: flex;
  gap: 33px;
}
@media (max-width: 572px) {
  .coming-soon-page .cs-block .coming-soon-cd ul {
    gap: 20px;
  }
}
@media (max-width: 392px) {
  .coming-soon-page .cs-block .coming-soon-cd ul {
    gap: 0px;
  }
}
.coming-soon-page .cs-block .coming-soon-cd ul li {
  background: #F6F4F4;
  width: clamp(96px, 6.771vw, 180px);
  height: clamp(96px, 6.771vw, 180px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 572px) {
  .coming-soon-page .cs-block .coming-soon-cd ul li {
    padding: 12px 24px;
  }
}
.coming-soon-page .cs-block .coming-soon-cd ul li h2 {
  font-weight: 600;
  color: #282525;
}
.coming-soon-page .cs-block .coming-soon-cd ul li h6 {
  font-weight: 600;
  color: #282525;
}
.coming-soon-page .cs-block .news-letter form input {
  position: relative;
}
.coming-soon-page .cs-block .news-letter form button {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 8px 16px;
  border: 0;
  background: #4F7942;
  color: #FFFBFA;
}
.coming-soon-page .cs-block .news-letter form button i {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .coming-soon-page .cs-block .news-letter form button i {
    font-size: 16px;
  }
}

.contact-us .contact-btn {
  width: 100%;
  padding: 12px 24px;
}
.contact-us .map-area .social-link ul {
  display: flex;
  gap: 12px;
}
.contact-us .map-area .social-link ul li a {
  background: #FFFBFA;
  padding: 12px;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.contact-us .map-area .social-link ul li a:hover {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
}
.contact-us .map-area iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.contact-banner .banner-block {
  background: url("../media/banner/contact-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  height: 450px;
}
.contact-banner .banner-block .text-area {
  padding: 94px 48px;
}
.contact-banner .banner-block.v-2 {
  background: url("../media/banner/contact-banner-2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.cart .cart-table {
  width: 100%;
  border-radius: 10px;
}
.cart .cart-table thead tr th {
  padding-bottom: 32px;
  text-align: right;
  padding-right: 30px;
  color: #0B0C0D;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.27px;
}
@media (max-width: 992px) {
  .cart .cart-table thead tr th {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cart .cart-table thead tr th {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cart .cart-table thead tr th {
    font-size: 22px;
    letter-spacing: 0.27px;
  }
}
.cart .cart-table thead tr th:first-child {
  text-align: left;
  padding-left: 16px;
}
.cart .cart-table thead tr th:nth-child(3) {
  text-align: center;
}
.cart .cart-table thead tr th:nth-child(4) {
  text-align: center;
}
.cart .cart-table tbody tr {
  border: 0;
  margin-bottom: 24px;
  background: #F6F4F4;
}
@media (max-width: 767px) {
  .cart .cart-table tbody tr {
    width: 50%;
  }
}
.cart .cart-table tbody tr td {
  padding: 24px;
  text-align: right;
}
.cart .cart-table tbody tr td:first-child {
  text-align: left;
  padding-right: 0;
}
.cart .cart-table tbody tr td:nth-child(3) {
  text-align: center;
}
.cart .cart-table tbody tr td:nth-child(4) {
  text-align: center;
}
.cart .cart-table tbody tr td:nth-child(5) {
  font-size: 24px;
  color: #817F7E;
}
.cart .cart-table tbody tr td .product-detail-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cart .cart-table tbody tr td .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 440px) {
  .cart .cart-table tbody tr td .quantity {
    margin-bottom: 24px;
  }
}
.cart .cart-table tbody tr td .quantity .input-area {
  display: flex;
  border: 1px solid #A4A3A2;
  border-radius: 10px;
}
.cart .cart-table tbody tr td .quantity .input-area input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #0B0C0D;
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cart .cart-table tbody tr td .quantity .input-area input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .cart .cart-table tbody tr td .quantity .input-area input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .cart .cart-table tbody tr td .quantity .input-area input {
    font-size: 17px;
  }
}
.cart .cart-table tbody tr td .quantity .input-area input:focus-visible {
  outline: none;
}
.cart .cart-table tbody tr td .quantity .input-area .plus-minus {
  display: grid;
}
.cart .cart-table tbody tr td .quantity .input-area .plus-minus .decrement {
  font-size: 40px;
  font-weight: 200;
  padding: 8px 4px;
  border-radius: 0;
  border: 1px solid #A4A3A2;
  border-right: 0;
  border-bottom: 0;
  width: 44px;
}
.cart .cart-table tbody tr td .quantity .input-area .plus-minus .increment {
  font-size: 36px;
  font-weight: 200;
  padding: 8px 4px;
  border-radius: 0;
  border: 1px solid #A4A3A2;
  border-right: 0;
  border-top: 0;
  width: 44px;
}
.cart .cart-table tbody tr td .quantity .input-area.number {
  padding: 0;
  background: transparent;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.cart .cart-table tbody tr td a i {
  padding-right: 32px;
}

.cart .cart-item-block {
  background: #F6F4F4;
  text-align: center;
  padding: 16px;
  position: relative;
}
.cart .cart-item-block .cross {
  position: absolute;
  top: 8px;
  right: 12px;
}
.cart .cart-item-block .cross i {
  font-size: 24px;
}
.cart .cart-item-block .cross i:hover {
  color: #4F7942;
}
.cart .cart-item-block .img-block img {
  margin: 0 auto;
}
.cart .cart-item-block .detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cart .cart-item-block .detail li:last-child {
  margin-bottom: 0;
}
.cart .cart-item-block .detail li .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .cart .cart-item-block .detail li .quantity {
    margin-bottom: 24px;
  }
}
.cart .cart-item-block .detail li .quantity .input-area {
  display: flex;
  border: 1px solid #A4A3A2;
  border-radius: 10px;
}
.cart .cart-item-block .detail li .quantity .input-area input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: transparent;
  color: #0B0C0D;
}
@media (max-width: 992px) {
  .cart .cart-item-block .detail li .quantity .input-area input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .cart .cart-item-block .detail li .quantity .input-area input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .cart .cart-item-block .detail li .quantity .input-area input {
    font-size: 17px;
  }
}
.cart .cart-item-block .detail li .quantity .input-area input:focus-visible {
  outline: none;
}
.cart .cart-item-block .detail li .quantity .input-area .plus-minus {
  display: grid;
}
.cart .cart-item-block .detail li .quantity .input-area .plus-minus .decrement {
  font-size: 34px;
  font-weight: 200;
  padding: 2px 0px;
  border-radius: 0;
  border: 1px solid #A4A3A2;
  border-right: 0;
  border-bottom: 0;
  width: 44px;
}
.cart .cart-item-block .detail li .quantity .input-area .plus-minus .increment {
  font-size: 27px;
  font-weight: 200;
  padding: 2px 0;
  border-radius: 0;
  border: 1px solid #A4A3A2;
  border-right: 0;
  border-top: 0;
  width: 44px;
}
.cart .cart-item-block .detail li .quantity .input-area.number {
  padding: 0;
  background: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.checkout-page .coupon-code form {
  position: relative;
}
.checkout-page .coupon-code form input {
  position: relative;
}
.checkout-page .coupon-code form button {
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 8px 12px;
  border: 0;
  background: #4F7942;
  color: #FFFBFA;
}
.checkout-page .coupon-code form button i {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .checkout-page .coupon-code form button i {
    font-size: 16px;
  }
}

.blog .blog-box {
  position: relative;
  overflow: hidden;
}
.blog .blog-box .content-block .read-more {
  position: absolute;
  right: -100px;
  visibility: hidden;
}
.blog .blog-box .content-block.v-2 {
  padding: 56px 0;
}
@media (max-width: 1399px) {
  .blog .blog-box .content-block.v-2 {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .blog .blog-box .content-block.v-2 {
    padding: 12px 0;
  }
}
@media (max-width: 992px) {
  .blog .blog-box .content-block.v-2 {
    padding: 24px;
  }
}
.blog .blog-box .image-block {
  overflow: hidden;
}
.blog .blog-box .image-block img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog .blog-box:hover {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
  transition: all 0.5s ease;
}
.blog .blog-box:hover .content-block .read-more {
  transition: all 0.5s ease;
  right: 24px;
  visibility: visible;
}
.blog .blog-box:hover .image-block img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.blog-page .nav {
  display: flex;
  justify-content: center;
  gap: 60px;
  border: 0px;
}
@media (max-width: 768px) {
  .blog-page .nav {
    gap: 40px;
  }
}
@media (max-width: 452px) {
  .blog-page .nav {
    gap: 24px;
  }
}
.blog-page .nav.nav-2 {
  justify-content: end;
}
@media (max-width: 992px) {
  .blog-page .nav.nav-2 {
    justify-content: center;
  }
}
.blog-page .nav .nav-item .nav-link {
  position: relative;
  color: #A4A3A2;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  border: 0px;
  padding: 0px;
}
.blog-page .nav .nav-item .nav-link::before {
  position: absolute;
  left: -16px;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #A4A3A2;
}
.blog-page .nav .nav-item .nav-link.active {
  color: #282525;
}
.blog-page .nav .nav-item .nav-link.active::before {
  background-color: #4F7942;
}

.services .service-block {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.services .service-block .img-block {
  overflow: hidden;
}
.services .service-block .img-block img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.services .service-block .text-area {
  padding: 24px 24px 24px 0;
}
@media (max-width: 1399px) {
  .services .service-block .text-area {
    padding: 0 24px 0 0;
  }
}
@media (max-width: 1199px) {
  .services .service-block .text-area {
    padding: 40px 24px 0 0;
  }
}
@media (max-width: 992px) {
  .services .service-block .text-area {
    padding: 16px 24px 0 0;
  }
}
@media (max-width: 768px) {
  .services .service-block .text-area {
    padding: 24px 24px 0 0;
  }
}
@media (max-width: 440px) {
  .services .service-block .text-area {
    padding: 32px 24px 0 0;
  }
}
.services .service-block .text-area img {
  background-color: #8FBC8F;
  padding: 12px;
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .services .service-block .text-area p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 992px) {
  .services .service-block .text-area p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.services .service-block:hover {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
}
.services .service-block:hover .img-block img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.services.v-2 .services-box {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.services.v-2 .services-box .img-box {
  overflow: hidden;
}
.services.v-2 .services-box .img-box img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.services.v-2 .services-box .content-box img {
  background-color: #8FBC8F;
  padding: 12px;
  border-radius: 50%;
}
.services.v-2 .services-box:hover {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
}
.services.v-2 .services-box:hover .img-box img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.team .team-slider {
  margin: 0 -24px -24px;
}
.team .team-slider .slick-dots {
  bottom: -6px;
}
.team .team-card-slider {
  margin: 0 -24px -24px;
}
.team .team_member_block {
  padding: 0 24px 39px 24px;
  margin: 0 24px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.team .team_member_block .team_member_img_box {
  overflow: hidden;
}
.team .team_member_block .team_member_img_box img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.team .team_member_block .team_member_content_box {
  position: relative;
}
.team .team_member_block .team_member_content_box .team_member_social_links {
  position: absolute;
  bottom: -100px;
  left: 30px;
  transition: all 0.5s ease;
  visibility: hidden;
}
@media (max-width: 1399px) {
  .team .team_member_block .team_member_content_box .team_member_social_links {
    left: 18px;
  }
}
@media (max-width: 1199px) {
  .team .team_member_block .team_member_content_box .team_member_social_links {
    left: 30px;
  }
}
@media (max-width: 992px) {
  .team .team_member_block .team_member_content_box .team_member_social_links {
    left: 15px;
  }
}
@media (max-width: 899px) {
  .team .team_member_block .team_member_content_box .team_member_social_links {
    left: 45px;
  }
}
@media (max-width: 768px) {
  .team .team_member_block .team_member_content_box .team_member_social_links {
    left: 18px;
  }
}
@media (max-width: 576px) {
  .team .team_member_block .team_member_content_box .team_member_social_links {
    left: 35%;
  }
}
@media (max-width: 450px) {
  .team .team_member_block .team_member_content_box .team_member_social_links {
    left: 28%;
  }
}
.team .team_member_block .team_member_content_box .team_member_social_links ul {
  gap: 24px;
}
@media (max-width: 768px) {
  .team .team_member_block .team_member_content_box .team_member_social_links ul {
    gap: 16px;
  }
}
.team .team_member_block:hover {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
  border-radius: 30px;
}
.team .team_member_block:hover .team_member_img_box img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.team .team_member_block:hover .team_member_social_links {
  bottom: -40px;
  visibility: visible;
}

.signup {
  margin-top: 93px;
}
.signup .form-block .link-btn {
  border: 1px solid #817F7E;
  padding: 12px;
  display: flex;
  gap: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.signup .form-block .or {
  position: relative;
  text-align: center;
}
.signup .form-block .or::after, .signup .form-block .or::before {
  content: "";
  height: 1px;
  width: 46%;
  position: absolute;
  top: 14px;
  background: #817F7E;
}
@media (max-width: 575px) {
  .signup .form-block .or::after, .signup .form-block .or::before {
    top: 12px;
  }
}
.signup .form-block .or::after {
  right: 0;
}
.signup .form-block .or::before {
  left: 0;
}
@media (max-width: 1199px) {
  .signup .sign-up-image {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .signup .sign-up-image {
    margin-top: 24px;
  }
}
.signup .architex-tilt {
  height: 100%;
  object-fit: cover;
}
.signup .architex-tilt img {
  height: 100%;
  object-fit: cover;
}

.shop-area .product-block {
  transition: all 0.5s ease;
}
.shop-area .product-block .image-box {
  position: relative;
  overflow: hidden;
}
.shop-area .product-block .image-box .product-img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.shop-area .product-block .image-box .action-icons {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0px;
  z-index: 5;
  right: -100px;
  gap: 8px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.shop-area .product-block .image-box .action-icons li {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transform: translateX(30px);
}
.shop-area .product-block .image-box .action-icons li a i {
  font-size: 24px;
  background: #FFFBFA;
  color: #8FBC8F;
  padding: 8px;
  border-radius: 50%;
}
.shop-area .product-block .image-box .sale-label {
  display: inline-flex;
  float: left;
  padding: 4px 16px;
  border-radius: 10px;
}
.shop-area .product-block .content-box.v-2 {
  padding-top: 16px;
}
.shop-area .product-block .content-box.v-3 {
  padding-top: 16px;
}
.shop-area .product-block .content-box .quickview-btn {
  padding: 8px;
  background: #FFFBFA;
  border-radius: 50%;
}
.shop-area .product-block .content-box .quickview-btn i {
  font-size: 24px;
  color: #8FBC8F;
  cursor: pointer;
}
.shop-area .product-block:hover {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
}
.shop-area .product-block:hover .image-box .product-img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.shop-area .product-block:hover .image-box .action-icons {
  right: 0;
}
.shop-area .product-block:hover .image-box .action-icons li {
  transform: none;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.shop-area .product-block:hover .image-box .action-icons li:nth-child(1) {
  transition-delay: 0.1s;
}
.shop-area .product-block:hover .image-box .action-icons li:nth-child(2) {
  transition-delay: 0.3s;
}

.filter-search-bar .shop-bar {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .filter-search-bar .shop-bar {
    display: grid;
    gap: 16px;
    justify-content: center;
  }
}
.filter-search-bar .shop-bar .filter-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 15px;
}
@media (max-width: 492px) {
  .filter-search-bar .shop-bar .filter-box {
    gap: 0;
  }
}
.filter-search-bar .shop-bar .filter-box.result-show {
  padding: 12px 90px 12px 16px;
}
.filter-search-bar .shop-bar .option-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.filter-search-bar .shop-bar .option-box .short-by {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #F6F4F4;
  border-radius: 15px;
}
@media (max-width: 492px) {
  .filter-search-bar .shop-bar .option-box .short-by {
    padding: 8px 12px;
  }
}
.filter-search-bar .shop-bar .search-input form {
  position: relative;
  width: 388px;
}
@media (max-width: 1199px) {
  .filter-search-bar .shop-bar .search-input form {
    width: 250px;
  }
}
@media (max-width: 492px) {
  .filter-search-bar .shop-bar .search-input form {
    width: 200px;
  }
}
.filter-search-bar .shop-bar .search-input form input {
  position: relative;
}
.filter-search-bar .shop-bar .search-input form button {
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 8px 16px;
  border: 0;
  background: #4F7942;
  color: #FFFBFA;
}
.filter-search-bar .shop-bar .search-input form button i {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .filter-search-bar .shop-bar .search-input form button i {
    font-size: 16px;
  }
}
.filter-search-bar .shop-bar .showing-result {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  background: #F6F4F4;
  border-radius: 15px;
}
.filter-search-bar .shop-bar .showing-result a i {
  font-size: 21.3px;
}

.review .search-input form {
  position: relative;
}
.review .search-input form input {
  position: relative;
}
.review .search-input form button {
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 8px 16px;
  border: 0;
  background: #4F7942;
  color: #FFFBFA;
}
.review .search-input form button i {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .review .search-input form button i {
    font-size: 16px;
  }
}
.review .border-line {
  border: 1px solid #CDCCCB;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 1199px) {
  .review .border-line {
    border: 0;
  }
}
.review .filter-block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review .filter-block .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review .filter-block .list li ul li {
  display: flex;
}
.review .filter-block .list li .filter-checkbox input {
  padding: 0;
  display: none;
  border: 1px solid #CDCCCB;
  cursor: pointer;
}
.review .filter-block .list li .filter-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 12px;
  z-index: 10;
  border: solid #282525;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.review .filter-block .list li .filter-checkbox label {
  position: relative;
  cursor: pointer;
  color: #817F7E;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .review .filter-block .list li .filter-checkbox label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .review .filter-block .list li .filter-checkbox label {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .review .filter-block .list li .filter-checkbox label {
    font-size: 12px;
  }
}
.review .filter-block .list li .filter-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #CDCCCB;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}
.review .filter-block .slider-track .irs--big {
  height: 22px;
  margin-bottom: 0;
}
.review .filter-block .slider-track .irs--big .irs-line {
  top: 12px;
  height: 1px;
  border: 0;
  background: #CDCCCB;
  cursor: pointer;
  border-radius: 0;
}
.review .filter-block .slider-track .irs--big .irs-bar {
  top: 12px;
  height: 2px;
  border: 0;
  background: #4F7942;
  box-shadow: none;
  cursor: pointer;
}
.review .filter-block .slider-track .irs--big .irs-handle {
  border-radius: 0;
  top: 6px;
  height: 12px;
  width: 16px;
  background-color: #4F7942;
  background: #4F7942;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}
.review .filter-block .slider-track .irs--big .irs-handle:hover {
  cursor: pointer;
}
.review .filter-block .colors label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .review .filter-block .colors label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .review .filter-block .colors label {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .review .filter-block .colors label {
    font-size: 16px;
  }
}
.review .filter-block .colors label input {
  display: none;
}
.review .filter-block .colors label .color {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.review .filter-block .colors label .color.non-selected {
  border: 0;
}
.review .filter-block .colors label .color.selected {
  border: 2px solid #FFFBFA;
  width: 22px;
  height: 22px;
}

.team-detail .social-icon-bar ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1099px) {
  .team-detail .social-icon-bar ul {
    gap: 16px;
    padding: 0 16px 0 0;
  }
}
.team-detail .social-icon-bar ul li:first-child {
  background: #282525;
  padding: 16px 32px;
}

.paginations {
  display: flex;
  justify-content: center;
}
.paginations ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.paginations ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 8px 0;
  background: #F6F4F4;
  transition: all 0.5s ease;
}
.paginations ul li a {
  color: #0B0C0D;
}
.paginations ul li:hover {
  transition: all 0.5s ease;
  background: #4F7942;
  color: #FFFBFA;
  cursor: pointer;
}
.paginations ul li:hover a {
  transition: all 0.5s ease;
  color: #FFFBFA;
}
.paginations ul li.active {
  background: #4F7942;
  color: #FFFBFA;
}
.paginations ul li.active a {
  color: #FFFBFA;
}
.paginations ul li.arrow a i {
  color: #0B0C0D;
}
.paginations ul li.arrow:hover a i {
  color: #FFFBFA;
}

.product-detail {
  margin-bottom: 128px;
}
@media (max-width: 1399px) {
  .product-detail {
    margin-bottom: 96px;
  }
}
@media (max-width: 992px) {
  .product-detail {
    margin-bottom: 48px;
  }
}
.product-detail .product-detail-block .project-detail-img {
  height: 100%;
  object-fit: cover;
}
.product-detail .product-detail-block .person-detail {
  display: flex;
  gap: 8px;
}
.product-detail .product-detail-block .person-detail ul {
  display: flex;
  gap: 16px;
}

.product-detail-page .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .product-detail-page .quantity {
    margin-bottom: 24px;
  }
}
.product-detail-page .quantity .input-area {
  display: flex;
  border: 1px solid #A4A3A2;
  border-radius: 10px;
}
.product-detail-page .quantity .input-area input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #0B0C0D;
  padding: 0 8px;
}
@media (max-width: 992px) {
  .product-detail-page .quantity .input-area input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .product-detail-page .quantity .input-area input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .product-detail-page .quantity .input-area input {
    font-size: 17px;
  }
}
.product-detail-page .quantity .input-area input:focus-visible {
  outline: none;
}
.product-detail-page .quantity .input-area .plus-minus {
  display: grid;
}
.product-detail-page .quantity .input-area .plus-minus .decrement {
  font-size: 40px;
  font-weight: 200;
  padding: 8px 4px;
  border-radius: 0;
  border: 1px solid #A4A3A2;
  border-right: 0;
  border-bottom: 0;
  width: 44px;
}
.product-detail-page .quantity .input-area .plus-minus .increment {
  font-size: 36px;
  font-weight: 200;
  padding: 8px 4px;
  border-radius: 0;
  border: 1px solid #A4A3A2;
  border-right: 0;
  border-top: 0;
  width: 44px;
}
.product-detail-page .quantity .input-area.number {
  padding: 0;
  background: transparent;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.product-description nav .nav-link {
  color: #817F7E;
  font-size: 36px;
  font-weight: 600;
  outline: 0;
  padding-bottom: 16px;
}
.product-description nav .nav-link:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .product-description nav .nav-link {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-description nav .nav-link {
    font-size: 21px;
  }
}
.product-description nav .nav-link.active {
  background-color: transparent;
  color: #282525;
  border: none;
  border-bottom: 2px solid #4F7942;
  padding-bottom: 16px;
}
.product-description nav .nav {
  padding-left: 0;
}
.product-description nav .nav.nav-tabs {
  border-bottom: 0;
}
.product-description .comments-sec .comment-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 575px) {
  .product-description .comments-sec .comment-box {
    gap: 12px;
  }
}
.product-description .comments-sec .comment-box .user-image {
  border-radius: 50%;
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
}
.product-description .comments-sec .comment-box .top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product-description .comments-sec .comment-box .top-row .info {
  width: 100%;
}
.product-description .comments-sec .comment-box .top-row .accordion-button {
  display: block !important;
  text-align: end;
  width: fit-content;
}
.product-description .comments-sec .comment-box .top-row .reply-btn {
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 992px) {
  .product-description .comments-sec .comment-box .top-row .reply-btn {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product-description .comments-sec .comment-box .top-row .reply-btn {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-description .comments-sec .comment-box .top-row .reply-btn {
    font-size: 13px;
  }
}
.product-description .comments-sec .comment-box .reply {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .product-description .comments-sec .comment-box .reply {
    gap: 12px;
  }
}
.product-description .comments-sec .comment-box .write-comment-box .input-group {
  margin-bottom: 24px;
}
.product-description .comments-sec .comment-box .write-comment-box .input-group button {
  background: #0B0C0D;
  color: #4F7942;
  padding-right: 12px;
  font-weight: 600;
  border: none;
}
.product-description .review-form form button {
  width: 100%;
  padding: 12px 24px;
}

.pricing .package-box .pricing-block {
  width: 242px;
  height: 242px;
  border-radius: 50%;
  padding: 54px 42px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .pricing .package-box .pricing-block {
    width: 224px;
    height: 224px;
    padding: 54px 24px;
  }
}
.pricing .package-box .pricing-block.v-2 {
  position: relative;
  background: #FFFBFA;
  border: 1px solid #8FBC8F;
}
.pricing .package-box .our_offer {
  padding: 145px 24px 24px;
  margin-top: -128px;
  border: 1px solid #8FBC8F;
  border-radius: 30px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #c3f5b4;
  z-index: 9999999;
  padding-top: 20%;
}
#preloader svg {
  display: block;
  width: 258px;
  height: 258px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#preloader svg .tree {
  fill: #4F7942;
}
#preloader svg .circle-mask {
  transform-origin: 50% 90%;
  animation: scale 5s infinite ease-out;
}
@keyframes scale {
  0%, 100% {
    transform: scale(0);
  }
  7%, 90% {
    transform: scale(0.4);
  }
  50% {
    transform: scale(1);
  }
}

.testimonial-banner {
  height: 536px;
}
.testimonial-banner .banner_content {
  position: relative;
}
.testimonial-banner .banner_content .inner_content {
  position: relative;
  z-index: 2;
  bottom: -60px;
}
@media (max-width: 768px) {
  .testimonial-banner .banner_content .inner_content {
    bottom: 0;
  }
}
.testimonial-banner .banner_content .inner_content .review-block {
  margin: 24px 0;
}
.testimonial-banner .banner_content .inner_content .review-block img {
  border-radius: 50%;
}
.testimonial-banner .banner_content .image-block {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .testimonial-banner .banner_content .image-block {
    width: 50%;
    right: -24px;
    top: 26%;
  }
}
@media (max-width: 767px) {
  .testimonial-banner .banner_content .image-block {
    width: 60%;
    right: -24px;
    top: 0;
  }
}

.blog-detail .blog_info_bar {
  display: flex;
  justify-content: space-between;
}
.blog-detail .blog_info_bar.v-2 {
  justify-content: flex-start;
  gap: 24px;
}
.blog-detail .blog_info_bar .author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-detail .blog_info_bar .author img {
  border-radius: 50%;
}
.blog-detail .result-tags {
  display: flex;
  gap: 16px;
}
.blog-detail .tag-words {
  display: flex;
  gap: 16px;
}
.blog-detail .article_detail-img {
  height: 100%;
  object-fit: cover;
}
.blog-detail .architex-tilt {
  height: 100%;
  object-fit: cover;
}
.blog-detail .architex-tilt img {
  height: 100%;
  object-fit: cover;
}
.blog-detail .qoute_img {
  margin-top: 108px;
}
@media (max-width: 992px) {
  .blog-detail .qoute_img {
    margin-top: 24px;
    text-align: right;
  }
}

.achievements {
  background: url("../media/banner/achievements-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.achievements .counter-section .counter-count {
  padding: 48px 66px;
  text-align: center;
  border: 1px solid #FFFBFA;
  border-radius: 30px;
}
@media (max-width: 450px) {
  .achievements .counter-section .counter-count {
    padding: 32px 18px;
  }
}
@media (max-width: 392px) {
  .achievements .counter-section .counter-count {
    padding: 24px 16px;
  }
}
.achievements.v-2 {
  background: url("../media/banner/achievements-bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.achievements.v-3 {
  background: url("../media/banner/achievements-bg-3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.achievements.v-4 {
  background: url("../media/banner/achievements-bg-4.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/*# sourceMappingURL=app.css.map */
