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

.vision-mission-section .custom-wrap .card-wrap .card-item {
  border-radius: 50px 24px;
  background: var(--Green-gradient-1, linear-gradient(180deg, #0b3d1d 0%, #297d34 65.38%, #478932 100%));
  backdrop-filter: blur(2px);
  padding: 36px 24px;
  margin-bottom: 22px;
}
.vision-mission-section .custom-wrap .card-wrap .card-item .card-inner .--common-head {
  margin-bottom: 20px;
}
.vision-mission-section .custom-wrap .card-wrap .card-item .card-inner .--common-head .heading {
  color: #ffffff;
  line-height: 40px;
}
.vision-mission-section .custom-wrap .card-wrap .card-item.large {
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .vision-mission-section .custom-wrap .card-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .vision-mission-section .custom-wrap .card-wrap .card-item {
    width: 49%;
    margin-bottom: 16px;
  }
  .vision-mission-section .custom-wrap .card-wrap .card-item:nth-child(2) {
    margin-left: 1%;
  }
  .vision-mission-section .custom-wrap .card-wrap .card-item:nth-child(1) {
    margin-right: 1%;
  }
  .vision-mission-section .custom-wrap .card-wrap .card-item.large {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .vision-mission-section .custom-wrap .card-wrap .card-item {
    padding: 3.125vw;
    border-radius: 4.6875vw 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .vision-mission-section .custom-wrap .card-wrap .card-item .card-inner .--common-head {
    max-width: 60%;
  }
  .vision-mission-section .custom-wrap .card-wrap .card-item .card-inner .--common-head .heading {
    line-height: 4.7395833333vw;
  }
  .vision-mission-section .custom-wrap .card-wrap .card-item .card-inner .para-wrap .paragraph {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
    text-align: left;
  }
  .vision-mission-section .custom-wrap .card-wrap .card-item.large {
    margin-bottom: 7.5520833333vw;
  }
}
.message-section {
  margin-bottom: 100px;
}
.message-section .main-wrap .image-wrap {
  margin-bottom: 50px;
}
.message-section .main-wrap .image-wrap img {
  width: 100%;
  border-radius: 60px 30px;
  border: 1px solid #b2cb91;
}
.message-section .main-wrap .content-wrap .--common-head {
  margin-bottom: 36px;
}
.message-section .main-wrap .content-wrap .--common-head .heading {
  font-size: 32px;
  text-align: center;
}
.message-section .main-wrap .content-wrap .para-wrap {
  margin-bottom: 24px;
}
.message-section .main-wrap .content-wrap .textarea {
  color: #1e6b22;
}

@media only screen and (min-width: 768px) {
  .message-section .main-wrap {
    display: flex;
  }
  .message-section .main-wrap .image-wrap {
    width: 50%;
  }
  .message-section .main-wrap .content-wrap {
    width: 50%;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .message-section {
    margin-bottom: 7.8125vw;
  }
  .message-section .main-wrap {
    display: flex;
    align-items: center;
  }
  .message-section .main-wrap .image-wrap {
    width: 46%;
    margin-bottom: 0;
  }
  .message-section .main-wrap .image-wrap img {
    border-radius: 2.0833333333vw 4.6875vw;
  }
  .message-section .main-wrap .content-wrap {
    width: 54%;
    padding-left: 3.5416666667vw;
  }
  .message-section .main-wrap .content-wrap .--common-head {
    margin-bottom: 2.8125vw;
  }
  .message-section .main-wrap .content-wrap .--common-head .heading {
    font-size: 3.3333333333vw;
    text-align: left;
  }
  .message-section .main-wrap .content-wrap .para-wrap {
    margin-bottom: 3.6458333333vw;
  }
  .message-section .main-wrap .content-wrap .textarea {
    font-size: 1.0416666667vw;
  }
}
.director-board-section {
  margin-bottom: 130px;
}
.director-board-section .nav-btn {
  display: none !important;
}
.director-board-section .--common-head {
  margin-bottom: 40px;
}
.director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slick-list {
  padding: 0 35px 0 0 !important;
}
.director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slick-dots {
  padding-right: 35px;
}
.director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item {
  margin: 0 5px;
}
.director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item .card-item {
  text-align: center;
}
.director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item .card-item .image-wrap {
  margin-bottom: 24px;
}
.director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item .card-item .image-wrap img {
  width: 100%;
  height: 335px;
  object-fit: cover;
  border-radius: 20px;
}
.director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item .card-item .content-wrap .sub-heading {
  font-size: 20px;
}
.director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item .card-item .content-wrap .textarea {
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .director-board-section {
    margin-bottom: 7.8125vw;
  }
  .director-board-section .nav-btn {
    display: block !important;
  }
  .director-board-section .--common-head .heading {
    font-size: 3.3333333333vw !important;
    line-height: 3.125vw;
  }
  .director-board-section .custom-wrap {
    padding: 0 5.2083333333vw;
  }
  .director-board-section .custom-wrap .slider-wrap {
    position: relative;
  }
  .director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slick-list {
    padding: 0 !important;
  }
  .director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item {
    margin: 0 0.5208333333vw;
  }
  .director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item .card-item .image-wrap img {
    border-radius: 2.0833333333vw;
    height: 21.3541666667vw;
  }
  .director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item .card-item .content-wrap {
    text-align: center;
  }
  .director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item .card-item .content-wrap .sub-heading {
    font-size: 1.875vw;
  }
  .director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slider-item .card-item .content-wrap .textarea {
    font-size: 1.0416666667vw;
  }
  .director-board-section .custom-wrap .slider-wrap .h-image-card_slider .slick-dots {
    padding-right: 0;
  }
}
.search-popup-inner {
  display: flex;
  background: linear-gradient(90deg, #0b3d1d 0%, #297d34 65.38%, #478932 100%);
  position: absolute;
}

/*# sourceMappingURL=about-us.css.map */
