@import url("https://fonts.googleapis.com/css2?family=Anton&family=Parisienne&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script&display=swap");

body{
  background-color: #ffffff
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.parisienne {
  font-family: "Parisienne", sans-serif;
  font-weight: 400;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

:root {
  --corporate-one: #0c153b;
  --corporate-two: #69c07a;
  --corporate-three: #14c0f3;
  --corporate-four: #f5821f;
  --dark-blue: #253745;
  --txt: #292d34;
  --green: #32c36c;
  --green-two: #69c07a;
  --dark-green: #334e12;
  --dark-222: #222222;
}

.container {
  max-width: 1200px;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: var(--green);
}

a {
  text-decoration: none;
}

.navbar {
  background: #fff;
  z-index: 1000000;
}

.navbar .navbar-items-right {
  display: flex;
}


.navbar .dropdown-language .dropdown-language .dropdown-item {
  cursor: pointer;
}

.navbar .logo {
  height: 70px;
}

.navbar .navbar-collapse {
  justify-content: center;
}

.navbar .nav-item .dropdown-menu {
  display: none; 
}

@media (min-width: 992px){
  .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  padding: 1rem;
  margin-top: 0;
}

.navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
  padding: 0.5rem !important;
}

.navbar .nav-link {
  opacity: 1;
  color: var(--txt);
  font-weight: 500;
  padding-left: 0 !important;
}

.navbar .nav-item {
  padding-right: 1.5rem !important;
}

.navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  border-top-width: 2px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-color: var(--green);
  border-style: solid;
}

.navbar .dropdown-item {
  color: var(--txt);
  font-weight: 500;
}

.navbar li:has(.dropdown-item):not(:last-child) a {
  padding: 0.5rem 0rem !important;
}

.slider-area {
  background-color: #f3f2f8;
  position: relative;
  overflow: hidden;
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animate__headShake {
  animation: headShake ease-in-out 3s infinite;
}

.slider-area .right .shape {
  position: relative;
  background: url("./images/green/cover-shape.png");
  height: 700px;
  width: 800px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -100px;
}

@media (max-width: 768px) {
  .slider-area .right .shape {
    left: -150px;
  }
  .slider-area .right .slogan {
  }
  .slider-area .right .slogan {
    width: fit-content !important;
  }
  .slider-area .right .shape {
    display: none;
  }

  .slider-area .slider-img {
    filter: brightness(0.4);
  }

  .slider-area .overlay li,
  .slider-area .right .slogan .title .black,
  .slider-area .right .slogan .title-2 {
    color: #fff !important;
  }
}

@media (min-width: 768px) {
  .slider-area .right .shape {
    right: 25%;
  }
  .slider-area .right .slogan {
    left: -60px;
  }
}

@media (min-width: 992px) {
  .slider-area .right .shape {
    right: 25%;
  }
  .slider-area .right .slogan {
    left: -60px;
  }
}

@media (min-width: 1200px) {
  .slider-area .right .shape {
    right: 0%;
  }
  .slider-area .right .slogan {
    left: 120px;
  }
}

@media (max-width: 992px) {
  #navbarNav {
    top: 0;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 111111;
    padding: 1.5rem;
    opacity: 0 !important;
    height: 100% !important;
  }
  #navbarNav.navbar-collapse.show {
    opacity: 1 !important;
  }
  #navbarNav.navbar-collapse .navbar-toggler {
    right: 1rem;
    position: absolute;
    top: 1rem;
    border: 0;
    font-size: 1.5rem;
  }

  #navbarNav.navbar-collapse .navbar-nav {
    margin-top: 1rem;
    text-align: center;
  }

  #navbarNav.navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    font-size: 1.3rem;
  }

  #navbarNav.navbar-collapse .navbar-nav .nav-item {
    padding-bottom: 1rem !important;
  }
  #navbarNav .dropdown-menu {
    margin-top: 1rem;
    text-align: center;
    box-shadow: none;
    font-size: 1.3rem;
  }
  .navbar .navbar-toggler {
    border: none;
    color: var(--green-2);
    box-shadow: none !important;
  }

  @media (max-width: 992px) {
    #navbarNav {
      position: fixed;
      top: 0;
      left: auto;
      right: 0;
      width: 80vw;
      height: 100vh;
      background: #fff;
      z-index: 1050;
      padding: 2rem 1rem;
      overflow-y: auto;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transform: translateX(100%);
      opacity: 0;
    }
  
    #navbarNav.show {
      transform: translateX(0);
      opacity: 1;
    }
    body.navbar-open {
      overflow: hidden;
    }
    
    body.navbar-open::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(5px);
      z-index: 1040;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    }
    
    body.navbar-open::before {
      opacity: 1;
    }
  }
}

.slider-area .slider-img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.slider-area .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 1400px;
  margin: auto;
}

.slider-area .right {
  position: relative;
}

.slider-area .right .slogan {
  width: 620px;
  height: 400px;
  z-index: 1000;
  position: absolute;
  top: 60px;
}

.slider-area .right .slogan .title .green {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #84ab2e;
  font-size: 2.9rem;
  line-height: 2rem;
}

.slider-area .right .slogan .title .black {
  font-family: "Parisienne", sans-serif;
  font-size: 2.5rem;
  color: var(--dark-green);
}

.slider-area .right .slogan .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: max-content;
  margin: auto;
}

.slider-area .right .slogan .title-2 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.3rem;
  color: var(--dark-green);
  text-align: center;
  font-weight: 600;
  max-width: 500px;
  margin: auto;
  margin-top: 0.4rem;
}


.blog-list .list {
  margin: auto;
  margin-top: 0.7rem;
  font-size: 1rem;
  color: var(--dark-green);
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.slider-area .right .list {
  max-width: 550px;
  margin: auto;
  margin-top: 0.7rem;
  font-size: 1rem;
  color: var(--dark-green);
  list-style: none;
}

.slider-area .right .list :before,
.blog-list .list :before {
  content: " ";
  background: url("./images/icons/green-check.svg");
  background-size: 21px;
  height: 21px;
  width: 21px;
  display: inline-flex;
  z-index: 1;
}

.slider-area .right .list li,
.blog-list .list li {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--dark-green);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.slider-area .left,
.slider-area .right {
  max-height: 450px;
}

.slider-area .left {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}

.slider-area .left .title {
  color: #fff;
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "Anton", sans-serif;
}

.navbar .dropdown-menu {
  z-index: 10000;
}

/* about section */

section.about {
  /* background-color: #f8f7f0; */
  padding: 2rem 0 3.5rem 0;
}

section.about .about-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.about .about-txt h3 {
  color: var(--green-two);
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0;
}

section.about .about-txt h2 {
  color: var(--dark-222);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

section.about .about-txt p,
section.about p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #555555;
  line-height: 28px;
  margin: 0 0 30px;
}

.btn-green {
  display: inline-block;
  background: var(--green-two);
  border: 3px solid var(--green-two);
  width: fit-content;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border-radius: 0;
}

.btn-green:hover {
  border: 3px solid var(--green-two);
}

section.about {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    /* url(./images/illustration/cityshape.png) bottom center / cover no-repeat; */
      url(./images/illustration/cityshape.png) bottom center / cover repeat-x;
  background-color: #fff;
  background-size: 1400px 200px;
  min-height: 350px;
}

section.about .container.numbers .icon {
  height: 80px;
}
section.about .container.numbers {
  margin-top: 3rem;
}
section.about .container.numbers .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.about .container.numbers .item .item-wrapper {
  text-align: center;
  margin-bottom: 0;
}

section.about .container.numbers .item .item-wrapper .txt {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #555555;
  margin-top: 10px;
}

.txt{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #555555;
  line-height: 28px;
  margin: 0 0 30px;
}

section.about .container.numbers .item:hover {
  transform: scale(1.098);
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

section.about .container.numbers .item-wrapper {
  min-width: 200px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #32c36c 0%, #24904f 100%);
  margin-bottom: 1rem;
  border-radius: 5px;
}

@media (min-width: 1400px){
  section.about .container.numbers .item-wrapper {
    min-width: 220px;
  }
}

section.about .container.numbers .icon {
  filter: brightness(8.5);
  height: 95px;
  margin-bottom: .5rem;
}

section.about .container.numbers .item .item-wrapper .txt {
  color: #ffff;
  font-size: 1.1rem;
}



/* 
system section
 */

.section.system {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    /* url(./images/illustration/cityshape.png) bottom center / cover no-repeat; */
      url(./images/green/forest.jpg) no-repeat center center;
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.system .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

@media (max-width: 991.8px) {
  .section.system {
    padding: 20px;
  }
  .section.system .content {
    padding: 1rem;
  }
  .our-projects .box .txt-wrapper {
    padding: 1rem;
  }
  .ourProjects {
    max-height: 990px !important;
  }
  footer .about-text span {
    display: block;
  }
  footer .about-text span {
    display: block;
  }
  footer .col-sm-6:has(.quick-links) {
    padding: 1rem;
    text-align: center;
  }
  footer .quick-links li a {
    justify-content: center;
  }
  footer .footer-logo {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .section.system .content {
    min-height: 400px;
  }
}

.section.system .content .mini-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0;
  color: var(--green-two);
}

.section.system .content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

.section.system .content p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 30px;
}

.section.system .content img {
  border: 5px solid var(--green-two);
}

/* 
section our system
 */

.section.section.our-systems {
  padding: 2rem 0;
  background: #fff;
}

.section.our-systems .box {
  position: relative;
  width: 100%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}

.section.our-systems .box img {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
}

.section.our-systems .box h5.title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px;
  z-index: 99;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.45rem;
  margin: 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.section.our-systems .hover-box {
  position: absolute;
  left: 20px;
  right: 20px;
  background: #fff;
  bottom: -100%;
  z-index: 99;
  padding: 20px;
  border-radius: 5px;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.section.our-systems .box:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.section.our-systems .box:hover .hover-box {
  bottom: 20px;
  opacity: 1;
}

.section.our-systems .box .hover-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.section.our-systems .box .hover-box h6.title {
  color: var(--dark-222);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.section.our-systems .box .hover-box .txt-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--green-two);
}

.section.our-systems .swiper-button-prev,
.section.our-systems .swiper-button-next {
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  font-size: 0px;
  position: relative;
  color: var(--dark-222);
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  margin-top: 2rem;
  left: auto;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  transition: all ease-in-out 0.3s;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3rem;
  padding: 15px;
}

.section.our-systems .swiper-button-next:after,
.section.our-systems .swiper-button-prev:after {
  font-size: 1.5rem;
}

.section.our-systems .title-wrapper h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0;
  color: var(--green-two);
}

.section.our-systems .title-wrapper h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

.title-content-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.title-content-top .btn.btn-green {
  height: max-content;
}

/* 
our projects
 */

.section.our-projects .title-wrapper h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0;
  color: var(--green-two);
}

.section.our-projects .title-wrapper h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

.ourProjects {
  max-height: 575px;
}

.our-projects .box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.our-projects .box .txt-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 100%;
  z-index: 11;
}

.our-projects .box:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 );
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.our-projects .box .txt-wrapper h5.title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.1rem;
  z-index: 1011;
}

.our-projects .box .txt-wrapper p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 28px;
  margin: 0 0 30px;
  color: #fff;
}

.our-projects .left .box:hover img {
  transform: scale(1.2);
  transition: 0.3s cubic-bezier(0.75, -0.07, 0.39, 0.73) all;
}

.our-projects .txt-wrapper .btn-green:hover {
  color: #fff;
}

section.section.our-projects {
  padding: 2rem 0;
  background: #f8f7f0;
}

.our-projects .right .card {
  border: none;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 20px;
  width: 100%;
  float: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.our-projects .right .box:after {
  display: none;
}

.our-projects .right .box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
  color: #555555;
}

.our-projects .right .col-md-6:has(img) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-projects .right .post-txt h5.title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: var(--green-two);
}

.section.our-projects .txt-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--green-two);
}

/* 
footer
 */

footer {
  background: #24231d;
  padding: 60px 0 0;
  color: #ffff;
}

footer .footer-logo img.logo {
  height: 80px;
  filter: invert(1) brightness(1111);
}

footer .about-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 500;
  text-align: center;
}

footer .about-text span:nth-child(2) {
  font-family: "Parisienne", sans-serif;
  font-size: 1.3rem;
  display: inline-block;
  color: var(--green-two);
}

footer .quick-link-title {
  color: var(--green-two);
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}

footer .quick-links {
  padding: 0;
  list-style: none;
}

footer .quick-links li a {
  color: #ccc;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
}

.contact-info-card {
  display: flex;
  padding: 30px 30px 25px;
  background: var(--green-two);
  border-radius: 20px;
  gap: 15px;
  margin-bottom: 1rem;
  align-items: center;
}
.contact-info-card .icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: #fff;
  color: var(--green-two);
  text-align: center;
  border-radius: 50%;
  flex: none;
}

.contact-info-card .txt-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
}

.contact-info-card .info-card-text,
.contact-info-card .info-card-text a {
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  display:block;
}

footer .social-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

footer .social-btn a {
  color: #fff;
}

footer .quick-links li a:hover {
  transition: all 0.2s ease;
  color: var(--green-two);
}

/* 
search area & loader
 */

.nav-item.search {
  cursor: pointer;
}

#search-area {
  position: fixed;
  z-index: 111111;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(77, 141, 89, 0.9);
  z-index: 11111111;
}

#search-area .search-wrapper {
  margin: auto;
  width: 100%;
  max-width: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 992px) {
  #search-area .search-wrapper {
    max-width: 80vw !important;
  }
  #search-area .btn:hover {
    background-color: #222222 !important;
    color: #fff !important;
  }
}

#search-area .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #ffff;
  font-size: 1.5rem;
  cursor: pointer;
}

#search-area .btn {
  border: 0;
  color: #fff;
  position: absolute;
  right: 0;
  color: #222222 !important;
  height: 70px;
  width: 50px;
  border-radius: 0;
}

#search-area .form-control {
  height: 70px;
}

.loader-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999999;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.loader-wrapper .img-fluid {
  display: block;
  height: 80px;
  margin-bottom: 1rem;
}
.loader {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: var(--green);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.5) inset,
    0 5px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 45%;
  top: -40%;
  background-color: #fff;
  animation: wave 5s linear infinite;
}
.loader:before {
  border-radius: 30%;
  background: rgba(255, 255, 255, 0.4);
  animation: wave 5s linear infinite;
}
@keyframes wave {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 
home -> contact
*/

.section.contact {
  background: #fff;
}

.section.contact .bottom-parallax {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    /* url(./images/illustration/cityshape.png) bottom center / cover no-repeat; */
      url(./images/green/forest-2.jpg) no-repeat center center;
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.contact .bottom-parallax + .container {
  background: #f8f7f0;
  padding: 1rem;
  margin-top: -200px;
  border-radius: 5px;
}

.section.contact .title-wrapper h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0;
  color: var(--green-two);
}

.section.contact .title-wrapper h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.section.contact .container .img-fluid {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 50%;
  padding: 1rem;
  aspect-ratio: 1;
  width: 450px;
  height: 450px;
}

@media (max-width: 768px){
  .section.contact .container .img-fluid{
    width: 200px;
    height: 200px;
  }
  .section.about .container.numbers .item-wrapper{
    min-width: 180px;
    padding: 15px;
  }
  .section.about img{
    height: 200px;
    margin: auto;
    margin-bottom: 1rem;
  }
  .our-projects .box .txt-wrapper {
      position: relative;
      color: #333;
  }

  .our-projects .box:after {
      display: none;
  }

  .our-projects .box .txt-wrapper h5.title,
  .our-projects .box .txt-wrapper p {
      color: #333;
  }

  .title-content-top {
      display: flex;
      flex-direction: column;
      margin-bottom: 1rem;
  }

  .title-content-top .btn.btn-green {
      margin-right: auto;
  }

  section.about .container.numbers .icon {
      height: 80px;
  }
  
  section.about .container.numbers .item .item-wrapper .txt {
      margin-bottom: 1rem;
  }
}

.section.contact form input,
.section.contact form textarea {
  height: 50px;
  border: 0 !important;
  margin-bottom: 1rem;
  box-shadow: none !important;
  border: 2px solid transparent !important;
}

.section.contact form input:focus,
.section.contact form textarea:focus {
  border: 2px solid var(--green-two) !important;
}

.section.contact form textarea{
  resize: none;
  height: 150px;
  border: 0;
}

.section.contact .text p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #555555;
  line-height: 1.4rem;
  margin: 0 0 15px;
}

/* 
detail page
 */
.breadcrumb-area {
  height: 350px;
  position: relative;
}

.breadcrumb-area .breadcrumb-img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.breadcrumb-area .container {
  z-index: 10000;
  position: relative;
  color: #ffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.breadcrumb-area:after {
  content: " ";
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.breadcrumb-area h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.breadcrumb-area ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: .5rem;
}

.breadcrumb-area ul li a {
  font-family: "DM Sans", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
  max-width: 500px;
  margin: auto;
  margin-top: 0.4rem;
  color: #fff
}

.breadcrumb-area ul li:not(:last-child) a:after {
  content: "|";
  padding-left: .5rem;
}

/* 
project
 */
section.section.projects {
  padding: 2rem 0;
}

section.section.projects .card {
  border: none;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  height: 100%;
}

section.section.projects .card .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: var(--green-two);
}

section.section.projects .card .card-img {
  height: 270px;
  aspect-ratio: 1;
  object-fit: contain;
}

section.section.projects .card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
  color: #555555;
}

section.section.projects .card .txt-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--green-two);
}

/* 
contact us page
 */

section.section.contact.contact-us {
  background: transparent;
}

section.section.contact.contact-us .container {
  background: #fff;
  padding: 1rem;
}

section.section.contact.contact-us  form input, 
section.section.contact.contact-us  form textarea{
    background: #f8f7f0;
}

/* 
service detail
 */

 section.section.service-detail {
  padding: 2rem 0;
}

section.section.service-detail aside.sidebar-area {
  margin-bottom: 30px;
  position: relative;
  padding: 1rem 2rem;
  background: #F8F7F0;
  border: 0;
  border-radius: 15px;
}
section.section.service-detail aside.sidebar-area h3.title {
  color: var(--dark-222);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

section.section.service-detail aside.sidebar-area ul {
  list-style: none;
  padding: 0;
}


section.section.service-detail aside.sidebar-area ul li {
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 5px
}

section.section.service-detail aside.sidebar-area ul li {
  background: var(--green-two);
  border: 3px solid var(--green-two);
  width: auto;
  font-weight: 500;
}

section.section.service-detail aside.sidebar-area ul li a {
  display: block;  
  padding: 1rem;
  color: #fff;
  width: 100%;
}

.service-detail-content h1, 
.service-detail-content h2, 
.service-detail-content h3, 
.service-detail-content h4, 
.service-detail-content h5, 
.service-detail-content h6 {
    color: var(--dark-222);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

.service-detail-content p {
  font-family: "Roboto", sans-serif;
  color: #555555;
  line-height: 1.8rem;
  margin: 0 0 30px;
  font-size: 1rem;
}

.service-detail-content img{
    border-radius: 5px;
    margin-bottom: 1rem
}

section.section.service-detail aside.sidebar-area ul li:hover {
  background: white;
  transition: all .2s ease;
}

section.section.service-detail aside.sidebar-area ul li:hover a{
  color: var(--green-two);
}


/* 
our services
 */

section.projects.services .icon img {
  height: 50px;
  filter: invert(1) brightness(5.5);
}

section.section.projects.services {
  padding: 2rem 0;
}

section.projects.services .card {
  position: relative;
  overflow: visible;
}

section.projects.services .icon {
  position: absolute;
  bottom: 0;
  transform: translateX(-20%) translateY(50%);
  right: 0;
  width: fit-content;
  background: var(--green-two);
  padding: 10px;
  border-radius: 50%;
  border: 5px solid #fff;
}

section.projects.services .card .top {
  position: relative;
}

section.section.projects.services  .card .card-img{
  object-fit: cover;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
}

section.projects.services .card:hover .icon img {
  transform: rotateY(180deg);
  filter: brightness(99);
  transition: 0.4s;
}

/* 
service detail
 */

 section.service-detail ul {
  margin: auto;
  margin: 0.7rem 0;
  font-size: 1rem;
  color: var(--dark-green);
  list-style: none;
}

section.service-detail.project-detail ul li:before {
  content: " ";
  background: url("./images/icons/green-check.svg");
  background-size: 21px;
  height: 21px;
  width: 21px;
  display: inline-flex;
  z-index: 1;
  min-width: 21px;
}

section.service-detail ul li {
  position: relative;
  margin-bottom: 1rem;
  color: var(--dark-green);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500
}

section.service-detail ol li {
  font-size: 1rem;
  color: var(--dark-green);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
}

.slideSwipper .swiper-slide img {
  object-fit: cover;
}

.slideSwipper {
  text-align: center;
}


.section.contact  input,
.section.contact  textarea {
  height: 50px;
  border: 0 !important;
  margin-bottom: 1rem;
  box-shadow: none !important;
  border: 2px solid transparent !important;
}

.section.contact  input:focus,
.section.contact  textarea:focus {
  border: 2px solid var(--green-two) !important;
}


.section.contact  textarea {
  resize: none;
  height:120px
}

section.section.contact.contact-us .contact-info-card {
  flex-direction: column;
  position: relative;
  height: 100%;
  align-items: center;
}

section.section.contact.contact-us .contact-info-card .icon {
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid;
}

section.section.contact.contact-us .item:has(.contact-info-card){
  margin-bottom: 1rem !important;
}


.blog-list .blog-item-holder {
  margin-bottom: 1.5rem;
}
.blog-list .blog-item {
  margin-bottom: 1rem;
}
.blog-list .blog-item .post .thumbnail img {
  max-width: 100%;
  width: 776px; 
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 1rem;
}

@media (max-width: 768px){
  .blog-list .blog-item .post .thumbnail img {
    width: 100%;
    height: auto;
  }
}

.blog-list .blog-item .post .thumbnail img:hover {
  transition: all .2s ease;
  filter: brightness(.8);
}
.blog-list .blog-item .post .detail {
  display: flex;
  gap: 1.2rem;
}

.blog-list .blog-item .post .detail .date-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.blog-list .blog-item .post .detail .date-wrapper .day {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1;
}

.blog-list .blog-item .post .detail .month {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .95rem;
}

.blog-list .blog-item .post .content .post-title {
  color: var(--green-two);
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}

.blog-list .blog-item .post .content .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  margin-bottom: 1rem;
}

.blog-list .blog-item .post .content .txt-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--green-two);
}

.blog-list .pagination {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: .5rem;
}

.blog-list .pagination .page-item .page-link {
  border-radius: 2px !important;
  padding: .5rem 1rem;
}

.blog-list .pagination .page-item.active .page-link{
  background: var(--green-two);
  border-color: var(--green-two);
  font-weight: 500;
}

.blog-list .pagination .page-item:not(.active) .page-link{
  background: #ebebeb;
  border-color: #ebebeb;
  color: #979797;
  font-weight: 500;
  transition: all .2s ease;
}

.blog-list .pagination .page-item:not(.active) .page-link:hover{
  background: var(--green-two);
  border-color: var(--green-two);
  color: #fff;
}

.blog-list .recent-posts .item {
  margin-bottom: 1rem;
}

.blog-list .recent-posts {
  margin-bottom: 1.5rem;
}

.blog-list .recent-posts .item .thumbnail img {
}

.blog-list .recent-posts .item {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.blog-list .recent-posts .item .thumbnail img {
  height: 60px;
  width: 60px;
  border-radius: 2px;
  object-fit: cover;
}

.blog-list .recent-posts .item .content .title {
  color: var(--green-two);
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}

.blog-list svg {
  color: #7d7d7d;
}

.blog-list .date  {
  color: #7d7d7d;
}

.blog-list .recent-posts .big-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: bold;
}

.blog-list .tags {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.blog-list .tags .tag {
  background: var(--green-two);
  padding: .5rem 1rem;
  color: #fff;
  font-weight: 500;
  border-radius:2px
}

.our-projects .right .card {
  height: 100%;
}

.our-projects .box {
  height: 100%;
}

.dropdown-language + .dropdown-menu {
  width: 50px !important;
  overflow: hidden;
  min-width: 50px !important;
  padding: .5rem !important;
}

.dropdown-language + .dropdown-menu .dropdown-item{
  cursor: pointer;
}

.slideSwipper {
  max-width: 1600px;
  margin: 0 auto;
}

.slideSwipper picture {
  display: block;
  width: 100%;
}

.slideSwipper .responsive-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 576px) {
  .slideSwipper .responsive-image{
    max-height: 400px; 
  }
}

@media (max-width: 991.8px) and (min-width: 577px) {
  .slideSwipper .responsive-image{
    max-height: 400px; 
  }
}

@media (min-width: 992px) {
  .slideSwipper .responsive-image {
    max-height: 750px;
  }
}

@media (max-width: 993px) {
  #navbarNav.navbar-collapse.show .nav-item .dropdown-menu.show {
      display: block;
      border: 0;
      padding: 0 !important;
  }


  #navbarNav.navbar-collapse.show .nav-item {
      padding-top: .5rem;
  }

  #navbarNav.navbar-collapse.show .nav-item:not(:last-child){
      border-radius: 0 !important
  }

  #navbarNav.navbar-collapse.show .dropdown-item {
      font-size: 1.1rem;
      padding: 5px !important;
      border-bottom: 2px solid #32c36c;
  }

  #navbarNav.navbar-collapse.show .nav-item{
      background: #32c36c;
      padding-right: 0 !important;
  }

  #navbarNav.navbar-collapse.show .nav-item .nav-link {
      color: #fff;
  }

  #navbarNav.navbar-collapse.show{
      background: #32c36c
  }

  #navbarNav.navbar-collapse.show .navbar-toggler {
      filter: invert(1) brightness(3.5);
  }
}

.slideSwipper .swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
  z-index: 10;
}

.slideSwipper .swiper-pagination-bullet {
  width: auto;
  height: 25px;
  height: 25px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  margin: 0 5px;
  color: #fff;
  font-size: .85rem;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}

.slideSwipper .swiper-pagination-bullet-active {
  background: var(--green);
  opacity: 1;
  color: #fff;
}

section.section.system {
  padding: 1rem;
}

.reference-area .swiper-slide img {
  max-height: 50px;
  object-fit: contain;
  margin-bottom: .5rem;
}

.reference-area .btn-more {
  margin-top: 10px;
}

.reference-area .swiper-slide .reference-txt {
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #555555;
}

.btn-more {
  margin-top: 10px;
}

.referenceSwiper .swiper-wrapper {
  width: 100%;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 1rem;
  position: relative;
}


.referenceSwiper .swiper-slide {
  width: 100% !important;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(219, 227, 245, 0.3);
  background-color: #fff;
  cursor: default;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: auto;
  max-width: 180px;
  border-radius: 15px;
  flex-direction: column;
}

.swiper.referenceSwiper {
  max-width: 900px;
}

section.reference-area {
 display: flex;
 text-align: center;
 position: relative;
}

.referenceSwiper .swiper-slide:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 15px 25px rgba(81, 97, 157, 0.08), 0 25px 30px -25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 25px rgba(81, 97, 157, 0.08), 0 25px 30px -25px rgba(0, 0, 0, 0.5);
}

.reference-category.d-none + .referenceSwiper + .pagination-container + .btn  {
 position: absolute;
 bottom: 3rem;
 z-index: 10000;
 left: 50%;
 transform: translate(-50%);
}

.reference-category.d-none + .referenceSwiper .swiper-wrapper:after {
  content: " ";
  position: absolute;
  z-index: 111111;
  left: 0;
  right: 0;
  bottom: -1px;
  padding-top: 153px;
  padding-bottom: 10px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.28)), color-stop(32%, rgba(255, 255, 255, 0.76)), color-stop(42%, rgba(255, 255, 255, 0.88)), color-stop(50%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.95)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.95) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.95) 100%);
}

section.reference-area .title {
  color: var(--dark-222);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .referenceSwiper .swiper-wrapper{
      grid-template-columns: repeat(2, 1fr);
      width: 90%;
  }
  .reference-category.d-none + .referenceSwiper + .pagination-container + .btn {
      position: relative;
      bottom: 1.5rem;
  }
  .referenceSwiper .swiper-wrapper:after {
      padding-top: 53px;
  }
  .reference-category.d-none + .referenceSwiper .swiper-wrapper{
      max-height: 240px;
  }
}

section.reference-area .reference-category {
  justify-content: center;
}


.reference-category .btn{
  display: inline-block;
  background: #fff;
  border: 2px solid var(--green-two);
  width: fit-content;
  color: var(--green-two);
  padding: 0.5rem 1rem;
  font-weight: 500;
  border-radius: 0;
}

.reference-category .btn.active {
  display: inline-block;
  background: var(--green-two);
  border: 2px solid var(--green-two);
  width: fit-content;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border-radius: 0;
}

section.reference-area .pagination-btn {
  display: inline-block;
  background: #fff;
  border: 2px solid var(--green-two);
  width: fit-content;
  color: var(--green-two);
  font-weight: 500;
  border-radius: 50%;
  margin-right: .5rem;
  padding: 0;
  width: 30px;
  height: 30px;
}

section.reference-area .pagination-btn:hover,
section.reference-area .pagination-btn.active{
  background-color: var(--green-two);
  border-color: var(--green-two);
  color:  #fff;
}

.swiper.referenceSwiper {
  max-width: 900px;
}

section.reference-area .container {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1)), url('/assets/images/green/save-planet.svg') no-repeat 10px center;
  background-size: contain;
}

.reference-area {
  position: relative;
  overflow: hidden;
}

/* team */
section.section.teams {
  padding: 2rem 0;
}

section.section.teams .single-team-thumb {
  position: relative;
  width: 200px;
  height: 200px;
}

section.section.teams .single-team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

section.section.teams .single-team-thumb::before,
section.section.teams .single-team-thumb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

section.section.teams .single-team-thumb::before {
  width: 100%;
  height: 100%;
  background: url("assets/images/patterns/circle-1.svg");
  background-size: 100%;
}

section.section.teams .single-team-thumb::before {
  width: 100%;
  height: 100%;
  background: url("assets/images/patterns/circle-2.svg");
  background-size: 100%;
  z-index: 3;
}

section.section.teams .card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none !important;
  background: transparent;
}

section.section.teams {
  background-color: #f6f6ee;
}

section.section.teams .card-body {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding-top: 90px;
  margin-top: -80px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

section.section.teams .title {
  color: var(--corporate-two);
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

section.section.teams .name {
  font-size: 1.5rem !important;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--txt);
}

section.section.teams .card .card-body:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

section.section.teams .social-btn a {
  display: inline-block;
  margin: 0 2px;
  position: relative;
}

section.section.teams .social-btn a svg {
  border: 1px solid #d5dfda;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 34px;
  border-radius: 50%;
  color: #7d8d85;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding: 8px;
  position: relative;
  z-index: 1000;
}

section.section.teams .social-btn a:hover {
  color: #fff;
}

section.section.teams .social-btn a:before {
  position: absolute;
  content: " ";
  width: 33px;
  height: 33px;
  background: #49af45;
  border-radius: 50%;
  transform: scale(0) !important;
  transition: 0.5s;
  z-index: 10;
}

section.section.teams .social-btn a:hover:before {
  transform: scale(1) !important;
}
section.section.teams .social-btn a:hover svg {
  border-color: #fff;
  color: #fff;
}

section.section.teams .card:before {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  left: 50%;
  bottom: 0;
  background: #49af45;
  transition: 0.5s;
}

section.section.teams  .card:hover:before {
  width: 100% !important;
  left: 0 !important;
}

section.section.teams  h2.big-title {
  color: var(--dark-222);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
}

section.section.teams  h3 {
  color: var(--green-two);
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0;
  text-align: center;
}

section.about .container.numbers .icon {
  filter: none;
}

section.about .container.numbers .item-wrapper {
  background-image: linear-gradient(180deg, #f6f5ef 0%, #f8f8f8 100%);
  border: 1px solid #f2f2f2;
}

section.about .container.numbers .item .item-wrapper .txt {
  margin-bottom: 1rem;
  color: #333;
}

section.about .container.numbers .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 95%;
}

section.about .container.numbers .row {
  display: flex;
  flex-wrap: wrap;
}

section.about .container.numbers .item {
    margin-bottom: 1rem;
}

section.about .container.numbers .item-wrapper {
  padding: 20px 15px;
}

section.about .container.numbers .item-wrapper > :nth-child(2){
  margin-bottom: .4rem !important;
  /* text-transform: uppercase; */
}

section.about .container.numbers .item-wrapper > :nth-child(3) {
  font-family: 'Dancing Script', cursive !important;
  font-size: 1.22rem !important;
}

section.about .container.numbers .item-wrapper > :nth-child(3){
  color: #353b41 !important;
}

section.section.contact {
    min-height:1100px !important
}

.section.contact .bottom-parallax + .container{
    background: white !important
}

