html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul, li {
  list-style: none;
}

body {
  font-family: "Poppins";
  min-height: 100vh;
}

.container {
  max-width: 1458px;
  padding: 0 30px;
}
@media (max-width: 435px) {
  .container {
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 55px;
  line-height: 1.27;
  color: black;
}
@media (max-width: 1400px) {
  h1 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 47px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 30px;
  }
}

h2 {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 40px;
  line-height: 1.37;
  color: black;
}
@media (max-width: 1200px) {
  h2 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 25px;
  }
}
@media (max-width: 435px) {
  h2 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 22px;
  }
}

h3 {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 30px;
  line-height: 1.5;
  color: white;
}
@media (max-width: 1200px) {
  h3 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 27px;
  }
}
@media (max-width: 992px) {
  h3 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 22px;
  }
}

h4 {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 25px;
  line-height: 2.2;
  color: black;
}
@media (max-width: 1200px) {
  h4 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  h4 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 1.7;
  }
}

h5 {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 20px;
  color: #B4DCA0;
}
@media (max-width: 435px) {
  h5 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 16px;
  }
}

h6 {
  font-weight: 400;
  font-family: "Poppins";
  font-size: 16px;
  color: black;
  line-height: 1.87;
}

p {
  font-weight: 400;
  font-family: "Poppins";
  font-size: 16px;
  color: black;
  line-height: 1.87;
}
@media (max-width: 768px) {
  p {
    font-weight: 400;
    font-family: "Poppins";
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  br {
    display: none;
  }
}

.display-f {
  display: flex !important;
}

.commom-p {
  font-weight: 500;
  font-family: "Poppins";
  font-size: 22px;
  color: black;
  line-height: 1.68;
}
@media (max-width: 992px) {
  .commom-p {
    font-weight: 500;
    font-family: "Poppins";
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .commom-p {
    font-weight: 500;
    font-family: "Poppins";
    font-size: 16px;
  }
}

.common-btn {
  width: 249px;
  height: 60px;
  background-color: #B4DCA0;
  color: black;
  border-radius: 50px;
  border: 2px solid #005044;
}

.common-btn1 {
  width: 251px;
  height: 60px;
  background-color: rgba(0, 158, 69, 0.1);
  color: black;
  border-radius: 50px;
}

.common-btn2 {
  width: 136px;
  height: 60px;
  background-color: rgba(158, 214, 65, 0.1);
  color: black;
  border-radius: 50px;
}

.common-btn3 {
  width: 173px;
  height: 60px;
  background-color: #f1ebe8;
  color: black;
  border-radius: 50px;
}

.common-btn4 {
  width: 210px;
  height: 60px;
  background-color: rgba(0, 80, 68, 0.1);
  color: black;
  border-radius: 50px;
}

.cm-border {
  border-radius: 20px !important;
}

.carousel-bg {
  background-color: #e5edec !important;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-16 {
  padding-bottom: 16px;
}
@media (max-width: 435px) {
  .pb-16 {
    padding-bottom: 0 !important;
  }
}

.pb-leafe {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .pb-leafe {
    padding-bottom: 0px;
  }
}

.pr-30 {
  padding-right: 30px;
}
@media (max-width: 435px) {
  .pr-30 {
    padding-right: 15px;
  }
}

.pr-20 {
  padding-right: 20px;
}

.pl-30 {
  padding-left: 30px;
}
@media (max-width: 435px) {
  .pl-30 {
    padding-left: 15px;
  }
}

.pt-40 {
  padding-top: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-17 {
  padding-top: 17px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}
@media (max-width: 435px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .pt-100 {
    padding-top: 0px;
  }
}

.pl-56 {
  padding-left: calc(0.87502625rem + 2.187478125vw);
}
@media (min-width: 1920px) {
  .pl-56 {
    padding-left: 3.5rem;
  }
}
@media (max-width: 992px) {
  .pl-56 {
    padding-left: 0.75rem;
  }
}

.pr-10 {
  padding-right: 10px;
}

.px-cm {
  padding: calc(0.875035rem + 2.9166375vw) calc(0.87500375rem + 0.312496875vw);
}
@media (min-width: 1920px) {
  .px-cm {
    padding: 4.375rem 1.25rem;
  }
}

@media (max-width: 1200px) {
  .pt-t30 {
    padding-top: 30px;
  }
  .text-cn {
    text-align: center !important;
  }
  .justify-cn {
    justify-content: center;
  }
  .pt-t20 {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .pd-b30 {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .pbb-10 {
    padding-bottom: 10px;
  }
  .ptt-20 {
    padding-top: 20px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .ppb-30 {
    padding-bottom: 30px;
  }
}
.common-contents {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .common-contents {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .common-contents {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .common-contents {
    padding: 50px 0;
  }
}

.group-img img {
  max-width: 146px;
}

.common-btn:hover {
  background-color: white;
}

.owl-stage {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 992px) {
  .living-banner .pt-100 {
    padding-top: 0 !important;
  }
}
@media (max-width: 1200px) {
  .living-banner .walls-contents .walls-expert {
    display: block !important;
    padding-bottom: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .living-banner .walls-contents .walls-expert {
    padding-bottom: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .living-banner .walls-contents .walls-expert {
    padding-bottom: 0px;
  }
}
@media (max-width: 1200px) {
  .living-banner .walls-contents .walls-expert .pr-30 {
    padding-right: 0 !important;
  }
  .living-banner .walls-contents .walls-expert .walls-btn {
    padding-bottom: 20px !important;
  }
}
.living-banner .walls-contents .living-cards .living-first .living-walls-1 {
  max-width: 327px;
}
.living-banner .walls-contents .living-cards .living-first .video-wrapper {
  max-width: 327px;
}
.living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .img-white {
  max-width: 169px;
}
@media (max-width: 1200px) {
  .living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .img-white {
    max-width: 130px;
  }
}
@media (max-width: 992px) {
  .living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .img-white {
    max-width: 110px;
  }
}
@media (max-width: 768px) {
  .living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .img-white {
    max-width: 90px;
  }
}
@media (max-width: 435px) {
  .living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .img-white {
    max-width: 86px;
  }
}
.living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .img-white:not(:hover) {
  animation: bounce-out 0.6s ease-in-out forwards !important;
}
.living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .play-gif {
  cursor: pointer;
}
.living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .play-gif .cen-img {
  transform: translate(-40%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 992px) {
  .living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .play-gif .cen-img {
    max-width: 35px;
  }
}
.living-banner .walls-contents .living-cards .living-first .video-wrapper .play-button-wrapper .play-gif:hover .img-white {
  animation: bounce-in 0.6s ease-in-out forwards !important;
}
.living-banner .trusted-clients {
  background-color: white;
  padding: calc(0.8750225rem + 1.87498125vw) calc(0.875039375rem + 3.2812171875vw);
}
@media (min-width: 1920px) {
  .living-banner .trusted-clients {
    padding: 3.125rem 4.8125rem;
  }
}
@media (max-width: 435px) {
  .living-banner .trusted-clients {
    max-width: 351px;
    padding: 30px 14px 30px 15px;
  }
}
@media (max-width: 435px) {
  .living-banner .trusted-clients .trustedClients_carousel {
    autoplay: ture;
  }
}
.living-banner .trusted-clients .trustedClients_carousel .owl-nav {
  display: none;
}
@media (max-width: 435px) {
  .living-banner .trusted-clients .trustedClients_carousel .owl-nav {
    display: block;
  }
  .living-banner .trusted-clients .trustedClients_carousel .owl-nav .owl-prev {
    left: 1%;
    position: absolute;
    top: 29%;
    width: 12px;
    height: 12px;
    background-image: url("../image/left-arrow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .living-banner .trusted-clients .trustedClients_carousel .owl-nav .owl-next {
    right: 1%;
    position: absolute;
    top: 29%;
    font-size: 30px;
    width: 12px;
    height: 12px;
    background-image: url("../image/right-arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
}
.living-banner .trusted-clients .trustedClients_carousel .owl-dots {
  display: none;
}
.living-banner .trusted-clients .trustedClients_carousel .item {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 435px) {
  .living-banner .trusted-clients .trustedClients_carousel .item figure {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.living-banner .trusted-clients .trustedClients_carousel .item figure img {
  width: auto;
}

.form-control {
  width: 100%;
  height: 60px;
  background-color: white;
  border: 1px solid white;
  outline-color: transparent !important;
  padding: 12px;
  border-radius: 50px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  height: 120px;
  padding: 24px;
  border-radius: 10px;
}

.resizer {
  width: 15px;
  height: 15px;
  background: url("/assets/image/resize.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  cursor: se-resize;
  right: 0;
  bottom: 0;
}

.form-group {
  margin-bottom: 30px;
}

.msg {
  text-align: center;
}

.msgs {
  text-align: center;
}

.pb-50b {
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .pb-50b {
    padding-bottom: 50px !important;
  }
}

.form-size {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .form-size {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .form-size {
    font-size: 16px;
  }
}

@keyframes bounce-in {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.2) translateY(-1px);
  }
  100% {
    transform: scale(1.1) translateY(0);
  }
}
@keyframes bounce-out {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(0.9) translateY(-1px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes hoverAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.biophilic-living {
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .biophilic-living {
    padding-bottom: 0px !important;
  }
}
.biophilic-living .curved-background {
  background-color: rgb(255, 255, 255);
  padding: 70px 0 0 0;
}
.biophilic-living .curved-background::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url("../image/bg-head.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 751px !important;
}
.biophilic-living .biophilic-logo img {
  max-width: 110px;
}
.biophilic-living .family-livings {
  padding: calc(0.875035rem + 2.9166375vw) 0 0 0;
}
@media (min-width: 1920px) {
  .biophilic-living .family-livings {
    padding: 4.375rem 0 0 0;
  }
}
.biophilic-living .family-livings .family-contents .family-banner {
  padding: 0 0 calc(0.8750225rem + 1.87498125vw) 0;
}
@media (min-width: 1920px) {
  .biophilic-living .family-livings .family-contents .family-banner {
    padding: 0 0 3.125rem 0;
  }
}
.biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card {
  z-index: 2;
  max-width: 327px;
  top: 0 !important;
  transition: transform 0.5s ease-in-out !important;
  width: 100%;
}
@media (max-width: 992px) {
  .biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card {
    padding-bottom: 30px;
  }
}
@media (max-width: 435px) {
  .biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card {
    height: 327px;
    width: 327px;
  }
}
.biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card img {
  width: 100%;
  height: 100%;
}
.biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card .pride-logo {
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 7%);
  width: 267px !important;
}
@media (max-width: 1400px) {
  .biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card .pride-logo {
    width: 238px !important;
  }
}
@media (max-width: 1200px) {
  .biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card .pride-logo {
    width: 190px !important;
  }
}
@media (max-width: 992px) {
  .biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card .pride-logo {
    width: 267px !important;
    transform: translate(-50%, -50%);
    top: 45%;
  }
}
@media (max-width: 435px) {
  .biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card .pride-logo {
    width: 267px !important;
    transform: translate(-50%, -45%);
    top: 45%;
  }
}
.biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card:hover .pride-img {
  opacity: 0.5;
}
.biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card:hover {
  transform: translateY(-15px);
}
@media (max-width: 435px) {
  .biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards .pride-card:hover {
    transform: translateY(0px);
  }
}
@media (max-width: 992px) {
  .biophilic-living .family-livings .family-contents .family-cards .walls-head .walls-cards {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.biophilic-living .curved-img {
  z-index: -1;
}

.about-biophilic .about-banner li img {
  width: 10px;
}
.about-biophilic .about-banner .biophilic-forms {
  background-color: #1C3240;
  padding: calc(0.87501rem + 0.833325vw);
}
@media (min-width: 1920px) {
  .about-biophilic .about-banner .biophilic-forms {
    padding: 1.875rem;
  }
}
.about-biophilic .about-banner .biophilic-forms .form-paragraph {
  padding-bottom: 0.625rem;
}
.about-biophilic .about-banner .biophilic-forms .calls {
  padding-bottom: calc(0.8750025rem + 0.20833125vw);
}
@media (min-width: 1920px) {
  .about-biophilic .about-banner .biophilic-forms .calls {
    padding-bottom: 1.125rem;
  }
}
.about-biophilic .about-banner .biophilic-forms .calls img {
  max-width: 20px;
}
.about-biophilic .about-banner .biophilic-forms .form-control.form-company {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2em;
}
.about-biophilic .about-banner .biophilic-forms .select-arrow {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 12px;
  height: auto;
}

.living-walls {
  background-color: #005044;
}
.living-walls .walls-btn a {
  background-color: #9ED641;
  color: #005044;
  border: 1px solid #9ED641;
}
.living-walls .walls-btn a:hover {
  background-color: #005044;
  color: white;
}
.living-walls .expert-text h6 {
  color: white;
  border-bottom: 2px solid #9ED641;
}
.living-walls .expert-text h6:hover {
  border-bottom: 3px solid #9ED641;
}
@media (max-width: 768px) {
  .living-walls .expert-text {
    padding-bottom: 30px;
  }
}

.pride-lanscape {
  background-color: #F6F6F6;
}
.pride-lanscape .walls-btn a {
  background-color: #009E45;
  color: white;
  border: 1px solid transparent;
}
.pride-lanscape .walls-btn a:hover {
  background-color: #333333;
}
.pride-lanscape .expert-text h6 {
  color: black;
  border-bottom: 2px solid #009E45;
}
.pride-lanscape .expert-text h6:hover {
  border-bottom: 3px solid #009E45;
}

.biophilic-design {
  background-color: #1C3240;
}
.biophilic-design .walls-btn a {
  background: var(--Gradient, linear-gradient(90deg, #B3714D 0%, #CC9572 100%));
  color: white;
  width: 287px !important;
  border: 1px solid #B3714D;
}
.biophilic-design .walls-btn a:hover {
  background: var(--Gradient, linear-gradient(90deg, #1C3240));
  color: white;
}
.biophilic-design .expert-text h6 {
  color: white;
  border-bottom: 2px solid #B3714D;
}
.biophilic-design .expert-text h6:hover {
  border-bottom: 3px solid #B3714D;
}
@media (max-width: 768px) {
  .biophilic-design .expert-text {
    padding-bottom: 30px;
  }
}

.biophilic-shop {
  background-color: #f4f9e8;
}
.biophilic-shop .coming-sooon {
  padding-left: calc(0.875019375rem + 1.6145671875vw);
}
@media (min-width: 1920px) {
  .biophilic-shop .coming-sooon {
    padding-left: 2.8125rem;
  }
}
.biophilic-shop .coming-sooon .soon-head {
  background-color: #badfa8;
  border-radius: 5px;
  padding: 10px;
}
.biophilic-shop .coming-sooon .soon-head h6 {
  color: #005044;
}
.biophilic-shop .walls-btn a {
  background-color: #005044;
  color: white;
  border: 1px solid #005044;
}
.biophilic-shop .walls-btn a:hover {
  background: rgba(179, 212, 104, 0.15);
  color: #143241;
}
.biophilic-shop .expert-text h6 {
  color: #143241;
  border-bottom: 2px solid #005044;
}
.biophilic-shop .expert-text h6:hover {
  border-bottom: 3px solid #005044;
}

.client-customer .customer-banner .customer-heading {
  padding-bottom: calc(0.8750225rem + 1.87498125vw);
}
@media (min-width: 1920px) {
  .client-customer .customer-banner .customer-heading {
    padding-bottom: 3.125rem;
  }
}
.client-customer .customer-banner .customer-content {
  max-width: 801px;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .client-customer .customer-banner .customer-content {
    display: flex;
    justify-content: flex-start;
  }
}
.client-customer .customer-banner .row-col-content {
  padding: calc(0.8750225rem + 1.87498125vw) 0;
}
@media (min-width: 1920px) {
  .client-customer .customer-banner .row-col-content {
    padding: 3.125rem 0;
  }
}
.client-customer .customer-banner .row-col-content .customer-cards {
  max-width: 1221px;
  margin: 0 auto;
}
.client-customer .customer-banner .row-col-content .customer-cards .client-cards {
  background: rgba(0, 158, 69, 0.1);
}
.client-customer .customer-banner .row-col-content .customer-cards .client-cards-2 {
  background: #F4FDF5;
}
.client-customer .customer-banner .row-col-content .customer-cards .client-cards-3 {
  background: linear-gradient(90deg, rgba(179, 113, 77, 0.1) 0%, rgba(204, 149, 114, 0.1) 100%);
}
.client-customer .customer-banner .row-col-content .customer-cards .client-cards-4 {
  background: rgba(0, 80, 68, 0.1);
}
@media (max-width: 435px) {
  .client-customer .customer-banner .row-col-content .customer-cards .px-cm {
    padding: 30px 20px !important;
  }
}
.client-customer .customer-banner .row-col-content .customer-cards .customer-paragraph {
  padding: calc(0.87501rem + 0.833325vw) 0;
}
@media (min-width: 1920px) {
  .client-customer .customer-banner .row-col-content .customer-cards .customer-paragraph {
    padding: 1.875rem 0;
  }
}
.client-customer .customer-banner .customer-btn a {
  background-color: #005044;
  color: white;
  border: 1px solid #005044;
}
.client-customer .customer-banner .customer-btn a:hover {
  background: white;
  color: black;
}

.biophilic-carousel {
  padding-bottom: calc(0.8750225rem + 1.87498125vw);
  background-color: #F6F6F6;
}
@media (min-width: 1920px) {
  .biophilic-carousel {
    padding-bottom: 3.125rem;
  }
}
.biophilic-carousel .container-fluid .projects-banner .projects-heading {
  padding-bottom: calc(0.8750225rem + 1.87498125vw);
}
@media (min-width: 1920px) {
  .biophilic-carousel .container-fluid .projects-banner .projects-heading {
    padding-bottom: 3.125rem;
  }
}
.biophilic-carousel .container-fluid .projects-banner .owl-carousel .owl-stage {
  justify-content: center;
  align-items: center;
  display: flex;
}
.biophilic-carousel .container-fluid .projects-banner .owl-carousel .item {
  justify-content: center;
  align-items: center;
  display: flex;
}
.biophilic-carousel .container-fluid .projects-banner .owl-carousel .item .carousel-img {
  max-width: 327px;
}
.biophilic-carousel .container-fluid .projects-banner .owl-carousel .item .carousel-img:hover {
  opacity: 0.7;
}
.biophilic-carousel .container-fluid .projects-banner .owl-carousel .owl-nav {
  display: none;
}
.biophilic-carousel .container-fluid .projects-banner .owl-carousel .owl-dots {
  display: none;
}

.biophilic-accordian .accordian-banner {
  max-width: 1160px;
  margin: 0 auto;
}
.biophilic-accordian .accordian-banner .accordian-contents h5 {
  color: black;
}
@media (max-width: 435px) {
  .biophilic-accordian .accordian-banner .accordian-contents h5 {
    font-size: 14px;
  }
}
.biophilic-accordian .accordian-banner .accordian-contents .accordion-item {
  border: transparent;
  --bs-accordion-btn-icon: url(../image/pluse.png);
  --bs-accordion-btn-active-icon: url(../image/minus.png);
  --bs-accordion-btn-icon-transition: none;
  border-bottom: 2px solid #005044 !important;
}
.biophilic-accordian .accordian-banner .accordian-contents .accordion-button::after {
  max-width: 10px;
  background-size: 100% !important;
  background-position: center;
}
.biophilic-accordian .accordian-banner .accordian-contents .accordion-button {
  padding: calc(0.87501rem + 0.833325vw) 0;
}
@media (min-width: 1920px) {
  .biophilic-accordian .accordian-banner .accordian-contents .accordion-button {
    padding: 1.875rem 0;
  }
}
.biophilic-accordian .accordian-banner .accordian-contents .accordion-button:not(.collapsed) {
  color: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.biophilic-accordian .accordian-banner .accordian-contents .accordion-button:focus {
  border-color: transparent !important;
  outline: none;
  box-shadow: none !important;
}
.biophilic-accordian .accordian-banner .accordian-contents .accordion-body {
  padding: 10px 0 30px 0 !important;
}

.biophilic-experts {
  padding-bottom: calc(0.87505375rem + 4.479121875vw);
}
@media (min-width: 1920px) {
  .biophilic-experts {
    padding-bottom: 6.25rem;
  }
}
.biophilic-experts .expert-banner {
  background-color: #143241;
  padding: 50px;
  max-width: 1398px;
}
@media (max-width: 768px) {
  .biophilic-experts .expert-banner {
    padding: 30px 20px 50px 20px;
  }
}
.biophilic-experts .expert-banner .experts-subhead {
  padding-bottom: calc(0.8750225rem + 1.87498125vw);
}
@media (min-width: 1920px) {
  .biophilic-experts .expert-banner .experts-subhead {
    padding-bottom: 3.125rem;
  }
}
.biophilic-experts .expert-banner .experts-forms .experts-btns .expert-content .common-colors {
  background-color: #F7FBF0;
  border: 1px solid #F7FBF0;
}
.biophilic-experts .expert-banner .experts-forms .experts-btns .expert-content .common-colors:hover {
  background-color: #F7FBF0;
}
@media (max-width: 992px) {
  .biophilic-experts .expert-banner .experts-forms .experts-btns .expert-content {
    justify-content: center;
  }
  .biophilic-experts .expert-banner .experts-forms .experts-btns .expert-content .pr-10 {
    padding-right: 0 !important;
  }
  .biophilic-experts .expert-banner .experts-forms .experts-btns .expert-content .common-btn1, .biophilic-experts .expert-banner .experts-forms .experts-btns .expert-content .common-btn2, .biophilic-experts .expert-banner .experts-forms .experts-btns .expert-content .common-btn3, .biophilic-experts .expert-banner .experts-forms .experts-btns .expert-content .common-btn4 {
    width: 310px;
  }
  .biophilic-experts .expert-banner .experts-forms .experts-btns .expert-content li {
    margin-bottom: 10px;
  }
}

.biophilic-group {
  background-color: #005044;
}
@media (max-width: 435px) {
  .biophilic-group {
    padding-bottom: 100px;
  }
}
.biophilic-group .group-banner .gropu-list .group-design .group-contents {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  padding: calc(0.87500375rem + 0.312496875vw) calc(0.87501rem + 0.833325vw);
}
@media (min-width: 1920px) {
  .biophilic-group .group-banner .gropu-list .group-design .group-contents {
    padding: 1.25rem 1.875rem;
  }
}
@media (max-width: 435px) {
  .biophilic-group .group-banner .gropu-list .group-design .group-contents {
    padding: calc(0.87500375rem + 0.312496875vw) calc(0.87500375rem + 0.312496875vw);
    max-width: 350px;
  }
}
@media (max-width: 435px) and (min-width: 1920px) {
  .biophilic-group .group-banner .gropu-list .group-design .group-contents {
    padding: 1.25rem 1.25rem;
  }
}
@media (max-width: 435px) {
  .biophilic-group .group-banner .gropu-list .group-design .group-contents .group-number h6 {
    font-size: 12px;
  }
}
@media (max-width: 435px) {
  .biophilic-group .group-banner .gropu-list .group-design .pd-b30 {
    padding-bottom: 10px;
  }
}
.biophilic-group .back-top {
  right: 0;
  transform: translate(-50%, -255%);
}
.biophilic-group .back-top .left-btn {
  max-width: 37px;
}
.biophilic-group .back-top .top-btn {
  max-width: 125px;
  display: none !important;
}
@media (max-width: 435px) {
  .biophilic-group .back-top {
    transform: translate(0%, 0%);
    right: 34%;
    bottom: 5%;
  }
  .biophilic-group .back-top .left-btn {
    display: none !important;
  }
  .biophilic-group .back-top .top-btn {
    display: block !important;
  }
}

.thanku {
  background-color: #E6F3E1;
  padding: calc(0.875085rem + 7.0832625vw) 0;
}
@media (min-width: 1920px) {
  .thanku {
    padding: 9.375rem 0;
  }
}
.thanku .thanku-banner .expert-text h6 {
  color: #143241;
  border-bottom: 2px solid #143241;
}
@media (max-width: 1200px) {
  .thanku .thanku-banner .thank-list {
    max-width: 715px;
    margin: 0 auto !important;
  }
}
.thanku .thanku-banner .thank-list figure {
  top: 0 !important;
  transition: transform 0.5s ease-in-out !important;
}
.thanku .thanku-banner .thank-list figure .cm-pride {
  max-width: 327px;
}
.thanku .thanku-banner .thank-list figure:hover {
  position: relative;
  animation: hoverAnimation 0.5s ease-in-out forwards;
}
@media (max-width: 768px) {
  .thanku .thanku-banner .thank-list .pb-30 {
    padding-bottom: 10px;
  }
}

footer {
  padding: calc(0.875015625rem + 1.3020703125vw) 0 calc(0.875015rem + 1.2499875vw) 0;
}
@media (min-width: 1920px) {
  footer {
    padding: 2.4375rem 0 2.375rem 0;
  }
}
@media (max-width: 768px) {
  footer .footer-list ul {
    display: block !important;
    text-align: center !important;
  }
}
footer .footer-list ul li h6 {
  color: black;
  font-size: 15px;
}
@media (max-width: 768px) {
  footer .footer-list ul li h6 {
    padding-bottom: 20px;
  }
}
footer .footer-list ul li img {
  max-width: 189px;
}/*# sourceMappingURL=style.css.map */