@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #247d51;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  font-family: "Lato", sans-serif !important;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}
a,
button,
input {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}
.position-relative {
  position: relative;
}
/**************global css end*******/
#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
/* ==============Button=================== */
.btn {
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  border-radius: 5px;
  color: #247d51;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  border: none;
}
.btn::before {
  content: "";
  height: 350px;
  width: 350px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
  color: #fff;
}
.icon {
  width: 50px;
  height: 50px;
  font-size: 21px;
  border-radius: 50px;
  background: #fff;
  color: #247d51;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease-in-out;
}
.icon:hover {
  background: #000;
  color: #fff;
}
/* ==============section background=================== */
.bg-green {
  background-color: #247d51;
}
.bg-offWhite {
  background-color: #f5f5f5;
}
/* ==============heading and subheading=================== */
.heading {
  color: #1c1c1c;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.subheading {
  position: relative;
  font-family: "Lato", sans-serif;
  color: #1c1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.spanPart {
  color: #247d51;
  display: block;
}
.headingPart {
  text-align: center;
}
/* ==============Animations=================== */

/*===================scroll top=================== */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 30px;
  right: -60px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #000 0%, #000 100%);
  border: 1px solid #000;
  transition: right 0.5s ease-in-out;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top:hover {
  color: #247d51;
  background: #fff;
  border: 1px solid #247d51;
  box-shadow: 0px 2px 5px 0px rgba(36, 125, 81, 0.6);
}
.scroll-top.open {
  right: 20px;
}
/* ====================top header================== */
.topHeader {
  background: #247d51;
  padding: 10.5px 0;
  position: relative;
  z-index: 2;
}
.topSocial {
  display: flex;
  align-items: center;
}
.topSocial li + li {
  margin-left: 14.5px;
}
.topSocial li i,
.topSocial li svg {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  color: #fff;
  display: block;
  transition: all 0.6s ease-in-out;
}
/* .topSocial li:hover i,
.topSocial li:hover svg {
  color: #000;
} */
.number {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: end;
  display: block;
  transition: all 0.6s ease-in-out;
}
.number:hover,
.topSocial a:hover {
  color: #ffffff;
  opacity: 0.7;
}
.number i {
  margin-right: 6px;
}
.contact {
  text-align: end;
}
.contact li {
  display: inline-block;
}
.contact li + li {
  margin-left: 17px;
}
.topHeader {
  display: block;
}
.mobheader {
  display: none;
}
/* ====================header================== */
.main_header {
  width: 100%;
  display: block;
  margin: 0;
  padding: 9px 0;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
}
.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff;
}
.main_header .logo {
  width: 100%;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.main_header .logo img {
  max-width: 75px;
  width: 100%;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.action-container {
  text-align: end;
}
/* Start navigation */
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.9s ease-in-out;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 45px;
}
.navigation_sec .nav_sec > ul > li a {
  text-transform: capitalize;
  color: #1c1c1c;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.9s ease-in-out;
  position: relative;
}
.navigation_sec .nav_sec > ul > li:hover a,
.navigation_sec .nav_sec > ul > li.active a {
  color: #247d51;
}
span.toggle-menu {
  display: none;
}
/* ====================banner================== */
.banner {
  padding: 0;
}
.banner .heading {
  font-size: 70px;
  color: #247d51;
  line-height: 1;
  text-transform: uppercase;
}
.eachBanner {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  /* padding: 100px 0 100px; */
  position: relative;
  z-index: 1;
}
.eachBanner::before {
  position: absolute;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/leaf.png);
  background-size: 40%;
  top: 0;
  background-position: right;
  z-index: -1;
  background-repeat: no-repeat;
}
.eachBanner h2 {
  color: #3e3e3e;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 18px;
  text-transform: capitalize;
}
.bannerRight {
  margin-left: auto;
  height: 80vh;
  width: auto;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(36, 125, 81, 0.5);
}
.swiper-pagination-bullet-active {
  background-color: #247d51;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 50px;
}
/* ====================Our Story================== */
.about {
  padding: 122px 0 182px;
  position: relative;
}
.about .heading {
  margin-bottom: 53px;
}
.about .subheading {
  max-width: 816px;
  margin: 0 auto;
}
.about1 {
  position: absolute;
  left: 0px;
  top: 0%;
  width: auto;
  height: 500px;
}
.productImage img {
  height: 400px;
  width: auto;
}
.about2 {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: auto;
  height:475px;
}
/* ====================Marquee================== */
.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee-scroll 60s linear infinite;
  gap: 30px;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.marquee-content span {
  position: relative;
}
.marquee-content span img {
  max-width: 280px;
}
.marquee-content span::after {
  content: " •";
  font-size: 30px;
  color: #94aea1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9%;
}
/* ====================Our Product Range================== */
.categories {
  padding: 90px 0;
}
.categoryHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.categoryHeading .heading {
  color: #fff;
}
.allProducts {
  margin-top: 50px;
}
.productContent {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentPart .subheading {
  color: #eae7e7;
  margin-bottom: 14px;
  line-height: normal;
}
.contentPart .heading {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
}
.productImage {
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
  border-radius: 15px;
  cursor: pointer;
  background-color: #ffffff21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eachProduct {
  position: relative;
}
.eachProduct img {
  transition: transform 0.4s ease-in-out;
}
.productImage:hover img {
  transform: scale(1.1);
}
.new {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: 9px 15.5px;
  border-radius: 100px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.new:hover {
  background-color: #000;
  color: #fff;
}
/* ====================What We Offer================== */
.weOffer {
  padding: 96px 0;
}
.weOffer .headingPart .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.weOffer .spanPart {
  margin-left: 25px;
}
.offerPart {
  margin-top: 52px;
}
.eachOffer {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  min-height: 172px;
}
.eachOffer:last-child {
  margin-bottom: 0;
}
.eachOffer img {
  max-width: 50px;
  margin-bottom: 10px;
}
.weofferLeft .eachOffer {
  text-align: end;
  align-items: end;
}
.offerContent .heading {
  color: #247d51;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 15px;
}
.offerMedium {
  /* max-width: 260.404px; */
  margin: 0 auto;
}
.offerHeading {
  max-width: 900px;
  text-align: center;
  margin: 80px auto 0;
}
/* ====================FitZone================== */
.fitzone {
  padding: 100px 0;
}
.fitzoneImage {
  position: relative;
  height: 100%;
  object-fit: cover;
}
.fitzoneLeft {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.fitzoneCircle {
  position: absolute;
  top: -10%;
  right: -14%;
  content: "";
  max-width: 200px;
}
.fitzoneContent {
  padding-left: 116px;
}
.fitzoneContent .heading {
  color: #247d51;
  margin-bottom: 25px;
}
.fitzoneContent .subheading:nth-child(3) {
  margin-top: 50px;
}
.fitzoneRight {
  margin-top: 50px;
  border-radius: 10px;
}
/* ====================Steps================== */
.steps {
  padding: 46px 0 36px;
}
.eachStep {
  padding: 27px 25px 25px 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  height: 100%;
  z-index: 1;
}
.eachStep img {
  max-width: 55px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.stepContent .heading {
  margin-top: 21px;
  font-size: 20px;
  color: #247d51;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.stepContent .subheading {
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.eachStep:hover {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
}
/* ====================Testimonials================== */
.testimonial {
  padding: 90px 0 95px;
}
.testimonial .headingPart .subheading {
  max-width: 801px;
  margin: 25px auto 0;
}
.testi-slider {
  margin-top: 50px;
}
.eachtesti {
  box-sizing: content-box;
  padding: 28px 22px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #c0c0c0;
  background: #f5f5f5;
}
.stars li {
  display: inline-block;
}
.stars li i {
  color: #e1d017;
}
.stars li + li {
  margin-left: 0;
}
.stars {
  margin-bottom: 16px;
}
.eachtesti span {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
  display: block;
}
.client {
  margin-top: 43px;
}
.client .heading {
  color: #247d51;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
}
.eachtesti .client .subheading {
  color: #1c1c1c;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  min-height: auto;
}
.eachtesti .subheading {
  min-height: 120px;
}
.testimonialSlider {
  position: relative;
}
.testimonialSlider .next_btn {
  right: -60px;
}
.testimonialSlider .prev_btn {
  left: -60px;
}
.testimonialSlider .next_btn,
.testimonialSlider .prev_btn {
  border: 1px solid #247d51;
  background: #247d51;
}
.prev_btn,
.next_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}
.prev_btn {
  left: 50px;
}
.next_btn {
  right: 50px;
}
.prev_btn:hover,
.next_btn:hover {
  background: #247d51;
  border: 1px solid #247d51;
}
.swiper-button-disabled {
  opacity: 0.5;
}
/* ====================Our Founders================== */
.founder {
  padding: 76px 0 72px;
}
.founder .heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.founder .spanPart {
  margin-left: 25px;
}
.allFounder {
  margin-top: 40px;
}
.founderContent .heading {
  color: #1c1c1c;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  font-family: "Lato", sans-serif;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.founderContent {
  margin-top: 16px;
}
.founderContent span {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.founderContent .subheading {
  margin-top: 10px;
  color: #666;
  font-size: 15px;
  line-height: 22px;
}
.founderImage {
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
  border-radius: 15px;
  cursor: pointer;
}
.founderImage img {
  transition: transform 0.4s ease-in-out;
}
.eachFounder:hover img {
  transform: scale(1.1);
}
/*===================Footer=================== */
.footer {
  border-top: 1px solid rgb(231 231 231);
  padding: 60px 0 0px;
}
.footerTop {
  padding-bottom: 55px;
  border-bottom: 1px solid rgb(231 231 231);
}
/* .copyRight {
  border-top: 1px solid rgb(231 231 231);
} */
.footerTop img {
  max-width: 84px;
}
.footerLogo .subheading {
  max-width: 354px;
  margin-top: 20px;
}
.footerRight .heading {
  font-size: 22px;
  margin-bottom: 23px;
}
.pageLinks li a {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  transition: all 0.9s ease-in-out;
  font-family: "Lato", sans-serif;
}
.pageLinks li:hover a {
  color: #247d51;
}
.pageLinks.footerContact li + li {
  margin-top: 18px;
}
.footerRight .subheading,
.footerContact li a {
  opacity: 0.7;
  font-size: 14px;
}
.pageLinks li i {
  font-size: 15px;
  margin-right: 10px;
  color: #247d51;
}
.copyRight {
  padding: 16px 0;
}
.eachInput {
  position: relative;
}
.eachInput span {
  color: #ffffff;
  font-size: 12px;
  left: 10px;
  bottom: -19px;
  position: absolute;
  display: none;
}
a.theme-btn {
  display: flex
;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 0px;
  background-color: #257d51;
  padding: 10px 30px;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  width: fit-content;
  margin-top: 30px;
}
input.error,
textarea.error {
  border: 1px solid #ff0000 !important;
}
.eachInput  {
  position: relative;
}
.text-right {
  text-align: right;
}
.socialLinks {
  margin-top: 30px;
}
.socialLinks li {
  display: inline-block;
}
.socialLinks li + li {
  margin-left: 15px;
}
.socialLinks li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #247d51;
  border-radius: 50px;
  color: #fff;
}
.socialLinks li:hover a {
  background: #000;
}
.location {
  display: flex;
  align-items: baseline;
}
.footer .locationPart .heading {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.locationPart .subheading {
  max-width: 272px;
}
img.white-left-one {
  position: absolute;
  height: 150px;
  width: 150px;
  top: 0px;
  left: 0px;
}
.white-left-two {
  position: absolute;
  height: 150px;
  width: 150px;
  bottom: 0px;
  right: 0px;
}
.custom-input {
  height: 50px;
  border-radius: 8px;
}
/* ====================Contact Us================== */
.contactUs{
  padding: 100px 0;
  position: relative;
}
.contactUs .headingPart .heading{
  color: #fff;
  text-align: left;
}
.contactUs form {
  margin-top: 50px;
}
textarea.form-control { 
  height: 200px;
}
.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 0px;
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 6px;
  color: #257d51;
  cursor: pointer;
  position: relative;
}
.navigation-area {
  background-image: url('../images/breadcrumb-bannner.jpg');
  background-size: cover;  
  background-position: center;
  background-repeat: no-repeat; 
  height: 300px;  
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;           
  text-align: center;
  position: relative;
  overflow: hidden;
}
p.title-area {
  color: #247D51;
  font-family: "Playfair Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb a {
  color: #3E3E3E !important;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb a + a::before {
  content: "/";
  margin: 0 8px;
  color: #3E3E3E;
}
img.palm-two {
  position: absolute;
  height: 130px;
  width: auto;
  top: -20px;
  right: 0px;
}
img.palm-one {
  position: absolute;
  height: 90px;
  width: auto;
  bottom: 0px;
  left: -20px;
}
p.main-heading {
  color: #3e3e3e;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
p.main-heading span{
  color: #247D51;
}
p.main-content {
  color: #1C1C1C;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: pre-line;
}
.abt .row {
  align-items: center;
}
.theme {
  background: #247D51;
}
.theme .main-content {
  color: #ffffff;
}
.theme .main-heading {
  color: #ffffff;
}
p.sec-title {
  color: #ffffff;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.section {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
img.mission-palm {
  height: 250px;
  width: auto;
  position: absolute;
  right: 0px;
  top: -60px;
}
.grey {
  background-color: #F5F5F5;
}
img.single-ic {
  height: 24px;
  width: auto;
  margin: 0 auto;
}
.ic-heading {
  color: #247D51;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-ic-sec {
  margin-top: 40px;
}
.get-st-sec {
  border-radius: 15px;
  background: #247D51;
  display: flex;
  padding: 80px 50px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.get-st-sec p {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.get-st-sec .form-submit:hover{
  color: #247D51;
}
img.gtleaf {
  position: absolute;
  bottom: -160px;
  height: 250px;
  width: auto;
} 
.emp {
  position: relative;
}
img.gb {
  height: auto;
  width: 80%;
}
img.fit-zone {
  height: 180px;
  width: 180px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  right: 0px;
}
img.prod {
  height: 500px;
  width: auto;
  margin: 0 auto 25px;
  filter: drop-shadow(8px 10px 4px #00000040);
}
a.example-image-link {
  display: block;
  border-radius: 40px;
  border: 1px solid #00000017;
}
.fitzoneImageRight {
  position: relative;
}
.insta {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.insta i {
  font-size: 20px;
  color: #E4405F;
}
.spinner {
  border: 2px solid #257d51;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  animation: spin 1s linear infinite;
  margin-left: 2px;
  transition: all ease 0.3s;
  position: absolute;
  top: 50%;
  right: 15px;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
.tyh {
  position: relative;
  width: 100%;
  text-align: center;
}
.thumbs-up {
  height: 60px;
  width: 60px;
  display: flex;
  margin: 0 auto;
}
.ty-header {
  height: 160px;
  position: relative;
  width: 100%;
}
.thank-you-heading {
  text-align: center;
  font-size: 7vw;
  font-weight: 700;
  color: #000000;
  position: absolute;
  z-index: 2;
  transition: all ease 0.4s;
  white-space: nowrap;
  left: 0px;
  right: 0px;
  /* left: 50%;
  transform: translateX(-50%); */
}
.thank-you-heading-span {
  position: absolute;
  text-align: center;
  font-size: 7vw;
  font-weight: 700;
  color: white;
  top: 3px;
  z-index: 1;
  left: 4px;
  right: 0px;
  transition: all ease 0.4s;
  /* left: 50.5%;
  transform: translateX(-50%); */
  /* width: fit-content; */
  white-space: nowrap;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 0px 0px 5px #000000;
}

p.ty-sub {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
p.ty-p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.thankyou-section {
  min-height: calc(100vh - 141px);
  display: flex;
}
.thankyou-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html.no-scroll {
  overflow-y: hidden;
}
/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
/*====================================================== Responsive ========================================*/
@media only screen and (max-width: 1680px) {
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1370px) {
  .about1 {
    left: 2%;
    max-width: 326.6px;
  }
  .about2 {
    right: 0;
    max-width: 326.6px;
  }
  .banner .heading {
    font-size: 100px;
    line-height: 100px;
  }
  .fitzoneContent .subheading:nth-child(2) {
    margin-top: 20px;
  }
  .fitzoneContent {
    padding-left: 76px;
  }
  .fitzoneImage,
  .fitzoneImage .fitzoneLeft {
    height: 100%;
    object-fit: cover;
  }
  .fitzoneCircle img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner .heading {
    font-size: 100px;
    line-height: 100px;
  }
  .eachBanner h2 {
    font-size: 35px;
    margin-top: 18px;
  }
  .about2 {
    right: 0;
    max-width: 256.6px;
  }
  .fitzoneContent {
    padding-left: 56px;
  }
  .eachOffer {
    min-height: 214px;
  }
  .offerHeading {
    margin: 30px auto 0;
  }
  .stepContent .heading {
    min-height: 54px;
  }
  .locationPart .subheading {
    max-width: 100%;
  }
  .offerContent .heading {
    min-height: 54px;
  }
  .eachOffer {
    min-height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .marquee-content span img {
    max-width: 180px;
    margin-top: 30px;
  }
  .contactUs form {
    margin-top: 10px;
  }
  .contactUs .my-4 {
    margin: 0px !important;
    margin-bottom: 20px !important;
  }
  img.white-left-one {
    height: 100px;
  }
  .custom-input {
    margin-top: 20px;
  }
  .section {
    padding: 40px 0px;
  }
  p.main-heading {
    font-size: 40px;
  }
  p.title-area {
    font-size: 45px;
  }
  .rsPadding {
    padding: 60px 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .main_header {
    padding: 12px 0;
  }
  span.toggle-menu img {
    float: left;
  }
  .main_header {
    width: 100%;
    background: #f6f6f6;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
  }
  .main_header .cta {
    float: inline-end;
    padding: 6px 20px;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #247d51;
    border-radius: 5px;
  }
  .overlay {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #247d51;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
    border-top: none !important;
  }
  .navigation_sec .nav_sec ul > li:hover {
    background-color: #000;
    border-radius: 0;
  }
  .navigation_sec .nav_sec ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec ul > li a {
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
    display: block;
  }
  .main_header .logo {
    display: block;
  }
  .navigation_sec .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }
  .navigation_sec .nav_sec i {
    float: right;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }
  .navigation_sec .nav_sec ul > li:hover ul {
    display: block;
    background: #fff;
  }
  .nav_sec li.active {
    background: none;
    border-radius: 23px;
    padding: 0 !important;
  }
  .navigation_sec .nav_sec ul > li ul {
    width: 100%;
    background: #247d51;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
  }
  .navigation_sec .nav_sec ul li ul li + li {
    border-top: 1px solid #247d51;
  }
  .navigation_sec .nav_sec ul li ul li a {
    padding: 6px 24px;
    color: #247d51;
    font-size: 14px;
  }
  .navigation_sec .nav_sec ul ul > li:hover > a,
  .navigation_sec .nav_sec ul ul > li.active > a {
    background: #247d51;
    color: #fff;
  }
  .navigation_sec .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(../images/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation_sec .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
  }
  .about1 {
    max-width: 200px;
  }
  .about2 {
    max-width: 200px;
  }
  .allProducts .row,
  .allFounder .row {
    --bs-gutter-y: 40px;
  }
  .categoryHeading {
    display: block;
  }
  .categoryHeading br {
    display: none;
  }
  .categoryHeading .heading {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .eachOffer {
    min-height: auto;
    margin-bottom: 30px;
  }
  .eachOffer,
  .weofferLeft .eachOffer {
    text-align: center;
    align-items: center;
  }
  .eachOffer img {
    max-width: 70px;
  }
  .offerMedium {
    margin: 30px auto;
    max-width: 200px;
  }
  .fitzoneCircle {
    top: -6%;
    max-width: 180px;
  }
  .fitzoneContent {
    margin: 50px 0 0;
    padding-left: 0;
  }
  .eachtesti {
    margin-bottom: 10px;
  }
  .footerRight {
    margin-top: 30px;
  }
  .footerLogo .subheading {
    max-width: 100%;
  }
  .socialLinks {
    margin-top: 15px;
  }
  .footerTop {
    padding-bottom: 25px;
  }
  .navigation_sec .nav_sec > ul > li:hover a {
    color: #fff;
  }
  .banner .heading {
    font-size: 50px;
    line-height: 50px;
  }
  .eachBanner h2 {
    font-size: 30px;
  }
  .marquee-content span,
  .marquee-content span::after {
    font-size: 30px;
  }
  .fitzoneCircle img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .heading {
    font-size: 46px;
  }
  .about .heading {
    margin-bottom: 13px;
  }
  .about1 {
    max-width: 180px;
  }
  .about2 {
    max-width: 130px;
    bottom: 0;
  }
  .offerPart {
    margin-top: 30px;
  }
  .eachBanner {
    padding: 50px 0;
  }
  .fitzoneCircle {
    right: -10%;
  }
  .eachtesti{
   min-height: 348px;
  }
}
@media only screen and (max-width: 767px) {
  .allProducts {
    margin-top: 0px;
  }
  .about .headingPart .heading {
    text-align: left;
  }
  .about1, .about2 {
    display: none;
  }
  .bannerRight {
    height: auto;
    width: 40vw;
    margin: 0 auto !important;
    filter: drop-shadow(8px 6px 4px #00000040);
  }
  .eachBanner h2 {
    text-align: center;
  }
  .banner .heading {
    text-align: center;
  }
  .eachBanner .row {
    flex-direction: column-reverse;
  }
  .eachBanner {
    background-size: cover;
  }
  .subheading {
    text-align: left;
  }
  .footerContactPart {
    padding-top: 40px;
  }
  .swiper-pagination-horizontal {
    top: 50%;
    left: 10px !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    gap: 10px;
    bottom: unset !important;
    transform: translateY(-50%);
    width: 30px !important;
  }
  .testimonialSlider .prev_next_btn {
    margin-top: 10px;
  }
  .main_header {
    background-color: #ffffff;
  }
  .navigation_sec .nav_sec > ul > li.active a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.163);
  }



  p.ty-sub {
    font-size: 16px;
  }
  .thank-you-heading,
  .thank-you-heading-span {
    font-size: 12vw;
  }
  .tyh {
    width: 100%;
  }
  .ty-header {
    height: 100px;
    position: relative;
    width: 100%;
    margin-top: 30px;
  }



  .row.reverse {
    flex-direction: column-reverse;
    margin: 80px 0px;
  }
  .emp {
    margin-top: 60px;
  }
  .get-st-sec {
    padding: 40px 20px 100px;
  }
  .get-st-sec p {
    font-size: 30px;
  }
  img.single-ic {
    margin: 0 auto;
  }
  img.mission-palm {
    opacity: 0.1;
  }
  img.coco {
    margin-top: 50px;
  }
  .stepContent .heading,
  .eachtesti .subheading {
    min-height: auto;
  }
  .eachBanner h2 {
    font-size: 25px;
  }
  .main_header .logo img {
    max-width: 70px;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
  .topHeader {
    display: none;
  }
  .mobheader {
    display: block;
    background: #247d51;
    padding: 10.5px 0;
    position: relative;
  }
  .contact {
    text-align: center;
  }
  .topSocial {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .number {
    text-align: center;
    margin-top: 16px;
  }
  .about2 {
    max-width: 170px;
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 575px) {
  .about1,
  .about2 {
    max-width: 100px;
  }
  .about2 {
    bottom: 0;
  }
  .testimonialSlider .prev_btn {
    left: 0;
  }
  .testimonialSlider .next_btn {
    right: 0;
  }
  .prev_btn,
  .next_btn {
    top: auto;
    transform: none;
    position: relative;
  }
  .prev_next_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .bannerRight {
    margin-left: 6%;
  }
  .offerContent .heading {
    min-height: auto;
  }
  .fitzoneCircle {
    max-width: 150px;
    right: -4%;
  }
}
@media only screen and (max-width: 420px) {
  .rsPadding {
    padding: 30px 0;
  }
  .heading {
    font-size: 36px;
  }
  .weOffer .spanPart,
  .founder .spanPart {
    margin-left: 10px;
  }
  .weOffer .headingPart .heading {
    margin-bottom: 10px;
  }
  .eachtesti {
    margin-bottom: 0;
  }
  .about1 {
    top: 2%;
  }
  .about1,
  .about2 {
    max-width: 60px;
  }
  .main_header .logo img {
    max-width: 65px;
  }
  .banner .heading {
    font-size: 45px;
    line-height: 1;
  }
  .eachBanner h2 {
    font-size: 17px;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px;
  }
  .fitzoneCircle {
    max-width: 100px;
    right: -4%;
  }
  .eachBanner {
    padding: 28px 0;
  }
  .about1,
  .about2 {
    max-width: 70px;
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .heading {
    font-size: 25px;
  }
  .founder .spanPart {
    margin-left: 10px;
  }
  .banner .heading {
    font-size: 17px;
    line-height: 10px;
  }
  .eachBanner h2 {
    font-size: 14px;
  }
  .eachBanner {
    padding: 25px 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }
  .footerTop img {
    max-width: 60px;
  }
  .about1 {
    top: 2%;
  }
  .categoryHeading .heading {
    font-size: 40px;
  }
  .eachOffer img {
    max-width: 50px;
  }
  .eachtesti {
    margin-bottom: 30px;
  }
  .eachtesti .subheading {
    min-height: 144px;
  }
}

@media (min-width: 768px) and (max-width: 1068px) {
  div#water {
    margin-top: 5vh;
  }
  img.fit-zone {
    height: 160px;
    width: 160px;
    top: 10px;
    right: 10px;
  }
  img.gb {
    width: 100%;
  }
  .emp {
    position: relative;
    margin-top: 70px;
  }
  .navigation_sec .nav_sec > ul > li.active a {
    /* color: #ffffff; */
    background-color: rgba(255, 255, 255, 0.163);
  }
  .testimonialSlider .prev_btn {
    left: -50px;
  }
  .testimonialSlider .next_btn {
    right: -50px;
  }
  .bannerRight {
    height: 320px;
  }
  .about1, .about2 {
    display: none;
  }
  .weofferLeft, .weofferRight {
    display: block;
    gap: 30px;
  }
}