@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body,
html {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  background-color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  line-height: 160%;
  font-weight: 400;
}

p,
a,
li {
  font-weight: 300;
}

.primary-spacing {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .primary-spacing {
    padding: 80px 0;
  }
}

.primary-heading {
  font-weight: 700;
  font-size: 20px;
  color: #121212;
}
@media screen and (min-width: 768px) {
  .primary-heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .primary-heading {
    font-size: 36px;
  }
}

.primary-content p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .primary-content p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .primary-content p {
    font-size: 20px;
  }
}

body .slick-prev,
body .slick-next {
  width: 30px;
  height: 30px;
}
body .slick-prev::before,
body .slick-next::before {
  width: 100%;
  height: 100%;
  box-shadow: 0px 6.78571px 13.5714px rgba(0, 0, 0, 0.1);
  display: block;
  background-size: cover;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
body .slick-prev {
  left: -40px;
}
body .slick-prev::before {
  content: "";
  background-image: url("../svg/left.svg");
}
body .slick-next {
  right: -40px;
}
body .slick-next::before {
  content: "";
  background-image: url("../svg/right.svg");
}

.back-button {
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #121212;
}
.back-button:hover {
  color: #121212;
}
.back-button img {
  margin-right: 0.8rem;
}

.btn {
  position: relative;
  border-radius: 6px;
  height: 45px;
  min-width: 128px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  padding: 0 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .btn {
    height: 56px;
  }
}
.btn:hover::before {
  width: 100%;
}
.btn::before {
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all ease-in-out 0.3s;
  top: 0;
}
.btn span {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn span {
    font-size: 18px;
    line-height: 24px;
  }
}
.btn.primary {
  background: #214842;
}
.btn.primary::before {
  background-color: #26776b;
}
.btn.primary:hover {
  background: #214842;
}
.btn.outlined {
  border: 1px solid #214842;
  background-color: transparent;
}
.btn.outlined span {
  color: #214842;
}
.btn.outlined::before {
  background-color: #214842;
}
.btn.outlined:hover {
  background-color: transparent;
}
.btn.outlined:hover span {
  color: #fff;
}

.our-plant {
  background: #fafaf5;
}

.plant-video {
  max-width: 609px;
  filter: drop-shadow(0px 10px 62px rgba(0, 0, 0, 0.09));
  margin: 0 auto;
  position: relative;
  bottom: -60px;
}
.plant-video a {
  display: block;
  position: relative;
}
.plant-video a .overlap {
  position: absolute;
  top: 50%;
  width: auto;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
.plant-video a img {
  width: 100%;
  display: block;
}

.brochure {
  background: #214842;
}
.brochure .primary-heading,
.brochure p {
  color: #ffffff;
}
.brochure .btn.primary {
  background: #ffffff;
}
.brochure .btn.primary::before {
  background-color: #eee;
}
.brochure .btn.primary span {
  color: #214842;
}
.brochure .image {
  padding: 25px;
  background: #fafaf5;
}
@media screen and (min-width: 1280px) {
  .brochure .image {
    margin-bottom: -100px;
  }
}
.brochure .image img {
  display: block;
  width: 100%;
}

.testimonial {
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 2px 44px rgba(0, 0, 0, 0.06);
}
.testimonial-icon {
  height: 212px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .testimonial-icon {
    height: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .testimonial-icon {
    height: 212px;
  }
}
.testimonial-icon .overlap {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
.testimonial-icon img {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-body {
  padding: 16px;
}
.testimonial-body p {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  color: #1b1c1f;
}
@media screen and (min-width: 1280px) {
  .testimonial-body p {
    font-size: 20px;
    line-height: 23px;
  }
}
.testimonial-body a {
  width: 142px;
  padding: 0;
  justify-content: center;
  height: 43px;
}
.testimonial-body a span {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}

.header {
  padding: 8px 0;
  background-color: #fafaf5;
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container button {
  width: 24px;
  height: 18px;
  position: relative;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 1280px) {
  .header .container button {
    display: none;
  }
}
.header .container button span {
  font-size: 0;
  height: 2px;
  display: block;
  border-radius: 50px;
  width: 100%;
  background-color: #214842;
}
.header .container button span::before {
  top: 0;
}
.header .container button span::after {
  bottom: 0;
}
.header .container button span::before, .header .container button span::after {
  content: "";
  background-color: #214842;
  border-radius: 50px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.header .container .wrap {
  position: fixed;
  right: -100%;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(33, 72, 66, 0.3);
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 1280px) {
  .header .container .wrap {
    position: static;
    width: auto;
    background-color: transparent;
  }
}
.header .container .wrap button {
  position: absolute;
  right: 4rem;
  top: 1rem;
}
.header .container .wrap button span {
  transform: rotate(45deg);
}
.header .container .wrap button span::after {
  transform: rotate(90deg);
}
.header .container .wrap button span::before {
  display: none;
}
.header .container .wrap.in {
  transition: all ease-in-out 0.3s;
  right: 0;
}
.header .container > a {
  display: block;
}
.header .container > a img {
  display: block;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  .header .container > a img {
    height: auto;
  }
}
.header .container ul {
  background-color: #fff;
  width: 300px;
  margin-left: auto;
  padding: 5rem 0 2rem;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .header .container ul {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
  }
}
.header .container ul li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 1280px) {
  .header .container ul li + li {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.header .container ul li.active a {
  font-weight: 700;
}
.header .container ul li.active a::before {
  display: block;
}
.header .container ul li a {
  font-size: 1rem;
  color: #214842;
  display: flex;
  position: relative;
  padding: 0.5rem 2rem;
}
@media screen and (min-width: 1280px) {
  .header .container ul li a {
    padding: 0;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .header .container ul li a {
    font-size: 1rem;
  }
}
.header .container ul li a::before {
  content: "";
  width: 6px;
  position: absolute;
  display: none;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f80000;
}
@media screen and (min-width: 1280px) {
  .header .container ul li a::before {
    border-radius: 0px 0px 10px 10px;
    height: 4px;
    width: 100%;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer {
  background: #0b0d17;
  padding: 40px 0 19px;
}
.footer .container {
  position: relative;
}
.footer .container > button {
  position: absolute;
  right: 12px;
  top: -77px;
  padding: 10px 25px;
  border: none;
  background: #0b0d17;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.footer .copyright {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer .copyright ul {
  flex-direction: row;
}
.footer .copyright ul li {
  margin-top: 0;
  border-top: none;
}
.footer .copyright ul li + li {
  margin-left: 0.5rem;
}
.footer .copyright ul li a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.footer .copyright ul li a::before {
  display: none;
}
.footer .copyright ul li a:hover {
  text-decoration: none;
}
.footer .copyright ul li a.twitter:hover {
  background-color: #1da1f2;
}
.footer .copyright ul li a.facebook:hover {
  background-color: #4267b2;
}
.footer .copyright ul li a.instagram:hover {
  background-color: #5851db;
}
.footer .copyright ul li a.linkedin:hover {
  background-color: #0a66c2;
}
.footer .copyright ul li a.youtube:hover {
  background-color: #ff0000;
}
.footer .copyright p {
  font-size: 14px;
  color: #d9dbe1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer .copyright p {
    margin-bottom: 0;
  }
}
.footer ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer ul {
    flex-direction: row;
    justify-content: center;
  }
}
.footer ul li + li {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .footer ul li + li {
    border-top: none;
    margin-left: 2rem;
  }
}
.footer ul li a {
  font-size: 0.875rem;
  display: block;
  color: #fff;
  padding: 1rem 1.5rem;
  position: relative;
}
.footer ul li a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #214842;
  border-right: 2px solid #214842;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer ul li a::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer ul li a {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer ul li a {
    font-size: 1rem;
    padding: 0;
  }
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.form-control {
  height: 56px;
  resize: none;
  border: none;
  background-color: rgba(33, 72, 66, 0.05);
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 4px;
  padding: 0 1rem;
  color: rgb(18, 18, 18);
}
.form-control:focus {
  box-shadow: none;
  color: rgb(18, 18, 18);
  background-color: rgba(33, 72, 66, 0.05);
}

textarea.form-control {
  height: auto;
  padding: 1rem;
}

::-moz-placeholder {
  color: rgba(18, 18, 18, 0.6);
}

::placeholder {
  color: rgba(18, 18, 18, 0.6);
}

.banner {
  height: 300px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  padding-bottom: 20px;
  align-items: flex-end;
}
.banner img {
  max-width: 100%;
}
.banner.home-banner {
  background-position: right bottom;
}
@media screen and (min-width: 1280px) {
  .banner.home-banner {
    background-position: center bottom;
  }
}
@media screen and (min-width: 768px) {
  .banner {
    height: 450px;
    padding-bottom: 40px;
    background-position: left bottom;
  }
}
@media screen and (min-width: 1024px) {
  .banner {
    height: 619px;
    padding-bottom: 100px;
    background-position: center bottom;
  }
}
.banner .banner-content {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  text-align: center;
  position: relative;
  padding: 20px 20px 20px;
}
@media screen and (min-width: 768px) {
  .banner .banner-content {
    border-radius: 0px 0px 0px 138px;
    padding: 36px 20px 48px;
  }
}
@media screen and (min-width: 1280px) {
  .banner .banner-content {
    max-width: 641px;
  }
}
.banner .banner-content.secondary {
  text-align: left;
  border-radius: 0px 0px 125px 0px;
}
@media screen and (min-width: 768px) {
  .banner .banner-content.secondary {
    padding-right: 45px;
    border-radius: 0px 0px 148px 0px;
  }
}
.banner .banner-content::before {
  content: "";
  background-image: url("../img/dots.svg");
  position: absolute;
  background-repeat: no-repeat;
  display: none;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .banner .banner-content::before {
    width: 70px;
    top: -62px;
    left: 63px;
    height: 76px;
  }
}
.banner .banner-content h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.3rem;
  color: #224943;
}
@media screen and (min-width: 768px) {
  .banner .banner-content h3 {
    font-size: 26px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .banner .banner-content h3 {
    font-size: 36px;
    margin-bottom: 1rem;
  }
}
.banner .banner-content p {
  font-weight: 400;
  font-size: 13px;
  color: rgba(34, 73, 67, 0.8);
}
@media screen and (min-width: 768px) {
  .banner .banner-content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .banner .banner-content p {
    font-size: 18px;
  }
}

.lets-talk {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1280px) {
  .lets-talk {
    padding-bottom: 80px;
  }
}
.lets-talk h3 {
  font-size: 2rem;
  color: #121212;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .lets-talk h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .lets-talk h3 {
    font-size: 52px;
  }
}
.lets-talk p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .lets-talk p {
    font-size: 20px;
  }
}
.lets-talk ul {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lets-talk ul {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .lets-talk ul {
    margin-bottom: 0;
  }
}
.lets-talk ul li {
  display: flex;
}
.lets-talk ul li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lets-talk ul li + li {
    margin-left: 2rem;
    margin-top: 0;
  }
}
.lets-talk ul li a {
  color: #121212;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.lets-talk ul li a img {
  margin-right: 12px;
}
.lets-talk .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lets-talk .btn {
    width: auto;
  }
}

.products {
  display: flex;
  margin-top: 70px;
  flex-wrap: wrap;
  gap: 26px;
}
.products.single {
  gap: 0;
  position: sticky;
  top: 110px;
}
.products.single li {
  width: 100%;
}
.products.single li img {
  height: 381px;
}
.products li {
  background: #f4f6f6;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products li {
    width: calc((100% - 52px) / 3);
  }
}
@media screen and (min-width: 1280px) {
  .products li {
    width: calc((100% - 78px) / 4);
  }
}
.products li a {
  position: relative;
  display: block;
}
.products li a:hover .overlap {
  opacity: 1;
}
.products li a .overlap {
  position: absolute;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.products li a .overlap img {
  width: auto;
  height: auto;
}
.products li img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 231px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-width: 100%;
}
.products li span {
  font-weight: 700;
  border-top: 1px solid #cbdddd;
  font-size: 1rem;
  display: block;
  padding: 12px 0;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #121212;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 10px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.accordion .accordion-item {
  background: #ffffff;
  border: 1px solid #f0f2fc;
  border-radius: 4px;
}
.accordion .accordion-item:not(:first-child) {
  margin-top: 8px;
}
.accordion .accordion-item .accordion-body {
  padding: 0 24px 15px;
}
.accordion .accordion-item .accordion-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(0, 0, 0, 0.6);
}
.accordion .accordion-item .accordion-body p a {
  color: rgba(0, 0, 0, 0.6);
}
.accordion .accordion-item .accordion-body p a:hover {
  text-decoration: underline;
}
.accordion .accordion-item .accordion-body p + p {
  margin-top: 1.5rem;
}
.accordion .accordion-item .accordion-body ul {
  margin-top: 1.5rem;
}
.accordion .accordion-item .accordion-body ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding-left: 1rem;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.accordion .accordion-item .accordion-body ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
}
.accordion .accordion-item .accordion-body ul li + li {
  margin-top: 1.5rem;
}
.accordion .accordion-item .accordion-button {
  padding: 15px 24px;
  background-color: transparent;
  line-height: 1;
  height: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #121212;
  box-shadow: none;
}
.accordion .accordion-item .accordion-button::after {
  background-image: url("../img/down.svg");
  width: 15px;
  background-size: contain;
  height: 9px;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.info li {
  width: calc((100% - 1rem) / 2);
  background: #e6f5f3;
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
  color: #214842;
  border-radius: 8px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .info li:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .info li {
    width: calc((100% - 2rem) / 3);
    font-size: 15px;
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .info li {
    width: calc((100% - 3rem) / 4);
    font-size: 18px;
    padding: 20px;
  }
}
.info li span {
  display: block;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #214842;
}
@media screen and (min-width: 768px) {
  .info li span {
    font-size: 36px;
    margin-bottom: 0;
    line-height: normal;
  }
}
@media screen and (min-width: 1280px) {
  .info li span {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 74px;
  }
}

.primary-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 28px;
  position: relative;
}
.primary-list li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(0, 0, 0, 0.6);
}
.primary-list li + li {
  margin-top: 1rem;
}
.primary-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50px;
  left: 0;
  top: 7px;
  background: #06b553;
}

.masonary {
  -moz-column-width: 300px;
       column-width: 300px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.masonary img {
  width: 100%;
  margin-bottom: 10px;
  border: 4px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
  left: 0;
  z-index: 9999;
  /*.lightbox:hover img{
    transform: translate(-50%, -50%) rotateY(180deg);
  }*/
}
.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}
.lightbox [class^=arrow] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.lightbox [class^=arrow]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}
.lightbox .arrowr {
  right: 0;
}
.lightbox .arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.lightbox .arrowl {
  left: 0;
}
.lightbox .arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}
.lightbox .close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}
.lightbox .close:after,
.lightbox .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #fff;
}
.lightbox .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lightbox .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lightbox .title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}

.full-width {
  width: 100%;
}

.licence {
  background-image: url("../img/cert.png");
  background-repeat: no-repeat;
  background-position: center;
}
.licence .primary-heading {
  color: #fff;
}

.certificate {
  background-color: #214842;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 12px;
}
.certificate .icon {
  margin-bottom: 12px;
}
.certificate .icon img {
  width: 100%;
}
.certificate p {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .certificate p {
    font-size: 24px;
  }
}
.certificate span {
  font-weight: 400;
  margin-top: 8px;
  font-size: 16px;
  display: block;
  color: #ffffff;
}

.leadership {
  background: #f4f6f6;
  border-radius: 8px;
  padding: 30px;
}
.leadership + .leadership {
  margin-top: 40px;
}

.our-clients {
  background-image: url("../img/clients-bg.png");
  background-position: top center;
}

.client-card {
  background: #fafaf5;
  padding: 20px;
  margin: 0 16px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .client-card {
    padding: 32px;
  }
}
.client-card .wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.client-card .wrap > img {
  border-radius: 50%;
}
.client-card .wrap::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 3px;
  top: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.client-card .wrap .author {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .client-card .wrap .author {
    padding-left: 14px;
  }
}
.client-card .wrap .author p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
  color: #121212;
}
@media screen and (min-width: 768px) {
  .client-card .wrap .author p {
    font-size: 18px;
  }
}
.client-card .wrap .author span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.client-card > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  padding-left: 30px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.client-card > p::before {
  content: "";
  background-image: url("../img/quote.svg");
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}

.product-info .table-responsive {
  background: #f4f6f6;
  border-radius: 8px;
  padding: 16px;
}
.product-info .table {
  margin: 0;
  background-color: transparent;
  border: none;
}
.product-info .table th,
.product-info .table td {
  border: none;
  padding: 0;
}
.product-info .table tbody tr:first-of-type td {
  padding-top: 0.5rem;
}
.product-info .table th {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  padding-bottom: 8px;
  border-bottom: 1px solid #c4c4c4;
  text-transform: capitalize;
  color: #666666;
}
.product-info .table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding: 0.25rem 0;
  text-transform: capitalize;
  color: #121212;
}
@media screen and (min-width: 1024px) {
  .product-info .wrap.horizontal {
    display: flex;
    align-items: center;
  }
  .product-info .wrap.horizontal + .wrap {
    margin-top: 12px;
  }
  .product-info .wrap.horizontal h4 {
    min-width: 200px;
    margin-bottom: 0;
  }
}
.product-info .wrap + .wrap {
  margin-top: 2rem;
}
.product-info .wrap h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: capitalize;
  color: #121212;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .product-info .wrap h4 {
    font-size: 20px;
  }
}
.product-info .wrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-transform: capitalize;
  color: #121212;
}
@media screen and (min-width: 1024px) {
  .product-info .wrap p {
    font-size: 16px;
  }
}

.new-banner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .new-banner {
    height: 600px;
    flex-direction: row;
  }
}
.new-banner.secondary {
  height: 400px;
}
@media screen and (min-width: 768px) {
  .new-banner.secondary .new-banner--image {
    width: 38%;
  }
}
.new-banner--content {
  background: radial-gradient(76.09% 131.63% at 10.78% 96.15%, #214842 0%, #187a6b 56.77%, #269483 100%);
  position: relative;
  width: calc(100% - 24px);
  margin: -50px auto 0;
  z-index: 999;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .new-banner--content {
    overflow: hidden;
    box-shadow: 20px 20px 40px rgba(60, 183, 164, 0.3);
    transform: skewX(25deg);
    transform-origin: right bottom;
    border-top-right-radius: 30px;
    margin: 0;
    border-bottom-right-radius: 30px;
    width: 80%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .new-banner--content {
    width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .new-banner--content {
    width: 73%;
  }
}
.new-banner--content .wrap {
  z-index: 9;
  top: 0;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .new-banner--content .wrap {
    top: 50%;
    width: 381px;
    left: 0;
    transform: skewX(-25deg) translateY(-50%);
    transform-origin: center bottom;
    margin-left: -15%;
  }
}
@media screen and (min-width: 1024px) {
  .new-banner--content .wrap {
    margin-left: -10%;
  }
}
@media screen and (min-width: 1280px) {
  .new-banner--content .wrap {
    margin-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  .new-banner--content .wrap {
    transform: skewX(-25deg) translateX(-50%) translateY(-50%);
    left: 50%;
    margin-left: -25%;
    transform-origin: center bottom;
  }
}
.new-banner--content .wrap h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.3rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .new-banner--content .wrap h3 {
    font-size: 26px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .new-banner--content .wrap h3 {
    font-size: 36px;
    margin-bottom: 1rem;
  }
}
.new-banner--content .wrap .btn.outlined {
  border-color: #fff;
}
.new-banner--content .wrap .btn.outlined:hover span {
  color: #197466;
}
.new-banner--content .wrap .btn.outlined::before {
  background-color: #fff;
}
.new-banner--content .wrap .btn.outlined span {
  color: #fff;
}
.new-banner--content .wrap p {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .new-banner--content .wrap p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .new-banner--content .wrap p {
    font-size: 18px;
  }
}
.new-banner--content img {
  height: 100%;
  width: 100%;
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: contain;
     object-fit: contain;
  transform: skewX(-25deg);
  transform-origin: right bottom;
}
.new-banner--image {
  height: 100%;
  overflow: hidden;
  background-color: lightcyan;
  transform-origin: top right;
}
@media screen and (min-width: 768px) {
  .new-banner--image {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transform: skewX(25deg);
    right: 0;
    position: absolute;
    top: 0;
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .new-banner--image {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .new-banner--image {
    width: 45%;
  }
}
.new-banner--image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media screen and (min-width: 768px) {
  .new-banner--image img {
    transform: skewX(-25deg);
    transform-origin: top right;
  }
}/*# sourceMappingURL=main.css.map */