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

.about-top-para-section {
  margin-bottom: 60px;
}
.about-top-para-section .read-more-toggle {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .about-top-para-section .custom-wrap .para-wrap .paragraph {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1200px) {
  .about-top-para-section {
    margin-bottom: 7.2916666667vw;
  }
}
.nav-btn {
  transition: 0.7s;
}
.nav-btn:hover {
  transform: scale(0.9);
}

.home-gallery-section {
  margin-bottom: 110px;
}
.home-gallery-section .main-wrap-full .--common-head {
  margin-bottom: 36px;
}
.home-gallery-section .main-wrap-full .gallery-wrap {
  padding-left: 25px;
}
.home-gallery-section .main-wrap-full .gallery-wrap .nav-btn {
  display: none !important;
}
.home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .slick-list {
  padding: 0 60px 0 0 !important;
}
.home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image {
  margin-right: 5px;
}
.home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image img {
  height: 215px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.home-gallery-section.about {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image img {
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image img {
    height: 370px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-gallery-section {
    margin-bottom: 9.8958333333vw;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap {
    padding-left: 0;
    position: relative;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .nav-btn {
    display: block !important;
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .nav-btn svg {
    width: 100%;
    height: 100%;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .nav-btn.gallery-prev-btn {
    left: 6.25vw;
    right: inherit;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .nav-btn.gallery-next-btn {
    right: 6.25vw;
    left: inherit;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .slick-list {
    padding: 2.0833333333vw 26.0416666667vw !important;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image {
    transform: scale(0.9);
    margin: 0 0.5208333333vw;
    position: relative;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image.slick-cloned:after {
    background: linear-gradient(90deg, #152022 0%, rgba(21, 32, 34, 0) 82.9%);
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image:after {
    position: absolute;
    content: "";
    opacity: 1;
    background: linear-gradient(270deg, #152022 0%, rgba(21, 32, 34, 0) 82.9%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    border-radius: 2.0833333333vw;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image img {
    height: 24.9479166667vw;
    border-radius: 2.0833333333vw;
    opacity: 0.7;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image.slick-active {
    transform: scale(1.1);
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image.slick-active:after {
    display: none;
  }
  .home-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image.slick-active img {
    border-radius: 2.0833333333vw 4.6875vw;
    opacity: 1;
  }
  .home-gallery-section.about {
    margin-bottom: 6.25vw;
  }
}
.product-gallery-section {
  margin-bottom: 38px;
}
.product-gallery-section .main-wrap-full .--common-head {
  margin-bottom: 36px;
}
.product-gallery-section .main-wrap-full .gallery-wrap {
  padding-left: 25px;
}
.product-gallery-section .main-wrap-full .gallery-wrap .nav-btn {
  display: none !important;
}
.product-gallery-section .main-wrap-full .gallery-wrap .p-gallery_slider .slick-list {
  padding: 0 60px 0 0 !important;
}
.product-gallery-section .main-wrap-full .gallery-wrap .p-gallery_slider .gallery-image {
  margin-right: 5px;
}
.product-gallery-section .main-wrap-full .gallery-wrap .p-gallery_slider .gallery-image img {
  height: 215px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

@media only screen and (min-width: 768px) {
  .product-gallery-section {
    margin-bottom: 120px;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap .p-gallery_slider .gallery-image img {
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-gallery-section .main-wrap-full .gallery-wrap .h-gallery_slider .gallery-image img {
    height: 370px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-gallery-section {
    margin-bottom: 7.5520833333vw;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap {
    padding-left: 0;
    position: relative;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap .nav-btn {
    display: block !important;
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap .nav-btn svg {
    width: 100%;
    height: 100%;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap .nav-btn.gallery-prev-btn {
    left: 6.25vw;
    right: inherit;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap .nav-btn.gallery-next-btn {
    right: 6.25vw;
    left: inherit;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap .p-gallery_slider .slick-list {
    padding: 0 !important;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap .p-gallery_slider .slick-dots {
    bottom: -3.125vw;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap .p-gallery_slider .gallery-image {
    margin: 0 0.5208333333vw;
    position: relative;
  }
  .product-gallery-section .main-wrap-full .gallery-wrap .p-gallery_slider .gallery-image img {
    height: 24.9479166667vw;
    border-radius: 2.0833333333vw;
  }
}
.pr-full-image-section {
  margin-bottom: 100px;
}
.pr-full-image-section .main-wrap .image-content-card {
  position: relative;
  border-radius: 13px;
  background-attachment: fixed;
}
.pr-full-image-section .main-wrap .image-content-card:after {
  position: absolute;
  content: "";
  border-radius: 13px;
  background: rgba(21, 32, 34, 0.82);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap {
  top: 0;
  z-index: 11;
  padding: 50px 24px;
  position: relative;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .heading {
  margin-bottom: 36px;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .heading .heading {
  font-size: 35px;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap {
  padding: 20px 12px;
  border-bottom: 2px solid rgba(67, 182, 73, 0.36);
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap.active {
  background: linear-gradient(180deg, rgba(21, 32, 34, 0.5) 0%, rgba(21, 32, 34, 0.87) 55.36%);
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap.active .number {
  color: #ffffff !important;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap.active .sub-heading {
  color: #ffffff !important;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap .single-point-head {
  margin-bottom: 8px;
  cursor: pointer;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap .single-point-head .number {
  color: rgba(255, 255, 255, 0.24);
  font-size: 15px;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap .single-point-head .sub-heading {
  color: #c3a126;
  font-size: 22px;
  padding-left: 15px;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap .single-point-content {
  display: none;
  transition: 0.7s ease-in-out;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap .single-point-content .textarea {
  padding-left: 30px;
}
.pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 1024px) {
  .pr-full-image-section .main-wrap .content-wrap .content-wrap-inner .single-point-wrap {
    display: flex;
    border-bottom: none !important;
    position: relative;
    align-items: center;
  }
  .pr-full-image-section .main-wrap .content-wrap .content-wrap-inner .single-point-wrap:after {
    position: absolute;
    content: "";
    background: rgba(67, 182, 73, 0.36);
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2px;
  }
  .pr-full-image-section .main-wrap .content-wrap .content-wrap-inner .single-point-wrap.active {
    background: linear-gradient(180deg, rgba(21, 32, 34, 0.5) 0%, rgba(21, 32, 34, 0.87) 55.36%);
  }
  .pr-full-image-section .main-wrap .content-wrap .content-wrap-inner .single-point-wrap.active:after {
    width: 100%;
  }
  .pr-full-image-section .main-wrap .content-wrap .content-wrap-inner .single-point-wrap .single-point-head {
    width: 50%;
    margin-bottom: 0 !important;
  }
  .pr-full-image-section .main-wrap .content-wrap .content-wrap-inner .single-point-wrap .single-point-content {
    width: 50%;
  }
  .pr-full-image-section .main-wrap .content-wrap .content-wrap-inner .single-point-wrap .single-point-content .textarea {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .pr-full-image-section {
    margin-bottom: 7.1875vw;
  }
  .pr-full-image-section .main-wrap .image-content-card {
    border-radius: 3.6458333333vw;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap {
    padding: 8.5416666667vw 6.25vw 7.2916666667vw;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .heading {
    max-width: 75%;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .heading .heading {
    font-size: 3.3333333333vw;
    text-align: left;
    line-height: 3.125vw;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap {
    padding: 1.09375vw 2.0833333333vw 1.09375vw 0;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap:after {
    width: 26.7708333333vw;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap.active:after {
    width: 100%;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap:last-child::after {
    display: none;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap:last-child.active:after {
    display: block;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap .single-point-head .number {
    font-size: 0.9375vw;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap .single-point-head .sub-heading {
    font-size: 1.875vw;
    padding-left: 0.9375vw;
  }
  .pr-full-image-section .main-wrap .image-content-card .content-wrap .content-wrap-inner .single-point-wrap .single-point-content .textarea {
    font-size: 0.9375vw;
  }
  .pr-full-image-section .main-wrap .image-content-card:after {
    border-radius: 3.6458333333vw;
  }
}
.com-image-content-section .main-wrap .com-image-content-para-inner {
  margin-bottom: 80px;
}
.com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap .image-wrap {
  margin-bottom: 30px;
}
.com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap .image-wrap img {
  border-radius: 20px;
}
.com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap .content-wrap {
  text-align: center;
}
.com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap .content-wrap .heading-wrap {
  margin-bottom: 24px;
}
.com-image-content-section.last-sec .com-image-content-para-inner:last-child {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap .image-wrap {
    max-width: 60%;
    margin: 0 auto 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap {
    display: flex;
    align-items: center;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap .image-wrap {
    width: 45%;
    margin-bottom: 0;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap .content-wrap {
    width: 55%;
    padding-left: 36px;
    text-align: left;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner .bottom-content-wrap {
    margin-top: 36px;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner .bottom-content-wrap .para-wrap .paragraph {
    text-align: center;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner:nth-child(even) .img-content-wrap {
    flex-direction: row-reverse;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner:nth-child(even) .img-content-wrap .content-wrap {
    padding-left: 0;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner:nth-child(even) .img-content-wrap .image-wrap {
    padding-left: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .com-image-content-section {
    margin-bottom: 10.4166666667vw;
  }
  .com-image-content-section.last-sec {
    margin-bottom: 0;
  }
  .com-image-content-section.last-sec .com-image-content-para-inner {
    margin-bottom: 5.2083333333vw !important;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner {
    margin-bottom: 7.8125vw;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner:nth-child(even) .img-content-wrap .image-wrap {
    padding-left: 3.59375vw;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap .image-wrap img {
    width: 100%;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner .img-content-wrap .content-wrap {
    padding-left: 3.59375vw;
  }
  .com-image-content-section .main-wrap .com-image-content-para-inner .bottom-content-wrap .para-wrap .paragraph {
    text-align: center;
  }
}
.slick-dots li {
  height: 0;
  width: max-content;
}
.slick-dots li button {
  background: #0b3d1d;
  width: 15px;
  height: 3px;
  border-radius: 2px;
  padding: 0;
}
.slick-dots li button:after {
  width: 20px;
  height: 6px;
  display: none !important;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li.slick-active button {
  background: #1e6b22;
  width: 40px;
}

@media only screen and (min-width: 1200px) {
  .slick-dots li button {
    height: 0.15625vw;
    width: 0.625vw;
    border-radius: 0.15625vw;
  }
  .slick-dots li.slick-active button {
    width: 2.9166666667vw;
  }
}
body.search .inner-banner {
  display: none;
}

.search-results-section {
  margin-top: 150px;
}
.search-results-section .search-head {
  margin-bottom: 36px;
}
.search-results-section .search-posts .search-post {
  margin-bottom: 36px;
}

@media only screen and (min-width: 1200px) {
  .search-results-section {
    margin-top: 10.4166666667vw;
  }
  .search-results-section .search-head {
    margin-bottom: 1.875vw;
    padding: 0 1.875vw;
    font-size: 1.4583333333vw;
  }
  .search-results-section .search-posts {
    display: flex;
    flex-wrap: wrap;
  }
  .search-results-section .search-posts .search-post {
    width: 50%;
    margin-bottom: 2.5vw;
    padding: 0 1.875vw;
  }
  .search-results-section .search-posts .search-post .para {
    margin-bottom: 1.0416666667vw;
    margin-top: 0.78125vw;
  }
  .search-results-section .search-posts .search-post .post-title {
    font-size: 1.1458333333vw;
  }
  .search-results-section .search-posts .search-post .link-btn {
    font-size: 0.78125vw;
    transition: 0.7s;
  }
  .search-results-section .search-posts .search-post .link-btn:hover {
    color: #0b3d1d;
  }
  .no-r {
    font-size: 1.0416666667vw;
    padding: 0 1.875vw;
  }
}
@media only screen and (min-width: 1200px) {
  .food-safety-policy .about-top-para-section {
    margin-bottom: 6.25vw;
  }
}

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