.cmnBtn {
  background-color: #055f4f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 40px;
  border-radius: 5px;
  border: 0;
  color: #fff;
  display: block;
  transition: all 0.4s ease-in-out;
}
.cmnBtn a {
  color: #fff;
}
.cmnBtn:hover {
  background-color: #000;
}

.cmnSubhead {
  color: #00826a;
  font-size: 18px;
}

.cmnHeading {
  font-size: 40px;
  font-family: "Poppins-SemiBold";
  max-width: 575px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .cmnHeading {
    font-size: 24px;
  }
}

.whatsappChat {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5;
}
.whatsappChat:hover img {
  box-shadow: 0 3px 20px 0px rgba(22, 133, 118, 0.86);
}
.whatsappChat img {
  max-width: 50px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.cmnHeader {
  margin-top: 112px;
  padding: 100px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cmnHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(255, 255, 0, 0));
}
.cmnHeader h2 {
  color: #fff;
  font-size: 30px;
  position: relative;
}

.sentirMainHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}

.sentirMainHeader.scrolled {
  top: -30px;
}

.sentirMainHeader.scrolled .sentirNavbar {
  padding: 10px 0;
}
.sentirMainHeader.scrolled .sentirNavbar .navWrapper .logo img {
  max-width: 100px;
}
.sentirMainHeader.scrolled .sentirNavbar .navWrapper .menuWrapper ul .active a::before {
  top: 8;
}

.subHeader {
  background-image: linear-gradient(#0b3930, #00826a);
  padding: 9px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.subHeader .contacts {
  display: flex;
  align-items: center;
  height: 100%;
}
.subHeader .contacts li {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .subHeader .contacts li {
    margin-right: 10px;
  }
}
.subHeader .contacts li a {
  color: #fff;
  display: flex;
}
.subHeader .contacts li a span {
  font-size: 12px;
  font-family: "Poppins-Light";
}
.subHeader .contacts li a img {
  max-width: 12px;
  margin-right: 5px;
}
.subHeader .social li {
  display: inline-block;
  margin-left: 8px;
}
.subHeader .social li img {
  max-width: 20px;
}

.sentirNavbar {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 3px 20px 0px rgba(22, 133, 118, 0.32);
  transition: all 0.4s ease-in-out;
}
.sentirNavbar .navWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sentirNavbar .navWrapper .logo img {
  max-width: 130px;
  transition: all 0.4s ease-in-out;
}
.sentirNavbar .navWrapper .menuWrapper ul li {
  display: inline-block;
  margin-left: 15px;
}
.sentirNavbar .navWrapper .menuWrapper ul li a {
  height: 100%;
  color: #000;
  font-family: "Poppins-Regular";
  letter-spacing: 1px;
}
.sentirNavbar .navWrapper .menuWrapper ul .active a {
  color: #00826a;
  font-family: "Poppins-Semibold";
  background-image: linear-gradient(rgba(0, 130, 106, 0.11), rgba(0, 130, 106, 0));
  padding: 28px 15px;
  position: relative;
}
.sentirNavbar .navWrapper .menuWrapper ul .active a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #00826a;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .burger {
  background-image: url("../images/burger-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu {
  transform: translate(-100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 30px 50px;
  transition: all 0.4s ease-in-out;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#0b3930, #00826a);
  z-index: -1;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 124px;
  background-image: url("../images/leaf.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  filter: brightness(0) invert(1);
  opacity: 0.2;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu .head img {
  max-width: 160px;
  filter: brightness(0) invert(1);
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu .head .burgerClose {
  background-image: url("../images/burger-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0;
  position: relative;
  top: 10px;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu ul {
  margin-top: 85px;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu ul li {
  margin-top: 50px;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu ul li a {
  font-family: "Poppins-light";
  color: #fff;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu ul li a span {
  font-family: "Poppins-Bold";
  margin-right: 10px;
  font-size: 16px;
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu ul .active a {
  font-family: "Poppins-Bold";
}
.sentirNavbar .navWrapper .menuWrapperResponsive .mobileMenu.show {
  transform: translate(0);
}

.sentirBanner {
  margin-top: 112px;
}
.sentirBanner .carousel-item {
  background-image: url("../images/banner-6.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 112px);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .sentirBanner .carousel-item {
    height: calc(70vh - 112px);
  }
  .sentirBanner .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
    z-index: -1;
  }
}
.sentirBanner .carousel-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 124px;
  background-image: url("../images/leaf.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.sentirBanner .carousel-item .bannerContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sentirBanner .carousel-item .bannerContent h1 {
  font-size: 60px;
  font-family: "Poppins-Bold";
  max-width: 550px;
}
@media only screen and (max-width: 768px) {
  .sentirBanner .carousel-item .bannerContent h1 {
    font-size: 30px;
    max-width: 300px;
  }
}
.sentirBanner .carousel-item .bannerContent h2 {
  margin-top: 18px;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .sentirBanner .carousel-item .bannerContent h2 {
    font-size: 16px;
  }
}
.sentirBanner .carousel-item .bannerContent p {
  margin-top: 10px;
  max-width: 475px;
}
.sentirBanner .carousel-item .bannerContent a {
  margin-top: 30px;
}

.carousel-item:nth-child(2) {
  background-image: url("../images/banner-5.webp");
}

.carousel-item:nth-child(3) {
  background-image: url("../images/banner-3.webp");
}

.welcomeSection {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .welcomeSection {
    padding: 50px 0;
  }
}
.welcomeSection p {
  margin-top: 30px;
  text-align: justify;
}
@media only screen and (min-width: 991px) {
  .welcomeSection p {
    padding-right: 100px;
  }
}
.welcomeSection .cmnBtn {
  margin-top: 40px;
}
.welcomeSection .dotsWrapper {
  position: relative;
}
.welcomeSection .dots {
  background-image: url("../images/dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 62px;
  position: absolute;
  z-index: -1;
  top: 18px;
  right: -30px;
}
@media only screen and (max-width: 768px) {
  .welcomeSection .dots {
    right: 0;
  }
}
.welcomeSection .imgWrapper {
  position: relative;
  top: 50px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .welcomeSection .imgWrapper {
    margin: 30px 0;
    margin-bottom: 70px;
  }
}
.welcomeSection .imgWrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #055f4f;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.welcomeSection .imgWrapper img {
  border-radius: 5px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
}
/*.welcomeSection .imgWrapper img:hover {*/
/*  position: relative;*/
/*  top: -8px;*/
/*  left: -8px;*/
/*}*/
.welcomeSection .serviceBox {
  background-color: #212529;
  border-radius: 5px;
  height: 100px;
  width: 100%;
}

.ourServicesWrapper {
  display: flex;
  justify-content: space-between;
  background-image: url("../images/about-feature.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.ourServicesWrapper .leftSet {
  width: 50%;
  height: 100%;
  background-image: url("../images/gallery-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ourServicesWrapper .rightSet {
  width: 50%;
}

.whatWeDo {
  background-image: url("../images/img-2.webp");
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  margin-top: 50px;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .whatWeDo {
    background-attachment: unset;
    margin-top: 0;
    padding: 50px 0 70px 0;
  }
  .whatWeDo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
    z-index: -1;
  }
}
.whatWeDo .cmnHeading {
  color: #055f4f;
}
.whatWeDo .box {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  top: 0;
  left: 0;
  height: 90%;
  transition: all 0.4s ease-in-out;
}
.whatWeDo .box::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #055f4f;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.whatWeDo .box:hover {
  top: -5px;
  left: -5px;
}
.whatWeDo .box:hover::before {
  top: 5px;
  left: 5px;
}
.whatWeDo .box img {
  max-height: 80px;
}
.whatWeDo .box h3 {
  font-size: 18px;
  font-family: "Poppins-Bold";
  margin-top: 15px;
}
.whatWeDo .box p {
  margin-top: 10px;
}

.productsWrapper {
  padding: 100px 0;
  background-image: linear-gradient(#ffffff, rgba(0, 130, 106, 0.1803921569));
}
@media only screen and (max-width: 768px) {
  .productsWrapper {
    padding: 50px 0;
  }
}
.productsWrapper h2 {
  text-align: center;
}
.productsWrapper h3 {
  margin: 15px auto 0;
  text-align: center;
}
.productsWrapper .dotsWrapper {
  position: relative;
}
.productsWrapper .dotsWrapper .dots {
  background-image: url("../images/dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 62px;
  position: absolute;
  z-index: -1;
  top: 180px;
  left: -30px;
}
@media only screen and (max-width: 768px) {
  .productsWrapper .dotsWrapper .dots {
    left: 0;
  }
}
.productsWrapper .owl-carousel {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .productsWrapper .owl-carousel {
    margin-top: 40px;
  }
}
.productsWrapper .owl-carousel .imgWrapper {
  position: relative;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
}
.productsWrapper .owl-carousel .imgWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(5, 95, 79, 0.53));
  transition: all 0.4s ease-in-out;
}
.productsWrapper .owl-carousel .imgWrapper:hover {
  transition: all 0.4s ease-in-out;
}
.productsWrapper .owl-carousel .imgWrapper:hover img {
  scale: 1.2;
}
.productsWrapper .owl-carousel .imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.productsWrapper .owl-carousel .imgWrapper .content {
  position: absolute;
  top: 100%;
  transform: translateY(-70px);
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
.productsWrapper .owl-carousel .imgWrapper .content h4 {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
}
.productsWrapper .owl-carousel .imgWrapper .content p {
  margin-top: 15px;
  font-family: "Poppins-Light";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.productsWrapper .btnWrapper button {
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .productsWrapper .btnWrapper button {
    margin: 25px 0 0 0;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .owl-carousel .owl-nav {
    top: unset;
    bottom: -65px;
  }
}
.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url("../images/arrow-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  transform: rotate(180deg);
  margin-right: 15px;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url("../images/arrow-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.owl-carousel span {
  display: none;
}

.galleryWrapper {
  padding: 100px 0;
  position: relative;
}
.galleryWrapper::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url("../images/about.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .galleryWrapper::before {
    display: none;
  }
}
.galleryWrapper .cmnBtn {
  margin-top: 30px;
}
.galleryWrapper .dotsWrapper {
  position: relative;
}
.galleryWrapper .dotsWrapper .dots {
  background-image: url("../images/dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 62px;
  position: absolute;
  z-index: -1;
  top: 44px;
  left: -30px;
}
@media only screen and (max-width: 768px) {
  .galleryWrapper .dotsWrapper .dots {
    left: 0;
  }
}
.galleryWrapper .owl-carousel {
  margin-top: 80px;
}
.galleryWrapper .owl-carousel .galleryBox {
  position: relative;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
}
.galleryWrapper .owl-carousel .galleryBox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.galleryWrapper .owl-carousel .galleryBox img:hover {
  scale: 1.2;
}

.clientsWrapper {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .clientsWrapper {
    padding: 50px 0 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .clientsWrapper .leftWrapper {
    padding-right: 100px;
  }
}
.clientsWrapper .cmnHeading {
  max-width: 360px;
}
.clientsWrapper p {
  margin-top: 15px;
  text-align: justify;
}
.clientsWrapper .logoWrapper {
  margin-bottom: 20px;
}
.clientsWrapper .logoWrapper img {
  transition: all 0.4s ease-in-out;
}
.clientsWrapper .logoWrapper:hover img {
  scale: 1.1;
}
.clientsWrapper .cmnBtn {
  margin-top: 40px;
}
.clientsWrapper .dotsWrapper {
  position: relative;
}
.clientsWrapper .dots {
  background-image: url("../images/dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 62px;
  position: absolute;
  z-index: -1;
  top: 15px;
  right: -30px;
}
@media only screen and (max-width: 768px) {
  .clientsWrapper .dots {
    right: 0;
  }
}
.clientsWrapper .imgWrapper {
  position: relative;
  top: 50px;
  left: 0;
}
.clientsWrapper .imgWrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #055f4f;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.clientsWrapper .imgWrapper img {
  border-radius: 5px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
}
/*.clientsWrapper .imgWrapper img:hover {*/
/*  position: relative;*/
/*  top: -8px;*/
/*  left: -8px;*/
/*}*/

.sentinFooter {
  padding: 50px 0;
  background-color: #055f4f;
  text-align: center;
}
.sentinFooter .logoWrapper img {
  max-width: 130px;
  filter: brightness(0) invert(1);
}
.sentinFooter p {
  max-width: 700px;
      margin: 30px auto 0;
  color: #fff;
  font-family: "Poppins-Light";
}
.sentinFooter .social li {
  display: inline-block;
  margin: 40px 20px 0;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .sentinFooter .social li {
      display: none;
    margin: 10px 20px;
  }
  .sentinFooter .social li::before {
    display: none;
  }
}
.sentinFooter .social li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -25px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.sentinFooter .social li:last-child::before {
  display: none;
}
.sentinFooter .social li:hover {
  opacity: 0.8;
}
.sentinFooter .social li img {
  max-width: 20px;
}
.sentinFooter .social li a {
  color: #fff;
}

.subFooter {
  padding: 8px 0;
  background-color: #053028;
  text-align: center;
}
.subFooter p {
  color: #fff;
  font-family: "Poppins-Light";
  font-size: 12px;
}

.form-submmit-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border: 0;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.form-submmit-popup .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
  text-align: center;
}
.form-submmit-popup .modal-dialog .modal-body {
  padding: 50px 80px;
}
.form-submmit-popup .modal-dialog .modal-body img {
  width: 125px;
}
.form-submmit-popup .modal-dialog .modal-body h2 {
  font-size: 30px;
  font-family: "Poppins-Bold";
  margin: 30px 0 10px 0;
  color: #055f4f;
}
.form-submmit-popup .modal-dialog .modal-body h3 {
  font-size: 14px;
  color: #000;
}
.form-submmit-popup .modal-dialog .modal-body .cmnBtn {
  margin: 30px auto 0;
}
.form-submmit-popup .modal-dialog .modal-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url("../images/leaf.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .form-submmit-popup .modal-dialog .modal-body {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .form-submmit-popup .modal-dialog {
    width: 90%;
  }
}

.aboutHeader {
  background-image: url("../images/about-banner.webp");
}

.aboutContent {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .aboutContent {
    padding: 50px 0;
  }
}
.aboutContent p {
  margin-bottom: 20px;
}
.aboutContent img {
  border-radius: 5px;
}

.aboutfeatureWrapper {
  background-image: url("../images/about-feature.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .aboutfeatureWrapper {
    background-attachment: unset;
  }
}
.aboutfeatureWrapper h3 {
  color: #055f4f;
}
.aboutfeatureWrapper .box {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.aboutfeatureWrapper .box::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #055f4f;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.aboutfeatureWrapper .box:hover {
  top: -5px;
  left: -5px;
}
.aboutfeatureWrapper .box:hover::before {
  top: 5px;
  left: 5px;
}
.aboutfeatureWrapper .box img {
  max-height: 80px;
}
.aboutfeatureWrapper .box h4 {
  font-size: 18px;
  font-family: "Poppins-Bold";
  margin-top: 15px;
}
.aboutfeatureWrapper .box p {
  margin-top: 10px;
}

.productsHeader {
  background-image: url("../images/products-banner.webp");
}

.productsContent {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .productsContent {
    padding: 50px 0 0 0;
  }
}
.productsContent .dotsWrapper {
  position: relative;
}
.productsContent .dotsWrapper .dots {
  background-image: url("../images/dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 62px;
  position: absolute;
  z-index: -1;
  top: 224px;
  right: -30px;
}
@media only screen and (max-width: 768px) {
  .productsContent .dotsWrapper .dots {
    right: 0;
    display: none;
  }
}
.productsContent .nav-pills .nav-item .nav-link {
  padding: 20px 40px 15px 40px;
  border-radius: 5px;
  color: #9d9d9d;
  font-family: "Poppins-Semibold";
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .productsContent .nav-pills .nav-item .nav-link {
    font-size: 12px;
    padding: 20px 8px 15px 8px;
  }
}
.productsContent .nav-pills .nav-item .active {
  color: #055f4f;
  background-image: linear-gradient(rgba(0, 130, 106, 0.11), rgba(0, 130, 106, 0));
  position: relative;
  background-color: transparent;
}
.productsContent .nav-pills .nav-item .active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #00826a;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.productsContent .imgWrapper {
  position: relative;
  height: 450px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.productsContent .imgWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(0 53 43 / 65%));
  transition: all 0.4s ease-in-out;
}
.productsContent .imgWrapper:hover {
  transition: all 0.4s ease-in-out;
}
.productsContent .imgWrapper:hover img {
  scale: 1.2;
}
.productsContent .imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.productsContent .imgWrapper .content {
  position: absolute;
  top: 100%;
  transform: translateY(-70px);
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.productsContent .imgWrapper .content h4 {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
}
.productsContent .imgWrapper .content p {
  margin-top: 15px;
  font-family: "Poppins-Light";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.galleryHeader {
  background-image: url("../images/gallery-banner.webp");
}

.galleryWrapper {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .galleryWrapper {
    padding: 50px 0 38px 0;
  }
}
.galleryWrapper p {
  margin-top: 15px;
}
.galleryWrapper .photos {
  margin-top: 80px;
}

.contactHeader {
  background-image: url("../images/about-img.webp");
}

.contactWrapper {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .contactWrapper {
    padding: 50px 0;
  }
}
.contactWrapper p {
  margin-top: 15px;
  padding-right: 30px;
}
.contactWrapper h4 {
  font-size: 20px;
  font-family: "Poppins-SemiBold";
}
.contactWrapper ul li {
  margin-top: 20px;
  max-width: 280px;
  line-height: 1.5;
  padding-left: 28px;
}
.contactWrapper ul li a {
  color: #212529;
}
.contactWrapper ul .address {
  background-image: url("../images/icon-location.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
  padding-left: 28px;
}
.contactWrapper ul .mail {
  background-image: url("../images/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 16px;
  padding-left: 28px;
}
.contactWrapper ul .phone {
  background-image: url("../images/icon-phone.svg");
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 17px;
  padding-left: 28px;
}
.contactWrapper ul .whatsapp {
  background-image: url("../images/icon-whatsapp.svg");
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 17px;
  padding-left: 28px;
}
.contactWrapper .form-wrapper {
  margin-top: 25px;
}
.contactWrapper .form-wrapper .form-control {
  padding: 10px 15px;
  border: 0;
  border-bottom: 3px solid #168576;
  background-color: #f7f7f7;
}
.contactWrapper .form-wrapper .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 133, 118, 0.1);
}
.contactWrapper button {
  margin-top: 20px;
  width: 100%;
}
.contactWrapper .loader img {
  animation: loading 3s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */