@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700;800;900&display=swap");
:root {
  color-scheme: only light;
}

body {
  color: #C1EBB7;
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 2;
}

header .logo {
  max-width: 250px;
  width: 100%;
}
header nav.navbar {
  background-color: #E9E0B5;
}

main {
  background-color: #fff;
  padding-top: 8px;
}
main .topBanner {
  background-color: #E9E0B5;
  position: relative;
}
main .topBanner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
  left: 0;
  bottom: 0;
}
.justify-content{ text-align: justify;}
main .topBanner .slideImg {
  width: 100%;
  height: calc(100vh - 78px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .topBanner .overlayText {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: grid;
  align-content: center;
  pointer-events: none;
  text-align: center;
}
main .topBanner .overlayText h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
}
main .topBanner .overlayText .imgWrapper {
  display: inline-block;
  position: relative;
}
main .topBanner .overlayText .imgWrapper::before {
  content: "";
  position: absolute;
  width: 120%;
  padding-top: 120%;
  background: radial-gradient(#E9E0B5 0%, transparent 70.5%);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
main .topBanner .overlayText img {
  filter: drop-shadow(0 0 5px #E9E0B5);
}
main #about {
  position: relative;
  color: #60613f;
}
main #about .img-fill {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100px 0 0 0;
}
main #our-people {
  background-color: #E9E0B5;
  color: #60613f;
}
main #our-people .bgP {
  background-color: #f3eccb;
}
main #what-ayurveda {
  position: relative;
  color: #60613f;
}
main #what-ayurveda .bgP {
  background-color: #f4f3e9;
}
main .mainHead h3 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
main .mainHead h6 {
  color: #D4F600;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
main .mainHead.dark h3 {
  color: #3A5035;
}
main .mainHead.dark h6 {
  color: #60613f;
}
main #services {
  background-color: #E9E0B5;
  color: #60613f;
}
main #services .servicesList {
  display: flex;
  flex-wrap: wrap;
}
main #services .servicesList .serviceCard {
  padding: 24.75% 20px 20px;
  text-align: center;
  position: relative;
  display: grid;
  align-content: flex-end;
  z-index: 1;
  width: 33.3333%;
  flex: 0 0 33.333333%;
  overflow: hidden;
  transition: 0.3s all ease;
}
main #services .servicesList .serviceCard::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  z-index: -1;
  background: linear-gradient(#919191 50%, #000);
  border-radius: 37px;
  transition: 0.3s all ease;
}
main #services .servicesList .serviceCard img {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 37px;
  top: 5px;
  left: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s all ease;
  z-index: -1;
  mix-blend-mode: multiply;
}
main #services .servicesList .serviceCard h5 {
  font-weight: 900;
  color: #fff;
  word-break: break-word;
}
main #services .servicesList .serviceCard p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
main #services .servicesList .serviceCard:hover img {
  opacity: 0.9;
}
main #services .servicesList.for4 .serviceCard {
  width: 25%;
  flex: 0 0 25%;
}
main #package {
  position: relative;
  background-color: #3d2d17;
}
main #package > .container > .row {
  flex-direction: row-reverse;
}
main #package h5 {
  color: #fff;
  text-align: center;
}
main #package ul.simpleList {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
main #package ul.simpleList li {
  background-color: #372814;
  color: #E9E0B5;
  flex: 1 0 auto;
  margin-bottom: 0;
  font-size: 0.875rem;
  padding: 10px 13px;
  border-radius: 10px;
  text-align: center;
  max-width: 100%;
}
main #package ul.simpleList li:hover {
  background-color: #47351d;
}
main #package .img-fill {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 90%;
     object-position: center 90%;
}
main #video {
  background-color: #E9E0B5;
}
main #video .videoWrapper {
  position: relative;
  height: 400px;
  width: 100%;
}
main #video .videoWrapper::before {
  content: "Kerala";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-size: 3vw;
  letter-spacing: 1vw;
  font-weight: 900;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  background-color: #3d2d17;
  mix-blend-mode: screen;
}
main #video .videoWrapper video,
main #video .videoWrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #academy {
  position: relative;
  overflow: hidden;
  color: #60613f;
}
main #academy .img-fill {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 50%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform-origin: right center;
}
main #yogaOdyssey {
  color: #60613f;
}
main #yogaOdyssey .row {
  row-gap: 24px;
}
main #yogaOdyssey .borderCard {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 30px;
}
main #yogaOdyssey p.small {
  margin-bottom: 0;
}
main #gallery {
  background-color: #3d2d17;
}
main #otherHead {
  padding-top: 100px;
}
main #otherHead .bgP {
  background-color: #f4f3e9;
}
main #travelwithme {
  background-color: #E9E0B5;
  background-image: url(../img/travel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #60613f;
}
main #travelwithme .textSections {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
main #contact {
  position: relative;
}
main #contact .map {
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: calc(var(--sectionCurve) / 4);
  z-index: 1;
  border-radius: 50px;
}
main .altRow {
  color: #60613f;
}
main .altRow > div {
  position: relative;
  scroll-margin-top: 73px;
}
main .altRow > div img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .altRow > div:nth-child(even) {
  background-color: #f3ebc4;
  color: #60613f;
}
main .altRow > div:nth-child(even) .row {
  flex-direction: row-reverse;
}
main .altRow > div:nth-child(even) .row .text-white {
  color: #32452D !important;
}
main .altRow > div:nth-child(even) img {
  right: 50%;
}
main .div_16-9 {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
main .div_16-9 > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #panchakarma {
  background-color: #E9E0B5;
  color: #60613f;
}
main #panchakarma .darkCard {
  background-color: #f1ebcb;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 24px;
}
main #panchakarma .darkCard h5.text-white {
  color: #3A5035 !important;
}
main #panchakarma .darkCard p {
  margin-bottom: 0;
}
main #diet {
  color: #60613f;
}
main #diet .imgWrapper {
  width: 100%;
  padding-top: 33.3333%;
  position: relative;
}
main #diet .imgWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-mask-image: linear-gradient(black, transparent);
  mask-image: linear-gradient(black, transparent);
}
main #institute {
  position: relative;
}
main #institute .img-fill {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #sports {
  color: #60613f;
}
main #yogaSection {
  color: #60613f;
  display: none;
}
main #yogaSection .row {
  row-gap: 40px;
}
main #yogaSection p {
  line-height: 1.5;
}
main #yogaNew {
  position: relative;
  color: #60613f;
}
main #yogaNew .img-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0%;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform-origin: right center;
}
main #yogaNew .yogaImg {
  position: sticky;
  top: 82px;
  width: 100%;
  height: 100vh;
}
main #yogaNew .scrollYoga {
  padding-top: 150px;
}
main section {
  scroll-margin-top: 73px;
}
main .retreat {
  color: #60613f;
}
main .bgP {
  padding: 10px 15px;
}
main #people_behind {
  color: #60613f;
}
main #people_behind p:not(.fw-bold) {
  line-height: 1.5;
}

.doctorList {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  gap: 20px;
}
.doctorList li {
  flex: 0 0 calc(50% - 10px);
  position: relative;
}
.doctorList li .imgWrapper {
  padding-top: 125%;
  position: relative;
}
.doctorList li .imgWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
.doctorList li .docDetails {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
  background-color: rgba(58, 80, 53, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 5px;
}
.doctorList li .docDetails h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.doctorList li .docDetails p {
  font-size: 0.875rem;
  color: #C1EBB7;
  margin-bottom: 0;
}

.zForm .inpGroup {
  margin-bottom: 15px;
}
.zForm .inpGroup label.zLabel {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #60613f;
  margin-bottom: 5px;
}
.zForm .inpGroup .zInput {
  background-color: #d3ca9b;
  border-radius: 15px;
  border: none;
  width: 100%;
  padding: 15px 20px;
  color: #60613f;
  line-height: 1;
  resize: none;
}
.zForm .inpGroup .zInput::-moz-placeholder {
  color: #9CA799;
}
.zForm .inpGroup .zInput::placeholder {
  color: #9CA799;
}
.zForm.beige label.zLabel {
  color: #32452D;
}
.zForm.beige .zInput {
  background-color: #c3b885;
}

footer {
  background-color: #E9E0B5;
  color: #86875D;
}
footer .dropDown {
  position: relative;
}
footer .dropDown .dropDownHead {
  cursor: pointer;
  color: #60613f;
  font-weight: 600;
  text-decoration: none;
}
footer .dropDown .dropDownHead::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  margin-left: 3px;
}
footer .dropDown .dropList {
  position: absolute;
  background-color: #E9E0B5;
  padding: 10px;
  margin-bottom: 0;
  list-style-type: none;
  border-radius: 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  bottom: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 0.3s all ease;
}
footer .dropDown .dropList li {
  margin-bottom: 0;
}
footer .dropDown .dropList li:last-child a {
  border-radius: 5px 5px 15px 15px;
}
footer .dropDown .dropList li:first-child a {
  border-radius: 15px 15px 5px 5px;
}
footer .dropDown .dropList a {
  white-space: nowrap;
  border-radius: 5px;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #60613f;
  font-weight: 600;
}
footer .dropDown .dropList a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
footer .dropDown:hover .dropList {
  opacity: 1;
  visibility: visible;
}
footer .logo {
  margin-bottom: 30px;
}
footer .ptfooter {
  padding-top: 65px;
}
footer .ptfooter h4 {
  font-weight: 700;
  color: #523d20;
}
footer ul.iconList {
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 0;
}
footer ul.iconList li:not(:last-child) {
  margin-bottom: 10px;
}
footer ul.iconList li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}
footer ul.iconList li i {
  width: 50px;
  height: 50px;
  color: transparent;
  border-radius: 25px;
  flex: 0 0 50px;
  display: grid;
  place-content: center;
  -webkit-text-stroke: 2px #ECC409;
  font-size: 20px;
}
footer ul.iconList li a {
  color: #A2A381;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s all ease;
}
footer ul.iconList li a small {
  font-size: 0.7rem;
  font-weight: 600;
  display: block;
  line-height: 1;
}
footer ul.iconList li a::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  background-color: #887B3E;
  transition: 0.3s all ease;
  z-index: -1;
  border-radius: 25px;
}
footer ul.iconList li a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer ul.iconList li a:hover::before {
  width: 100%;
}
footer .bottomFooter {
  background-color: #3d2d17;
}
footer .bottomFooter .link {
  color: #86875D;
}
footer .bottomFooter .link::before {
  background-color: #86875D;
}

.mainBtn {
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #523d20;
  text-decoration: none;
  transition: 0.6s ease all;
  color: #fff;
  font-weight: 700;
  border: none;
  display: inline-block;
}
.mainBtn:hover {
  background-color: #D4F600;
  color: #3A5035;
  text-decoration: none;
}
.mainBtn.second {
  background-color: #D4F600;
  color: #32452D;
}
.mainBtn.imageBtn {
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #3A5035;
  z-index: 1;
}
.mainBtn.imageBtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  background-size: cover;
  background-position: center;
  transition: 0.3s all ease;
  z-index: -1;
}
.mainBtn.imageBtn.indiaBtn::before {
  background-image: url(../img/india.jpg);
}
.mainBtn.imageBtn.germanyBtn::before {
  background-image: url(../img/germany.jpg);
}
.mainBtn.imageBtn:hover {
  color: #D4F600;
}
.mainBtn.imageBtn:hover::before {
  opacity: 0;
}

.simpleList {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.simpleList li:not(:last-child) {
  margin-bottom: 15px;
}

.link {
  color: #C1EBB7;
  text-decoration: none;
  position: relative;
  font-weight: 600;
}
.link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: #C1EBB7;
  transition: 0.3s width ease;
}
.link:hover {
  color: #C1EBB7;
  text-decoration: none;
}
.link:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.link.lite {
  color: #60613f;
}
.link.lite::before {
  background-color: #60613f;
}
.link.lite:hover {
  color: #60613f;
}

.modal {
  color: #000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal .modal-content {
  background-color: #E9E0B5 !important;
}
.modal .modal-content .modal-header {
  border-bottom-color: #d3ca9b;
}
.modal .modal-content .modal-footer {
  border-top-color: #d3ca9b;
}

.div-sq {
  position: relative;
  padding-top: 100%;
  width: 100%;
}
.div-sq > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.productCard {
  background-color: #E9E0B5;
  border-radius: 30px;
  color: #86875D;
  margin-bottom: 24px;
}
.productCard .div-sq {
  padding-top: 125%;
}
.productCard img {
  border-radius: 30px;
}
.productCard .text {
  padding: 10px 20px 10px;
}
.productCard .text h5 {
  color: #5B5B43;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.productCard .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 0;
  line-height: 1.3;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.productCard.placeholder {
  background-color: #bbb;
}
.productCard.placeholder .div-sq {
  background-color: #999;
  border-radius: 30px;
}
.productCard.placeholder img {
  opacity: 0;
}
.productCard.placeholder .text h5 {
  background-color: #555;
  color: #555;
}
.productCard.placeholder .text p {
  background-color: #777;
  color: #777;
}

.waButton {
  padding: 10px 20px;
  display: flex;
  font-weight: 700;
  align-items: center;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #25D366;
  color: rgb(68, 66, 81);
  text-decoration: none;
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 9;
  text-align: center;
  transition: 0.3s all ease;
}
.waButton i {
  padding-right: 5px;
  font-size: 24px;
}
.waButton:hover {
  background-color: #128C7E;
  color: #fff;
}

#bookBtn {
  right: 20px;
  bottom: 20px;
  position: fixed;
  text-transform: uppercase;
  z-index: 9;
}

@media (max-width: 1440px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  :root {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header .navbar-collapse::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #E9E0B5;
    transition: 0.3s all ease;
  }
  header .navbar-collapse.show::before {
    height: 100%;
  }
  main #about .row {
    flex-direction: column-reverse;
  }
  main #about .col-xl-7 img {
    position: unset;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 32px;
  }
  main #what-ayurveda .row {
    flex-direction: column-reverse;
  }
  main #what-ayurveda .row .col-xl-4 {
    margin-bottom: 30px;
    text-align: center;
  }
  main #what-ayurveda .row .col-xl-4 img {
    max-width: 300px;
    height: auto;
  }
  main #what-ayurveda .row h3 {
    text-align: center;
  }
  main #services .servicesList {
    flex-wrap: wrap;
  }
  main #services .servicesList .serviceCard a {
    opacity: 1;
    visibility: visible;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  main #academy .col-xl-7 > img {
    position: unset;
    width: 100%;
    height: auto;
    border-radius: 32px;
    margin-bottom: 30px;
  }
  main #sports img {
    max-width: 50%;
  }
  main #package .doctor {
    padding-top: 50%;
    position: relative;
    margin-bottom: 30px;
  }
  main #package .img-fill {
    width: calc(100% - var(--bs-gutter-x));
    margin-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: calc(var(--bs-gutter-x) * 0.5);
    border-radius: 32px;
  }
  main #yogaNew .yogaImg {
    height: auto;
    position: unset;
  }
  main #yogaNew .yogaImg .img-fill {
    position: unset;
  }
  main #yogaNew .scrollYoga {
    padding-top: 10px;
  }
  footer p.fw-bold {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  main #services .servicesList,
  main #services .servicesList.for4 {
    flex-wrap: wrap;
  }
  main #services .servicesList .serviceCard,
  main #services .servicesList.for4 .serviceCard {
    width: 50%;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  main #contact .row {
    flex-direction: column-reverse;
  }
  main #contact .row .map {
    height: 35vw;
    margin-bottom: 30px;
  }
  main #sports img {
    max-width: 100%;
  }
  main .altRow > div {
    padding-top: 3rem;
  }
  main .altRow > div:nth-child(even) .row,
  main .altRow > div .row {
    flex-direction: column-reverse;
  }
  main .altRow > div img {
    height: 35vw;
    border-radius: 32px;
    position: unset;
    width: 100%;
  }
  main #diet .imgWrapper img {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  :root {
    font-size: 14px;
  }
  .productCard .text {
    padding: 10px;
  }
  .productCard .text .mainBtn {
    padding: 10px;
  }
  header .logo {
    max-width: 60vw;
  }
  main #services .serviceCard .serviceCard,
  main #services .servicesList.for4 .serviceCard {
    width: 100%;
    flex: 0 0 100%;
    padding-top: 75%;
  }
  main #otherHead {
    padding-top: 30px;
  }
  main #contact {
    padding-top: 0 !important;
  }
  main #travelwithme .textSections {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.animate_delay-1 {
  animation-delay: 0.1s;
}

.animate_delay-2 {
  animation-delay: 0.2s;
}

.animate_delay-3 {
  animation-delay: 0.3s;
}

.animate_delay-4 {
  animation-delay: 0.4s;
}

.animate_delay-5 {
  animation-delay: 0.5s;
}

.animate_delay-6 {
  animation-delay: 0.6s;
}

.animate_delay-7 {
  animation-delay: 0.7s;
}

.animate_delay-8 {
  animation-delay: 0.8s;
}

.animate_delay-9 {
  animation-delay: 0.9s;
}

.animate_delay-10 {
  animation-delay: 1s;
}

.animate_delay-11 {
  animation-delay: 1.1s;
}

.animate_delay-12 {
  animation-delay: 1.2s;
}

.animate_delay-13 {
  animation-delay: 1.3s;
}

.animate_delay-14 {
  animation-delay: 1.4s;
}

.animate_delay-15 {
  animation-delay: 1.5s;
}

.animate_delay-16 {
  animation-delay: 1.6s;
}

.animate_delay-17 {
  animation-delay: 1.7s;
}

.animate_delay-18 {
  animation-delay: 1.8s;
}

.animate_delay-19 {
  animation-delay: 1.9s;
}

.animate_delay-20 {
  animation-delay: 2s;
}

.animate_delay-21 {
  animation-delay: 2.1s;
}

.animate_delay-22 {
  animation-delay: 2.2s;
}

.animate_delay-23 {
  animation-delay: 2.3s;
}

.animate_delay-24 {
  animation-delay: 2.4s;
}

.animate_delay-25 {
  animation-delay: 2.5s;
}

.animate_delay-26 {
  animation-delay: 2.6s;
}

.animate_delay-27 {
  animation-delay: 2.7s;
}

.animate_delay-28 {
  animation-delay: 2.8s;
}

.animate_delay-29 {
  animation-delay: 2.9s;
}

.animate_delay-30 {
  animation-delay: 3s;
}

.animate_delay-31 {
  animation-delay: 3.1s;
}/*# sourceMappingURL=main.css.map */

.products a{
  text-align: center;
  width: 100%;
  float: left;
  color: #1a7705;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background: #ccc;
  padding: 4px;
}.products a:hover{
   
  color: #31811f;
  
}
.products-cover{ border: 2px solid #24870e;
  border-radius: 10px;
  margin: 10px;
}
.product-img{max-height: 300px;width: 100%;}
.commerce-order-commerce-order thead{    border-style: solid;
  border-width: 0;
  background: #3A5035;
  color: #fff;
  border: 1px solid #fff; padding: 4px; }
  .top-language{ position: absolute;
    right: 10px;
    top: 2px;}
    .top-language.li{ float: left; padding: 2px;}
    .top-language ul li{float: left;}
  .top-language img{ width:24px;}
.top-language a{ 
  padding: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px; -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;}

  #services .servicesList.for4 .serviceCard{color: #fff;}
  .productCard img{ border:1px solid #3A5035;}