/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  color: #1ca574;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

main {
  display: block;
  clear: both;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.floating {
  float: left;
}

.padding-left {
  padding-left: 10px;
}

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


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title h2 {
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.section-title p {
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 22px;
  line-height: 42px;
  color: #6b6b6b;
}

.section-title {
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
  color: black;
}

.section-title h6 {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--primary);
  background-color: #1ca574;
  border-radius: 30px;
  padding: 5px 30px;
}

@media screen and (max-width: 768px) {
  .section-title h2 {
    line-height: 1.7;
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #1ca574;
  width: 40px;
  height: 40px;
  border-radius: 120px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #17815b;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background-color: white;
  box-shadow: 0px 1px 5px rgba(1, 41, 112, 0.1);
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
  font-size: 24px;
  line-height: 0;
  margin-left: -5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1ca574;
  font-weight: 600;
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 165, 116, 0.7);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 15px 20px;
  font-size: 18px;
  color: #000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1ca574;
}

.navbar-mobile:focus {
  margin: 15px;
}

.navbar-mobile .floating {
  float: left;
  padding-left: 25px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  display: inline-block;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background-color: #f0fffa;
  background-size: cover;
}

.banner-homepage {
  padding-top: 40px;
}

.banner-hero {
  position: relative;
  max-width: 1750px;
  margin: 0 auto;
}

.banner-hero .banner-inner {
  z-index: 5;
  position: relative;
}

.banner-homepage .block-banner {
  padding-right: 250px;
}

.banner-hero .block-banner {
  position: relative;
  z-index: 12;
  padding: 110px 150px 80px 0px;
}

.banner-hero .text-small-primary {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  padding: 0px 0px 10px 25px;
  animation: 2s anim-lineleft ease-in-out;
}

@keyframes anim-lineleft {
  0% {
    opacity: 0;
    transform: translateX(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.banner-hero .text-small-primary--disk::before {
  content: "";
  height: 8px;
  width: 315px;
  background-color: #1ca574;
  position: absolute;
  top: 9px;
  left: -310px;
}

.banner-hero .heading-banner {
  color: #1f2938;
  line-height: 1.6;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.banner-hero .banner-description {
  position: relative;
  font-size: 18px;
  color: black;
  line-height: 2;
  animation: 2s anim-lineUp ease-in-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.getstartedbtn {
  background: #1ca574;
  padding: 13px 26px;
  border-radius: 40px;
  color: #fff;
  position: relative;
  top: 20px;
  font-size: 19px;
  font-weight: 500;
}

.getstartedbtn:hover {
  color: #fff;
  background: #17815b;
}

.banner-hero .banner-inner .banner-imgs {
  padding: 55px 0px 0px 0px;
  position: relative;
}

.shape-1 {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

@keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.img-responsive {
  max-width: 100%;
}

.banner-homepage .banner-imgs .banner-sm1,
.banner-homepage .banner-imgs .banner-sm2,
.banner-homepage .banner-imgs .banner-sm3 {
  position: absolute;
  top: 0%;
  left: -86px;
  z-index: 12;
}

.banner-homepage .banner-imgs .banner-sm1 img {
  width: 251px;
}

.shape-3 {
  -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.banner-homepage .banner-imgs .banner-sm1,
.banner-homepage-3 .banner-imgs .banner-sm2,
.banner-homepage-3 .banner-imgs .banner-sm3 {
  position: absolute;
  top: 6%;
  left: -86px;
  z-index: 12;
}

.banner-homepage .banner-imgs .banner-sm2 {
  top: 43%;
  left: -136px;
}

.banner-homepage .banner-imgs .banner-sm2 img {
  width: 144px;
}

.shape-2 {
  -webkit-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

.banner-homepage .banner-imgs .banner-sm2 {
  top: 43%;
  left: -136px;
}

.banner-homepage .banner-imgs .banner-sm3 {
  top: 62%;
  left: -90px;
}

.banner-homepage .banner-imgs .banner-sm3 img {
  width: 251px;
}

.shape-2 {
  -webkit-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.banner-homepage .banner-imgs .banner-sm3 {
  top: 62%;
  left: -90px;
}

.banner-hero .banner-inner .banner-imgs {
  padding: 110px 0px 0px 0px;
  position: relative;
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .banner-hero {
    padding: 0px;
  }
  .banner-hero .block-banner {
    padding: 5px 0px 0px 0px;
    text-align: center;
  }
  .banner-hero .text-small-primary--disk::before {
    display: none;
  }
  .banner-imgs {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.heading-box {
  background-color: #1ca574;
  padding: 5px;
  color: white;
}

.feature-box {
  display: flex;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  background: rgba(255, 227, 209);
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  padding: 0.8em;
  height: 1px;
  width: 2.7em;
  height: 2.7em;
}

.feature-icon i {
  color: #ff6700;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.feature-info {
  flex: 1 1 100%;
  padding-left: 15px;
  color: black;
}

.feature-info p {
  color: #797979;
  line-height: 1.7;
}

.feature-icon1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  background: rgba(209, 236, 255);
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  padding: 0.8em;
  height: 1px;
  width: 2.7em;
  height: 2.7em;
}

.feature-icon1 i {
  color: #0096ff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.feature-icon2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  background: rgba(255, 209, 219);
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  padding: 0.8em;
  height: 1px;
  width: 2.7em;
  height: 2.7em;
}

.feature-icon2 i {
  color: #ff0037;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.about {
  background-color: #f0f0f0;
  padding: 40px;
}

.about h3 {
  font-size: 30px;
  color: #000;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 1.7;
  color: #4f4f4f;
  font-size: 15px;
}

.image {
  position: absolute;
  width: 220px;
  left: 60px;
  top: 220px;
  border: 10px solid #f0f0f0;
}

@media (max-width: 991px) {
  .image {
    left: 60px;
    top: 250px;
    border: 10px solid #f0f0f0;
  }
}


/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.productinfo-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.10);
  padding: 50px;
}
.heading-greentext {
  color: #1ca574;
}

.heading-text {
  color: #000;
}

.heading-textmedium {
  color: #363535;
  line-height: 1.8;
  font-size: 15px;
  margin-top: 25px;
}

.product-image {
  float: left;
  width: 450px;
  margin-right: 20px;
}

.description-textsmall {
  color: #6b6b6b;
  line-height: 1.8;
  font-size: 16.5px;
}

.product-feature-icon {
  color: #adadad;
  font-size: 55px;
  text-align: center;
  margin-bottom: 30px;
}

.product-feature-heading {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  line-height: 1.7;
}

.product-feature-content {
  color: black;
  font-size: 16px;
  text-align: center;
  color: #797979;
  line-height: 1.7;
}

.product-getstartedbtn {
  border: 2px solid #1ca574;
  padding: 13px 26px;
  border-radius: 40px;
  color: #1ca574;
  position: relative;
  top: 10px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  justify-content: center;
}

.product-getstartedbtn:hover {
  color: #fff;
  background: #17815b;
}

.product-text {
  color: black;
  font-weight: bold;
}

.product-text-small {
  color: #585858;
  font-size: 17px;
  line-height: 1.7;
}

.product-image1 {
  float: left;
  width: 100%;
  padding-right: 20px;
}

@media (max-width: 720px) {
  .product-image1 {
    padding-right: 0px;
  }
  .product-text {
    margin-top: 20px;
  }
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-bg {
  background-color: #212529;
  padding: 30px;
}

.text-white {
  color: white;
}

.text-gray {
  color: #8a9095;
}

.testimonial {
  margin-bottom: 20px;
}

.testimonial blockquote {
  background: #373b3f;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-family: playfair display, serif;
  margin: 0;
  padding: 40px 64px 40px 72px;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
}

.testimonial blockquote:before {
  left: 22px;
  top: 21px;
  color: #fff;
  content: "“";
  font-size: 85px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

.testimonial blockquote p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

.mb-0 {
  margin-bottom: 0!important;
}

.testimonial .testimonial-arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #373b3f;
  height: 0;
  margin: 0 0 0 45px;
  width: 0;
}

.testimonial .testimonial-author {
  display: flex;
  margin: 12px 0 0;
}

.testimonial .testimonial-author .testimonial-author-thumbnail {
  width: auto;
}

.testimonial .testimonial-author img {
  max-width: 35px;
}

.testimonial .testimonial-author p {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  margin-left: 9.6px;
  margin-left: 0.6rem;
}

.testimonial .testimonial-author strong {
  color: #fff;
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1rem;
}

.testimonial .testimonial-author span {
  color: #93979b;
  display: block;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: 600;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .php-email-form {
  background: #f8f8f8;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #1ca574;
  background: #b8e2d3;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 400;
  border-radius: 100px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #1ca574;
}

.contact .php-email-form input {
  padding: 10px 15px;
  border-radius: 6px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
  border-radius: 6px;
}

.contact .php-email-form button[type=submit] {
  background: #1ca574;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 100px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #17815b;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.map-container-5 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 100%;
}

.map-container-5 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.10);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #1CA574;
  border-radius: 100%;
  padding: 8px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 600;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #212529;
  font-size: 14px;
}

.footer .footer-top {
  background: url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 50px;
  margin-right: 6px;
}

.footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0;
  color: white;
}

.footer .footer-top .social-links a {
  font-size: 22px;
  display: inline-block;
  color: #fff;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #1ca574;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li i {
  color: #1ca574;
  padding-right: 10px;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #bcbcbc;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.4;
}

.footer .footer-top .footer-links ul a:hover {
  color: #1ca574;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyrightbg {
  background-color: #1c2023;
  padding: 30px;
}

.footer .copyright {
  text-align: center;
  color: #fff;
}