@charset "UTF-8";
@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;
  }
}







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









@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}




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





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