@charset "utf-8";

/*-----------------------
    Fonts
-------------------------*/
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.otf') format('otf'),
    url('../fonts/Lato-Bold.ttf') format('truetype'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.otf') format('otf'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.otf') format('otf'),
    url('../fonts/Poppins-Medium.ttf') format('truetype'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.otf') format('otf'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.otf') format('otf'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrankRuhlLibre-Regular';
  src: url('../fonts/FrankRuhlLibre-Regular.eot');
  src: url('../fonts/FrankRuhlLibre-Regular.otf') format('otf'),
    url('../fonts/FrankRuhlLibre-Regular.ttf') format('truetype'),
    url('../fonts/FrankRuhlLibre-Regular.woff') format('woff'),
    url('../fonts/FrankRuhlLibre-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FrankRuhlLibre-Medium';
  src: url('../fonts/FrankRuhlLibre-Medium.eot');
  src:
    url('../fonts/FrankRuhlLibre-Medium.ttf') format('truetype'),
    url('../fonts/FrankRuhlLibre-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrankRuhlLibre-Bold';
  src: url('../fonts/FrankRuhlLibre-Bold.eot');
  src: url('../fonts/FrankRuhlLibre-Bold.otf') format('otf'),
    url('../fonts/FrankRuhlLibre-Bold.otf') format('truetype'),
    url('../fonts/FrankRuhlLibre-Bold.woff') format('woff'),
    url('../fonts/FrankRuhlLibre-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrankRuhlLibre-ExtraBold';
  src: url('../fonts/FrankRuhlLibre-ExtraBold.eot');
  src:
    url('../fonts/FrankRuhlLibre-ExtraBold.ttf') format('truetype'),
    url('../fonts/FrankRuhlLibre-ExtraBold.woff') format('woff'),
    url('../fonts/FrankRuhlLibre-ExtraBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*-----------------------
    Styles
-------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  scroll-behavior: initial;
  overflow-x: hidden !important;
}

body {
  font-size: 16px;
  color: #000000;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family: 'FrankRuhlLibre-Regular';
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-size: 1em
}

a {
  background-color: transparent;
  cursor: pointer !important;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

.btn {
  width: max-content;
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  appearance: button;
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

html {
  box-sizing: border-box
}

[hidden],
template {
  display: none
}

*,
:after,
:before {
  box-sizing: inherit
}

address {
  font-style: inherit
}

cite,
dfn,
em,
i {
  font-style: italic
}

b,
strong {
  font-weight: 700
}

a {
  text-decoration: none
}

a svg {
  pointer-events: none
}

ol,
ul {
  list-style: none
}

figure,
ol,
p,
ul {
  margin: 0;
  padding: 0
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  touch-action: manipulation
}

[hreflang]>abbr[title] {
  text-decoration: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  border: 0;
  border-top: 1px solid #C5DCEF;
  display: block;
  height: 1px;
  margin: 0em 0;
  padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

audio:not([controls]) {
  display: none;
  height: 0
}

img,
svg {
  height: auto;
  max-width: 100%
}

img[height],
img[width],
svg[height],
svg[width] {
  max-width: none
}

img {
  font-style: italic
}

svg {
  fill: currentColor
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: block;
  font: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 100%
}

select {
  text-transform: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  background: none;
  color: inherit
}

textarea {
  overflow: auto;
  resize: vertical
}

.no-padding {
  padding: 0 !important;
}

.sm-padding {
  padding: 0 16px;
}

/********************************/
/*Font Loading   Css      */
/********************************/
.Montserrat-Bold{
  font-family: 'Montserrat-Bold' !important;
}
/********************************/
/*      Css      */
/********************************/
.padding-0 {
  padding: 0 !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.sparator-15 {
  height: 15px;
  clear: both;
}

.ml-15 {
  margin-left: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.margin-remove {
  margin: 0 !important;
}

/********************************/
/*    Font   Css      */
/********************************/
.f-16 {
  font-size: 16px !important;
  line-height: 25px !important;
}

.p-relative {
  position: relative !important;
}

/* width */
::-webkit-scrollbar {
  width: 0px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
}
.btn-primary
{
  background: rgba(10, 165, 105, 1);
  border: 1px solid rgba(10, 165, 105, 1);
  border-radius: 10px;
  padding: 12px 31px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-transform: capitalize;
}
/********************************/
/*   Header   Css      */
/********************************/

.nav-bar {
  height: auto;
  width: 100%;
  z-index: 999;
  border-bottom: none;
  background: #53DE8A1A;
  box-shadow: 0px 7px 58px 0px #B1B1B11A;
  position: relative;
  display: block;
}

.lock-scroll {
  overflow: hidden;
}

.unlock-scroll {
  overflow-y: scroll;
}

.container-nav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.container-nav nav {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  margin-bottom: 60px;
}

.container-nav nav .logo {
  order: 0;
  width: auto;
  padding: 1rem 0;
}

.container-nav nav .logo a {
  text-decoration: none;
  line-height: 0;
}

.container-nav nav .logo a img {
  width: auto;
  height: auto;
}

.container-nav nav .logo a svg {
  height: auto;
  width: clamp(10rem, 10vw, 12rem);
}

.container-nav nav .logo a svg .st0 {
  fill: #01C93D;
}

.container-nav nav .logo a svg .st1 {
  fill: #fff;
}

.container-nav nav .logo a svg .st2 {
  fill: #fff;
}

.container-nav nav button {
  margin: 0;
}

.container-nav nav button:focus {
  outline: 0;
}

.container-nav nav button.menu {
  order: 3;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-end;
  padding: 0;
  height: 2.5rem;
  line-height: 2.5rem;
}

.container-nav nav button.menu svg {
  height: 100%;
}

.container-nav nav button.menu span {
  color: #01C93D;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
  visibility: hidden;
  font-size: 0.8rem;
}

.container-nav nav .line {
  fill: none;
  stroke: #0AA569 !important;
  stroke-width: 7;
  stroke-linecap: round;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container-nav nav .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke-linecap: round;
}

.container-nav nav .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 7;
  stroke-linecap: round;
}

.container-nav nav .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke-linecap: round;
}

.container-nav nav ul.nav-main {
  order: 1;
  width: 100%;
  max-width: 750px;
  display: flex;
  gap: 32px;
  justify-content: end;
  align-items: center;
  margin: 0;
  padding: 0 1rem;
}

.container-nav nav ul.nav-main li {
  display: inline-block;
  margin: 0;
  padding: 0 0.5rem;
  position: relative;
}

.container-nav nav ul.nav-main li a {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: #A7A7A7;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: normal;
  font-family: 'Lato-Bold';
}

.container-nav nav ul.nav-main li a:first-of-type {
  padding-left: 0;
}

.container-nav nav ul.nav-main li a:last-of-type {
  padding-right: 0;
}

.container-nav nav ul.nav-main li a:hover {
  color: #0AA569;
}

.container-nav nav ul.nav-main li a:focus {
  color: #0AA569;
}

.container-nav nav ul.nav-main li a:active,
.container-nav nav ul.nav-main li a.active {
  color: #0AA569;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .container-nav {
    width: 100%;
  }

  .container-nav nav .nav-contact {
    display: none;
  }

  .container-nav nav ul.nav-main {
    max-width: 63vw;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .nav-bar {
    height: 100vh;
    background-color: #fff;
  }

  .container-nav nav .logo {
    order: 0;
    width: auto;
  }

  .container-nav nav .logo a {
    text-decoration: none;
    line-height: 0;
  }

  .container-nav nav .logo a img {
    width: auto;
    height: auto;
  }

  .container-nav nav .logo a svg {
    height: auto;
    width: clamp(10rem, 10vw, 12rem);
  }

  .container-nav nav .logo a svg .st0 {
    fill: #01C93D;
  }

  .container-nav nav .logo a svg .st1 {
    fill: #fff;
  }

  .container-nav nav .logo a svg .st2 {
    fill: #fff;
  }

  .container-nav nav button.menu {
    order: 1;
    width: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    padding: 0;
    margin: 1rem 0;
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .container-nav nav button.menu svg {
    height: 100%;
  }

  .container-nav nav button.menu span {
    color: #01C93D;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    visibility: none;
    display: none;
    font-size: 0.8rem;
  }

  .container-nav nav ul.nav-main {
    order: 3;
    width: 100%;
    max-width: 100vw;
    color: #f0f0f0;
    margin: 3rem 0 4rem 0;
    display: block;
    padding-left: 0;
  }

  .container-nav nav ul.nav-main li {
    display: block;
    padding: 0.75em 0;
  }

  .container-nav nav ul.nav-main li a {
    font-size: 1.3rem;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
  }

  .container-nav nav ul.nav-main li a:first-of-type {
    padding-top: 0;
  }

  .container-nav nav ul.nav-main li a:last-of-type {
    padding-bottom: 0;
  }

  .container-nav nav ul.nav-main li a:hover {
    color: #000;
  }

  .container-nav nav ul.nav-main li a:focus {
    color: #000;
  }

  .container-nav nav ul.nav-main li a:active {
    color: #000;
  }

  .container-nav nav ul.nav-main li a:visited {
    color: #000;
  }

  .container-nav nav ul.nav-main li.selected .submenu {
    display: block;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 1rem 1rem;
    left: -1rem;
  }

  .container-nav nav ul.nav-main li.selected .submenu ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .container-nav nav ul.nav-main li.selected .submenu ul li {
    padding: 0.5em 0;
    display: block;
    border-bottom: none;
  }

  .container-nav nav ul.nav-main li.selected .submenu ul li a {
    font-size: 0.85em;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
  }

  .container-nav nav ul.nav-main li.selected .submenu ul li a:hover {
    color: #000;
  }

  .container-nav nav ul.nav-main li.selected .submenu ul li a:focus {
    color: #000;
  }

  .container-nav nav ul.nav-main li.selected .submenu ul li a:active {
    color: #000;
  }

  .container-nav nav ul.nav-main li.selected .submenu ul li a:visited {
    color: #000;
  }

  .container-nav nav ul.nav-main li.selected .submenu ul li:first-of-type {
    padding-top: 0;
  }

  .container-nav nav ul.nav-main li.selected .submenu ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .container-nav nav .nav-cta {
    order: 4;
    width: 100%;
    display: block;
    margin: 0 0 5rem 0;
  }

  .container-nav nav .nav-cta .menu-cta {
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0.3em;
  }

  .container-nav nav .nav-cta .menu-cta span {
    color: #01C93D;
  }

  .container-nav nav .nav-contact {
    order: 5;
    width: 100%;
    display: block;
    margin-bottom: 10rem;
  }

  .container-nav nav .nav-contact a {
    text-decoration: none;
    padding-right: 1rem;
  }

  .container-nav nav .nav-contact a svg {
    width: 2rem;
    height: 2rem;
    fill: #01C93D;
  }

  .container-nav nav .nav-contact a:hover svg {
    fill: #01C93D;
  }

  .container-nav nav .nav-contact a:focus svg {
    fill: #01C93D;
  }

  .container-nav nav .nav-contact a:active svg {
    fill: #01C93D;
  }

  .container-nav nav .nav-contact a:visited svg {
    fill: #01C93D;
  }
}

/********************************/
/*   introSection    Css      */
/********************************/
.introSection {
  padding: 32px 0 64px 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.introSection .logo-banner
{
  margin-bottom: 31px;
}
.introSection h3 {
  font-size: 64px;
  line-height: 82px;
  letter-spacing: 3px;
  color: #FFFFFF;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'FrankRuhlLibre-ExtraBold';
}
/********************************/
/* Section   Css      */
/********************************/
.section {
  color: inherit;
}

.section[data-bg=yellow] {
  color: #333;
}

.section[data-bg=white] {
  color: #302A2A;
}
/********************************/
/*  Swiper     Css      */
/********************************/
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-button-next, .swiper-button-prev {
  top: 60%;
}
.swiper-button-next:after
{
  content: url(../images/icon/arrow-right.svg);
}
.swiper-button-prev:after
{
  content: url(../images/icon/arrow-left.svg);
}
.mySwiper.halfContainer {
  width: calc(50% + 50vw);
}
.mySwiper2 {
  height: auto;
  width: 100%;
}
.mySwiper2.mySwiper2.thumb .swiper-slide{
  box-shadow: 0px 7px 58px 0px #B1B1B11A;
  background: #fff;
  border-radius: 0;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.swiper.mySwiper.thumb .swiper-slide 
{
  background: #fff;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #fff;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #000000B2 !important;
}
.swiper.mySwiper.thumb .swiper-slide img
{
  display: block;
  margin: auto;
}
.mySwiper2.mySwiper2.thumb .swiper-slide img
{
  display: block;
  margin: auto;
  object-fit: cover;
  width: 400px;
}
/********************************/
/*     ourProducts   Css      */
/********************************/
.ourProducts
{
  padding: 64px 0;
}
.sectionTitle
{
  font-size: 72px;
  line-height: 92px;
  color: rgba(10, 165, 105, 1);
  text-transform: capitalize;
  margin-bottom: 24px;
  padding-left: 5%;
  font-family: 'FrankRuhlLibre-Medium';
}
.productBox
{
  border-radius: 14px;
  background: rgba(255, 255, 255, 1);
  padding: 16px 4px 41px 4px ;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.productBox:hover
{
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.productBox img
{
  display: block;
  margin:  0 auto;
  height: 281px;
  width: auto !important;
  object-fit: cover;
}
.titleBox p
{
  margin-top: 28px;
  font-size: 32px;
  line-height: 39px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0;
  font-family: 'Montserrat-Bold';
}
/********************************/
/*     Map  Css      */
/********************************/
.responsive-map{
  overflow: hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .responsive-map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }
/********************************/
/*     Form  Css      */
/********************************/
.contactUs
{
  padding: 80px 0 127px 0;
}
.form-control
{
  border-radius: 8px;
  height: 88px;
  border: 1px solid #B1B1B1;
  outline: none;
  padding-left: 24px;
  box-shadow: 0px 7px 57px 0px #B1B1B11A;
  color: #163532;
  font-size: 24px;
  line-height: 36px;
  background: transparent !important;
  font-family: 'Poppins-Regular';
}
textarea.form-control
{
  height: auto;
  resize: unset;
  padding-top: 26px;
}
.form-control:focus
{
  box-shadow: none;
  border-color: #B1B1B1;
}
.form-control::-webkit-input-placeholder { 
  color: #163532;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  font-family: 'Poppins-Regular';
}

.form-control:-ms-input-placeholder { 
  color: #163532;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  font-family: 'Poppins-Regular';
}

.form-control::placeholder {
  color: #163532;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  font-family: 'Poppins-Regular';
}
.form-card .btn-primary
{
  font-size: 24px;
  line-height: 36px;
  padding: 12px 0px;
  font-family: 'Poppins-Bold';
}
/********************************/
/*  Footer     Css      */
/********************************/
footer
{
  padding: 100px 0;
}
.logo-footer
{
  margin-bottom: 28px;
}
footer .text-part p
{
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #FFFFFF;
  padding-right: 28%;
  font-family: 'Poppins-Regular';
}
ul.social-footer
{
  display: flex;
  gap: 15px;
}
ul.social-footer li a
{
  display: block;
  width: 40.82px;
  height: 40.82px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  background: #0AA569;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
ul.social-footer li a:hover
{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 8px;
}
ul.social-footer li:first-child a:hover
{
  background: #3b579d;
}
ul.social-footer li:nth-child(2n) a:hover
{
  background: #4da6e9;
}
ul.social-footer li:nth-child(3n) a:hover
{
  background: #0063c2;
}
ul.social-footer li:nth-child(4n) a:hover
{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
footer .text-part h3
{
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: capitalize;
  font-family: 'Poppins-Medium';
}
footer .text-part ul li
{
  display: block;
  margin-bottom: 25px;
}
footer .text-part ul li a
{
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'Poppins-Regular';
}
.text-part li .icon svg
{
  max-width: 21px;
  width: 21px;
  margin-right: 14px;
}
/********************************/
/*   AboutSection  Css      */
/********************************/
.aboutSection
{
  padding: 100px 0;
}
.aboutImagePart img
{
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.aboutTextPart h4
{
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 64px;
  color: #163532;
  text-transform: capitalize;
}
.aboutTextPart h4 span
{
  text-transform: capitalize;
  font-family: 'FrankRuhlLibre-ExtraBold';
}
.aboutTextPart p
{
  color: #000000CC;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: justify;
  padding-right: 8%;
  font-family: 'Poppins-Regular';
}
.aboutSection .row
{
  padding-bottom: 80px;
}
.aboutSection .row:last-child
{
  padding-bottom: 0;
}
.aboutSection .row:nth-child(even)
{
  flex-direction: row-reverse;
}
/********************************/
/*  IconSection     Css      */
/********************************/
.IconSection .box svg
{
  width: 100px;
  object-fit: cover;
  display: block;
  margin: 0 auto 24px auto;
  min-height: 100px;
}
.IconSection .box p
{
  text-align: center;
  font-size: 24px;
  color: #163532;
  line-height: 36px;
  font-family: 'Poppins-Regular';
}
/********************************/
/*       Css      */
/********************************/
.WhatPeopleSay
{
  padding: 97px 0;
}
h3.titleSection
{
  text-align: center;
  font-size: 52px;
  color: rgba(10, 165, 105, 1);
  text-transform: capitalize;
  margin-bottom: 48px;
  font-family: 'FrankRuhlLibre-Medium';
}
h3.titleSection span
{
  font-family: 'FrankRuhlLibre-ExtraBold';
}
.WhatPeopleSayBox
{
  box-shadow: 0px 7px 58px 0px rgba(177, 177, 177, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}
.WhatPeopleSayBox h4
{
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 1);
  text-transform: capitalize;
  margin-bottom: 14px;
  font-family: 'Lato-Bold';
}
.WhatPeopleSayBox  p
{
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 24px;
}
.WhatPeopleSayBox ul
{
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
}
.WhatPeopleSayBox ul li img
{
  width: 88px;
  height: 88px;
  border-radius: 100px;
  object-fit: cover;
  max-width: 88px;
}
.WhatPeopleSayBox ul li h5
{
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 1);
  font-family: 'Lato-Bold';
}
.WhatPeopleSayBox ul li span
{
  display: block;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 1);
}
/********************************/
/*  about-us     Css      */
/********************************/
.about-us
{
  padding: 76px 0;
}
h3.title-aboutUs
{
  font-size: 64px;
  line-height: 96px;
  color: rgba(10, 165, 105, 1);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: 'Poppins-Bold';
}
p.Subtitle-aboutUs
{
  font-size: 25px;
  line-height: 45px;
  color: rgba(22, 53, 50, 1);
  margin-bottom: 0;
  font-family: 'Poppins-Medium';
}
.aboutItem .text-part
{
  margin-top: 16px;
  margin-bottom: 45px;
}
.aboutItem .text-part h3
{
  color: rgba(22, 53, 50, 1);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 12px;
  font-family: 'Poppins-Bold';
}
.aboutItem .text-part p
{
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  margin-bottom: 0;
  text-align: justify;
  font-family: 'Poppins-Regular';
}
.masonry { /* Masonry container */
  -webkit-column-count: 2;
-moz-column-count:2;
column-count: 2;
-webkit-column-gap: 45px;
-moz-column-gap: 45px;
column-gap: 45px;
  -moz-column-gap: 45px;
  -webkit-column-gap: 45px;
  column-gap: 45px;
}
.item {
  display: inline-block;
  width: 100%;
  transition:1s ease all;
-webkit-transition:1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/********************************/
/*       Css      */
/********************************/
.ProductDetails
{
  padding: 64px 0;
}
.ProducrDetails-text h4
{
  font-size: 48px;
  line-height: 60px;
  color: rgba(22, 53, 50, 1);
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: 'FrankRuhlLibre-Bold';
}
.rate-part
{
  margin-bottom: 32px;
}
.rate-part img
{
  width: 21px !important;
  height: 21px !important;
  display: inline-block !important;
}
.ProducrDetails-text h6
{
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 34px;
  color: rgba(10, 165, 105, 1);
  margin-bottom: 16px;
  font-family: 'Lato-Bold';
}
.ProducrDetails-text p
{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Poppins-Regular';
}
.productlikethis
{
  padding: 56px 0;
}
.productlikethis h3
{
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 59px;
  text-transform: capitalize;
  color: rgba(85, 176, 127, 1);
  font-family: 'Montserrat-Bold';
}
.productlikethis p
{
  font-size: 24px;
  line-height: 43px;
  color: rgba(22, 53, 50, 1);
  font-family: 'FrankRuhlLibre-ExtraBold';
}
.productlikethis .rate-part img
{
  width: auto !important;
  height: auto !important;
  display: inline-block;
}
/********************************/
/*   producDescription  Css   */
/********************************/
.producDescription
{
  background: #fff;
  box-shadow: 0px 7px 58px 0px rgba(177, 177, 177, 0.1);
  padding: 15px 32px;
  margin-top: 64px;
}
.producDescription .box p
{
  font-size: 24px;
  line-height: 43px;
  color: #0AA569;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-family: 'Lato-Bold';
}
.producDescription .box img
{
  display: block;
  margin: 0 auto;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

table th,
table td {
  padding: 10px;
  text-align: center;
}

table th {
  border: 1px solid rgba(167, 167, 167, 1);
}

@media screen and (max-width: 991px) {
  table {
    border: 0;
  }
  tbody tr td:first-child
  {
    border-right: 0 !important;
  }
  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
thead
{
  border-bottom: 1px solid rgba(167, 167, 167, 1);
}
thead tr
{
  color: rgba(22, 53, 50, 1);
  font-family: 'Lato-Bold';
  font-size: 16px;
  line-height: 19px;
  border: 0;
}
thead tr:first-child
{
  color: rgba(10, 165, 105, 1);
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
}
thead tr:last-child th
{
  border: 0 !important;
}
tbody tr td:first-child
{
  border-right: 1px solid rgba(167, 167, 167, 1);
}
tbody tr td
{
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-family: 'Lato-Bold';
}
/********************************/
/*     productPage  Css      */
/********************************/
.productPage
{
  padding: 67px 0;
}
.nav.nav.nav-tabs{
  gap: 32px;
  border: 0;
}
.nav-tabs .nav-link
{
  font-size: 24px;
  line-height: 43px;
  color: #163532;
  padding: 0;
  border: 0;
  text-transform: capitalize;
}
.nav-tabs .nav-link:hover
{
  border: 0;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link
{
  border: 0;
  background: transparent;
  color: #163532;
  font-family: 'FrankRuhlLibre-Bold';
}
.search-input-group.input-group
{
  background: #F8F8F8;
  padding:6px 16px;
  border-radius: 4px;
  align-items: center;
}
.search-input-group.input-group .input-group-text
{
  padding: 0;
  background: transparent;
  border: 0;
  margin-right: 12px;
}
.search-input-group.input-group .input-group-text img
{
  max-width: 27px;
}
.search-input-group input
{
  padding: 0;
  height: auto;
  border: 0;
  background: transparent;
}
.search-input-group input::-webkit-input-placeholder { 
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  text-transform:initial;
  font-family: 'Poppins-Regular';
}

.search-input-group input:-ms-input-placeholder { 
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  text-transform:initial;
  font-family: 'Poppins-Regular';
}

.search-input-group input::placeholder {
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  text-transform:initial;
  font-family: 'Poppins-Regular';
}
.search-input-group.input-group .btn
{
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  padding-left: 16px;
  border-left: 1px solid #000000
}
.search-input-group.input-group .btn:focus
{
  background: transparent;
}
.productPage .productBox .titleBox p
{
  color: #163532;
  font-size: 24px;
  font-family: 'FrankRuhlLibre-ExtraBold';
}
/********************************/
/*       Css      */
/********************************/
.Page.navigation .page-item .page-link
{
  box-shadow: 0px 4px 4px 0px #0000001A;
  width: 32px;
  padding: 0;
  height: 32px;
  border-radius: 100%;
  line-height: 32px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  display: block;
  border: 1px solid #fff;
}
.Page.navigation  .page-link.active
{
  border: 1px solid #0AA569;
  background: #fff;
  color: #0AA569;
}
.pagination
{
  gap: 8px;
  justify-content: end;
}
.Page.navigation .page-item:not(:first-child) .page-link
{
  margin-left: 0;
}
/********************************/
/*       Css      */
/********************************/

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #0AA56975;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
  left: 0;
}
.overlay .overlayDoor:after {
  right: 0;
}
.overlay.loaded .overlayDoor:before {
  left: -50%;
}
.overlay.loaded .overlayDoor:after {
  right: -50%;
}
.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}


.loader {
  width: 128px;
  height: 128px;
  border: 3px solid #fff;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .inner {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: spinInner 1s linear infinite;
          animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
@keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
/********************************/
/*       Css      */
/********************************/
/********************************/
/*       Css      */
/********************************/
/********************************/
/*       Css      */
/********************************/
/********************************/
/*       Css      */
/********************************/
/********************************/
/*       Css      */
/********************************/
/********************************/
/*       Css      */
/********************************/
/********************************/
/*       Css      */
/********************************/