@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 6px;
}

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

::-webkit-scrollbar-thumb {
  background: #0b3d1d;
  transition: 0.7s;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c3a126;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

img {
  max-width: 100%;
}

.--section {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 8.8541666667vw;
  }
}

.--common-head .tagline {
  font-size: 16px;
  font-weight: 700;
  color: #0b3d1d;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.--common-head .heading {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #0b3d1d;
  letter-spacing: 0;
}
.--common-head .heading span {
  background: var(--Green-gradient-1, linear-gradient(90deg, #0b3d1d 0%, #297d34 65.38%, #478932 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;
}
.--common-head .heading.small {
  font-size: 35px;
  line-height: 35px;
}
.--common-head .paragraph {
  color: #ffffff;
}
.--common-head.--text-center {
  text-align: center;
}
.--common-head.head-large .heading {
  font-size: 40px;
}
@media only screen and (min-width: 1200px) {
  .--common-head {
    margin-bottom: 2.1875vw;
  }
  .--common-head .tagline {
    font-size: 1.5625vw;
  }
  .--common-head .heading {
    font-size: 3.3333333333vw;
    line-height: 3.125vw;
    margin-bottom: 2.0833333333vw;
  }
  .--common-head .heading.small {
    font-size: 4.1666666667vw;
    line-height: 3.6458333333vw;
  }
  .--common-head.head-large .heading {
    font-size: 5vw;
    line-height: 4.5833333333vw;
  }
}

.--common-para {
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (min-width: 1200px) {
  .--common-para {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
  }
}

.--primary-button {
  background: #c3a126;
  font-size: 14px;
  max-width: fit-content;
  letter-spacing: 2.24px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 8px 10px 30px;
  border-radius: 20px;
  transition: 0.7s ease-in-out;
  height: 45px;
}
.--primary-button .btn-icon {
  width: 35px;
  height: 35px;
  margin-left: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4a3120;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.--primary-button .btn-icon .btn-icon-inner {
  width: 22px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.--primary-button .btn-icon .btn-icon-inner svg {
  width: 100%;
  height: 100%;
  transition: 0.7s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .--primary-button {
    font-size: 0.9375vw;
    padding: 0.46875vw 0.46875vw 0.46875vw 1.5625vw;
    border-radius: 2.6041666667vw;
    height: 3.5416666667vw;
  }
  .--primary-button .btn-icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .--primary-button .btn-icon .btn-icon-inner {
    width: 1.1458333333vw;
    height: 0.5208333333vw;
  }
}
.--primary-button:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #0b3d1d 0%, #43b649 100%);
  box-shadow: 9px 9px 22.8px 0px rgba(0, 0, 0, 0.25);
}
.--primary-button:hover .btn-icon {
  background: #43b649;
  transform: scale(0.9);
  filter: drop-shadow(4px 3px 7.7px rgba(0, 0, 0, 0.25));
}

.--primary-color {
  color: #0b3d1d;
}

.--white-color {
  color: #ffffff;
}

.--primary-color {
  color: #0b3d1d;
}

.--text-black {
  color: #170c04;
}

.--black-color {
  color: #170c04;
}

.--bg-black {
  background-color: #231f20;
}

.--bg-white {
  background-color: #ffffff;
}

.white {
  color: #ffffff;
}

.text-black {
  color: #231f20;
}

.--text-center {
  text-align: center;
}

.--text-left {
  text-align: left;
}

.--text-right {
  text-align: right;
}

.--text-justify {
  text-align: justify;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

button {
  background: none;
  border: none;
}

.main-wrap {
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .main-wrap {
    padding: 0 12.6041666667vw;
  }
}

.main-wrap-small {
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .main-wrap-small {
    padding: 0 17.8125vw;
  }
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 6px 0 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

#hamburger-1.is-active .line:nth-child(3) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  width: 36px;
}

#hamburger-1 {
  height: 100%;
  text-align: center;
}

#hamburger-1 span:last-child {
  margin-right: 0 !important;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  width: 25px;
}

.btn-close:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
}

#hamburger-1.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  -ms-transform: translateY(-2px) rotate(-45deg);
  -o-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  width: 25px;
}

@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
/* CSS for Animations */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-left-active {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-right-active {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.zoom-in-active {
  opacity: 1;
  transform: scale(1);
}

.social-media-wrap .social-media-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.social-media-wrap .social-media-inner .list-item .social-media-link .icon-inner {
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}
.social-media-wrap .social-media-inner .list-item .social-media-link .icon-inner:hover {
  transform: scale(1.1);
}
.social-media-wrap .social-media-inner .list-item .social-media-link .icon-inner svg {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .social-media-wrap .social-media-inner {
    justify-content: center;
  }
  .social-media-wrap .social-media-inner .list-item {
    padding: 0 1.3020833333vw;
  }
  .nav-btn {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    z-index: 11;
  }
  .nav-btn svg {
    width: 100%;
    height: 100%;
  }
  .nav-btn.ic-prev-btn {
    left: -1.3541666667vw;
    top: -4.4791666667vw;
  }
  .nav-btn.ic-next-btn {
    right: -1.3541666667vw;
    top: -4.4791666667vw;
  }
}
.display-none {
  display: none;
}

.desktop-icons {
  position: relative;
}
.desktop-icons .search-popup {
  display: none;
}
.desktop-icons .search-popup.active {
  display: block;
}
.desktop-icons .search-popup-inner {
  position: absolute;
  background: linear-gradient(90deg, #0b3d1d 0%, #297d34 65.38%, #478932 100%);
  right: 5.2083333333vw;
  top: 3.125vw;
}
.desktop-icons .search-popup-inner .search-form {
  display: flex;
}
.desktop-icons .search-popup-inner .search-form input {
  padding-left: 16px;
  width: 9.8958333333vw;
  outline: none;
  border: none;
  filter: drop-shadow(0px 0px 29px rgba(78, 111, 67, 0.22));
}
.desktop-icons .search-popup-inner .search-form button {
  width: max-content;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .desktop-icons .search-popup-inner .search-form input {
    font-size: 0.8333333333vw;
  }
}
.cm-arrow-icon {
  width: 35px;
  height: 35px;
}
.cm-arrow-icon svg {
  width: 100%;
  height: 100%;
}

.nav-btn.slick-hidden {
  opacity: 0.5;
  pointer-events: none;
  visibility: hidden;
}

.hero-banner {
  padding: 0 10px;
  margin-bottom: 60px;
}
.hero-banner .main-wrap-full .slider-wrap-inner {
  position: relative;
}
.hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slick-dots {
  bottom: 20px;
  z-index: 11;
}
.hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slick-dots li button {
  background: #ffffff;
}
.hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slick-dots li.slick-active button {
  background: #c3a126;
}
.hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slick-list {
  border-radius: 0px 30px 30px 30px;
}
.hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slider-item .slider-item-inner {
  position: relative;
}
.hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slider-item .slider-item-inner img {
  width: 100%;
  border-radius: 0px 30px 30px 30px;
}
.hero-banner .main-wrap-full .slider-wrap-inner .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(11, 61, 29, 0.72);
  padding: 49px 43px;
  border-radius: 0px 0 30px 30px;
}
.hero-banner .main-wrap-full .slider-wrap-inner .banner-content .btn-wrap {
  display: none;
}
.hero-banner .main-wrap-full .slider-wrap-inner .banner-content .heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
}
.hero-banner .main-wrap-full .slider-wrap-inner .banner-content .--primary-button {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slider-item .slider-item-inner img {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner {
    padding: 6.25vw 0 0 5.2083333333vw;
    margin-bottom: 7.7083333333vw;
  }
  .hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slick-list {
    border-radius: 0 0 0 10.4166666667vw;
  }
  .hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slider-item {
    margin-right: 0.5208333333vw;
  }
  .hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slider-item .slider-item-inner img {
    border-radius: 3.6458333333vw 0 0 3.6458333333vw;
    height: 43.59375vw;
    width: 100%;
    object-fit: cover;
  }
  .hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slider-item.slick-current.slick-active .slider-item-inner img {
    border-radius: 0 3.6458333333vw 3.6458333333vw 9.8958333333vw;
  }
  .hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slider-item.slick-current.slick-active .slider-item-inner .banner-content {
    border-radius: 0 0 0 10.4166666667vw;
  }
  .hero-banner .main-wrap-full .slider-wrap-inner .hero_slider .slick-list {
    padding: 0 4.6875vw 0 0 !important;
  }
  .hero-banner .main-wrap-full .slider-wrap-inner .banner-content {
    height: 100%;
    width: 31.6666666667vw;
    left: 0;
    right: inherit;
    border-radius: 0 0 0 10.4166666667vw;
    text-align: left;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6.25vw 0 4.4270833333vw;
  }
  .hero-banner .main-wrap-full .slider-wrap-inner .banner-content .heading {
    font-size: 3.3333333333vw;
    line-height: 3.3854166667vw;
    text-align: left;
    margin-bottom: 3.6458333333vw;
  }
  .hero-banner .main-wrap-full .slider-wrap-inner .banner-content .btn-wrap {
    display: block;
  }
}

/*# sourceMappingURL=home-banner.css.map */
