@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
  font-family: "Rethink Sans", sans-serif;
  background-color: aliceblue !important;
}

a:hover {
  text-decoration: none !important;
  color: #fff;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none
}

a {
	font-style: normal;
	text-decoration: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

a,
a:active,
a:focus {
	color: #333;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

img {
	max-width: 100%;
	height: auto
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

li {
  list-style: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ===========================Pre Header============================== */
.pre-header {
  background-color: #1f4e3d;
}
.goog-te-gadget .goog-te-combo{
    margin: 4px 0;
    font-family: 'Syne';
    padding: 8px;
    font-size: 15px;
    background-color: #008b3c;
    border: none;
    border-radius: 4px;
    color: #fff;
}
.social-icons {
  float: right;
}
.goog-te-gadget {
    color: #66666600 !important;
    display: flex;
}
.skiptranslate span{
    display: none;
}
.pre-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-line {
  position: relative;
  content: '';
  background: #c7c7c7;
  width: 1px;
  height: 22px;
  top: 0px;
  right: 0;
  left: 0px;
  margin: 0 16px;
}

.social-icons i {
  color: #fff;
  font-size: 15px;
  padding: 0 8px;
}
.logo{
    width: 165px;
    padding-left: 10px;
    padding-right: 20px;
}
.logo img{
    width: 100%;
}
.social-icons {
  background-color: #9ab54a;
  padding: 11px;
}

.pre-header-content {
  display: flex;
}

.pre-header a {
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
}

.pre-header a:hover {
  text-decoration: none;
  color: #fff;
}

/* =========================Header============================== */

.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 8px 0px;
}
.list-item .title{
    color: #00611e !important;
    font-family: 'Syne';
    font-size: 18px;
}
.list-item a:hover{
    text-decoration: none;
}
.header .item-left {
  flex: 0 0 17%;
}

.list-item img{
    border-radius: 10px;
    margin-bottom: 15px;
}
.left-text{
    text-align: left !important;
}
.fungal{
    padding: 50px 0; 
}
.right-text{
    text-align: right !important;
}
.header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

.header .item-center {
  flex: 0 0 60%;
}

.header .item-right {
  flex: 0 0 22%;
  display: flex;
  justify-content: flex-end;
}

.header .item-right a {
  text-decoration: none;
  font-size: 15px;
  color: #555555;
  display: inline-block;
  margin-left: 0px;
  transition: color 0.3s ease;
  padding: 8px;
}
.search-item span{
    padding: 2px !important;
}

.header .menu>ul>li {
  display: inline-block;
  line-height: 50px;
  margin-left: 16px;
}

.header .menu>ul>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    font-family: 'Rethink Sans';
}

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 0px 0px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  top: 75px;
}

@media(min-width: 992px) {
  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}

.header .menu>ul>li .sub-menu>ul>li {
  line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li a:hover {
  background-color: #44a05b;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    justify-content: space-between;
    display: flex;
    font-family: 'Syne';
    background-color: #e2fad7;
    margin: 1px;
}

.header .menu>ul>li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
  line-height: 1;
  display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.sub-menu {
  min-width: 280px;
  max-width: 350px;
}

.sub-menu ul li a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 15px;
  color: #000000;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
  justify-content: space-between;
  display: flex;
  margin: 5px;
  font-family: 'Rethink Sans';
}

.sub-menu ul li a:hover {
  color: #000;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
  flex: 0 0 16.60%;
  padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 5px 0 0;
  margin: 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
  text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 0px;
  height: 95px;
  object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {}

.header .menu>ul>li .sub-menu>ul>li>a:hover {
  color: #ffffff;
}

/* banner section */
.banner-section {
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1000;
}

.menu-item-has-children:hover>.sub-menu,
.menu-item-has-children:hover>div>ul>.menu-item-has-children:hover>.sub-menu {
  display: block;
}

/*responsive*/
@media(max-width: 991px) {

  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header .menu>ul>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.mega-menu,
  .header .menu>ul>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    margin-top: 0;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    margin-bottom: 20px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .header .menu>ul>li .sub-menu>ul>li>a,
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

.v-center {
  align-items: center;
}

.menu-main {
  margin: 0;
}

/* =======================search======================= */

.search-box {
  display: flex;
  padding: 10px;
  border-radius: 40px;
  height: 40px;
  align-items: center;
  box-shadow: 0 0 5px 0 #eee;    background-color: #fff;
}

.search-box:hover {}

.search-box .search-txt {
  width: 160px;
  padding: 10px;
  border-radius: 40px;
}

/* .search-box:hover{
  box-shadow: 0 0 5px 0 #eee;
}
.search-box:hover .search-txt {
  width: 160px;
  padding: 10px;
  border-radius: 40px;
} */

.search-box:hover .search-btn {
  background: #fff;
}

.search-txt {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  color: #000000;
  transition: 0.5s;
  font-size: 1rem;
  width: 0px;
  font-family: 'Barlow';
}

.search-btn {
  color: #1abc9c;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}

/* ===============================banner============================= */
.slider-banner {
    position: relative;
}
.carousel-caption {
    width: 800px;
    bottom: 28% !important;
    text-align: left !important;
    left: 10% !important;
}

.carousel-caption h5 {
  font-size: 12px;
  font-family: 'Syne';
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.carousel-caption h2 {
  font-size: 60px;
  font-family: 'Syne';
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
}

.carousel-caption h2 span {
  color: #64ed87;
}

.carousel-caption p {
  font-size: 14px;
  margin-bottom: 40px;
  color: #ebebeb;
  line-height: normal;
  font-family: "Rethink Sans", sans-serif;
  width: 95%;
}

.carousel-caption a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding: 15px 45px;
  background: #65ee87;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  font-family: 'Syne';
  text-transform: capitalize;
  border-radius: 0px;
}

.carousel-caption a:hover {
  color: #fff;
  box-shadow: inset 250px 0 0 0 #00a1ff;
  text-decoration: none;
}

.carousel-item img {
  width: 100%;
}

/* ============================slider============================ */

.product-slider {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  padding-block: 12px;
  overflow: hidden;
  /*box-shadow: 0 -2px 5px 0 #f6f6f6;*/
}

.product-slider .slider {
  display: flex;
  align-items: center;
  position: relative;
  --width: 220px;
  /* Matches .item width */
  --height: 50px;
  --imageQuantity: 6;
  /* Only original number of items (not including duplicates) */
}

.product-slider .item h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    color: #111;
    font-family: 'Syne';
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #ffffffa6;
    padding: 8px;
}

.product-slider .list {
  display: flex;
  width: calc(var(--width) * var(--imageQuantity) * 2);
  /* Duplicate items = seamless loop */
  gap: calc(var(--width) / 4);
  animation: autoScroll 20s linear infinite;
  will-change: transform;    height: 110px;
}

.product-slider .slider:hover .list {
  animation-play-state: paused;
}

.product-slider .item {
  width: 152px;
  height: auto;
  flex-shrink: 0;
  background-color: #d6ffe0;
  padding: 5px 0;
  border-radius: 18px;
    position: relative;
}

.product-slider .item img {
    width: 100%;
    transition: filter 0.5s ease-in-out;
    border-radius: 15px;
    height: 100px;
    object-fit: cover;
    position: relative;
}

/* Grayscale effect on hover */
.product-slider .slider:hover .item img {
  filter: grayscale(1);
}

.product-slider .slider .item:hover img {
  filter: grayscale(0);
}

/* Autoscroll animation */
@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
  }
}

/* Optional: Reverse scroll version */
.product-slider .slider[reverse="true"] .list {
  animation: reverseScroll 20s linear infinite;
}

@keyframes reverseScroll {
  0% {
    transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
  }

  100% {
    transform: translateX(0);
  }
}

/* ============================================= */
.process {
  padding: 50px 0;
}
.process .box {
  background: #1c5028;
  padding: 0px 15px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform-style: preserve-3d;
}

.process .box:hover {
  transform: rotateY(8deg) rotateX(8deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.process .number {
  font-size: 68px;
  color: #ffffff1f;
  font-weight: bold;
  line-height: normal;
  font-family: 'Rethink Sans';
}

.process .icon {
  width: 85px;
  margin: 0px auto 20px;
  display: block;
}

.process .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #ccffb8;
    font-family: 'Syne';
    text-align: center;
}

.text {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-family: 'Rethink Sans';
  line-height: normal;
}

.form-box {
  padding: 35px;
  border-radius: 15px;
  width: 400px;
  color: white;
  margin-right: 35px;
  background-image: url(../images/form.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Syne';
  font-weight: 700;
}

.form-title span {
  color: #65ee87;
}

.input-field,
.textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  background: #145c3d;
  color: white;
  font-family: 'Syne';
  box-shadow: 0 0 10px 0 #2f2f2f;
  font-size: 14px;
}

.input-field::placeholder,
.textarea::placeholder {
  color: #ccc;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #66ff66;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  transition: background 0.3s;
  font-family: 'Syne';
}

.submit-btn:hover {
  background: #4cd64c;
}

@media screen and (max-width: 768px) {
  .wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.box:hover .box-inner {
  transform: rotateY(180deg);
}

.box-front,
.box-back {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  text-align: center;
}

.box-back {
  background: #004d33;
  color: #fff;
  transform: rotateY(180deg);
}

.form-box {
  text-align: center;
}

/* =============================video loader========================== */

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  top: 0;
  height: 100vh;
}

#main-content {
  display: none;
  padding: 20px;
}

video {
  width: 100%;
  height: auto;
}

#skipBtn {
  margin-top: 20px;
  padding: 10px 56px;
  font-size: 16px;
  background: #22ff7c;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  position: absolute;
  font-family: 'Syne';
  font-size: 24px;
  font-weight: 700;
  bottom: 60px;
  left: 0;
  color: #000;
}

#skipBtn:hover {
  background: #e64a19;
}

/* ===============================features================================== */

.features-section {
  color: #fff;
  background: url(../images/about-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 80px;
  overflow: hidden;
}

.features-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.high-margin {
  /*margin-top: 100px;*/
}

.low-margin {
  /*margin-top: 50px;*/
}

.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  border: 2px solid green;
    border-radius: 10px;
}

.feature-card:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 20px;
  text-align: center;
  outline: 2px solid #fff;
  outline-offset: -10px;
}

.feature-card:hover .overlay {
  opacity: 1;
}

.overlay h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Syne';
}

.overlay p {
  font-size: 14px;
  line-height: 1.5;
  width: 85%;
  font-family: 'Rethink Sans';
}

.feature-number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 78px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  padding: 18px 40px;
  font-family: 'Rethink Sans';
}

.all-center-heading {
  text-align: center;
  margin-bottom: 40px;
}
.all-center-heading p{
    width: 70%;
    font-size: 16px;
    color: #3d3d3d;
    font-family: 'Rethink Sans';
    margin: 0 auto;
    font-weight: 500;
}
.all-center-heading img {
  margin-bottom: 20px;
}

.all-center-heading h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Syne';
  text-transform: capitalize;
}

.all-center-heading h3 {
  font-size: 16px;
  color: #44a05b;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: 'Syne';
  text-transform: uppercase;
}

.service-section {
  padding: 50px 0px 50px 0px;
}

.service-list {
  display: flex;
  align-items: center;
  text-align: left;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 15px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  background: linear-gradient(145deg, #e8e8e8, #ffffff);
  box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff;
  border: 8px solid #fff;
}

.services-img {
  width: 40%;
  border: 4px solid #05a600;
  border-radius: 15px;
  overflow: hidden;
}

.services-img img {
  width: 100%;
  object-fit: cover;
}

.services-content {
  width: 60%;
  padding: 0px 25px;
}

.services-content h3 {
  color: #005a0c;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Syne';
}

.services-content p {
  font-size: 14px;
  color: #000000;
  font-family: 'Rethink Sans';
}




/* ============================about-section=========================== */

.about-page-details {
  background: #f5f5f5;
  padding: 60px 0;
}

/*.about-page-details .mision-con {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/
/*.box-about h2{*/
/*    font-size: 22px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 10px;*/
/*    font-family: 'Syne';*/
/*    margin-top: 110px;*/
/*}*/
/*.about-page-details .box-about {*/
/*  width: 33.33%;*/
/*  height: 320px;*/
/*  background: linear-gradient(135deg, #0b6623, #1fa463);*/
/*  color: white;*/
/*  text-align: center;*/
/*  position: relative;*/
/*  font-weight: bold;*/
/*  font-size: 20px;*/
/*  transition: transform 0.3s ease, box-shadow 0.3s ease;*/
/*  padding: 30px;*/
/*}*/
/*.box-about p{*/
/*    font-size: 14px;*/
/*    text-align: center;*/
/*    font-family: 'Rethink Sans';*/
/*    line-height: normal;*/
/*    font-weight: 400;*/
/*}*/
/* Unique shapes for each */
/*.about-page-details .mission {*/
/*  clip-path: polygon(0 100%, 0 25%, 20% 0, 100% 30%, 100% 100%);*/
/*}*/

/*.about-page-details .vision {*/
/*  clip-path: polygon(0 100%, 0 30%, 50% 0, 100% 30%, 100% 100%);*/
/*}*/

/*.about-page-details .values {*/
/*  clip-path: polygon(0 100%, 0 30%, 80% 0, 100% 25%, 100% 100%);*/
/*}*/

/* Hover effect */
/*.about-page-details .box-about:hover {*/
/*  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);*/
/*  background: linear-gradient(135deg, #1fa463, #0b6623);*/
/*}*/
/*.short-about-con h3{*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 14px;*/
/*    color: #1c6300;*/
/*    font-family: 'Syne';*/
/*    text-align: center;*/
/*}*/
/*.short-about-con p{*/
/*    font-size: 13px;*/
/*    color: #444;*/
/*    text-align: justify;*/
/*    font-family: 'Rethink Sans';*/
/*    line-height: normal;*/
/*}*/
/*.short-about-con ul li{*/
/*    font-size: 13px;*/
/*    color: #444;*/
/*    text-align: justify;*/
/*    font-family: 'Rethink Sans';*/
/*    line-height: normal;*/
/*    list-style: disc;*/
/*}*/
/*.short-about-con ul {*/
/*    padding-left: 20px;*/
/*}*/
/*.about-list-img{*/
/*    width: 100%;*/
/*}.about-list-img {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    display: inline-block;*/
/*}*/

/*.about-list-img img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    transition: transform 0.4s ease;*/
/*}*/

/*.about-list-img::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -75%;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background: linear-gradient(*/
/*        120deg,*/
/*        rgba(255, 255, 255, 0.1) 0%,*/
/*        rgba(255, 255, 255, 0.6) 50%,*/
/*        rgba(255, 255, 255, 0.1) 100%*/
/*    );*/
/*    transform: skewX(-20deg);*/
/*}*/

/* Shine animation on hover */
/*.about-card:hover .about-list-img::before {*/
/*    animation: shine 0.8s ease-in-out;*/
/*}*/

/*@keyframes shine {*/
/*    0% {*/
/*        left: -75%;*/
/*    }*/
/*    100% {*/
/*        left: 125%;*/
/*    }*/
/*}*/



/*.mv-container {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  gap: 140px;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.mv-circle {*/
/*    position: relative;*/
/*    width: 190px;*/
/*    height: 190px;*/
/*    margin: 34px auto;*/
/*    border-radius: 50%;*/
/*    background: #fff;*/
/*    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05), 0 0 0 16px currentColor;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    outline: 12px solid;*/
/*    outline-offset: 30px;*/
/*    margin-bottom: 85px;*/
/*}*/

/*.mv-inner {*/
/*  z-index: 2;*/
/*  padding: 30px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

.mv-inner {
    width: 120px;
    margin: 0 auto;
    display: block;
    background: linear-gradient(45deg, rgb(0 137 43 / 6%) 5%, rgb(255 255 255) 100%);
    padding: 25px;
    border-radius: 100%;
}
.mv-box{
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    border-bottom: 3px solid green;
    border-top: 3px solid green;
}

.mv-inner img{
    width: 85px;
    margin: 0 auto;
    display: block;
}
.mv-title {
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Syne';
    color: #44a05b;
    font-weight: 700;
}

/*.mv-dashed {*/
/*position: absolute;*/
/*    top: 0px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    margin: auto;*/
/*    border: 1px dashed #005e03;*/
/*    border-radius: 84%;*/
/*    width: 100%;*/
/*    z-index: 1;*/
/*}*/

/*.mv-pointer {*/
/*    position: absolute;*/
/*    bottom: -59px;*/
/*    left: 50%;*/
/*    margin-left: -23px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 20px solid transparent;*/
/*    border-right: 20px solid transparent;*/
/*    border-top: 20px solid currentColor;*/
/*}*/

.mv-heading {
font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Syne';
    color: #167000;
}

.mv-box p {
  font-size: 12.5px;
  line-height: 1.6;
  color: #333;
  font-family: 'Rethink Sans';
    text-align: center;
}

/* Color Themes */
/*.red {*/
/*  color: #039301;*/
/*}*/

/*.blue {*/
/*  color: #014887;*/
/*}*/

/*.yellow {*/
/*  color: #5c5146;*/
/*}*/
.about-card{
    background-color: #fff;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 485px;
}
.short-about-con{
    text-align: left;
}
.short-about-con h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #1c6300;
    font-family: 'Syne';
}
.short-about-con p{
    font-size: 14px;
    color: #282828;
    font-family: 'Rethink Sans';
    line-height: normal;
    margin-bottom: 6px;
}
.about-list-img img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.all-about-section {
  padding: 50px 0;
}
.about-card {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Left Blue Line */
/*.about-card::before,*/
/*.about-card::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 2px;*/
/*    height: 50px;*/
/*    background: #00a5ff;*/
/*    animation: slideY 2s linear infinite;*/
/*}*/

.about-card::before {
  left: 0;
  top: 0;
}

.about-card::after {
  right: 0;
  top: 0;
}

@keyframes slideY {
  0% {
    top: 0;
  }
  50% {
    top: calc(100% - 50px);
  }
  100% {
    top: 0;
  }
}

.about-section {
  background: url(../images/about-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 50px;
  overflow: hidden;
}

.about-img {
  width: 100%;
}

.about-img img {
    width: 100%;
    border: 3px solid #00b500;
    border-radius: 10px;
    position: relative;
}

.aboutleft-content h2 {
  font-size: 16px;
  color: #44a05b;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: 'Syne';
  text-transform: uppercase;
}

.aboutleft-content h3 {
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Syne';
  font-weight: 700;
}

.aboutleft-content p {
  font-size: 14px;
  color: #3d3d3d;
  font-family: 'Rethink Sans';
}

.button a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding: 15px 45px;
  background: #4cc36a;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  font-family: 'Syne';
  text-transform: capitalize;
  border-radius: 0px;
}

.button a:hover {
  color: #fff;
  box-shadow: inset 250px 0 0 0 #095a1e;
  text-decoration: none;
}

.button {
  margin-top: 50px;
}

/* ========================= products================================ */
.product-card {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 25px;
}

.products-list {
  padding: 50px 0;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  background-color: #eef0ed;
  border-radius: 10px;
  position: relative;
}

.product-card h3 {
  font-size: 16px;
  margin: 0px 0 5px;
  font-family: 'Syne';
  color: #222b24;
  font-weight: 700;
}

.stars {
  color: orange;
  margin-bottom: 10px;
}

.enquiry-button {
    background: #12cf6d;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 76px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
    width: 160px;
    font-family: 'Syne';
    font-weight: 600;
    font-size: 14px;
}

.product-card:hover .enquiry-button {
  opacity: 1;
}

/* =============================Categories============================== */
.categories {
  background: url(../images/category-back.jpg) no-repeat 0 0;
  padding: 50px 0 100px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.holiday-package {
  width: 100%;
  margin: 30px 0;
  margin-bottom: 0;
}

.holiday-img {
  width: 120px;
  height: 120px;
  line-height: 130px;
  text-align: center;
  background-color: #006318;
  margin: 0 auto 50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border: 6px solid #fff;
  box-shadow: 0px 0 8px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 0 8px rgb(0 0 0 / 15%);
  border-radius: 3px;
  transition: all 0.5s linear;
}

.holiday-package .holiday-img img {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(230deg) brightness(110%) contrast(90%);
  transform: rotate(-45deg);
  margin-top: -35px;
  margin-left: -10px;
  transition: all 0.5s linear;
}

.holiday-content h4 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Syne';
  text-align: center;
}

.holiday-content p {
  font-size: 14px;
  color: #3d3d3d;
  font-family: 'Rethink Sans';
  text-align: center;
}

.holiday-package:hover .holiday-img {
  box-shadow: 4px 0 25px 5px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 4px 0 25px 5px rgb(0 0 0 / 10%);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  background-color: #2bc922;
  transition: all 0.5s linear;
}

.holiday-package .holiday-img img {
  width: 50px;
  transform: rotate(-45deg);
  margin-top: -35px;
  margin-left: -10px;
  transition: all 0.5s linear;
}

.holiday-package:hover .holiday-img img {
  transform: rotate(45deg);
  filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
  -ms-filter: invert(100%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  margin-top: -26px;
  margin-left: 4px;
}


/* ===========================founder========================== */
.founder {
  background: url(../images/founder-back.jpg) no-repeat 0 0;
  padding: 50px 0;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.heading-flex {
  display: flex;
  align-items: center;
}

.heading-flex-con h2 {
  font-size: 20px;
  font-weight: 700;
  color: #44a05b;
  font-family: 'Syne';
  margin: 0;
}

.heading-flex-con h3 {
  font-size: 14px;
  color: #767676;
  font-family: 'Rethink Sans';
  text-transform: uppercase;
  margin: 0;
}

.heading-img {
  margin-right: 10px;
}

.founder-img {
  width: 100%;
}

.founder-img img {
  width: 88%;
  border: 10px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 9px 0 #585858;
}

.founder .aboutleft-content h3 {
  font-size: 32px;
}

/* ==========================middle-banner=========================== */

.middle-banner {
  width: 100%;
  padding: 50px 0;
}

.middle-banner img {
  width: 100%;
  border-radius: 20px;
  outline: 2px solid #fff;
  outline-offset: -40px;
}

/* ====================================project============================= */


.project-block {
  position: relative;
  overflow: hidden;
}

.project-block .project-transition .project-image {
  position: relative;
  overflow: hidden;
  border-radius: 18px 18px 0;
  --border-radius: 21px;
  --size-corner: 40px;
  --_border-right-left: /calc(2*var(--border-radius)) calc(2*var(--border-radius)) radial-gradient(#000 70%, #0000 74%) no-repeat;
}

.project-image>a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #0a170b 0%, rgba(23, 21, 10, 0) 100%);
  border-radius: 18px 18px 0;
  z-index: 1;
  mask: right 0 bottom calc(var(--size-corner) + var(--border-radius)) var(--_border-right-left), right calc(var(--size-corner) + var(--border-radius)) bottom 0 var(--_border-right-left), radial-gradient(var(--size-corner) at 100% 100%, #0000 99%, #000 101%) calc(-1 * var(--border-radius)) calc(-1 * var(--border-radius)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--size-corner) - 2 * var(--border-radius)) calc(100% - var(--size-corner) - 2 * var(--border-radius)), #0000 25%, #000 0);
}

.project-block .project-transition .project-image>a img {
  width: 100%;
  aspect-ratio: .7592592593;
  object-fit: cover;
  border-radius: 18px;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  mask: right 0 bottom calc(var(--size-corner) + var(--border-radius)) var(--_border-right-left), right calc(var(--size-corner) + var(--border-radius)) bottom 0 var(--_border-right-left), radial-gradient(var(--size-corner) at 100% 100%, #0000 99%, #000 101%) calc(-1 * var(--border-radius)) calc(-1 * var(--border-radius)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--size-corner) - 2 * var(--border-radius)) calc(100% - var(--size-corner) - 2 * var(--border-radius)), #0000 25%, #000 0);
}

.project-block .project-transition .project-button a i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-left: 0;
}

.project-block .project-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 60px 40px 20px;
  transform: translateY(87px);
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.project-block .project-caption .project-loop-title {
  font-family: 'Syne';
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  transform: translateY(20px);
}

.project-block .project-caption .project-loop-title a {
  color: #fff;
}

.project-block:hover .project-caption .project-loop-title {
  transform: translateY(-40px);
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.project-block:hover .project-caption .project-loop-excerpt {
  transform: translateY(-50px);
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.project-block .project-caption .project-loop-excerpt {
  transform: translateY(50px);
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.project-block .project-caption .project-loop-excerpt p {
  font-family: 'Rethink Sans';
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project-block .project-transition .project-button a {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 14px;
  font-size: .875rem;
  background-color: #107634;
  border-radius: 100px;
  white-space: nowrap;
  padding: 13px 25px;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 50px;
  width: 50px;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 6;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}


/* ==============================choose========================= */
.choose-details {
  background: url(../images/choose-back.jpg) no-repeat 0 0;
  padding: 50px 0 0;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.farmer-img {
  width: 100%;
}

.farmer-img img {
  width: 100%;
}

.white-text h2 {
  color: #fff;
}

.white-text h3 {
  color: #fff;
}

/* ============================testimonial================================= */
.testimonial {
  background: url(../images/testi-back.jpg) no-repeat 0 0;
  padding: 130px 0 70px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    object-fit: cover;
}
.testimonial4_slide p {
color: #000000;
    font-size: 17px;
    line-height: 1.4;
    margin: 20px 0 10px 0;
    font-family: 'Syne';
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}
.testimonial4_slide h3{
        font-family: 'Syne';
    font-size: 20px;
    color: #1e7701;
}
.testimonial4_slide h5{
    font-family: 'Syne';
    font-size: 14px;
    color: #888;
}
.testimonial .carousel {
	padding-bottom:50px;
	margin: 0px 140px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/


/* ============================footer============================= */

.newsletter-box {
  background-color: #133e1f;
  padding: 0px 20px 30px;
  border-radius: 0px 0 20px 20px;
  background: url(../images/news-back.jpg) no-repeat 0 0;
  background-position: center;
  background-size: cover;
}

.newsletter-box h4 {
  font-size: 39px;
  font-weight: 700;
  font-family: 'Syne';
  color: #fff;
}

.newsletter-box p {
  font-family: 'Rethink Sans';
  color: #fff;
  font-size: 16px;
}

.newsletter-box input {
  background-color: #1e5843;
  border: none;
  color: white;
  box-shadow: 0 0 5px 0 #343434;
  padding: 28px !important;
  font-family: 'Syne';
  border-radius: 5px;
}

.newsletter-box input::placeholder {
  color: #ccc;
}

.newsletter-box .submit-btn {
  background-color: #65ee87;
  border: none;
  color: #000;
  font-weight: bold;
  padding: 14px;
  font-size: 14px;
}

.footer-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 5px 0;
}

.small-mail i {
  color: #fff;
  font-size: 72px;
}

.big-mail i {
  color: #ffffff0c;
  font-size: 150px;
}

.icon-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo-text {
  font-size: 14px;
  color: #ccc;
}

.footer-bottom {
  font-family: 'Rethink Sans';
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: center;
  padding-top: 60px;
}

.footer_background {
    background: url(../images/footer-back.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    position: relative;
}
.footer_background .container{
    overflow: hidden;
    position: relative;
    padding: 0 0 50px;
}
/* glowing vertical line "stars" */
.footer_background .falling-line-star {
    position: absolute;
    top: -100px;
    width: 1px;
    height: 140px;
    background: linear-gradient(180deg, rgb(61 61 61 / 80%), rgb(255 255 255 / 46%), rgb(255 255 255));
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.9));
    border-radius: 1px;
    animation: fallLines 4.5s linear infinite, twinkleLines 3.5s ease-in-out infinite;
    opacity: 0.8;
}

/* horizontal positions + animation delays */
.footer_background .falling-line-star:nth-child(1) {
    left: 12%;
    animation-delay: 0s, 0s;
}
.footer_background .falling-line-star:nth-child(2) {
    left: 30%;
    animation-delay: 1s, 1.8s;
}
.footer_background .falling-line-star:nth-child(3) {
    left: 50%;
    animation-delay: 2s, 3.2s;
}
.footer_background .falling-line-star:nth-child(4) {
    left: 68%;
    animation-delay: 3s, 4.5s;
}
.footer_background .falling-line-star:nth-child(5) {
    left: 85%;
    animation-delay: 4s, 2.4s;
}

/* falling animation */
@keyframes fallLines {
    0% {
        top: -100px;
        opacity: 0;
    }
    10% {
        opacity: 0.8;
    }
    100% {
        top: 110%;
        opacity: 0;
    }
}

/* twinkle glow animation */
@keyframes twinkleLines {
    0%, 100% {
        filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.9));
        opacity: 0.8;
    }
    50% {
        filter: drop-shadow(0 0 14px rgba(255, 255, 255, 1));
        opacity: 0.4;
    }
}
.con-footer {
  padding: 70px 0 40px;
}

.con-footer {
  color: #fff;
  font-family: 'Syne';
}

.con-footer h3 {
  font-size: 20px;
  color: #73da8d;
}

.con-footer p {
  font-family: 'Rethink Sans';
  padding-left: 35px;
  font-size: 16px;
  margin: 0;
}

.footer-links h6 {
  font-size: 20px;
  color: #73da8d;
  font-family: 'Syne';
  margin-bottom: 30px;
}

.footer-links a {
  font-family: 'Rethink Sans';
  font-size: 14px;
  color: #fff;
  margin: 15px 0;
}

.footer-links a:hover {
  color: #fff;
}

.con-footer i {
  color: #fff;
  margin-right: 10px;
}

.footer-para p {
  font-family: 'Rethink Sans';
  font-size: 14px;
  color: #fff;
  margin: 15px 0;
}

.footer_background::after {
  position: absolute;
  content: '';
  background: url(../images/farmer-2.png) no-repeat 0 0;
  top: -53px;
  right: 60px;
  width: 192px;
  height: 260px;
}


/* ==========================Map============================== */

#map {
  width: 100%;
  height: 400px;
}

/* =========================Inner Banner=========================== */


.inner-background {
  background: url(../images/inner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px  0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.inner-background h1 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #38302b;
  font-family: 'Syne';
}

.headline-bg {
  width: auto;
  height: auto;
  position: absolute;
  font-size: 150px;
  line-height: 300px;
  color: #38302b;
  opacity: .04;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -58%);
  transform: translate(-50%, -58%);
  white-space: nowrap;
  pointer-events: none;
}

.breadcrumbs a {
  font-size: 14px;
  color: #3d3d3d;
  font-family: 'Rethink Sans';
  font-weight: 600;
}

/* ============================================================= */
.slideshow-items {
    width: 100%;
    border-radius: 10px;
    border: 10px solid #fff !important;
    box-shadow: 0 0 10px 0 #eee;
}
.aboutleft-content li{
    list-style: disc;
}
.slideshow-thumbnails {
  width: 100px;
  background-color: #fff;
  margin-bottom: 10px;
}

.short-image {
  width: 110px;
}

.zoom-products {
  background: url(../images/pro-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 90px;
}

.product-flex {
  display: flex;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4)
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
  background-color: #fff;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}


/* =============================accordion========================= */
.accordion-container h3{
    font-size: 18px !important;
    margin-bottom: 0px;
    font-family: 'Syne' !important;
    font-weight: 500 !important;
    text-decoration: underline;
}
.accordion-container p{
    font-size: 15px;
}
.img-enquiry-button{
    background: #12cf6d;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 0 auto;
    display: block;
    width: 115px;
    font-family: 'Syne';
    font-weight: 600;
    font-size: 14px;
    margin-top: -41px;
    z-index: 999;
    position: relative;
}
.accordion-container ul{
    padding-left: 25px;
}
.accordion-container li{
font-size: 15px;
    color: #00327c;
    font-family: 'Rethink Sans';
    font-weight: 600;
}

.disease-heading h3{
    font-size: 25px;
}
.accordion-item {
  background-color: #FFFFFF;
  /* White background for items */
  border: 1px solid #E0E0E0;
  /* Light border */
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Softer shadow */
}

.accordion-header {
  background-color: #107634;
  /* Soft purple */
  color: #FFFFFF;
  /* White text */
  padding: 15px;
  font-size: 16px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease;
  font-family: 'Syne';
  font-weight: 700;
}

.accordion-header:hover {
  background-color: #045420;
  /* Darker shade of purple */
}

.accordion-content {
  background-color: #FAFAFA;
  /* Very light grey for content */
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(45deg);
}

/* ===================================================== */
.disease-products{
background: url(../images/pro-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 90px;
}
.disease-img {
  width: 100%;
   position: relative;
    overflow: hidden;
  border-radius: 20px;
  margin-bottom: 50px;
}
.disease-content h3 {
    font-size: 28px;
    color: #007b35;
    margin-bottom: 10px;
    font-family: 'Syne';
    font-weight: 700;
}
.image-con h4{
font-size: 16px;
    margin: 5px 0;
}
.disease-content h4 {
    font-size: 20px;
    color: #012510;
    margin-bottom: 10px;
    font-family: 'Syne';
    font-weight: 700;
    text-decoration: underline;
}
.accordion-content ul li{
  font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 10px;
    font-family: 'Rethink Sans';
}
.disease-img img{
  width: 100%;
  background-color: #fff;
    border-radius: 10px;
    border: 10px solid #fff !important;
    box-shadow: 0 0 10px 0 #eee;
    height: 320px;
    object-fit: cover;
}
.img-flex{
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}
.img-flex img{
    width: 90%;
    position: relative;
    margin: 0 auto;
    display: block;
}
.image-con{
    background-color: #00571375;
    margin-top: -72px;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Syne';
    padding: 10px 0;
}
.information table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.information th{
  font-family: 'Syne';
}
.information td{
      font-family: 'Rethink Sans';
}
.information thead {
  background-color: #007805;
  color: white;
}

.information th,
.information td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.information tbody tr:hover {
  background-color: #f1f1f1;
}

@media (max-width: 600px) {

  .information table,
  .information thead,
  .information tbody,
  .information th,
  .information td,
  .information tr {
    display: block;
  }

  .information th {
    background-color: #4CAF50;
    color: white;
  }

  .information td {
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .information td::before {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: #555;
  }

  .information td:nth-of-type(1)::before {
    content: "S. No.";
  }

  .information td:nth-of-type(2)::before {
    content: "Product Name";
  }

  .information td:nth-of-type(3)::before {
    content: "Active Ingredient";
  }

  .information td:nth-of-type(4)::before {
    content: "Dosage";
  }
}

/* ========================marque=========================== */

.marque-highlight{
  background: linear-gradient(135deg, #A8E063, #56AB2F);
    color: #fff;
    font-family: 'Syne';
    font-weight: 500;
    margin: 0;
    padding-top: 8px;
}

/*  ========================Call Whatsapp===========================  */
.btn-floating:hover img {
  margin-bottom: 4px;
}
.btn-floating img {
    margin-bottom: 4px;
}
.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
        z-index: 9;
    color: white;
    transition: .5s all;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
    transition: .5s all;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .5s all;
    line-height: 0px;
    display: none;
    font-family: 'Rethink Sans';
}

.btn-floating:hover span {
    display: inline-block;
    transition: .5s all;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #166ccf;
}

.btn-floating.phone:hover {
    background-color: #212cc0;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #26da0d;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

/* ===============================contact us================================== */

.contact-page-sec {
    padding: 50px 0;
}
.contact-location {
    padding-bottom: 50px;
}
.contact-info {
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0px 0 50px rgb(1 15 28 / 9%);
    background-color: #fff;
    padding: 20px;
    border-radius: 65px;
    transition: .3s all;
}
.contact-info-icon {
    margin-bottom: 32px !important;
    background-color: #287725;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 15px 12px 0px 0px #25347721;
    transition: .3s all;
}
.contact-info-icon i {
    font-size: 36px;
    color: #ffffff;
    margin-top: 20px;
}
.contact-info-text h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    font-family: 'Syne';
}
.contact-info-text span {
    color: #363636;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    font-family: 'Rethink Sans';
    height: 48px;
}
.contact-page-form {
    width: 100%;
    padding: 25px 13px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #ddd;
}
.contact-page-sec .contact-page-form h2 {
    color: #036700;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Syne';
    text-align: center;
}
.single-input-fieldsbtn {
    text-align: center;
    margin: 0 auto;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
.contact-page-form input {
    background: #ecf2f6 none repeat scroll 0 0;
    border: none;
    margin-bottom: 8px;
    padding: 15px 16px;
    width: 100%;
    font-family: 'Sora';
    border-radius: 454px;
    font-weight: 500;
    font-size: 12px;
}
.single-input-field textarea {
    background: #ecf2f6 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 8px;
    padding: 15px 16px;
    width: 100%;
    font-family: 'Sora';
    border-radius: 24px;
    font-weight: 500;
    font-size: 12px;
    height: 110px;
}
.single-input-fieldsbtn input[type="submit"] {
    background: #036800 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 10px 0;
    text-transform: capitalize;
    width: 160px;
    margin-top: 0px;
    font-size: 16px;
    font-family: 'Syne';
}
/*================================button=====================================*/
.Click-here {
    cursor: pointer;
    background-image: linear-gradient(90deg, #03a93d 0%, #045420 100%);
    color: #fff;
    width: 160px;
    text-align: center;
    font-size: 18px;
    padding: 13px 0;
    margin-top: 30px;
    transition: background-image 3s ease-in-out;
    border-radius: 5px;
    font-family: 'Syne';
}
.Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #045420 0%, #03a93d 100%);
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
	background-color: #f8f9fa;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
	background-color: #f8f9fa;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -45px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}




/* ======================form=============================== */
.form-container {
	max-width: 600px;
	margin: auto;
	background-color: #f8f9fa;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-form {
	background: #f8f9fa;
	border-radius: 12px;
	overflow: hidden;
}
.dash-form{
	padding-top: 20px;
}
.form-container h2 {
	margin-bottom: 20px;
	color: #333;
}
.dash-form label {
    display: block;
    margin-top: 10px;
    font-family: 'Plus Jakarta Sans';
    color: #000;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}
.dash-form button {
    margin-top: 20px;
    padding: 10px 30px;
    background-color: #00508d;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans';
}
.dash-form input, .dash-form select, .dash-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    font-family: 'Plus Jakarta Sans';
    font-size: 12px;
    height: 45px;
}
.card-body h3{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Syne';
    text-align: center;
    color: #006013;
}
.form-group {
	margin-bottom: 15px;
}

.form-container label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="date"],
.form-container select,
.form-container textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.form-container textarea {
	resize: vertical;
}

.form-actions {
	margin-top: 20px;
}

.form-container button {
	padding: 10px 20px;
	border: none;
	background-color: #007bff;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.form-container button:hover {
	background-color: #0056b3;
}

/*sumanta*/



.search-dropdown {
background: #fff;
    border: none;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 999;
    width: 205px;
    display: none;
    top: 100%;
}

.search-item {
    display: flex;
    align-items: center;
    padding: 2px;
    border-bottom: 1px solid #eee;
    font-family: 'Syne';
}

.search-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
}

.search-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  width: 100%;
}
.about-us-blink p {
    animation: blinkText 1s infinite;
    font-weight: bold;
    color: #2e7d32;
    font-family: 'Syne';
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}

@keyframes blinkText {
  0%, 100% {
    opacity: 1;
  }
  50% {
    color: red;
  }
}


/*===============================================*/
.car-icon i{
        background-color: #1f7f00d2;
    padding: 15px;
    border-radius: 100%;
    font-size: 22px;
}

/*============================board of director==============================*/


.sec-title {
	position: relative;
	margin-bottom: 70px
}

.sec-title .title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1em;
	color: #ff8a01;
	font-weight: 500;
	background: rgb(247, 0, 104);
	background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
	background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
	background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 15px
}

.sec-title h2 {
	position: relative;
	display: inline-block;
	font-size: 48px;
	line-height: 1.2em;
	color: #1e1f36;
	font-weight: 700
}

.sec-title .text {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #888;
	margin-top: 30px
}

.sec-title.light h2,
.sec-title.light .title {
	color: #fff;
	-webkit-text-fill-color: inherit
}

.speakers-section-three {
	position: relative;
	background: url(../images/board-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    overflow: hidden;
}

.speaker-block-three {
	position: relative;
	margin-bottom: 50px
}

.speaker-block-three .inner-box {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 30px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	border-radius: 15px;
}

.speaker-block-three .inner-box:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.speaker-block-three .image-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 15px 0;
}

.speaker-block-three .image-box:before {
	position: absolute;
	left: -10px;
	right: -10px;
	top: -4px;
	height: 100%;
	background-image: url(../images/shape-5.png);
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-ms-transform: scale(-1);
	-o-transform: scale(-1);
	transform: scale(-1);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	content: ""
}

.speaker-block-three .image-box .image {
position: relative;
    display: inline-block;
    height: 230px;
    width: 230px;
    overflow: hidden;
    border: 6px solid #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 11%);
    border-radius: 50%;
    z-index: 9;
    margin-bottom: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.social-links a{
    color: #1e7c06;
}
.speaker-block-three .inner-box:hover .image-box .image {
	border-radius: 0
}

.speaker-block-three .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	object-fit: cover;
    height: 300px;
}

.speaker-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.speaker-block-three .info-box {
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	padding-right: 10px;
	background-color: #1e7c06;
}

.speaker-block-three .info-box:before {
	position: absolute;
	left: 0;
	right: -30px;
	background-color: #1e7c06;
	content: "";
	top: 0;
	height: 100%;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	border-radius: 0 14px 14px 0
}

.speaker-block-three .info-box .name {
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 500;
	font-family: 'Syne';
}

.speaker-block-three .info-box .name a {
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.speaker-block-three .info-box .name a:hover {
	color: #fff
}

.speaker-block-three .info-box .designation {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	font-family: 'Rethink Sans';
}

.speaker-block-three .social-box {
	position: absolute;
	top: 90px;
	transform: translateX(-50px);
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.speaker-block-three .social-box .social-links li {
	margin-bottom: 4px
}

.speaker-block-three .inner-box:hover .social-box {
	transform: translateX(10px)
}

.speaker-block-two .social-links li {
	position: relative;
	display: inline-block;
	margin-bottom: 10px
}

.speaker-block-three .social-links li a i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #eee;
	font-size: 16px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.speaker-block-three .social-links li a:hover i {
	color: #fff;
	background: #1e7c06
}


/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
  padding: 50px 0;
}
.portfolio-menu {
  text-align: center;
}
.control {
    color: #fff;
    border: none;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
    padding: 7px 20px;
    height: 40px;
    /*background: linear-gradient(to bottom right, #15cb6e, #006732);*/
    background-color: #1f4e3d;
    /*clip-path: polygon( 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50% );*/
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    font-family: 'Syne';
    text-transform: capitalize;
}
.control:hover {
  background: #006e0c;
}
.mixitup-control-active {
  color: #fff;
  background: #12b700;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
    height: 180px;
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #1bad41;
  border-right: 1px solid #1bad41;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #1bad41;
  border-left: 1px solid #1bad41;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: 'Syne';
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #1bad41;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  margin-top: 80px;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/*******Responsive media query******/

/* Extra small devices (portrait phones, less than 576px)*/



.disease-card{
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.disease-card img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 240px;
    object-fit: cover;
}

.disease-card .enquiry-button{
    bottom: 60px;
}


/*==================================counter=================================*/

.counter-section {
      padding: 60px 0px;
      background-color: #fff;
    }
.counter-img {
    padding: 25px;
    margin-right: 20px;
    border-radius: 100px;
    border: 1px solid #d5ffe0;
    width: 105px;
    background: linear-gradient(93deg, #10f20e30 0%, #ffffff00 81.01%);
    margin: 0 auto;
}
.counter-img img {
    width: 100%;
}
.counters {
  text-align: center;
}

.counters {
  transition: transform 0.3s ease;
}

.counters:hover {
  transform: translateY(-5px);
}
.counters:hover .counter-img {
    background: linear-gradient(93deg, #ffffff00 0%, #10f20e30 81.01%);
}

.number {
    font-size: 38px;
    font-weight: 800;
    font-family: 'Rethink Sans';
    margin-top: 10px;
    color: #005e18;
}

.label {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Syne';
}

@media (max-width: 600px) {
  .number {
    font-size: 2em;
  }

  .label {
    font-size: 1em;
  }
}


.network-map-tab{
    padding: 50px 0 100px;
}
.office-add{
    padding: 50px 0;
}
.office-address{
    padding: 10px;
    background-color: #fff;
    border-bottom: 3px solid green;
    font-family: 'Syne';
    margin: 10px 0;
    height: 205px;
}
.head-height{
    height: 200px;
}
.img-width{
    width: 50%;
}
.office-address h3{
    padding: 10px;
    background-color: #005e18;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.office-address p{
margin-bottom: 8px;
    font-size: 14px;
    font-family: 'Rethink Sans';
}
.big-map{
    width: 70%;
}

/*==============================chart==============================*/
.timeline{
    padding: 50px 0 120px;
}
.timeline-section {
      padding: 40px 0px;
      margin: auto;
    }

    .timeline-title {
      font-size: 30px;
      font-weight: bold;
      color: #558b2f;
      background: #d2e2c4;
      display: inline-block;
      padding: 10px 20px;
      border-radius: 5px;
      margin-bottom: 50px;
    }

    .timeline-line {
      position: relative;
      border-top: 5px solid #1e7c06;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 60px;
    }

    .timeline-item {
      width: 150px;
      position: relative;
      text-align: center;
    }

    .year-box {
    background: #1e7c06;
    color: #fff;
    font-weight: bold;
    padding: 5px 30px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-family: 'Rethink Sans';
    font-size: 16px;
    }

    .timeline-text {
font-size: 14px;
    color: #000000;
    line-height: 1.5;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Syne';
    font-weight: 600;
    margin: 0;
    }

    .dot-line {
width: 2px;
    height: 55px;
    background: #1e7c06;
    margin: auto;
    }

    /* Alternate styles for up/down zigzag */
    .timeline-item.up .year-box {
      top: -52px;
    }

    .timeline-item.up .dot-line {
      margin-top: -100px;
    }

    .timeline-item.up .timeline-text {
      top: -150px;
    }

    .timeline-item.down .year-box {
      top: -20px;
    }

    .timeline-item.down .dot-line {
      margin-top: 10px;
    }

    .timeline-item.down .timeline-text {
      top: 70px;
    }

    @media (max-width: 768px) {
      .timeline-line {
        flex-direction: column;
        border-top: none;
      }

      .timeline-item {
        width: 90%;
        margin-bottom: 100px;
      }

      .timeline-item.up .timeline-text,
      .timeline-item.down .timeline-text {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
      }

      .timeline-item.up .year-box,
      .timeline-item.down .year-box {
        position: relative;
        transform: none;
        left: auto;
        margin-bottom: 10px;
        top: auto;
      }

      .timeline-item .dot-line {
        display: none;
      }
    }

.draft-img{
    width: 30%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.draft-img img{
    width: 100%;
    border: 2px solid green;
    border-radius: 10px;
}

.awards{
 padding: 50px 0 100px;
}
.awards-img{
    width: 100%;
}
.awards-img img{
    width: 100%;
    border: 1px solid green;
    border-radius: 10px;
}
.network-map{
    padding: 50px 0;
}
.map-img{
    width: 50%;
    margin: 0 auto;
}
.map-img img{
    display: block;
    margin: 0 auto;
    border: 2px solid green;
    border-radius: 10px;
}
.network-map iframe{
    border-radius: 20px;
    border: 2px solid green !important;
}

/*====================================network tab===================================*/
.tab-width{
	width: 75%;
    margin: 0 auto;
}
ul.tabs {
	padding: 0px;
	list-style: none;
    margin: 0;
    display: flex;
    gap: 8px;
}

ul.tabs li {
background: none;
    color: #ffffff;
    display: inline-block;
    padding: 17px 15px;
    cursor: pointer;
    background-color: #006800;
    width: 50%;
    font-family: 'Syne';
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
}

ul.tabs li.current {
    background: #00300a;
    color: #ffffff;
}

.tab-content {
	display: none;
	background: #fff;
	padding: 15px;
}

.tab-content.current {
	display: inherit;
}
.HzV7m-b7CEbf .i4ewOd-pzNkMb-tJHJj {
    padding: 11px 0 11px 20px;
    display: none !important;
}


/*=============================crops==================================*/

.crop-table{
    padding: 50px 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
  font-family: 'Syne';
}
.crop-table thead th {
  background-color: #007805;
  color: white;
  text-align: center;
  padding: 0.75em;
  border: 1px solid rgba(134, 188, 37, 1);
  font-size: 15px;
}
.crop-table tr{
    background-color: #fff;
}
.table-heading{
    display: flex;
    justify-content: space-between;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Syne';
    text-transform: capitalize;
}
.crop-table tbody td {
  border: 1px solid rgba(134, 188, 37, 1);
  padding: 0.75em;
  text-align: center;
  vertical-align: middle;
  font-family: 'Rethink Sans';
    font-size: 14px;
    font-weight: 500;
}
.crop-table a {
    cursor: pointer;
    background-image: linear-gradient(90deg, #03a93d 0%, #045420 100%);
    color: #fff;
    width: 160px;
    text-align: center;
    font-size: 13px;
    padding: 10px 14px;
    margin-top: 0px;
    transition: background-image 3s ease-in-out;
    border-radius: 5px;
    font-family: 'Syne';
    width: 120px;
    display: block;
}
.crop-table a:hover{
    color: #fff;
}

.crop-table tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.crop-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.crop-table td img{
    width: 140px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 1px 0 #bbbbbb;
    border: 4px solid #fff;
}
.crops-width{
    flex: 0 0 32% !important;
}
.mega-menu-column-6{
    display: flex !important;
    width: 635px !important;
    max-width: 100%;
    justify-content: space-between;
    padding: 10px !important;
}

/*================================partners-logo================================*/

.partners-logo{
    width: 100%;
    margin-bottom: 10px;
}
.partners-logo img{
    width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 3px 0 #888;
}
.partners-name h3{
font-size: 16px;
    font-family: 'Syne';
    text-align: center;
    color: #000000;
    font-weight: 700;
}
.product-card p{
        font-size: 14px;
    color: #3d3d3d;
    font-family: 'Rethink Sans';
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notranslate {
    unicode-bidi: plaintext;
  }

.video-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures no empty space */
    display: block;
  }

.aboutleft-content th{
    background-color: #00a943;
    color: white;
    text-align: center;
    padding: 0.75em;
    border: 1px solid rgba(134, 188, 37, 1);
    font-size: 15px;
    font-family: 'Syne';
}
.aboutleft-content td{
        border: 1px solid rgba(134, 188, 37, 1);
    padding: 0.75em;
    text-align: center;
    vertical-align: middle;
    font-family: 'Rethink Sans';
    font-size: 14px;
    font-weight: 500;
}
.aboutleft-content table{
    width: 100%;
}



























