@charset "UTF-8";
/*======================================================================================
Theme Name: Agrizen 
Author: Themeservices
Author URI: https://themeforest.net/user/Themeservices/portfolio
Description: Agrizen – Agriculture & Organic Farming HTML Template<
Service Html Template 
Version: 1.0.0
=======================================================================================*/
/*======================================================================================
  >> TABLE OF CONTENTS <<
========================================================================================
01. Mixins & Variables
02. Base
03. Components
04. Layouts
05. Sections
======================================================================================*/
/*---------------------------------------
01. Mixins & Variables
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #10551F;
  --theme-2: #C7DC49;
  --header: #0C2F25;
  --text: #3F5A52;
  --border: #FCFCFC;
  --bg: #10551F;
  --bg2: #C7DC49;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

/*---------------------------------------
02. Base
---------------------------------------*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.804667px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 130% !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.12px;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  transition: all 0.4s ease;
  text-transform: capitalize;
  border-radius: 10px;
}
.theme-btn-main.style-2 {
  background-color: var(--theme-2);
  padding: 2px 25px;
  padding-right: 2px;
  border-radius: 10px;
}
.theme-btn-main.style-2 .theme-btn-arrow-left,
.theme-btn-main.style-2 .theme-btn-arrow-right {
  width: 56px;
  height: 56px;
  background: var(--theme);
  border-radius: 10px;
}
.theme-btn-main.style-2 .theme-btn-arrow-left img,
.theme-btn-main.style-2 .theme-btn-arrow-right img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main.style-2 .theme-btn {
  background-color: transparent;
  padding: 0;
  margin-right: 17px;
  font-weight: 500;
}
.theme-btn-main.style-2:hover {
  padding-right: 25px;
  padding-left: 9px;
}
.theme-btn-main.style-2:hover .theme-btn {
  background-color: transparent;
}
.theme-btn-main.style-2:hover .theme-btn-arrow-left {
  left: 2px;
}
.theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.theme-btn-main:hover .theme-btn-arrow-left img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.theme-btn-main:hover .theme-btn-arrow-right img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main:hover .theme-btn {
  transform: translateX(70px);
}
.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  border-radius: 10px;
  transition: 0.4s;
  text-align: center;
}
@media (max-width: 575px) {
  .theme-btn-main .theme-btn-arrow-left,
  .theme-btn-main .theme-btn-arrow-right {
    width: 48px;
    height: 48px;
  }
}
.theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  position: absolute;
  left: 3px;
}
.theme-btn-main .theme-btn {
  background: var(--theme);
  color: var(--header);
  font-weight: 500;
  font-size: 16px;
  padding: 13px 30px;
  display: inline-flex;
  font-family: "DM Sans", sans-serif;
  align-items: center;
  gap: 30px;
  transition: 0.4s;
}
@media (max-width: 575px) {
  .theme-btn-main .theme-btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}
.theme-btn-main:hover .theme-btn {
  background-color: var(--header);
}
.theme-btn-main:hover .theme-btn-arrow-left,
.theme-btn-main:hover .theme-btn-arrow-right {
  background-color: var(--theme);
  border-radius: 10px;
}

.link-btn {
  color: var(--header);
  font-weight: 700;
  font-weight: "Barlow", sans-serif;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}
.link-btn i {
  margin-left: 15px;
}
.link-btn:hover {
  color: var(--theme);
}

/*---------------------------------------
03. Components
---------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
  border: none;
  font-family: "DM Sans", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme-2);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme-2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.back-to-top {
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  border-radius: 12px;
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-2);
  background-color: var(--theme-2);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme-2);
  opacity: 1;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: var(--white);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme-2);
  border: 1px solid #686363;
  opacity: 0;
}

.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__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: #000000;
  opacity: 0.7;
  cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
  .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__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__content.style-2 .search-popup__form .search-btn {
  color: var(--white);
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}
.search-popup__content.style-2 .search-popup__form .search-btn:hover {
  background-color: var(--header);
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
  border-radius: 10px;
  padding-right: 80px;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--header);
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

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

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}

.loader {
  width: fit-content;
  font-size: 120px;
  line-height: 1.5;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #C7DC49;
  background: radial-gradient(1.13em at 50% 1.6em, #C7DC49 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 1.6em) 0/3.2em 100% text, radial-gradient(1.13em at 50% -0.8em, rgba(0, 0, 0, 0) 99%, #C7DC49 101%) 50% 0.8em/3.2em 100% repeat-x text;
  animation: l9 2s linear infinite;
}
@media (max-width: 575px) {
  .loader {
    font-size: 70px;
  }
}

.loader:before {
  content: "Agrizen";
}

@keyframes l9 {
  to {
    background-position: calc(50% + 1.6em) 0, calc(50% + 3.2em) 0.8em;
  }
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

/*---------------------------------------
04. Layouts
---------------------------------------*/
@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul .menu-thumb {
  position: inherit;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #0C2F25;
  font-family: "Bricolage Grotesque", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 250px;
  background: var(--white);
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  color: #0C2F25;
  transition: all 0.4s ease-in-out;
  border-top: 4px solid var(--theme);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  gap: 0;
  padding: 10px 0;
  transition: 0.4s;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 400;
  color: #0C2F25;
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  padding: 20px 20px 10px 20px !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  margin: auto;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  left: 25px;
  right: 25px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  justify-content: center;
  line-height: 1;
  background-color: var(--theme-2);
  color: var(--header);
  border-radius: 30px;
  max-width: 180px;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn i {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--header) !important;
  background-color: var(--white);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(16, 85, 31, 0) 0%, #10551F 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb a {
  padding: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-bottom: 0;
  margin-bottom: 7px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.5s ease;
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header__hamburger {
  line-height: 1;
}
.header-main .sidebar__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-main .sidebar__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--white);
  border-radius: 10px;
  margin-inline-end: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.header-main .sidebar__toggle span:last-child, .header-main .sidebar__toggle span:first-child {
  width: 25px;
}
.header-main .sidebar__toggle.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--white);
  border-radius: 7px;
}
.header-main .sidebar__toggle.mobile_menu_bar span {
  background-color: var(--white);
}
.header-main .sidebar__toggle:hover span {
  width: 100%;
}

.header-1 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .header-1 .logo img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .header-1 .logo img {
    width: 150px;
  }
}
.header-1 .sidebar__toggle span {
  background-color: var(--header);
}
.header-1 .sidebar__toggle span:last-child, .header-1 .sidebar__toggle span:first-child {
  width: 25px;
}
.header-1 .sidebar__toggle:hover span {
  width: 100%;
}
.header-1 .header-right .theme-btn-main {
  background-color: transparent;
  border: 1px solid var(--theme);
}
@media (max-width: 1199px) {
  .header-1 .header-right .theme-btn-main {
    display: none;
  }
}
.header-1 .mean__menu-wrapper {
  background-color: rgba(2, 50, 12, 0.1);
  border-radius: 10px;
  padding: 0 40px;
}
.header-1 .header-main .main-menu ul li a {
  padding: 15px 0;
}

.header-2 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-2 .mega-menu-wrapper {
  background-color: #10551F;
  border-radius: 20px;
  padding: 0 30px;
}
@media (max-width: 470px) {
  .header-2 .mega-menu-wrapper {
    padding: 0 22px;
  }
}
.header-2 .header-main .main-menu ul li a {
  color: #fff;
}
.header-2 .header-main .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.header-2 .header-main .main-menu ul li .submenu {
  color: #0C2F25;
}
.header-2 .header-main .main-menu ul li .submenu li a {
  color: #0C2F25;
}
.header-2 .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
}
.header-2 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-2 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-2);
}
.header-2 .header-main .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-2 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme-2);
}
.header-2 .header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-2 .header-main .header-right {
    gap: 20px;
  }
}
.header-2 .header-main .header__hamburger {
  line-height: 1;
}
.header-2 .header-main .header__hamburger {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--theme-2);
}
.header-2 .header-main .header__hamburger .sidebar__toggle {
  width: 25px;
  color: var(--header);
}
.header-2 .header-main .header__hamburger span {
  background-color: #10551F;
}
.header-2 .header-main .header__hamburger span:last-child, .header-2 .header-main .header__hamburger span:first-child {
  width: 20px;
}
.header-2 .search-toggler {
  font-size: 20px;
  color: var(--theme-2);
}

.header-section-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-section-3 .header-top-section {
  background-color: var(--theme-2);
  padding: 12px 0;
}
@media (max-width: 991px) {
  .header-section-3 .header-top-section {
    display: none;
  }
}
.header-section-3 .header-top-section .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-section-3 .header-top-section .header-top-wrapper span {
  color: #10551F;
}
.header-section-3 .header-top-section .header-top-wrapper span i {
  margin-right: 10px;
}
.header-section-3 .header-top-section .header-top-wrapper .head-right {
  display: flex;
  align-items: center;
  gap: 120px;
}
.header-section-3 .header-top-section .header-top-wrapper .head-right .social-icon {
  gap: 20px;
}
.header-section-3 .header-top-section .header-top-wrapper .head-right .social-icon a {
  color: #10551F;
}

.header-3 {
  background-color: #10551F;
}
.header-3 .header-main .main-menu ul li a {
  color: #fff;
}
.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.header-3 .header-main .main-menu ul li .submenu {
  color: #0C2F25;
}
.header-3 .header-main .main-menu ul li .submenu li a {
  color: #0C2F25;
}
.header-3 .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
}
.header-3 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-3 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-2);
}
.header-3 .header-main .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-3 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme-2);
}
.header-3 .header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-3 .header-main .header-right {
    gap: 20px;
  }
}
.header-3 .header-main .header__hamburger {
  line-height: 1;
}
.header-3 .header-main .header__hamburger span {
  background-color: var(--white);
}
.header-3 .header-number {
  border: 1px solid #C7DC49;
  border-radius: 10px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .header-3 .header-number {
    display: none;
  }
}
.header-3 .header-number .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--theme-2);
  text-align: center;
}
.header-3 .header-number a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.92px;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 {
  padding-top: 0;
}
.sticky.header-2 {
  background-color: #10551F;
  box-shadow: rgba(16, 85, 31, 0.2) 0px 8px 24px;
}
.sticky.header-2 .mega-menu-wrapper {
  background-color: transparent;
  border-radius: 0;
  padding: 0 0;
}
.sticky.header-3 {
  background-color: #10551F;
  box-shadow: rgba(16, 85, 31, 0.2) 0px 8px 24px;
}

.offcanvas__info {
  background: var(--header) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  top: 15px;
  width: 470px;
  height: calc(100% - 30px);
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  transform: translateX(-15px);
}

.offcanvas__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 40px;
  overflow: auto;
  height: 100%;
}
.offcanvas__wrapper .offcanvas__top {
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__logo img {
  width: 190px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__logo img {
    width: 130px;
  }
}
.offcanvas__wrapper .offcanvas__close {
  color: var(--theme);
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.offcanvas__wrapper .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__close:hover {
  transform: rotate(90deg);
}
.offcanvas__wrapper .offcanvas__close:hover i {
  color: var(--theme-2);
}
.offcanvas__wrapper .text {
  color: #C1D2CE;
  font-size: 15px;
}
.offcanvas__wrapper .off-contact-info {
  margin-top: 30px;
}
.offcanvas__wrapper .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .info-title {
    font-size: 20px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details {
  margin-top: 14px;
}
.offcanvas__wrapper .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details p a {
  color: var(--white);
}
.offcanvas__wrapper .social-icon-list {
  margin-top: 30px;
}
.offcanvas__wrapper .social-icon-list .follow-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .social-icon-list .follow-title {
    font-size: 20px;
  }
}
.offcanvas__wrapper .social-icon-list .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.offcanvas__wrapper .social-icon-list .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(193, 210, 206, 0.0705882353);
  color: var(--white);
  font-size: 14px;
}
.offcanvas__wrapper .social-icon-list .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--header);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
  .offcanvas__info {
    width: 390px;
  }
}
@media (max-width: 450px) {
  .offcanvas__info {
    width: 340px;
  }
}
.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--white);
}

.header-top-bar {
  background-color: var(--theme);
  padding: 10px 0;
}
@media (max-width: 991px) {
  .header-top-bar {
    display: none;
  }
}
.header-top-bar .top-head-items {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.header-top-bar .top-head-items .theme-btn {
  border-radius: 4px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  line-height: 27px;
  padding: 0 10px;
}
.header-top-bar .top-head-items .theme-btn::before {
  background-color: var(--white);
}
.header-top-bar .top-head-items p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-top-bar .top-head-items p a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.breadcrumb-section {
  background: linear-gradient(180deg, #C7DC49 0%, rgba(199, 220, 73, 0) 100%);
}

.breadcrumb-wrapper {
  position: relative;
  border-radius: 20px;
  margin: 110px 60px;
  margin-bottom: 0;
  background: linear-gradient(180deg, #C7DC49 0%, rgba(199, 220, 73, 0) 100%);
}
@media (max-width: 1600px) {
  .breadcrumb-wrapper {
    margin: 0 35px;
    margin-top: 110px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper {
    margin: 0 28px;
    margin-top: 105px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    margin: 0 20px;
    margin-top: 85px;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper {
    margin: 0 16px;
    margin-top: 80px;
  }
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #10551F -9.82%, rgba(16, 85, 31, 0) 107.97%);
  border-radius: 20px;
}
.breadcrumb-wrapper .page-heading {
  padding: 200px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 170px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 135px;
    padding-bottom: 150px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-title {
  font-size: 46px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 10px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-list {
    justify-content: center;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  font-weight: 500;
  color: var(--white);
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  color: var(--white);
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li img {
  margin-left: 10px;
  margin-right: 10px;
}

.error-wrapper {
  text-align: center;
  margin-top: -57px;
}
@media (max-width: 1199px) {
  .error-wrapper {
    display: none;
  }
}
.error-wrapper .error h2 {
  color: var(--theme-2);
  font-size: 350px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .error-wrapper .error h2 {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .error-wrapper .error h2 {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .error-wrapper .error h2 {
    font-size: 100px;
  }
}
.error-wrapper .error-content h2 {
  font-size: 72px;
}
@media (max-width: 1199px) {
  .error-wrapper .error-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .error-wrapper .error-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .error-wrapper .error-content h2 {
    font-size: 30px;
  }
}
.error-wrapper .error-content h2 span {
  color: var(--theme);
}
.error-wrapper .error-content p {
  margin-top: 22px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .error-wrapper .error-content p {
    font-size: 16px;
  }
  .error-wrapper .error-content p br {
    display: none;
  }
}
.error-wrapper .error-btn {
  margin-top: 45px;
}

.footer-area {
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1600px) {
  .footer-area {
    margin-top: 35px;
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (max-width: 1399px) {
  .footer-area {
    margin-top: 28px;
    margin-left: 28px;
    margin-right: 28px;
  }
}
@media (max-width: 1199px) {
  .footer-area {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 470px) {
  .footer-area {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.footer-area .footer-shape-1 {
  position: absolute;
  bottom: 0;
  left: 52%;
}
@media (max-width: 1199px) {
  .footer-area .footer-shape-1 {
    display: none;
  }
}

.footer-widget-wrapper {
  padding: 120px 0 60px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding-top: 80px;
  }
}
.footer-widget-wrapper .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-head h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-items .footer-content {
  max-width: 520px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper .footer-widget-items .footer-content {
    max-width: initial;
  }
}
.footer-widget-wrapper .footer-widget-items .footer-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-widget-wrapper .footer-widget-items .footer-content ul li {
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-items .footer-content ul .dots {
  width: 6px;
  height: 6px;
  line-height: 6px;
  border-radius: 50%;
  background-color: var(--theme-2);
}
.footer-widget-wrapper .footer-widget-items .footer-content .title {
  font-size: 46px;
  font-weight: 500;
  color: var(--white);
  margin-top: 15px;
}
@media (min-width: 768px) {
  .footer-widget-wrapper .footer-widget-items .footer-content .title {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-widget-items .footer-content .title {
    font-size: 38px;
  }
}
.footer-widget-wrapper .footer-widget-items .footer-content p {
  color: var(--white);
  margin-top: 10px;
  max-width: 408px;
}
.footer-widget-wrapper .footer-widget-items .footer-content form {
  max-width: 520px;
  width: 100%;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper .footer-widget-items .footer-content form {
    max-width: initial;
  }
}
.footer-widget-wrapper .footer-widget-items .footer-content form .icon-btn {
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  background-color: var(--theme-2);
  color: #10551F;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: 2px;
}
.footer-widget-wrapper .footer-widget-items .footer-content form input {
  width: 100%;
  outline: none;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 400;
  padding: 20px 20px;
  line-height: 1;
  background: transparent;
  padding-right: 80px;
}
.footer-widget-wrapper .footer-widget-items .footer-content form input::placeholder {
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-items .footer-content .text {
  font-size: 14px;
}
.footer-widget-wrapper .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper .footer-widget-items .list-area li a {
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover a {
  color: var(--theme-2);
}
.footer-widget-wrapper .footer-widget-items .contact-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-widget-wrapper .footer-widget-items .contact-list li .icon {
  max-width: 50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  color: var(--theme-2);
}
.footer-widget-wrapper .footer-widget-items .contact-list li .content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-items .contact-list li .content p a {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-items .contact-list li:not(:last-child) {
  margin-bottom: 25px;
}

.footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3F5A52;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
.footer-bottom-wrapper .logo-area {
  display: flex;
  align-items: center;
  gap: 170px;
}
@media (max-width: 1199px) {
  .footer-bottom-wrapper .logo-area {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-wrapper .logo-area {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
.footer-bottom-wrapper .logo-area .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom-wrapper .logo-area .social-icon a {
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
}
.footer-bottom-wrapper .logo-area .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--theme);
}
.footer-bottom-wrapper .text-1 {
  color: var(--white);
}

.footer-section-2 {
  background-color: var(--header);
  margin: 0 60px;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .footer-section-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .footer-section-2 {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .footer-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 470px) {
  .footer-section-2 {
    margin: 0 16px;
  }
}

.footer-top-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 1399px) {
  .footer-top-wrapper-2 {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-top-wrapper-2 .icon-area {
  display: flex;
  gap: 20px;
}
.footer-top-wrapper-2 .icon-area .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #10551F;
  border-radius: 50%;
  text-align: center;
  color: var(--theme-2);
}
.footer-top-wrapper-2 .icon-area .content .call {
  color: var(--white);
}
.footer-top-wrapper-2 .icon-area .content p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px;
}
.footer-top-wrapper-2 .icon-area .content p a {
  color: var(--white);
}
.footer-top-wrapper-2 .footer-text {
  color: var(--white);
  max-width: 130px;
  margin-right: -85px;
}
@media (max-width: 1399px) {
  .footer-top-wrapper-2 .footer-text {
    margin-right: 0;
  }
}
.footer-top-wrapper-2 form {
  max-width: 450px;
  width: 100%;
  position: relative;
}
.footer-top-wrapper-2 form .icon-btn {
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  background-color: var(--theme-2);
  color: #10551F;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: 2px;
}
.footer-top-wrapper-2 form input {
  width: 100%;
  outline: none;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 400;
  padding: 20px 20px;
  line-height: 1;
  background: transparent;
  padding-right: 80px;
}
.footer-top-wrapper-2 form input::placeholder {
  color: var(--white);
}
@media (max-width: 1399px) {
  .footer-top-wrapper-2 .logo img {
    width: 240px;
  }
}
@media (max-width: 1199px) {
  .footer-top-wrapper-2 .logo img {
    width: 200px;
  }
}

.footer-widget-wrapper-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 80px 0 80px;
}
.footer-widget-wrapper-2 .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper-2 .footer-widget-items .widget-head h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
}
.footer-widget-wrapper-2 .footer-widget-items .footer-content .title {
  font-size: 46px;
  font-weight: 500;
  color: var(--white);
}
@media (max-width: 767px) {
  .footer-widget-wrapper-2 .footer-widget-items .footer-content .title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper-2 .footer-widget-items .footer-content .title {
    font-size: 34px;
  }
}
.footer-widget-wrapper-2 .footer-widget-items .footer-content p {
  color: var(--white);
  margin-top: 10px;
  max-width: 408px;
}
.footer-widget-wrapper-2 .footer-widget-items .footer-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.footer-widget-wrapper-2 .footer-widget-items .footer-content ul li {
  color: var(--white);
}
.footer-widget-wrapper-2 .footer-widget-items .footer-content ul .dots {
  width: 6px;
  height: 6px;
  line-height: 6px;
  border-radius: 50%;
  background-color: var(--theme-2);
}
.footer-widget-wrapper-2 .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper-2 .footer-widget-items .list-area li a {
  color: var(--white);
}
.footer-widget-wrapper-2 .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-widget-wrapper-2 .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper-2 .footer-widget-items .list-area li:hover a {
  color: var(--theme-2);
}
.footer-widget-wrapper-2 .footer-widget-items .contact-list li {
  display: flex;
  gap: 20px;
}
.footer-widget-wrapper-2 .footer-widget-items .contact-list li .icon {
  max-width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  color: var(--theme-2);
  width: 100%;
  font-size: 14px;
}
.footer-widget-wrapper-2 .footer-widget-items .contact-list li .content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  max-width: 290px;
}
.footer-widget-wrapper-2 .footer-widget-items .contact-list li .content p a {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.footer-widget-wrapper-2 .footer-widget-items .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-bottom-2 {
  background-color: var(--theme-2);
  margin: 0 60px;
  border-radius: 20px;
  padding: 30px 0;
}
@media (max-width: 1600px) {
  .footer-bottom-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .footer-bottom-2 {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .footer-bottom-2 {
    margin: 0 20px;
  }
}
@media (max-width: 470px) {
  .footer-bottom-2 {
    margin: 0 16px;
  }
}
.footer-bottom-2 .footer-bottom-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-bottom-2 .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon a {
  background-color: rgba(12, 47, 37, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--theme);
  text-align: center;
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon a:hover {
  background-color: var(--theme);
  color: var(--theme-2);
}
.footer-bottom-2 .footer-bottom-wrapper-2 .text-1 {
  color: var(--text);
}

.footer-top-wrapper-3 {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 35px 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-top-wrapper-3 {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }
}
.footer-top-wrapper-3 .content p {
  color: var(--white);
  margin-top: 20px;
}
.footer-top-wrapper-3 .social-icon-area .title {
  font-size: 18px;
  font-style: 500;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-top-wrapper-3 .social-icon-area .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-top-wrapper-3 .social-icon-area .social-icon a {
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
}
.footer-top-wrapper-3 .social-icon-area .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--theme);
}

.footer-widget-wrapper-3 {
  margin-top: 30px;
}
.footer-widget-wrapper-3 .footer-content-box {
  background-color: var(--theme-2);
  padding: 40px 35px;
  border-radius: 10px;
  height: 100%;
}
.footer-widget-wrapper-3 .footer-content-box .title-2 {
  font-size: 45px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-3 .footer-content-box .title-2 {
    font-size: 35px;
  }
}
.footer-widget-wrapper-3 .footer-content-box p {
  margin-top: 13px;
}
.footer-widget-wrapper-3 .footer-content-box form {
  max-width: 337px;
  width: 100%;
  position: relative;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-3 .footer-content-box form {
    max-width: initial;
  }
}
.footer-widget-wrapper-3 .footer-content-box form .icon-btn {
  width: 62px;
  height: 62px;
  line-height: 62px;
  display: inline-block;
  background-color: var(--theme);
  color: var(--theme-2);
  border-radius: 50%;
  position: absolute;
  font-size: 18px;
  top: -1px;
  right: 2px;
}
.footer-widget-wrapper-3 .footer-content-box form input {
  width: 100%;
  outline: none;
  border-radius: 60px;
  border: 2px solid rgba(63, 90, 82, 0.2);
  font-size: 16px;
  font-weight: 400;
  padding: 19px 20px;
  line-height: 1;
  background: transparent;
  padding-right: 80px;
  text-transform: capitalize;
  color: rgb(63, 90, 82);
}
.footer-widget-wrapper-3 .footer-content-box form input::placeholder {
  color: rgb(63, 90, 82);
}
.footer-widget-wrapper-3 .footer-content-box span {
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
}
.footer-widget-wrapper-3 .footer-list-box-area {
  background-color: rgba(199, 220, 73, 0.05);
  padding: 60px;
  border-radius: 10px;
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-list-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-widget-wrapper-3 .footer-list-box-area .footer-list-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 470px) {
  .footer-widget-wrapper-3 .footer-list-box-area .footer-list-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-list-box .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-list-box .footer-widget-items .widget-head h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-list-box .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-list-box .footer-widget-items .list-area li a {
  color: var(--white);
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-list-box .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-list-box .footer-widget-items .list-area li:hover a {
  color: var(--theme-2);
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .footer-widget-wrapper-3 .footer-list-box-area .footer-bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-bottom .icon-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-bottom .icon-area .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--theme-2);
  color: var(--theme);
  border-radius: 50%;
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-bottom .icon-area p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-bottom .icon-area p a {
  color: var(--white);
}
.footer-widget-wrapper-3 .footer-list-box-area .footer-bottom .text {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section-3 {
  padding: 80px 0;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
  .section-title br {
    display: none;
  }
}
.section-title .sub-title {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.28px;
  color: var(--theme);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-title h2 {
  color: var(--header);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  margin-bottom: 30px;
  align-items: end;
}
.section-title-area .section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-title-area .section-title {
    margin-bottom: 0;
  }
  .section-title-area .section-title br {
    display: none;
  }
}
.section-title-area .section-title .sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-title-area .section-title .sub-title.color-yellow {
  color: var(--theme);
}
.section-title-area .section-title h2 {
  color: var(--header);
}
.section-title-area .section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area .section-title-area {
    margin-bottom: 0;
  }
  .section-title-area .section-title-area br {
    display: none;
  }
}
.section-title-area .section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
  .section-title-area br {
    display: none;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.bg-color {
  background-color: #F7F8ED;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--bg2);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding-2 {
  padding: 60px 0;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-padding-2 {
  padding: 60px 0;
}

/*---------------------------------------
05. Sections
---------------------------------------*/
.hero-section {
  background: linear-gradient(180deg, #C7DC49 0%, rgba(199, 220, 73, 0) 100%);
  position: relative;
  z-index: 9;
}
.hero-section .hero-shape-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.hero-section .hero-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1899px) {
  .hero-section .hero-shape-2 {
    display: none;
  }
}

.hero-1 {
  padding: 130px 0;
  padding-bottom: 0;
  border-radius: 20px;
  margin: 0 60px;
  margin-top: 110px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-1 {
    margin: 0 35px;
    margin-top: 110px;
  }
}
@media (max-width: 1399px) {
  .hero-1 {
    margin: 0 28px;
    margin-top: 105px;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    margin: 0 20px;
    margin-top: 85px;
  }
}
@media (max-width: 470px) {
  .hero-1 {
    margin: 0 16px;
    margin-top: 80px;
  }
}
.hero-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  background: rgba(12, 47, 37, 0.7);
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content .sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero-1 .hero-content .sub-title {
    justify-content: center;
  }
}
.hero-1 .hero-content h1 {
  font-size: 75px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-1 .hero-content h1 span {
  color: var(--theme-2);
}
.hero-1 .hero-content .hero-text {
  margin-top: 17px;
  color: var(--white);
  max-width: 520px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content .hero-text {
    margin: 15px auto 0;
  }
}
.hero-1 .hero-content .counter-area {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content .counter-area {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.hero-1 .hero-content .counter-area .counter-items p {
  color: var(--white);
}
.hero-1 .hero-content .counter-area .counter-items h2 {
  font-size: 46px;
  font-weight: 500;
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .hero-1 .hero-content .counter-area .counter-items h2 {
    font-size: 36px;
  }
}
.hero-1 .hero-content .counter-area .counter-items h2 .plus-text {
  color: var(--theme-2);
}
.hero-1 .hero-content .theme-btn-main {
  margin-top: 50px;
}
.hero-1 .hero-thumb {
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-1 .hero-thumb {
    margin-left: -70px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-thumb {
    margin-left: -115px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-thumb {
    margin-left: 0;
  }
  .hero-1 .hero-thumb img {
    width: 100%;
    height: 100%;
  }
}

.hero-2 {
  background: linear-gradient(182.08deg, #C7DC49 -16.57%, #10551F 98.25%);
  padding: 190px 0 70px;
  position: relative;
}
.hero-2 .hero-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-2 .hero-shape-2 {
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-shape-2 {
    opacity: 0.3;
  }
}
.hero-2 .hero-thumb-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-thumb-items {
    display: none;
  }
}
.hero-2 .hero-thumb-items .hero-thumb {
  max-width: 300px;
  height: 507px;
  overflow: hidden;
  position: relative;
  border-radius: 999px;
  border: 2px solid #C7DC49;
}
.hero-2 .hero-thumb-items .hero-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.hero-2 .hero-thumb-items .hero-thumb img {
  width: 100%;
  height: 100%;
  border: 2px solid #C7DC49;
  border-radius: 999px;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.hero-2 .hero-thumb-items .hero-thumb:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hero-2 .hero-thumb-items .hero-thumb:hover img {
  transform: scale(1.2);
}
.hero-2 .hero-thumb-items .hero-thumb-2 {
  max-width: 300px;
  border-radius: 999px;
  position: relative;
  height: 420px;
  overflow: hidden;
}
.hero-2 .hero-thumb-items .hero-thumb-2::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.hero-2 .hero-thumb-items .hero-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.hero-2 .hero-thumb-items .hero-thumb-2::before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 999px;
  z-index: 11;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.hero-2 .hero-thumb-items .hero-thumb-2:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hero-2 .hero-thumb-items .hero-thumb-2:hover img {
  transform: scale(1.2);
}
.hero-2 .hero-content {
  text-align: center;
  max-width: 793px;
  margin: -60px auto 0;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content {
    margin-top: 0;
  }
}
.hero-2 .hero-content .sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.28px;
}
.hero-2 .hero-content h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content h1 {
    font-size: 45px;
  }
}
.hero-2 .hero-content .theme-btn-main {
  margin-top: 30px;
}
.hero-2 .hero-bottom-image-2 {
  margin-top: 40px;
  display: none;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-2 .hero-bottom-image-2 {
    display: block;
  }
}
.hero-2 .hero-bottom-image-2 img {
  width: 100%;
  height: 100%;
}

.hero-3 {
  position: relative;
  z-index: 9;
  padding: 450px 0;
  padding-bottom: 80px;
}
@media (max-width: 1399px) {
  .hero-3 {
    padding-top: 280px;
  }
}
@media (max-width: 991px) {
  .hero-3 {
    padding-top: 210px;
    padding-bottom: 50px;
  }
}
.hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(180deg, rgba(157, 196, 77, 0) 0%, #10551F 100%);
}
@media (max-width: 1199px) {
  .hero-3 .hero-content {
    text-align: center;
  }
}
.hero-3 .hero-content .sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content .sub-title {
    justify-content: center;
  }
}
.hero-3 .hero-content h1 {
  font-size: 80px;
}
@media (max-width: 1399px) {
  .hero-3 .hero-content h1 {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-3 .hero-content .hero-text {
  margin-top: 15px;
  color: var(--white);
  max-width: 620px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-text {
    margin: 14px auto 0;
  }
}
.hero-3 .hero-content .theme-btn-main {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-3 .hero-content .theme-btn-main {
    margin-top: 28px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content .theme-btn-main {
    margin-top: 22px;
  }
}
.hero-3 .star-box {
  text-align: end;
}
@media (max-width: 1199px) {
  .hero-3 .star-box {
    display: none;
  }
}

.about-section .container {
  max-width: 1330px;
}

.about-left-thumb {
  position: relative;
  max-width: 552px;
}
@media (max-width: 1199px) {
  .about-left-thumb {
    max-width: initial;
  }
}
@media (max-width: 991px) {
  .about-left-thumb {
    height: 550px;
  }
}
.about-left-thumb img {
  width: 100%;
  height: 100%;
  border: 1.2502px solid #D0D0D0;
  border-radius: 121.971px 15.2463px;
  object-fit: cover;
}
.about-left-thumb .about-sm-thumb {
  position: absolute;
  top: 100px;
  right: -45px;
}
@media (max-width: 1399px) {
  .about-left-thumb .about-sm-thumb {
    right: -25px;
  }
}
@media (max-width: 1199px) {
  .about-left-thumb .about-sm-thumb {
    right: 20px;
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .about-left-thumb .about-sm-thumb {
    top: 30px;
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .about-left-thumb .about-sm-thumb {
    top: 30px;
    max-width: 160px;
  }
}
.about-left-thumb .about-sm-thumb img {
  width: 100%;
  height: 100%;
  border: 10.0016px solid #FFFFFF;
  border-radius: 60.9853px 15.2463px;
}
@media (max-width: 767px) {
  .about-left-thumb .about-sm-thumb img {
    border: 3px solid var(--white);
  }
}
.about-left-thumb .counter-sm-area {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  bottom: 30px;
  left: 30px;
  background-color: #F7F8ED;
  padding: 20px;
  max-width: 255px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .about-left-thumb .counter-sm-area {
    left: 20px;
    bottom: 20px;
  }
}
.about-left-thumb .counter-sm-area .icon img {
  border-radius: 0;
  border: none;
}
.about-left-thumb .counter-sm-area .content h2 {
  font-size: 35px;
  font-weight: 400;
  color: var(--header);
}
.about-left-thumb .counter-sm-area .content p {
  color: var(--header);
}
.about-left-thumb .counter-sm-area:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.about-right-content .section-title h2 {
  font-size: 46px;
}
@media (max-width: 1399px) {
  .about-right-content .section-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .about-right-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .about-right-content .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-right-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .about-right-content .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .about-right-content .section-title h2 {
    font-size: 32px;
  }
}
.about-right-content .about-text {
  margin-top: 10px;
  color: var(--white);
  max-width: 630px;
}
.about-right-content .about-icon-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .about-right-content .about-icon-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-right-content .about-icon-area {
    margin-top: 25px;
  }
}
.about-right-content .about-icon-area .about-icon-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-right-content .about-icon-area .about-icon-list .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-2);
}
.about-right-content .about-icon-area .about-icon-list .title {
  color: var(--white);
  letter-spacing: -0.48px;
  line-height: 120%;
}
.about-right-content .about-icon-area .about-icon-list:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}
.about-right-content .about-text-2 {
  color: #F7F8ED;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about-right-content .about-text-2 {
    margin-top: 25px;
  }
}
.about-right-content .theme-btn-main {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .about-right-content .theme-btn-main {
    margin-top: 25px;
  }
}

.about-section {
  position: relative;
}
.about-section .about-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-left-thumb-2 {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .about-left-thumb-2 {
    margin-right: 0;
  }
}
.about-left-thumb-2 img {
  width: 100%;
  height: 100%;
}

.about-content-2 .about-text {
  margin-top: 10px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .about-content-2 .about-text {
    margin-bottom: 25px;
  }
}
.about-content-2 .about-icon-area {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media (max-width: 500px) {
  .about-content-2 .about-icon-area {
    display: grid;
  }
}
.about-content-2 .about-icon-area .icon {
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-2);
  border-radius: 50%;
  width: 100%;
}
.about-content-2 .about-icon-area .icon img {
  animation: cir36 10s linear infinite;
}
.about-content-2 .about-icon-area .content p {
  max-width: 440px;
  margin-top: 6px;
}

.about-bottom-area-2 {
  border: 1px solid rgb(208, 208, 208);
  border-radius: 20px;
  line-height: 1;
  padding: 10px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 65px;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .about-bottom-area-2 {
    padding: 18px 30px;
  }
}
@media (max-width: 991px) {
  .about-bottom-area-2 {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
  }
}
.about-bottom-area-2 p {
  max-width: 374px;
  line-height: 162%;
}
@media (max-width: 767px) {
  .about-bottom-area-2 p {
    text-align: center;
  }
}
.about-bottom-area-2 .about-shape {
  margin-bottom: -10px;
  margin-top: 10px;
}
.about-bottom-area-2 .theme-btn-main {
  background-color: var(--theme);
}
.about-bottom-area-2 .theme-btn-main .theme-btn {
  color: var(--white);
}
.about-bottom-area-2 .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.about-bottom-area-2 .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}

.counter-section {
  position: relative;
  z-index: 9;
  padding: 60px 0;
}
.counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(16, 85, 31, 0.9);
}

.counter-box-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .counter-box-area {
    display: grid;
    justify-content: center;
    text-align: center;
  }
}
.counter-box-area .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.counter-box-area .content h2 {
  color: var(--white);
  font-size: 56px;
  font-weight: 500;
}
.counter-box-area .content p {
  color: var(--white);
}
.counter-box-area:hover .icon img {
  transform: scaleX(-1) !important;
}

.choose-left-thumb-2 {
  position: relative;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .choose-left-thumb-2 {
    height: 500px;
  }
}
.choose-left-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.choose-left-thumb-2 .theme-btn-main {
  background-color: var(--theme);
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.choose-left-thumb-2 .theme-btn-main .theme-btn {
  color: var(--white);
}
.choose-left-thumb-2 .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.choose-left-thumb-2 .theme-btn-main .theme-btn-arrow-left img {
  width: initial;
  height: initial;
}
.choose-left-thumb-2 .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}
.choose-left-thumb-2 .theme-btn-main .theme-btn-arrow-right img {
  width: initial;
  height: initial;
}

.choose-us-content-2 {
  background-color: var(--theme-2);
  padding: 60px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .choose-us-content-2 {
    padding: 30px;
  }
}
.choose-us-content-2 .choose-text {
  margin-top: 20px;
}
.choose-us-content-2 .counter-icon-area {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .choose-us-content-2 .counter-icon-area {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 25px;
  }
}
.choose-us-content-2 .counter-icon-area .counter-items {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px 38px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .choose-us-content-2 .counter-icon-area .counter-items {
    padding: 28px 25px;
  }
}
@media (max-width: 767px) {
  .choose-us-content-2 .counter-icon-area .counter-items {
    width: 100%;
  }
}
.choose-us-content-2 .counter-icon-area .counter-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.choose-us-content-2 .counter-icon-area .counter-items .content h2 {
  color: rgba(12, 47, 37, 0.8);
  font-size: 46px;
}
.choose-us-content-2 .counter-icon-area .counter-items .content p {
  color: rgb(12, 47, 37);
}
.choose-us-content-2 .counter-icon-area .counter-items:hover .icon img {
  transform: scaleX(-1) !important;
}
.choose-us-content-2 .counter-icon-area.style-2 {
  margin-top: 30px;
}

.achievement-section-2 {
  border-radius: 20px;
}

.achievement-content-2 {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .achievement-content-2 {
    margin-right: 0;
  }
}
.achievement-content-2 .achieve-text {
  margin-top: 10px;
  max-width: 520px;
}
.achievement-content-2 .icon-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.achievement-content-2 .icon-area .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.achievement-content-2 .icon-area .title {
  font-size: 18px;
  font-weight: 500;
}
.achievement-content-2 .icon-area.style-2 {
  margin-top: 10px;
}
.achievement-content-2 .icon-area:hover .icon img {
  transform: scaleX(-1) !important;
}
.achievement-content-2 .skill-feature {
  margin-top: 30px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .achievement-content-2 .skill-feature {
    margin-top: 20px;
  }
}
.achievement-content-2 .skill-feature.style-2 {
  margin-top: 15px;
}
.achievement-content-2 .skill-feature:not(:last-child) {
  margin-bottom: 17px;
}
.achievement-content-2 .skill-feature .box-title {
  font-size: 16px;
  font-weight: 500;
  color: #0C2F25;
}
.achievement-content-2 .skill-feature .progress-value {
  margin-bottom: 10px;
  color: var(--header);
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
}
.achievement-content-2 .skill-feature .progress {
  position: relative;
  height: 10px;
  background-color: var(--white);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
  border-radius: 10px;
}
.achievement-content-2 .skill-feature .progress-bar {
  background-color: var(--theme);
  height: 10px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
  border-radius: 10px;
}
.achievement-content-2 .skill-feature .progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  font-family: "Bricolage Grotesque", sans-serif;
}
.achievement-content-2 .theme-btn-main {
  background-color: var(--theme);
  margin-top: 40px;
}
@media (max-width: 767px) {
  .achievement-content-2 .theme-btn-main {
    margin-top: 25px;
  }
}
.achievement-content-2 .theme-btn-main .theme-btn {
  color: var(--white);
}
.achievement-content-2 .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.achievement-content-2 .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}

.achievement-thumb-items-2 {
  position: relative;
  border-radius: 10px;
  height: 665px;
}
@media (max-width: 991px) {
  .achievement-thumb-items-2 {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .achievement-thumb-items-2 {
    height: 530px;
  }
}
@media (max-width: 575px) {
  .achievement-thumb-items-2 {
    height: 480px;
  }
}
.achievement-thumb-items-2 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.achievement-thumb-items-2 .counter-items {
  background-color: var(--theme);
  padding: 20px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .achievement-thumb-items-2 .counter-items {
    padding: 13px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .achievement-thumb-items-2 .counter-items .icon {
    width: 40px;
    height: 40px;
  }
}
.achievement-thumb-items-2 .counter-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.achievement-thumb-items-2 .counter-items .content h2 {
  color: var(--white);
  font-size: 46px;
}
@media (max-width: 767px) {
  .achievement-thumb-items-2 .counter-items .content h2 {
    font-size: 34px;
  }
}
.achievement-thumb-items-2 .counter-items .content p {
  color: var(--white);
}
.achievement-thumb-items-2 .counter-items:hover .icon img {
  transform: scaleX(-1) !important;
}

.work-process-box-items-3 {
  margin-top: 30px;
  background-color: var(--white);
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .work-process-box-items-3 {
    padding: 30px;
  }
}
.work-process-box-items-3 .icon-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work-process-box-items-3 .icon-area .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-2);
  border-radius: 5px;
}
.work-process-box-items-3 .icon-area .title-number {
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  color: rgba(12, 47, 37, 0.05);
}
.work-process-box-items-3 p {
  font-size: 14px;
  margin-top: 30px;
}
.work-process-box-items-3 .title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .work-process-box-items-3 .title {
    font-size: 20px;
  }
}
.work-process-box-items-3:hover .icon-area .icon img {
  animation: wobble 1.5s ease-in-out;
}

.choose-us-section-3 {
  margin: 0 60px;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .choose-us-section-3 {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .choose-us-section-3 {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .choose-us-section-3 {
    margin: 0 20px;
  }
}
@media (max-width: 470px) {
  .choose-us-section-3 {
    margin: 0 16px;
  }
}

.choose-us-content-3 {
  position: relative;
}
.choose-us-content-3 .choose-text {
  margin-top: 15px;
  color: var(--white);
  max-width: 410px;
}
@media (max-width: 1199px) {
  .choose-us-content-3 .choose-text {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .choose-us-content-3 .choose-text {
    margin-top: 8px;
  }
}
.choose-us-content-3 .skill-feature {
  margin-top: 30px;
  max-width: 410px;
}
@media (max-width: 1199px) {
  .choose-us-content-3 .skill-feature {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .choose-us-content-3 .skill-feature {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .choose-us-content-3 .skill-feature {
    margin-top: 15px;
  }
}
.choose-us-content-3 .skill-feature.style-2 {
  margin-top: 15px;
}
.choose-us-content-3 .skill-feature:not(:last-child) {
  margin-bottom: 20px;
}
.choose-us-content-3 .skill-feature .box-title {
  font-size: 16px;
  color: var(--white);
}
.choose-us-content-3 .skill-feature .progress-value {
  margin-bottom: 10px;
  color: var(--white);
  text-transform: capitalize;
  font-family: "Bricolage Grotesque", sans-serif;
}
.choose-us-content-3 .skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: rgba(199, 220, 73, 0.1);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
  border-radius: 10px;
}
.choose-us-content-3 .skill-feature .progress-bar {
  background-color: var(--theme-2);
  height: 8px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
  border-radius: 10px;
}
.choose-us-content-3 .skill-feature .progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
}
.choose-us-content-3 .theme-btn-main {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .choose-us-content-3 .theme-btn-main {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .choose-us-content-3 .theme-btn-main {
    margin-top: 38px;
  }
}
@media (max-width: 767px) {
  .choose-us-content-3 .theme-btn-main {
    margin-top: 28px;
  }
}
@media (max-width: 575px) {
  .choose-us-content-3 .theme-btn-main {
    margin-top: 20px;
  }
}
.choose-us-content-3 .counter-area-3 {
  border: 1px solid var(--theme-2);
  display: inline-block;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 300px;
}
@media (max-width: 1399px) {
  .choose-us-content-3 .counter-area-3 {
    display: none;
  }
}
.choose-us-content-3 .counter-area-3 h2 {
  font-size: 147px;
  font-weight: 500;
  color: var(--white);
}
.choose-us-content-3 .counter-area-3 p {
  color: var(--white);
}
.choose-us-content-3 .client-img {
  position: absolute;
  top: 42%;
  right: 170px;
}
@media (max-width: 1399px) {
  .choose-us-content-3 .client-img {
    display: none;
  }
}

.choose-us-thumb-3 {
  border-radius: 20px;
  height: 598px;
}
.choose-us-thumb-3 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.legacy-list-3 {
  margin-top: 30px;
}
.legacy-list-3 li {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.legacy-list-3 li:not(:last-child) {
  margin-bottom: 140px;
}
@media (max-width: 1199px) {
  .legacy-list-3 li:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .legacy-list-3 li .title {
    font-size: 19px;
    line-height: 130%;
  }
}
@media (max-width: 1199px) {
  .legacy-list-3 li .title {
    max-width: 200px;
    margin: 0 auto;
    line-height: 125%;
  }
}
@media (max-width: 767px) {
  .legacy-list-3 li .title {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .legacy-list-3 li .title {
    max-width: 160px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .legacy-list-3 li .icon {
    display: none;
  }
}

.legacy-thumb-3 {
  max-width: 575px;
  margin: 30px auto 0;
}
.legacy-thumb-3 img {
  width: 100%;
  height: 100%;
}

.legacy-text-3 {
  text-align: center;
  margin-top: 60px;
  color: var(--header);
}
.legacy-text-3 span {
  background-color: var(--theme-2);
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 1;
  color: var(--header);
  margin-right: 8px;
}
.legacy-text-3 a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--theme);
  text-decoration: underline;
}

.work-process-box-items-inner {
  margin-top: 40px;
  background-color: rgb(247, 248, 237);
  padding: 40px;
  border-radius: 20px;
}
.work-process-box-items-inner .icon-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work-process-box-items-inner .icon-area .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-2);
  border-radius: 5px;
}
.work-process-box-items-inner .icon-area .title-number {
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  color: rgba(12, 47, 37, 0.05);
}
.work-process-box-items-inner p {
  font-size: 14px;
  margin-top: 30px;
}
.work-process-box-items-inner .title-4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.work-process-box-items-inner:hover .icon-area .icon img {
  animation: wobble 1.5s ease-in-out;
}

.shop-section {
  background-color: rgb(247, 248, 237);
  margin: 0 60px;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .shop-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .shop-section {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .shop-section {
    margin: 0 20px;
  }
}
@media (max-width: 470px) {
  .shop-section {
    margin: 0 16px;
  }
}
.shop-section .section-title-area .top-content p {
  max-width: 520px;
  margin-bottom: 30px;
}

.shop-box-items {
  background-color: var(--white);
  margin-top: 30px;
  border-radius: 10px;
}
.shop-box-items .thumb {
  text-align: center;
  padding: 10px 55px;
  padding-bottom: 0;
  height: 230px;
}
.shop-box-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-box-items .content {
  padding: 40px;
}
.shop-box-items .content h2 {
  font-size: 46px;
}

.about-feature-content-inner .about-text {
  margin-top: 10px;
  max-width: 550px;
}
.about-feature-content-inner .farming-list {
  margin-top: 20px;
}
.about-feature-content-inner .farming-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-feature-content-inner .farming-list li i {
  color: var(--theme);
}
.about-feature-content-inner .farming-list li .title-list {
  font-size: 18px;
  font-weight: 500;
}
.about-feature-content-inner .farming-list li:not(:last-child) {
  margin-bottom: 18px;
}
.about-feature-content-inner .theme-btn-main {
  background-color: transparent;
  border: 1px solid var(--theme);
  margin-top: 40px;
}
.about-feature-content-inner .theme-btn-main .theme-btn {
  color: var(--header);
}
.about-feature-content-inner .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme);
}
.about-feature-content-inner .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme);
}

.about-feature-thumb-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .about-feature-thumb-inner {
    gap: 16px;
  }
}
.about-feature-thumb-inner .about-img-1 {
  max-width: 346px;
}
.about-feature-thumb-inner .about-img-1 img {
  width: 100%;
  height: 100%;
  border-radius: 5px 60px;
}
.about-feature-thumb-inner .about-img-2 .circle-box {
  width: 190px;
  height: 190px;
  line-height: 190px;
  border: 1px solid var(--theme);
  border-radius: 50%;
  text-align: center;
  position: relative;
}
@media (max-width: 575px) {
  .about-feature-thumb-inner .about-img-2 .circle-box {
    display: none;
  }
}
.about-feature-thumb-inner .about-img-2 .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.about-feature-thumb-inner .about-img-2 .circle-box .arrow-icon {
  color: var(--theme);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}
.about-feature-thumb-inner .about-img-2 .circle-box .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.about-feature-thumb-inner .about-img-2 .thumb {
  margin-top: 30px;
}
.about-feature-thumb-inner .about-img-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 60px 5px;
}

.feature-section-inner {
  background-color: rgb(247, 248, 237);
}

.feature-box-items-inner {
  border: 1px solid rgb(208, 208, 208);
  padding: 40px;
  border-radius: 20px;
  margin-top: 30px;
}
.feature-box-items-inner .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--white);
  margin-bottom: 30px;
}
.feature-box-items-inner span {
  font-size: 14px;
}
.feature-box-items-inner .feature-title {
  font-size: 22px;
  margin-top: 10px;
}
.feature-box-items-inner:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.service-box-items {
  margin-top: 30px;
  background: #F7F8ED;
  border-radius: 10px;
  padding: 35px;
  transition: all 0.4s ease-in-out;
}
.service-box-items .service-thumb {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.service-box-items .service-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.service-box-items .service-thumb img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  border-radius: 50%;
}
.service-box-items .content {
  margin-top: 15px;
  text-align: center;
}
.service-box-items .content .text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
  display: inline-block;
  position: relative;
}
.service-box-items .content .text::before {
  position: absolute;
  top: 9px;
  left: -20px;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #5B8C51;
  border-radius: 50%;
}
.service-box-items .content .title {
  margin-top: 5px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 575px) {
  .service-box-items .content .title {
    font-size: 18px;
  }
}
.service-box-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-items .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.service-box-items:hover {
  background-color: var(--theme-2);
}
.service-box-items:hover .service-thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.service-box-items:hover .service-thumb img {
  transform: scale(1.2);
}

.service-section {
  position: relative;
}
.service-section .service-bg-shape {
  position: absolute;
  top: 176px;
  left: 0;
  right: 0;
}

.service-section-2 {
  border-radius: 20px;
  margin: 0 60px;
}
@media (max-width: 1600px) {
  .service-section-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .service-section-2 {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .service-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 470px) {
  .service-section-2 {
    margin: 0 16px;
  }
}
.service-section-2 .section-title-area .service-top-content p {
  color: var(--white);
  max-width: 410px;
  font-size: 20px;
  line-height: 150%;
}
.service-section-2 .section-title-area .service-top-content .theme-btn-main {
  background-color: transparent;
  border: 1px solid var(--theme-2);
  margin-top: 20px;
}
.service-section-2 .section-title-area .service-top-content .theme-btn-main .theme-btn {
  color: var(--white);
}
.service-section-2 .section-title-area .service-top-content .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.service-section-2 .section-title-area .service-top-content .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}

.service-box-items-2 {
  margin-top: 30px;
  background-color: var(--theme-2);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.service-box-items-2 .thumb {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  max-width: 250px;
}
.service-box-items-2 .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.service-box-items-2 .thumb .hover-img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  border-radius: 50%;
}
.service-box-items-2 .thumb .service-icon {
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
  width: 100%;
  border: 2px solid var(--white);
  position: absolute;
  bottom: 10px;
  left: 90px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-box-items-2 .thumb .service-icon img {
  width: initial;
  height: initial;
}
.service-box-items-2 .content {
  margin-top: 15px;
}
.service-box-items-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-items-2 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.service-box-items-2 .content p {
  margin-top: 8px;
}
.service-box-items-2 .content .theme-btn-main {
  border: 1px solid var(--theme);
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.service-box-items-2 .content .theme-btn-main:hover {
  background-color: var(--theme);
}
.service-box-items-2 .content .theme-btn-main:hover .theme-btn {
  color: var(--white);
}
.service-box-items-2 .content .theme-btn-main:hover .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.service-box-items-2 .content .theme-btn-main:hover .theme-btn-arrow-right {
  background-color: var(--theme-2);
}
.service-box-items-2:hover .thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.service-box-items-2:hover .thumb .hover-img {
  transform: scale(1.2);
}
.service-box-items-2:hover .thumb .service-icon {
  transform: scaleX(-1) !important;
}

.service-section-3 {
  position: relative;
  z-index: 9;
}
.service-section-3::before {
  width: 38%;
  height: 100%;
  content: "";
  background-color: var(--theme-2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 1600px) {
  .service-section-3::before {
    width: 34%;
  }
}
@media (max-width: 1399px) {
  .service-section-3::before {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .service-section-3::before {
    width: 100%;
  }
}

.service-left-content-3 .service-text {
  margin-top: 12px;
  font-size: 20px;
  color: var(--header);
}
@media (max-width: 991px) {
  .service-left-content-3 .service-text {
    font-size: 18px;
  }
}
.service-left-content-3 .icon-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .service-left-content-3 .icon-area {
    margin-top: 20px;
    gap: 10px;
  }
}
.service-left-content-3 .icon-area .icon {
  max-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
  width: 100%;
}
.service-left-content-3 .icon-area .icon img {
  animation: cir36 10s linear infinite;
}
.service-left-content-3 .icon-area .title {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .service-left-content-3 .icon-area .title {
    font-size: 16px;
  }
}
.service-left-content-3 .theme-btn-main {
  background-color: var(--theme);
  margin-top: 60px;
}
@media (max-width: 991px) {
  .service-left-content-3 .theme-btn-main {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .service-left-content-3 .theme-btn-main {
    margin-top: 28px;
  }
}
@media (max-width: 575px) {
  .service-left-content-3 .theme-btn-main {
    margin-top: 22px;
  }
}
.service-left-content-3 .theme-btn-main .theme-btn {
  color: var(--white);
}
.service-left-content-3 .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.service-left-content-3 .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}

.service-right-items-3 {
  margin-right: -52%;
}
@media (max-width: 991px) {
  .service-right-items-3 {
    margin-right: 0;
  }
}
.service-right-items-3 .service-thumb-box-3 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 9;
}
@media (max-width: 767px) {
  .service-right-items-3 .service-thumb-box-3 {
    height: 440px;
  }
}
.service-right-items-3 .service-thumb-box-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(184.28deg, rgba(16, 85, 31, 0) 28.97%, #10551F 96.52%);
  border-radius: 10px;
}
.service-right-items-3 .service-thumb-box-3::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.service-right-items-3 .service-thumb-box-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.service-right-items-3 .service-thumb-box-3 ul {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-right-items-3 .service-thumb-box-3 ul li {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .service-right-items-3 .service-thumb-box-3 ul li {
    font-size: 20px;
  }
}
.service-right-items-3 .service-thumb-box-3 ul li a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-right-items-3 .service-thumb-box-3 ul li a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.service-right-items-3 .service-thumb-box-3 ul .dots {
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  background-color: var(--theme-2);
}
.service-right-items-3 .service-thumb-box-3 .icon {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  background-color: var(--theme-2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.service-right-items-3 .service-thumb-box-3:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.service-right-items-3 .service-thumb-box-3:hover img {
  transform: scale(1.2);
}
.service-right-items-3 .service-thumb-box-3:hover .icon {
  background-color: var(--theme);
}
.service-right-items-3 .service-thumb-box-3:hover .icon svg path {
  fill: #C7DC49;
}

.service-details-content .service-details-img {
  border-radius: 20px;
}
.service-details-content .service-details-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-details-content .title {
  font-size: 46px;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .service-details-content .title {
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .service-details-content .title {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  .service-details-content .title {
    font-size: 30px;
  }
}
.service-details-content .farming-list {
  margin-top: 20px;
}
.service-details-content .farming-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-details-content .farming-list li .title-2 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(12, 47, 37);
}
.service-details-content .farming-list li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details-content .framing-img {
  margin-top: 40px;
}
.service-details-content .framing-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-details-content .framing-text {
  margin-top: 40px;
}
.service-details-content .title-3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 50px;
}
.service-details-content .flower-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .service-details-content .flower-list {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
.service-details-content .flower-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-details-content .flower-list ul li .title-2 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(12, 47, 37);
}
.service-details-content .flower-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.main-sideber .sideber-box {
  padding: 40px;
  background-color: rgb(247, 248, 237);
  border-radius: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .main-sideber .sideber-box {
    padding: 30px;
  }
}
.main-sideber .sideber-box .top-title {
  font-size: 24px;
  font-weight: 500;
}
.main-sideber .sideber-box .service-categories {
  margin-top: 30px;
}
.main-sideber .sideber-box .service-categories li {
  display: flex;
  align-items: center;
  border: 1px solid rgb(208, 208, 208);
  padding: 15px;
  border-radius: 10px;
}
.main-sideber .sideber-box .service-categories li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .sideber-box .service-categories li a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}
.main-sideber .sideber-box .service-categories li a i {
  margin-right: 8px;
}
.main-sideber .sideber-box .service-categories li:hover a {
  color: var(--theme-2);
}
.main-sideber .sideber-box .contact-form-box {
  margin-top: 30px;
}
.main-sideber .sideber-box .contact-form-box .form-clt input, .main-sideber .sideber-box .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 18px 22px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 10px;
  border: none;
  background: var(--white);
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
}
.main-sideber .sideber-box .contact-form-box .form-clt input::placeholder, .main-sideber .sideber-box .contact-form-box .form-clt textarea::placeholder {
  color: rgb(63, 90, 82);
}
.main-sideber .sideber-box .contact-form-box .form-clt .single-select {
  display: inline-block;
  width: 100%;
  padding: 18px 22px;
  line-height: 1;
  color: rgb(63, 90, 82);
  font-weight: 400;
  border-radius: 10px;
  border: none;
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}
.main-sideber .sideber-box .contact-form-box .form-clt .single-select .list {
  width: 100%;
}
.main-sideber .sideber-box .contact-form-box .form-clt textarea {
  padding-bottom: 70px;
}
.main-sideber .sideber-box .contact-form-box .contact-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sideber .sideber-box .contact-form-box .contact-button .theme-btn-2 {
  background-color: transparent;
  border: 1px solid rgb(208, 208, 208);
  width: 100%;
  border-radius: 10px;
  padding: 20px 25px;
  line-height: 1;
  color: var(--header);
  font-weight: 500;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .main-sideber .sideber-box .contact-form-box .contact-button .theme-btn-2 {
    padding: 18px 15px;
    font-size: 15px;
  }
}
.main-sideber .sideber-box .contact-form-box .contact-button .theme-btn-2:hover {
  background-color: var(--header);
  color: var(--white);
}
.main-sideber .sideber-box .contact-form-box .contact-button .theme-btn {
  background-color: var(--theme);
  width: 100%;
  border-radius: 10px;
  padding: 20px 25px;
  line-height: 1;
  color: var(--white);
  font-weight: 500;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.main-sideber .sideber-box .contact-form-box .contact-button .theme-btn:hover {
  background-color: var(--header);
}

.gallery-section {
  margin: 0 60px;
}
@media (max-width: 1600px) {
  .gallery-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .gallery-section {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .gallery-section {
    margin: 0 20px;
  }
}
@media (max-width: 470px) {
  .gallery-section {
    margin: 0 16px;
  }
}
.gallery-section .section-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gallery-section .section-title {
    margin-bottom: 30px;
  }
}

.gallery-card-item {
  height: 100%;
}
.gallery-card-item .gallery-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1199px) {
  .gallery-card-item .gallery-image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .gallery-card-item .gallery-image {
    height: 400px;
  }
}
.gallery-card-item .gallery-image.style-2 {
  height: 440px;
}
@media (max-width: 575px) {
  .gallery-card-item .gallery-image.style-2 {
    height: 400px;
  }
}
.gallery-card-item .gallery-image::before {
  top: 15px;
  left: 15px;
  height: 100%;
  width: 100%;
  transform: scale(0.7);
  content: "";
  position: absolute;
  background: #10551F;
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.gallery-card-item .gallery-image .icon {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: var(--white);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.gallery-card-item .gallery-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.gallery-card-item .gallery-image:hover::before {
  transform: scale(1);
  opacity: 0.7;
  visibility: visible;
}
.gallery-card-item .gallery-image:hover img {
  transform: scale(1.2);
}
.gallery-card-item .gallery-image:hover .icon {
  opacity: 1;
}
.gallery-card-item .gallery-theme-btn {
  width: 100%;
  margin-top: 30px;
  background-color: var(--white);
  border: 1px solid var(--theme);
  color: var(--header);
  padding: 22px 40px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.gallery-card-item .gallery-theme-btn:hover {
  background-color: var(--theme-2);
  border-color: var(--theme-2);
}
.gallery-card-item .gallery-theme-btn .theme-btn-arrow-right {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--theme);
  border-radius: 10px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.gallery-card-item .gallery-theme-btn .theme-btn-arrow-right img {
  animation: cir36 10s linear infinite;
}

.project-section-2 .container {
  max-width: 1730px;
}

.project-thumb-2 {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-top: 30px;
}
.project-thumb-2.style-2 {
  margin-top: 60px;
}
.project-thumb-2::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-thumb-2:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-thumb-2:hover img {
  transform: scale(1.2);
}

.project-thumb-box-3 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
.project-thumb-box-3::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-thumb-box-3 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-thumb-box-3:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-thumb-box-3:hover img {
  transform: scale(1.2);
}
.project-thumb-box-3 .project-content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--theme-2);
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  bottom: -100px;
  left: 20px;
  right: 20px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .project-thumb-box-3 .project-content-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-thumb-box-3 .project-content-area .content p {
  color: rgb(12, 47, 37);
  margin-bottom: 10px;
}
.project-thumb-box-3 .project-content-area .content .title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 575px) {
  .project-thumb-box-3 .project-content-area .content .title {
    font-size: 18px;
  }
}
.project-thumb-box-3 .project-content-area .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-thumb-box-3 .project-content-area .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-thumb-box-3 .project-content-area .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
}
.project-thumb-box-3:hover .project-content-area {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.project-thumb-box-3:hover .project-content-area .icon img {
  animation: wobble 1.5s ease-in-out;
}

.project-details-wrapper .project-details-data-content-list {
  background-color: var(--theme-2);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 30px 50px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-data-content-list {
    padding: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.project-details-wrapper .project-details-data-content-list .project-items .title-6 {
  font-size: 24px;
  margin-bottom: 10px;
}
.project-details-wrapper .project-details-thumb {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-thumb {
    height: 500px;
  }
}
.project-details-wrapper .project-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.project-details-wrapper .title {
  font-size: 56px;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .title {
    font-size: 49px;
  }
}
@media (max-width: 991px) {
  .project-details-wrapper .title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .project-details-wrapper .title {
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .title {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  .project-details-wrapper .title {
    font-size: 30px;
  }
}
.project-details-wrapper .project-details-content {
  margin-top: 40px;
}
.project-details-wrapper .project-details-content .title-2 {
  font-size: 46px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-content .title-2 {
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content .title-2 {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  .project-details-wrapper .project-details-content .title-2 {
    font-size: 30px;
  }
}
.project-details-wrapper .project-details-content .farming-list {
  margin-top: 30px;
}
.project-details-wrapper .project-details-content .farming-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-details-wrapper .project-details-content .farming-list li .title-3 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(12, 47, 37);
}
.project-details-wrapper .project-details-content .farming-list li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-thumb-2 {
  margin-top: 40px;
}
.project-details-wrapper .project-details-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.project-details-wrapper .title-4 {
  margin-top: 40px;
  font-size: 46px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .project-details-wrapper .title-4 {
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .title-4 {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  .project-details-wrapper .title-4 {
    font-size: 30px;
  }
}
.project-details-wrapper .project-details-img-3 {
  margin-top: 40px;
}
.project-details-wrapper .project-details-img-3 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.project-details-wrapper .secure-content {
  background: #F7F8ED;
  border-radius: 10px;
  padding: 30px 40px;
  margin-top: 40px;
}
.project-details-wrapper .secure-content .title-5 {
  max-width: 400px;
  font-size: 46px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .project-details-wrapper .secure-content .title-5 {
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .secure-content .title-5 {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  .project-details-wrapper .secure-content .title-5 {
    font-size: 30px;
  }
}
.project-details-wrapper .secure-content .project-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 53px;
}
@media (max-width: 767px) {
  .project-details-wrapper .secure-content .project-btn-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.project-details-wrapper .secure-content .project-btn-area .theme-btn-main {
  background-color: var(--theme);
}
.project-details-wrapper .secure-content .project-btn-area .theme-btn-main .theme-btn {
  color: var(--white);
}
.project-details-wrapper .secure-content .project-btn-area .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.project-details-wrapper .secure-content .project-btn-area .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}

.testimonial-section {
  margin: 0 60px;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .testimonial-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .testimonial-section {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .testimonial-section {
    margin: 0 20px;
  }
}
@media (max-width: 470px) {
  .testimonial-section {
    margin: 0 16px;
  }
}

.testimonial-thumb-items {
  position: relative;
}
.testimonial-thumb-items img {
  width: 100%;
  height: 100%;
}
.testimonial-thumb-items .sm-thumb-1 {
  position: absolute;
  top: 54px;
  left: 78px;
}
@media (max-width: 1199px) {
  .testimonial-thumb-items .sm-thumb-1 {
    display: none;
  }
}
.testimonial-thumb-items .sm-thumb-2 {
  position: absolute;
  top: 235px;
  left: -33px;
}
@media (max-width: 1399px) {
  .testimonial-thumb-items .sm-thumb-2 {
    top: 200px;
  }
}
@media (max-width: 1199px) {
  .testimonial-thumb-items .sm-thumb-2 {
    display: none;
  }
}
.testimonial-thumb-items .sm-thumb-3 {
  position: absolute;
  bottom: 42px;
  left: 70px;
}
@media (max-width: 1199px) {
  .testimonial-thumb-items .sm-thumb-3 {
    display: none;
  }
}

.testimonial-content {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .testimonial-content {
    margin-left: 0;
  }
}
.testimonial-content .testi-box-items {
  background-color: #F7F8ED;
  padding: 40px;
  border-radius: 20px;
  margin-top: 25px;
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial-content .testi-box-items {
    padding: 30px;
  }
}
.testimonial-content .testi-box-items .title {
  font-size: 24px;
  font-weight: 500;
}
.testimonial-content .testi-box-items .text {
  font-size: 20px;
  margin-top: 20px;
  line-height: 150%;
}
@media (max-width: 470px) {
  .testimonial-content .testi-box-items .text {
    font-size: 18px;
  }
}
.testimonial-content .testi-box-items .star {
  color: #E7E148;
  position: absolute;
  top: 40px;
  right: 40px;
}
.testimonial-content .testi-box-items .star i.style-2 {
  color: #D0D0D0;
}
.testimonial-content .testi-box-items .quote-icon {
  position: absolute;
  top: 65px;
  left: 39%;
}

.testi-box-2 {
  background-color: rgb(247, 248, 237);
  padding: 40px;
  padding-bottom: 125px;
  margin-top: 30px;
  border-radius: 15px;
  height: 100%;
}
.testi-box-2 .testi-text {
  font-size: 29px;
  margin-top: 40px;
  color: #0C2F25;
  line-height: 135%;
}
@media (max-width: 1199px) {
  .testi-box-2 .testi-text {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .testi-box-2 .testi-text {
    font-size: 20px;
  }
}

.testimonial-thumb-2 {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .testimonial-thumb-2 {
    height: 500px;
  }
}
.testimonial-thumb-2::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.testimonial-thumb-2 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  border-radius: 10px;
}
.testimonial-thumb-2:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.testimonial-thumb-2:hover img {
  transform: scale(1.2);
}

.testimonial-right-content-2 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .testimonial-right-content-2 {
    margin-top: 0;
  }
}
.testimonial-right-content-2 .title {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .testimonial-right-content-2 .title {
    font-size: 20px;
  }
}

.testimonial-section-2 {
  position: relative;
}
.testimonial-section-2 .testi-shape-1 {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media (max-width: 1899px) {
  .testimonial-section-2 .testi-shape-1 {
    display: none;
  }
}
.testimonial-section-2 .array-button {
  position: absolute;
  bottom: 130px;
  right: 395px;
  z-index: 11;
}
@media (max-width: 1899px) {
  .testimonial-section-2 .array-button {
    right: 40px;
  }
}
@media (max-width: 1199px) {
  .testimonial-section-2 .array-button {
    right: 20px;
    bottom: 100px;
  }
}
@media (max-width: 991px) {
  .testimonial-section-2 .array-button {
    position: static;
    margin-top: 40px;
  }
}

.pricing-bringing-box {
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 25px 60px;
  padding-bottom: 0;
}
.pricing-bringing-box.style-2 {
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.09);
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .pricing-bringing-box {
    padding: 25px 30px 0;
  }
}
@media (max-width: 767px) {
  .pricing-bringing-box {
    display: grid;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
}
.pricing-bringing-box .content .title {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .pricing-bringing-box .content .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .pricing-bringing-box .content .title {
    font-size: 38px;
  }
}
.pricing-bringing-box .content .text {
  background-color: var(--theme-2);
  color: rgb(63, 90, 82);
  padding: 6px 14px;
  border-radius: 20px;
}
.pricing-bringing-box .content .title-2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .pricing-bringing-box .content .title-2 {
    margin-top: 20px;
  }
}
.pricing-bringing-box .content p {
  margin-top: 8px;
  max-width: 460px;
}
@media (max-width: 991px) {
  .pricing-bringing-box .content p {
    margin-top: 5px;
  }
}
.pricing-bringing-box .content .pricing {
  font-size: 46px;
  font-weight: 500;
  color: var(--header);
  font-family: "Bricolage Grotesque", sans-serif;
  margin-top: 40px;
  display: inline-block;
}
@media (max-width: 991px) {
  .pricing-bringing-box .content .pricing {
    margin-top: 20px;
  }
}
.pricing-bringing-box .content .pricing sub {
  color: rgb(63, 90, 82);
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.pricing-bringing-box .content .pricing-btn {
  margin-top: 35px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .pricing-bringing-box .content .pricing-btn {
    margin-top: 20px;
  }
}
.pricing-bringing-box .content .pricing-btn .theme-btn-main {
  background-color: transparent;
  border: 1px solid var(--theme);
}
.pricing-bringing-box .thumb {
  margin-right: 90px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .pricing-bringing-box .thumb {
    margin-right: 0;
  }
}
.pricing-bringing-box .thumb img {
  width: 100%;
  height: 100%;
}
.pricing-bringing-box .thumb .sm-thumb {
  position: absolute;
  top: 45px;
  right: -20px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .pricing-bringing-box .thumb .sm-thumb {
    display: none;
  }
}
.pricing-bringing-box .thumb .sm-thumb img {
  width: initial;
  height: initial;
}

.pricing-box-items {
  border: 1px solid rgb(208, 208, 208);
  background-color: var(--white);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .pricing-box-items {
    padding: 30px;
  }
}
.pricing-box-items .tittle {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
.pricing-box-items .pricing {
  font-size: 46px;
  font-weight: 500;
  color: var(--header);
  font-family: "Bricolage Grotesque", sans-serif;
  margin-top: 20px;
  display: inline-block;
}
.pricing-box-items .pricing sub {
  color: rgb(63, 90, 82);
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.pricing-box-items .pricing-btn {
  margin-top: 30px;
}
.pricing-box-items .pricing-btn .theme-btn-main {
  background-color: transparent;
  border: 1px solid var(--theme);
}

.pricing-section-2 {
  position: relative;
  z-index: 9;
  border-radius: 20px;
}
.pricing-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  background: rgba(16, 85, 31, 0.85);
  z-index: -1;
}
.pricing-section-2 .nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: var(--white);
  max-width: 245px;
  margin: 40px auto 30px;
  border-radius: 10px;
  padding: 3px 0;
}
@media (max-width: 991px) {
  .pricing-section-2 .nav {
    max-width: 214px;
  }
}
@media (max-width: 767px) {
  .pricing-section-2 .nav {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.pricing-section-2 .nav .nav-item .nav-link {
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  background-color: var(--white);
  border-radius: 10px;
  color: var(--theme);
  font-size: 16px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}
@media (max-width: 991px) {
  .pricing-section-2 .nav .nav-item .nav-link {
    padding: 12px 22px;
    font-size: 16px;
  }
}
.pricing-section-2 .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: var(--white);
}

.pricing-box-items-2 {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}
.pricing-box-items-2 .pricing-header {
  background-color: var(--theme);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .pricing-box-items-2 .pricing-header {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .pricing-box-items-2 .pricing-header {
    padding: 28px;
  }
}
@media (max-width: 575px) {
  .pricing-box-items-2 .pricing-header {
    padding: 25px;
  }
}
.pricing-box-items-2 .pricing-header .title {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.pricing-box-items-2 .pricing-header .pricing {
  font-size: 46px;
  font-weight: 500;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items-2 .pricing-header .pricing sub {
  color: rgb(208, 208, 208);
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  bottom: 7px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items-2 .pricing-list {
  margin-top: 30px;
}
.pricing-box-items-2 .pricing-list li {
  color: var(--white);
}
.pricing-box-items-2 .pricing-list li i {
  color: var(--theme-2);
  margin-right: 6px;
  font-size: 20px;
}
.pricing-box-items-2 .pricing-list li:not(:last-child) {
  margin-bottom: 12px;
}
.pricing-box-items-2 .theme-btn-main {
  background-color: var(--theme);
  margin-top: 40px;
  border: 1px solid var(--theme-2);
}
.pricing-box-items-2 .theme-btn-main .theme-btn {
  color: var(--white);
}
.pricing-box-items-2 .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.pricing-box-items-2 .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}
.pricing-box-items-2 .theme-btn-main:hover {
  background-color: var(--theme-2);
}
.pricing-box-items-2 .theme-btn-main:hover .theme-btn-arrow-left {
  background-color: var(--theme);
}
.pricing-box-items-2 .theme-btn-main:hover .theme-btn {
  color: var(--header);
}
.pricing-box-items-2 .theme-btn-main:hover .theme-btn-arrow-right {
  background-color: var(--theme);
}
.pricing-box-items-2.active .pricing-header {
  background-color: var(--theme-2);
}
.pricing-box-items-2.active .pricing-header .title {
  color: var(--header);
}
.pricing-box-items-2.active .pricing-header .pricing {
  color: var(--header);
}
.pricing-box-items-2.active .pricing-header .pricing sub {
  color: rgb(63, 90, 82);
}

.team-box-items {
  position: relative;
  margin-top: 70px;
}
.team-box-items.style-2 {
  margin-top: 106px;
}
@media (max-width: 1199px) {
  .team-box-items .circle-box {
    max-width: 410px;
    margin: 0 auto;
  }
}
.team-box-items .circle-box img {
  width: 100%;
  height: 100%;
}
.team-box-items .team-items {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  text-align: center;
}
.team-box-items .team-items .thumb {
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.team-box-items .team-items .thumb img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.team-box-items .team-items .content {
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .team-box-items .team-items .content {
    margin-top: 10px;
  }
}
.team-box-items .team-items .content .title {
  margin-top: 5px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 575px) {
  .team-box-items .team-items .content .title {
    font-size: 18px;
  }
}
.team-box-items .team-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-box-items .team-items .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.team-box-items .team-items .content p {
  margin-top: 5px;
}
.team-box-items .team-items .content .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.team-box-items .team-items .content .social-icon a {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--theme);
}
@media (max-width: 1199px) {
  .team-box-items .team-items .content .social-icon a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
  }
}
.team-box-items .team-items .content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-box-items .team-items:hover .thumb img {
  transform: scaleX(-1) !important;
}

.team-left-items-3 .team-text {
  margin-top: 15px;
}
.team-left-items-3 .theme-btn-main {
  background-color: var(--theme);
  margin-top: 30px;
}
.team-left-items-3 .theme-btn-main .theme-btn {
  color: var(--white);
}
.team-left-items-3 .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.team-left-items-3 .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}

.team-main-items-3 {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .team-main-items-3 {
    margin-left: 0;
  }
}
.team-main-items-3 .team-items {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
.team-main-items-3 .team-items::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-2);
  border-radius: 20px;
}
.team-main-items-3 .team-items .title {
  margin-bottom: 5px;
  font-size: 24px;
}
.team-main-items-3 .team-items .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-main-items-3 .team-items .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.team-main-items-3 .team-items.active::after {
  left: 0;
  width: 100%;
}

.team-right-thumb-3 {
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.team-right-thumb-3 img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.team-right-thumb-3 .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  left: 10px;
  right: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-right-thumb-3 .social-icon a {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--theme);
}
.team-right-thumb-3 .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-right-thumb-3.active .social-icon {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.team-section-inner {
  margin-top: 62px;
}
@media (max-width: 1199px) {
  .team-section-inner {
    margin-top: 42px;
  }
}
@media (max-width: 991px) {
  .team-section-inner {
    margin-top: 22px;
  }
}

.team-section-3 .team-one-image-outer {
  position: relative;
  height: 100%;
}
.team-section-3 .team-one_images-outer {
  position: relative;
  height: 100%;
}
.team-section-3 .team-one-image {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(-5deg) translateX(0px);
  transform: rotate(-5deg) translateX(0px);
}
@media (max-width: 991px) {
  .team-section-3 .team-one-image {
    display: none;
    position: static;
  }
}
.team-section-3 .team-one-image.active {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateX(0px);
  transform: rotate(0deg) translateX(0px);
}
@media (max-width: 991px) {
  .team-section-3 .team-one-image.active {
    display: block;
  }
}
.team-section-3 .team-one-image img {
  width: 100%;
  height: 100%;
}

.team-details-wrapper .team-details-left .details-image {
  margin-bottom: 40px;
}
.team-details-wrapper .team-details-left .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team-details-wrapper .team-details-left .content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-left .content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.team-details-wrapper .team-details-content {
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .team-details-content .details-sub {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme);
  margin-bottom: 10px;
  display: inline-block;
}
.team-details-wrapper .team-details-content p {
  margin-top: 15px;
}
.team-details-wrapper .team-details-content .team-content-item {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-content .team-content-item {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-details-content .team-content-item {
    flex-wrap: wrap;
  }
}
.team-details-wrapper .team-details-content .team-content-item .contact-list li {
  display: flex;
  align-items: center;
  gap: 58px;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-content .team-content-item .contact-list li {
    font-size: 16px;
  }
}
.team-details-wrapper .team-details-content .team-content-item .contact-list li:not(:last-child) {
  margin-bottom: 12px;
}
.team-details-wrapper .team-details-content .team-content-item .contact-list li a {
  color: var(--header);
}
.team-details-wrapper .team-details-content .team-content-item .contact-list li span {
  color: var(--header);
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
.team-details-wrapper .team-details-content .team-content-item .contact-list li span.style-3 {
  margin-left: -5px;
}
.team-details-wrapper .team-details-content .team-content-item .contact-list li span.style-2 {
  margin-left: -20px;
}
.team-details-wrapper .team-details-content .team-content-item .social-item {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-content .team-content-item .social-item {
    margin-top: 0;
  }
}
.team-details-wrapper .team-details-content .team-content-item .social-item .social-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.team-details-wrapper .team-details-content .team-content-item .social-item .social-list a {
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background-color: var(--theme-2);
  color: var(--header);
  border-radius: 100px;
}
.team-details-wrapper .team-details-content .team-content-item .social-item .social-list a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-details-wrapper .team-details-content .progress-area {
  margin-left: 50px;
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content .progress-area {
    margin-left: 0;
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-details-content .progress-area {
    margin-top: 80px;
  }
}
.team-details-wrapper .team-details-content .progress-area h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.team-details-wrapper .team-details-content .progress-area .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .team-details-content .progress-area .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 25px;
}
.team-details-wrapper .team-details-content .progress-area .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .team-details-content .progress-area .progress-wrap .pro-items .pro-head .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
}
.team-details-wrapper .team-details-content .progress-area .progress-wrap .pro-items .pro-head .point {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.team-details-wrapper .team-details-content .progress-area .progress-wrap .pro-items .progress {
  border-radius: 2px;
  background: rgba(153, 165, 55, 0.12);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  width: 100%;
}
.team-details-wrapper .team-details-content .progress-area .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme-2);
  height: 6px;
  width: 0;
  border-radius: 2px;
}
.team-details-wrapper .team-details-content .progress-area .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

.news-section .section-title-area .theme-btn-main {
  background-color: var(--theme);
}
.news-section .section-title-area .theme-btn-main .theme-btn {
  color: var(--white);
}
.news-section .section-title-area .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.news-section .section-title-area .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}

.news-box-items {
  margin-top: 30px;
  border: 1px solid #D0D0D0;
  border-radius: 10px 10px 5px 5px;
}
.news-box-items .news-thumb {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.news-box-items .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items .news-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items .news-thumb .date {
  border-radius: 5px;
  padding: 4px 16px;
  background-color: var(--theme-2);
  position: absolute;
  z-index: 99;
  top: 20px;
  left: 20px;
  font-weight: 500;
  color: var(--header);
  text-transform: capitalize;
}
.news-box-items .news-content {
  padding: 30px;
  padding-top: 15px;
}
.news-box-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .news-box-items .news-content ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.news-box-items .news-content ul.style-2 {
  gap: 25px;
}
.news-box-items .news-content ul.style-2 li {
  font-size: 14px;
}
.news-box-items .news-content ul.style-2 li i {
  margin-right: 4px;
}
.news-box-items .news-content ul li {
  font-size: 16px;
  font-weight: 400;
}
.news-box-items .news-content ul li i {
  margin-right: 6px;
  color: var(--theme);
}
.news-box-items .news-content .title {
  margin-top: 10px;
}
.news-box-items .news-content .title.style-2 {
  font-size: 22px;
}
.news-box-items .news-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items .news-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-box-items .news-content p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .news-box-items .news-content p {
    font-size: 16px;
  }
  .news-box-items .news-content p br {
    display: none;
  }
}
.news-box-items .news-content .theme-btn-main {
  background-color: var(--theme);
  margin-top: 30px;
}
.news-box-items .news-content .theme-btn-main.style-3 {
  background-color: transparent;
  border: 1px solid var(--theme);
}
.news-box-items .news-content .theme-btn-main.style-3 .theme-btn {
  color: var(--theme);
}
.news-box-items .news-content .theme-btn-main.style-3 .theme-btn-arrow-left {
  background-color: var(--theme);
}
.news-box-items .news-content .theme-btn-main.style-3 .theme-btn-arrow-right {
  background-color: var(--theme);
}
.news-box-items .news-content .theme-btn-main .theme-btn {
  color: var(--white);
}
.news-box-items .news-content .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.news-box-items .news-content .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}
.news-box-items:hover .news-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items:hover .news-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-section-2 .section-title-area .theme-btn-main {
  background-color: var(--theme);
}
.news-section-2 .section-title-area .theme-btn-main .theme-btn {
  color: var(--white);
}
.news-section-2 .section-title-area .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.news-section-2 .section-title-area .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}

.news-box-items-2 {
  margin-top: 30px;
  text-align: center;
}
.news-box-items-2 ul {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  background-color: var(--theme-2);
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
}
.news-box-items-2 ul li {
  font-size: 16px;
  font-weight: 400;
}
.news-box-items-2 ul li i {
  margin-right: 6px;
  color: var(--theme);
}
.news-box-items-2 .news-thumb {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.news-box-items-2 .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items-2 .news-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items-2 .news-thumb .date {
  border-radius: 5px;
  padding: 5px 20px;
  background-color: var(--white);
  position: absolute;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  font-weight: 500;
  color: var(--header);
}
.news-box-items-2 .news-content {
  padding: 30px;
  border: 1px solid #D0D0D0;
  border-radius: 0px 0px 5px 5px;
  text-align: left;
}
@media (max-width: 1399px) {
  .news-box-items-2 .news-content {
    padding: 28px;
  }
}
@media (max-width: 575px) {
  .news-box-items-2 .news-content {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .news-box-items-2 .news-content .title {
    font-size: 22px;
  }
}
.news-box-items-2 .news-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items-2 .news-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-box-items-2 .news-content p {
  margin-top: 10px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .news-box-items-2 .news-content p {
    font-size: 16px;
    line-height: 135%;
  }
}
.news-box-items-2 .news-content .theme-btn-main {
  background-color: transparent;
  border: 1px solid var(--theme);
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news-box-items-2 .news-content .theme-btn-main {
    margin-top: 27px;
  }
}
@media (max-width: 575px) {
  .news-box-items-2 .news-content .theme-btn-main {
    margin-top: 22px;
  }
}
.news-box-items-2 .news-content .theme-btn-main .theme-btn {
  color: var(--theme);
}
.news-box-items-2 .news-content .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme);
}
.news-box-items-2 .news-content .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme);
}
.news-box-items-2 .news-content .theme-btn-main:hover {
  background-color: var(--theme);
}
.news-box-items-2 .news-content .theme-btn-main:hover .theme-btn {
  color: var(--white);
}
.news-box-items-2 .news-content .theme-btn-main:hover .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.news-box-items-2 .news-content .theme-btn-main:hover .theme-btn-arrow-right {
  background-color: var(--theme-2);
}
.news-box-items-2:hover .news-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items-2:hover .news-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-box-items-3 {
  margin-top: 30px;
}
.news-box-items-3 .news-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.news-box-items-3 .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items-3 .news-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items-3 .news-content {
  padding: 20px 30px;
  border-width: 3px 1px 1px 1px;
  border-style: solid;
  border-color: #C7DC49;
  border-radius: 10px;
  margin-top: 20px;
  background-color: rgb(247, 248, 237);
  transition: all 0.4s ease-in-out;
}
.news-box-items-3 .news-content ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
.news-box-items-3 .news-content ul li {
  font-size: 16px;
  font-weight: 400;
}
.news-box-items-3 .news-content ul li i {
  margin-right: 6px;
  color: var(--theme);
}
.news-box-items-3 .news-content .title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .news-box-items-3 .news-content .title {
    font-size: 20px;
  }
}
.news-box-items-3 .news-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items-3 .news-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-box-items-3 .news-content p {
  margin-top: 10px;
  color: rgb(63, 90, 82);
}
@media (max-width: 991px) {
  .news-box-items-3 .news-content p {
    font-size: 15px;
  }
}
.news-box-items-3 .news-content .theme-btn-main {
  background-color: transparent;
  border: 1px solid var(--theme);
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.news-box-items-3 .news-content .theme-btn-main .theme-btn {
  color: var(--header);
}
.news-box-items-3:hover .news-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items-3:hover .news-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items-3:hover .news-content {
  background-color: var(--theme-2);
}
.news-box-items-3:hover .news-content .theme-btn-main {
  background-color: var(--theme);
}
.news-box-items-3:hover .news-content .theme-btn-main .theme-btn {
  color: var(--white);
}
.news-box-items-3:hover .news-content .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.news-box-items-3:hover .news-content .theme-btn-main .theme-btn-arrow-left svg path {
  fill: #10551F;
}
.news-box-items-3:hover .news-content .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}
.news-box-items-3:hover .news-content .theme-btn-main .theme-btn-arrow-right svg path {
  fill: var(--header);
}

.news-standard-wrapper .news-standard-items .news-card-items-4 {
  margin-bottom: 30px;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 20px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-image {
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 12px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content {
  padding: 20px 30px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list li i {
  margin-right: 10px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .title {
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .title {
    font-size: 25px;
  }
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content p {
  max-width: 656px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .theme-btn-main {
  background-color: var(--theme);
  margin-bottom: 10px;
  margin-top: 20px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .theme-btn-main .theme-btn {
  color: var(--white);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}
.news-standard-wrapper .news-standard-items .news-card-items-4:hover .news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.main-sideber .single-sideber-widget {
  margin-bottom: 30px;
  background-color: rgb(247, 248, 237);
  padding: 30px;
  border-radius: 8px;
}
.main-sideber .single-sideber-widget.style-2 {
  background-color: var(--theme);
}
.main-sideber .single-sideber-widget .search-widget form {
  width: 100%;
}
.main-sideber .single-sideber-widget .search-widget form input {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--white);
  border-radius: 6px;
}
.main-sideber .single-sideber-widget .search-widget form input::placeholder {
  color: var(--white);
}
.main-sideber .single-sideber-widget .search-widget form button {
  position: absolute;
  right: 30px;
  top: 78px;
  width: 58px;
  height: 60px;
  border-radius: 6px;
  font-size: 18px;
  background-color: var(--theme-2);
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-sideber .single-sideber-widget .search-widget form button:hover {
  background-color: var(--header);
  color: var(--white);
}
.main-sideber .single-sideber-widget .widget-title {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .widget-title .title-in {
  font-weight: 500;
  font-size: 24px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgb(208, 208, 208);
  padding: 15px;
  background-color: var(--white);
  border-radius: 20px;
  line-height: 1;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 8px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  display: flex;
  gap: 7px;
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content .news-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-top: 10px;
  letter-spacing: -0.92px;
  text-transform: capitalize;
  display: inline-block;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content .news-title a:hover {
  color: var(--theme);
}
.main-sideber .single-sideber-widget .service-categories {
  margin-top: 30px;
}
.main-sideber .single-sideber-widget .service-categories li {
  display: flex;
  align-items: center;
  border: 1px solid rgb(208, 208, 208);
  padding: 15px;
  border-radius: 10px;
}
.main-sideber .single-sideber-widget .service-categories li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .service-categories li a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}
.main-sideber .single-sideber-widget .service-categories li a i {
  margin-right: 8px;
}
.main-sideber .single-sideber-widget .service-categories li:hover a {
  color: var(--theme-2);
}
.main-sideber .single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  background: rgb(245, 241, 234);
  font-family: "Bricolage Grotesque", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 10px;
  color: rgb(63, 90, 82);
  border: 1px solid rgb(208, 208, 208);
}
.main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-content-area .news-details-content {
  border: 1px solid rgb(208, 208, 208);
  border-radius: 20px;
}
.news-details-content-area .news-details-content .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
}
.news-details-content-area .news-details-content .content {
  padding: 20px 30px;
  padding-bottom: 40px;
}
.news-details-content-area .news-details-content .content .date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-details-content-area .news-details-content .content .date-list li i {
  margin-right: 10px;
}
.news-details-content-area .news-details-content .content .title {
  font-size: 46px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .title {
    font-size: 25px;
  }
}
.news-details-content-area .news-details-content .content .text {
  font-size: 20px;
}
@media (max-width: 1399px) {
  .news-details-content-area .news-details-content .content .text {
    font-size: 16px;
  }
}
.news-details-content-area .news-details-content .content .sideber {
  border-radius: 20px;
  border: 1px solid rgb(208, 208, 208);
  padding: 30px 40px;
  margin-top: 40px;
  background-color: rgb(247, 248, 237);
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .sideber {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px;
  }
}
.news-details-content-area .news-details-content .content .sideber .text-2 {
  max-width: 710px;
}
.news-details-content-area .news-details-content .content .sideber .info-item-area {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 20px;
}
.news-details-content-area .news-details-content .content .sideber .info-item-area .client-info .title-2 {
  font-size: 18px;
  font-weight: 500;
}
.news-details-content-area .news-details-content .content .sideber .info-item-area .client-info span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  display: inline-block;
}
.news-details-content-area .news-details-content .content .title-3 {
  margin-top: 54px;
  font-size: 24px;
  font-weight: 500;
}
.news-details-content-area .news-details-content .content .text-3 {
  font-size: 20px;
}
@media (max-width: 1399px) {
  .news-details-content-area .news-details-content .content .text-3 {
    font-size: 16px;
  }
}
.news-details-content-area .news-details-content .content .farming-list {
  margin-top: 30px;
}
.news-details-content-area .news-details-content .content .farming-list li {
  display: flex;
  gap: 10px;
}
.news-details-content-area .news-details-content .content .farming-list li .title-2 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(12, 47, 37);
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .farming-list li .title-2 {
    font-size: 16px;
  }
}
.news-details-content-area .news-details-content .content .farming-list li:not(:last-child) {
  margin-bottom: 15px;
}
.news-details-content-area .news-details-content .content .news-details-thumb {
  margin-top: 30px;
}
.news-details-content-area .news-details-content .content .news-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.news-details-content-area .news-details-content .content .tagcloub-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(208, 208, 208);
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .tagcloub-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-content-area .news-details-content .content .tagcloub-area .tag-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .tagcloub-area .tag-items {
    flex-wrap: wrap;
  }
}
.news-details-content-area .news-details-content .content .tagcloub-area .tag-items a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  background: rgb(245, 241, 234);
  font-family: "Bricolage Grotesque", sans-serif;
  text-transform: capitalize;
  border-radius: 10px;
  color: rgb(63, 90, 82);
  border: 1px solid rgb(208, 208, 208);
}
.news-details-content-area .news-details-content .content .tagcloub-area .tag-items a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-content-area .news-details-content .content .tagcloub-area .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-details-content-area .news-details-content .content .tagcloub-area .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  border: 1px solid rgb(208, 208, 208);
}
.news-details-content-area .news-details-content .content .tagcloub-area .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-content-area .news-details-content .content .soil-from {
  background-color: rgb(247, 248, 237);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 790px;
  margin-top: 35px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .soil-from {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-content-area .news-details-content .content .soil-from .first-from {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-details-content-area .news-details-content .content .soil-from .first-from .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  border-radius: 50%;
}
.news-details-content-area .news-details-content .content .soil-from .first-from .title-6 {
  font-size: 18px;
  font-weight: 500;
  max-width: 117px;
}
.news-details-content-area .news-details-content .content .soil-from .line {
  height: 52px;
  width: 1px;
  background-color: rgb(199, 220, 73);
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .soil-from .line {
    display: none;
  }
}
.news-details-content-area .news-details-content .content .soil-from .sec-from {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-details-content-area .news-details-content .content .soil-from .sec-from .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  border-radius: 50%;
}
.news-details-content-area .news-details-content .content .soil-from .sec-from .title-6 {
  font-size: 18px;
  font-weight: 500;
  max-width: 100px;
  text-align: right;
}
.news-details-content-area .title-7 {
  font-size: 46px;
  font-weight: 500;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .news-details-content-area .title-7 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .news-details-content-area .title-7 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .news-details-content-area .title-7 {
    font-size: 30px;
  }
}
.news-details-content-area .comment-box-area {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  background-color: rgb(247, 248, 237);
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .news-details-content-area .comment-box-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-content-area .comment-box-area .comment-content .title-8 {
  font-size: 24px;
  font-weight: 500;
}
.news-details-content-area .comment-box-area .reply {
  padding: 7px 30px;
  font-weight: 400;
  border: 1px solid rgb(16, 85, 31);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 999px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.news-details-content-area .comment-box-area .reply:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-content-area .news-details-contact-box {
  margin-top: 80px;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-contact-box {
    padding: 28px;
  }
}
.news-details-content-area .news-details-contact-box .title-9 {
  font-size: 24px;
  margin-bottom: 20px;
}
.news-details-content-area .news-details-contact-box .form-clt {
  position: relative;
}
.news-details-content-area .news-details-contact-box .form-clt input, .news-details-content-area .news-details-contact-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--header);
  border-radius: 10px;
  border: 1px solid rgb(216, 221, 225);
  background: var(--white);
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.news-details-content-area .news-details-contact-box .form-clt input::placeholder, .news-details-content-area .news-details-contact-box .form-clt textarea::placeholder {
  color: var(--header);
}
.news-details-content-area .news-details-contact-box .form-clt textarea {
  padding-bottom: 120px;
  border-radius: 10px;
}
.news-details-content-area .news-details-contact-box .theme-btn {
  background-color: var(--theme);
  color: var(--white);
  padding: 17px 85px;
  border-radius: 10px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.news-details-content-area .news-details-contact-box .theme-btn:hover {
  background-color: var(--theme-2);
  color: var(--header);
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 30px;
}
@media (max-width: 991px) {
  .marquee {
    gap: 20px;
  }
}
.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
@media (max-width: 991px) {
  .marquee .marquee-group {
    gap: 20px;
  }
}
.marquee .marquee-thumb {
  display: flex;
  align-items: center;
  gap: 40px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .marquee .marquee-thumb {
    gap: 20px;
  }
}
.marquee .marquee-thumb .thumb.style-2 {
  opacity: 0.2;
}
.marquee .marquee-thumb .thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .marquee .marquee-thumb .thumb img {
    width: 60px;
    height: 60px;
  }
}
.marquee .marquee-thumb .text {
  font-weight: 500;
  font-size: 150px;
  color: #D0D0D0;
  font-family: "Bricolage Grotesque", sans-serif;
  transition: all 0.4s ease-in-out;
  line-height: 120%;
}
@media (max-width: 991px) {
  .marquee .marquee-thumb .text {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .marquee .marquee-thumb .text {
    font-size: 80px;
  }
}
.marquee .marquee-thumb .text.style-2 {
  color: #10551F;
  opacity: 0.2;
}

.marquee-section {
  padding: 50px 0;
}

.marquee-section-2 {
  padding: 15px 0;
}

.marquee-section-3 {
  padding: 80px 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.brand-section {
  padding: 80px 120px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .brand-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .brand-section {
    padding-top: 80px;
  }
}
.brand-section .brand-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1899px) {
  .brand-section .brand-shape-1 {
    opacity: 0.3;
  }
}
@media (max-width: 1399px) {
  .brand-section .brand-shape-1 {
    display: none;
  }
}
.brand-section .brand-text {
  font-size: 24px;
  font-weight: 500;
  color: var(--header);
  font-family: "Bricolage Grotesque", sans-serif;
}
.brand-section .brand-image {
  margin-top: 40px;
  text-align: center;
}

.brand-section-2 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .brand-section-2 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .brand-section-2 {
    margin-top: 80px;
  }
}

.brand-thumb-2 {
  background: #F7F8ED;
  border-radius: 10px;
  text-align: center;
  padding: 22px 40px;
}

.brand-wrapper-3 {
  position: relative;
}
@media (max-width: 991px) {
  .brand-wrapper-3 .brand-content br {
    display: none;
  }
}
.brand-wrapper-3 .brand-content .brand-text {
  color: var(--white);
  margin-top: 10px;
  font-size: 14px;
}
.brand-wrapper-3 .brand-content .theme-btn-main {
  margin-top: 30px;
}
.brand-wrapper-3 .brand-thumb {
  max-width: 600px;
  margin-left: -70px;
}
@media (max-width: 1399px) {
  .brand-wrapper-3 .brand-thumb {
    margin-left: -100px;
  }
}
@media (max-width: 1199px) {
  .brand-wrapper-3 .brand-thumb {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .brand-wrapper-3 .brand-thumb img {
    width: 100%;
    height: 100%;
  }
}
.brand-wrapper-3 .brand-icon-area {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .brand-wrapper-3 .brand-icon-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.brand-wrapper-3 .brand-icon-area .first-list .brand-img {
  background-color: var(--theme-2);
  width: 190px;
  display: block;
  margin-top: 30px;
  border-radius: 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 124px;
}
@media (max-width: 1399px) {
  .brand-wrapper-3 .brand-icon-area .first-list .brand-img {
    width: 160px;
  }
  .brand-wrapper-3 .brand-icon-area .first-list .brand-img img {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .brand-wrapper-3 .brand-icon-area .first-list .brand-img {
    width: 140px;
  }
}
@media (max-width: 575px) {
  .brand-wrapper-3 .brand-icon-area .first-list .brand-img {
    width: 130px;
  }
}

.brand-section-3 {
  margin: 0 60px;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .brand-section-3 {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .brand-section-3 {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .brand-section-3 {
    margin: 0 20px;
  }
}
@media (max-width: 470px) {
  .brand-section-3 {
    margin: 0 16px;
  }
}

.faq-section-2 {
  margin: 0 60px;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .faq-section-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .faq-section-2 {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .faq-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 470px) {
  .faq-section-2 {
    margin: 0 16px;
  }
}

.faq-content-2 .accordion-box {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .faq-content-2 .accordion-box {
    margin-top: 30px;
  }
}
.faq-content-2 .accordion-box .block {
  position: relative;
  background-color: var(--white);
  margin-bottom: 17px;
  line-height: 1;
  border-radius: 20px;
  padding: 26px 30px;
  padding-right: 20px;
}
.faq-content-2 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  color: var(--header);
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .faq-content-2 .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .faq-content-2 .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.faq-content-2 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: -7px;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  background-color: #F7F8ED;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
}
.faq-content-2 .accordion-box .block .acc-btn .icon:before {
  content: "\f067";
  font-weight: 900;
}
.faq-content-2 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .faq-content-2 .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.faq-content-2 .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-content-2 .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(22, 51, 59, 0.8);
  max-width: 560px;
}
@media (max-width: 1199px) {
  .faq-content-2 .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .faq-content-2 .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.faq-content-2 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-content-2 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.faq-content-2 .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-content-2 .active-block {
  background-color: var(--theme) !important;
}
.faq-content-2 .active-block .acc-btn {
  color: var(--white) !important;
}
.faq-content-2 .active-block .text {
  color: var(--white) !important;
}
.faq-content-2 .active-block .icon {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white) !important;
}
.faq-content-2 .active-block .icon:before {
  content: "\f068";
  color: var(--white);
}

.faq-thumb-3 {
  position: relative;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 991px) {
  .faq-thumb-3 {
    height: 500px;
  }
}
.faq-thumb-3 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.faq-thumb-3 .theme-btn-main {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.faq-thumb-3 .theme-btn-main img {
  width: initial;
  height: initial;
}

.faq-content-3 .accordion-box {
  position: relative;
  margin-top: 40px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .faq-content-3 .accordion-box {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .faq-content-3 .accordion-box {
    margin-top: 30px;
  }
}
.faq-content-3 .accordion-box .block {
  position: relative;
  background-color: var(--white);
  margin-bottom: 17px;
  line-height: 1;
  border-radius: 20px;
  padding: 26px 30px;
  padding-right: 20px;
}
.faq-content-3 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  color: var(--header);
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .faq-content-3 .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .faq-content-3 .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.faq-content-3 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: -7px;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  background-color: #F7F8ED;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
}
.faq-content-3 .accordion-box .block .acc-btn .icon:before {
  content: "\f067";
  font-weight: 900;
}
.faq-content-3 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .faq-content-3 .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.faq-content-3 .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-content-3 .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(22, 51, 59, 0.8);
  max-width: 710px;
}
@media (max-width: 1199px) {
  .faq-content-3 .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .faq-content-3 .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.faq-content-3 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-content-3 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.faq-content-3 .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-content-3 .active-block {
  background-color: var(--white) !important;
  border: 1px solid #10551F;
}
.faq-content-3 .active-block .acc-btn {
  color: var(--header) !important;
}
.faq-content-3 .active-block .text {
  color: var(--text) !important;
}
.faq-content-3.style-inner {
  margin-top: 30px;
}
.faq-content-3.style-inner .accordion-box {
  margin-top: 0;
  margin-right: 0;
}
.faq-content-3.style-inner .accordion-box .block {
  background: #F7F8ED;
}

.cta-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cta-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
  }
}
.cta-wrapper .content {
  position: absolute;
  bottom: 90px;
  left: 315px;
}
@media (max-width: 1600px) {
  .cta-wrapper .content {
    left: 200px;
  }
}
@media (max-width: 1199px) {
  .cta-wrapper .content {
    left: 20px;
    right: 20px;
    text-align: center;
    bottom: 50px;
    z-index: 99;
  }
}
.cta-wrapper .content .title {
  font-size: 56px;
  font-weight: 500;
  color: var(--white);
  max-width: 550px;
}
@media (max-width: 1199px) {
  .cta-wrapper .content .title {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cta-wrapper .content .title {
    font-size: 45px;
  }
}
.cta-wrapper .content p {
  font-size: 20px;
  font-weight: 500;
  max-width: 550px;
  line-height: 150%;
  color: var(--white);
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .cta-wrapper .content p {
    margin: 15px auto 0;
  }
}
@media (max-width: 575px) {
  .cta-wrapper .content p {
    font-size: 16px;
  }
}
.cta-wrapper .content .theme-btn-main {
  margin-top: 35px;
}
.cta-wrapper img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .cta-wrapper img {
    height: 600px;
    object-fit: cover;
  }
}
.cta-wrapper .theme-btn-main img {
  width: initial !important;
  height: initial !important;
}

.cta-section-3 {
  padding-top: 530px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cta-section-3 {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .cta-section-3 {
    padding-top: 250px;
  }
}
.cta-section-3 .growing-content {
  background-color: var(--theme-2);
  display: flex;
  align-items: center;
  padding: 35px 30px;
  border-radius: 30px;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .cta-section-3 .growing-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-section-3 .growing-content::before {
  width: 50%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  border-radius: 30px 0px 0px 30px;
}
@media (max-width: 1199px) {
  .cta-section-3 .growing-content::before {
    display: none;
  }
}
.cta-section-3 .growing-content .growing-content-items .title {
  font-size: 46px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .cta-section-3 .growing-content .growing-content-items .title {
    color: var(--header);
  }
}
@media (max-width: 575px) {
  .cta-section-3 .growing-content .growing-content-items .title {
    font-size: 38px;
  }
}
.cta-section-3 .growing-content .growing-content-items p {
  color: var(--white);
  margin-top: 5px;
  opacity: 0.78;
}
@media (max-width: 1199px) {
  .cta-section-3 .growing-content .growing-content-items p {
    color: var(--header);
  }
}
.cta-section-3 .growing-content .growing-client-items {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 767px) {
  .cta-section-3 .growing-content .growing-client-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-section-3 .growing-content .growing-client-items .client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cta-section-3 .growing-content .growing-client-items .client-info .content h3 {
  font-size: 24px;
  font-weight: 500;
}
.cta-section-3 .growing-content .growing-client-items .client-info .content p {
  color: var(--header);
}
.cta-section-3 .growing-content .growing-client-items .theme-btn-main {
  background-color: var(--theme);
}
.cta-section-3 .growing-content .growing-client-items .theme-btn-main .theme-btn {
  color: var(--white);
}
.cta-section-3 .growing-content .growing-client-items .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-2);
}
.cta-section-3 .growing-content .growing-client-items .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-2);
}

.contact-wrapper {
  position: relative;
}
.contact-wrapper .contact-content {
  background-color: rgba(16, 85, 31, 0.05);
  padding: 40px;
  border-radius: 20px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-content {
    margin-right: 0;
    padding: 30px;
  }
}
.contact-wrapper .contact-content .section-title h2 {
  font-size: 46px;
}
@media (max-width: 575px) {
  .contact-wrapper .contact-content .section-title h2 {
    font-size: 38px;
  }
}
.contact-wrapper .contact-content .contact-text {
  margin-top: 10px;
}
.contact-wrapper .contact-content .contact-form-box {
  margin-top: 30px;
}
.contact-wrapper .contact-content .contact-form-box .form-clt input, .contact-wrapper .contact-content .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 18px 22px;
  width: 100%;
  text-transform: capitalize;
  color: rgba(63, 90, 82, 0.9);
  border-radius: 10px;
  border: 1px solid rgba(16, 85, 31, 0.2);
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.contact-wrapper .contact-content .contact-form-box .form-clt input::placeholder, .contact-wrapper .contact-content .contact-form-box .form-clt textarea::placeholder {
  color: rgba(63, 90, 82, 0.9);
}
.contact-wrapper .contact-content .contact-form-box .form-clt .single-select {
  display: inline-block;
  width: 100%;
  padding: 18px 22px;
  line-height: 1;
  color: rgba(63, 90, 82, 0.9);
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid rgba(16, 85, 31, 0.2);
  background: transparent;
  font-size: 16px;
}
.contact-wrapper .contact-content .contact-form-box .form-clt .single-select .list {
  width: 100%;
}
.contact-wrapper .contact-content .contact-form-box .form-clt textarea {
  padding-bottom: 70px;
}
.contact-wrapper .contact-content .contact-form-box .contact-button .theme-btn {
  background-color: var(--theme);
  width: 100%;
  border-radius: 10px;
  padding: 17px;
  line-height: 1;
  color: var(--white);
  font-weight: 500;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.contact-wrapper .contact-content .contact-form-box .contact-button .theme-btn:hover {
  background-color: var(--header);
}

.contact-section {
  position: relative;
}
@media (max-width: 1199px) {
  .contact-section {
    padding-bottom: 0 !important;
  }
}
.contact-section .contact-shape-1 {
  position: absolute;
  top: 70px;
  left: 0;
}
@media (max-width: 1399px) {
  .contact-section .contact-shape-1 {
    display: none;
  }
}
.contact-section .contact-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media (max-width: 1199px) {
  .contact-section .contact-thumb {
    position: static;
    margin-top: 30px;
    height: 550px;
    width: 100%;
  }
}
.contact-section .contact-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .contact-section .contact-thumb {
    height: 480px;
  }
}

.contact-content-3 {
  background-color: rgba(16, 85, 31, 0.05);
  padding: 40px;
  border-radius: 20px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .contact-content-3 {
    padding: 30px;
    margin-right: 0;
  }
}
.contact-content-3 .section-title h2 {
  font-size: 46px;
}
.contact-content-3 .contact-text {
  margin-top: 10px;
}
.contact-content-3 .contact-form-box {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.contact-content-3 .contact-form-box .form-clt input, .contact-content-3 .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 18px 22px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 10px;
  border: 1px solid rgba(16, 85, 31, 0.2);
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.contact-content-3 .contact-form-box .form-clt input::placeholder, .contact-content-3 .contact-form-box .form-clt textarea::placeholder {
  color: var(--text);
}
.contact-content-3 .contact-form-box .form-clt .single-select {
  display: inline-block;
  width: 100%;
  padding: 18px 22px;
  line-height: 1;
  color: var(--text);
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid rgba(16, 85, 31, 0.2);
  background: transparent;
  font-size: 16px;
}
.contact-content-3 .contact-form-box .form-clt .single-select .list {
  width: 100%;
}
.contact-content-3 .contact-form-box .form-clt textarea {
  padding-bottom: 70px;
}
.contact-content-3 .contact-form-box .contact-button .theme-btn {
  background-color: var(--theme);
  width: 100%;
  border-radius: 10px;
  padding: 17px;
  line-height: 1;
  color: var(--white);
  font-weight: 500;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.contact-content-3 .contact-form-box .contact-button .theme-btn:hover {
  background-color: var(--header);
}

.contact-left-thumb-3 {
  position: relative;
}
@media (max-width: 991px) {
  .contact-left-thumb-3 {
    margin-top: 40px;
  }
}
.contact-left-thumb-3 .counter-items {
  background-color: var(--theme);
  padding: 20px 30px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}
.contact-left-thumb-3 .counter-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.contact-left-thumb-3 .counter-items .content h2 {
  color: var(--white);
  font-size: 46px;
}
.contact-left-thumb-3 .counter-items .content p {
  color: var(--white);
}
.contact-left-thumb-3 .counter-items:hover .icon img {
  transform: scaleX(-1) !important;
}
.contact-left-thumb-3 .jip-img {
  position: absolute;
  bottom: -520%;
  left: 0;
}
@media (max-width: 1399px) {
  .contact-left-thumb-3 .jip-img {
    bottom: -520%;
    max-width: 507px;
  }
  .contact-left-thumb-3 .jip-img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .contact-left-thumb-3 .jip-img {
    bottom: -440%;
    max-width: 500px;
    left: -100px;
  }
}
@media (max-width: 991px) {
  .contact-left-thumb-3 .jip-img {
    position: static;
  }
}

.contact-section-3 {
  position: relative;
  z-index: 9;
}
.contact-section-3 .contact-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.contact-wrapper-inner {
  background-color: rgb(247, 248, 237);
  border-radius: 20px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.contact-wrapper-inner .contact-shape-1 {
  position: absolute;
  z-index: -1;
  top: -80px;
  left: -103px;
}
@media (max-width: 1199px) {
  .contact-wrapper-inner .contact-shape-1 {
    display: none;
  }
}
.contact-wrapper-inner .contact-thumb {
  margin-left: 70px;
  margin-bottom: -25px;
}
@media (max-width: 1399px) {
  .contact-wrapper-inner .contact-thumb {
    margin-bottom: -160px;
  }
}
@media (max-width: 1199px) {
  .contact-wrapper-inner .contact-thumb {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper-inner .contact-thumb {
    margin-left: 0;
    text-align: center;
    max-width: 418px;
    margin: 0 auto;
  }
}
.contact-wrapper-inner .contact-thumb img {
  width: 100%;
  height: 100%;
}
.contact-wrapper-inner .contact-content {
  background-color: rgba(16, 85, 31, 0.05);
  padding: 40px;
  border-radius: 20px;
  margin-right: 60px;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 60px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .contact-wrapper-inner .contact-content {
    margin-left: 0;
    padding: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper-inner .contact-content {
    margin-left: 30px;
    margin-bottom: 0;
  }
}
.contact-wrapper-inner .contact-content .section-title h2 {
  font-size: 46px;
}
@media (max-width: 1399px) {
  .contact-wrapper-inner .contact-content .section-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .contact-wrapper-inner .contact-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper-inner .contact-content .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper-inner .contact-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper-inner .contact-content .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .contact-wrapper-inner .contact-content .section-title h2 {
    font-size: 32px;
  }
}
.contact-wrapper-inner .contact-content .contact-text {
  margin-top: 10px;
}
.contact-wrapper-inner .contact-content .contact-form-box {
  margin-top: 30px;
}
.contact-wrapper-inner .contact-content .contact-form-box .form-clt input, .contact-wrapper-inner .contact-content .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 18px 22px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 10px;
  border: 1px solid rgba(16, 85, 31, 0.2);
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.contact-wrapper-inner .contact-content .contact-form-box .form-clt input::placeholder, .contact-wrapper-inner .contact-content .contact-form-box .form-clt textarea::placeholder {
  color: var(--text);
}
.contact-wrapper-inner .contact-content .contact-form-box .form-clt .single-select {
  display: inline-block;
  width: 100%;
  padding: 18px 22px;
  line-height: 1;
  color: var(--text);
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid rgba(16, 85, 31, 0.2);
  background: transparent;
  font-size: 16px;
}
.contact-wrapper-inner .contact-content .contact-form-box .form-clt .single-select .list {
  width: 100%;
}
.contact-wrapper-inner .contact-content .contact-form-box .form-clt textarea {
  padding-bottom: 70px;
}
.contact-wrapper-inner .contact-content .contact-form-box .contact-button .theme-btn {
  background-color: var(--theme);
  width: 100%;
  border-radius: 10px;
  padding: 17px;
  line-height: 1;
  color: var(--white);
  font-weight: 500;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.contact-wrapper-inner .contact-content .contact-form-box .contact-button .theme-btn:hover {
  background-color: var(--header);
}

.contact-bottom-area-inner {
  margin-top: 50px;
}
.contact-bottom-area-inner .icon-box-items {
  border-radius: 20px;
  border: 1px solid rgb(208, 208, 208);
  padding: 40px;
  transition: all 0.4s ease-in-out;
}
.contact-bottom-area-inner .icon-box-items .icon {
  max-width: 62px;
  height: 62px;
  line-height: 70px;
  text-align: center;
  background-color: var(--theme-2);
  border-radius: 50%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .contact-bottom-area-inner .icon-box-items .icon {
    margin-bottom: 15px;
  }
}
.contact-bottom-area-inner .icon-box-items .icon i {
  transition: all 0.4s ease-in-out;
  font-size: 26px;
  color: var(--theme);
}
.contact-bottom-area-inner .icon-box-items .content {
  margin-top: 30px;
}
.contact-bottom-area-inner .icon-box-items .content .title-1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-bottom-area-inner .icon-box-items .content p {
  font-size: 16px;
  font-weight: 400;
}
.contact-bottom-area-inner .icon-box-items .content p:hover {
  color: var(--theme);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FBF3E6;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 0;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.p-relative {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(236, 72, 153, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ================================
   Split Text Styles
================================ */
.split-title .word {
  display: inline-block;
  white-space: nowrap;
}

/* char animation */
.split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.array-button .array-prev, .array-button .array-next {
  border: 1px solid rgb(12, 47, 37);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .array-button .array-prev, .array-button .array-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}
.array-button .array-prev:hover, .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--theme-2);
}
@media (max-width: 1199px) {
  .array-button .array-line {
    display: none;
  }
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--header);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 100px;
  border: 1px solid var(--theme);
  background: transparent;
  color: var(--header);
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}