@import url(fonts.css);

html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}

.text-ptsans {
  font-family: "PT Sans", sans-serif;
}

.text-montserrat {
    font-family: "Montserrat", sans-serif;
}

.text-poppins {
    font-family: "Poppins", sans-serif;
}

.text-inria {
  font-family: "Inria Serif", serif;
}

.text-bree {
  font-family: "Bree Serif", serif;
}

.text-anton {
  font-family: "Anton", sans-serif;
}

.text-agdasima {
  font-family: "Agdasima", sans-serif;
}

body p {
    font-size: 16px;
    line-height: 1.8em;
    color: #7a7a7a;
    font-weight: 400;
}

.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.text-green {
  color: #00a54f;
}

.text-light-green {
  color: #71ba44;
}

.header-area {
  background: #71ba44;
  padding: 10px 0px;
}

.header-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
}

.header-link span {
  padding: 10px;
  background-color: #00a54f;
  color: white;
  border-radius: 50%;
  margin-right: 3px;
}

.social-header span {
  margin-right: 0px;
  background-color: transparent;
}

.social-header {
  margin-right: 10px;
}

.img-logo {
  width: 70px;
}

.navbar {
  font-family: "Poppins", sans-serif;
  background: white;
}

.navbar.fixed-top {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.btn-toggle {
  color: #00a54f;
  border: none;
  font-size: 25px;
}

.btn-toggle:focus {
  box-shadow: none;
  outline: none;
}

.navbar-nav {
  margin-left: 30px;
}

.navbar-nav .nav-item {
  margin-right: 10px;
  position: relative;
}

.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #343635;
  font-weight: 500;
}

.navbar-nav .nav-item.active .nav-link {
  color: #00a54f;
}

.navbar-nav .nav-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80%;
  margin-left: 10%;
  height: 10px;
  margin-bottom: -5px;
  border: 3px solid #00a54f;
}

.navbar-nav .nav-item:hover .nav-link {
  color: #00a54f;
}

.navbar-nav .nav-item:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80%;
  margin-left: 10%;
  height: 10px;
  margin-bottom: -5px;
  border: 3px solid #00a54f;
}

.address-nav {
  position: relative;
}

.address-nav p {
  font-size: 14px;
  margin-left: 40px;
  padding-top: 10px;
  font-weight: 500;
}

.address-nav .icofont-google-map {
  position: absolute;
  top: 17px;
  left: 0;
  color: #00a54f;
}

.nav-btn-area {
  margin: 10px 0px;
  border-left: 1px solid #00a54f;
}

.btn-quote {
  color: white;
  background: #00a54f;
  border: 1px solid #00a54f;
  margin-left: 25px;
  margin-top: 5px;
  border-radius: 0px;
  font-size: 15px;
  padding: 10px 15px;
}

.btn-quote:hover {
  color: #00a54f;
  border: 1px solid #00a54f;
}

.banner-area {
  position: relative;
}

.banner-area .carousel-arrow {
  border: 0;
  background: transparent;
  display: none !important;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  top: 48%;
  transform: translate(0, -50%);
  outline: 0;
  cursor: pointer;
  color: white;
  border: 2px solid #71ba44;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}

/* .banner-area .carousel-arrow.prev:hover {
  padding-left: 15px;
}

.banner-area .carousel-arrow.next:hover {
  padding-right: 15px;
} */

.banner-area:hover .carousel-arrow {
   display: block !important;
}

/* Modificação só pra a seta do próximo carousel ficar na direita */

.banner-area .carousel-arrow.next {
  right: 20px;
}

.banner-area .carousel-arrow.prev {
  left: 20px;
}

.banner-one {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url(../img/pic-10.jpeg) no-repeat center;
  min-height: 570px;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 70px;
}

.banner-two {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url(../img/pic-19.jpeg) no-repeat center;
  min-height: 570px;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 70px;
}

.banner-three {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url(../img/pic-7.jpeg) no-repeat center;
  min-height: 570px;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 70px;
}

.banner-content h6 {
  text-transform: uppercase;
  font-weight: 600;
}

.banner-content h1 {
  font-family: "Agdasima", sans-serif;
  font-weight: 700;
  font-size: 70px;
  margin-bottom: 20px;
}

.banner-content p {
  color: rgb(211, 211, 211);
}

.btn-banner {
  color: white;
  background: #00a54f;
  padding: 15px 35px;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 600;
}

.btn-banner:hover {
  color: #00a54f;
  background: white;
}

.section-padding {
  padding-top: 100px;
}

.how-works-area {
  background: #00a54f;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.how-works-area .icon {
  width: 60px;
}

.how-works-area .how-icon-area {
  padding: 10px 0px;
}

.how-works-area .how-textarea {
  padding: 10px 0px;
}

.how-works-area .how-textarea h5 {
  font-family: "Agdasima", sans-serif;
  font-weight: 600;
  color: #a1eb74;
  font-size: 25px;
}

.how-works-area .how-textarea p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inria Serif", serif;
}

.sub-heading {
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.sub-heading::after {
  position: absolute;
  content: '';
  top: 10px;
  left: 80px;
  width: 100px;
  height: 3px;
}

.sub-heading.green {
  color: #00a54f;
}

.sub-heading.green::after {
  background: #00a54f;
}

.section-padding h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 15px 0px;
}

.about-img-area {
  position: relative;
  padding-left: 150px;
}

.about-img-area .img-relative {
  border-radius: 20px;
}

.about-img-area .img-abs {
  position: absolute;
  bottom: 50px;
  left: 0px;
  border-radius: 20px;
  width: 300px;
  border-left: 10px solid #71ba44;
  border-top: 10px solid white;
  border-bottom: 10px solid #71ba44;
  border-right: 10px solid white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.btn-section {
  color: white;
  background: #00a54f;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 30px;
  font-weight: 500;
}

.btn-section:hover {
  background: #71ba44;
  color: white;
}

.mission-vision-area {
  background:  linear-gradient(#03552bef, #034724ea) , url(../img/pic-7.jpeg) no-repeat center fixed;
  background-size: cover;
  min-height: 350px;
  padding: 50px 0px;
}

.vision-content {
  padding: 20px;
  border: 2px solid #aaf17d;
  border-radius: 5px;
}

.img-vision {
  width: 50px;
}

.vision-content h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 15px;
}

.vision-content p {
  color: white;
  font-size: 14px;
  margin-top: 10px;
}

.btn-more {
  color: green;
  background: #aaf17d;
  font-weight: 600;
  font-size: 17px;
  border-radius: 0px;
  border: 1px solid #aaf17d;
}

.btn-more:hover {
  color: #aaf17d;
  background: transparent;
  border: 1px solid #aaf17d;
}

   /* Carousel Slider Center Mode */

   .my-slider .slider-arrow {
    border: 0;
    background: #00a54f;
    display: none !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    font-size: 20px;
    z-index: 5;
    top: 50%;
    transform: translate(0, -50%);
    outline: 0;
    cursor: pointer;
  }

  .my-slider:hover .slider-arrow {
    display: block !important;
  }
  
  /* Modificação só pra a seta do próximo carousel ficar na direita */
  
  .my-slider .slider-arrow.next {
    right: 0;
  }

  .myslider-dots {
    list-style: none;
    margin: 10px auto;
    display: flex;
    justify-content: center;
  }
  
  .myslider-dots li {
    display: inline-block;
    margin: 0 8px;
  }
  
  .myslider-dots li > button {
    width: 8px;
    height: 10px;
    border: none;
    background: #71ba44;
    font-size: 0px;
    /* color: #65066C; */
    /* border-radius: 50%; */
    cursor: pointer;
    outline: none;
  }
  
  .myslider-dots li.slick-active > button {
    background: #00a54f;
  }

  .slider-item .slider-area {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    align-items: center;
  }

  .slider-item .slider-area .img-slider {
    width: 75%;
    height: auto;
    margin: 0 auto;
    object-fit: scale-down;
  }

.footer-area {
  background: #222222;
  padding-top: 50px;
  padding-bottom: 30px;
}

.img-footer {
  width: 70px;
}

.footer-text {
  color: whitesmoke;
  font-size: 13px;
  margin-top: 15px;
}

.footer-head {
  color: #a1eb74;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.footer-nav-links {
  list-style-type: none;
  margin-top: 10px;
  padding-inline-start: 20px;
  font-weight: 400;
}

.footer-nav-links li {
  line-height: 2em;
  position: relative;
}

.footer-nav-links li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -20px;
  width: 10px;
  height: 10px;
  border: 2px solid #a1eb74;
}

.footer-nav-links li a {
  color: whitesmoke;
  font-size: 14px;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}

.footer-nav-links li a:hover {
  color: #a1eb74;
}

.footer-socials {
  margin-top: 35px;
  margin-bottom: 30px;
}

.footer-socials a {
  color: #a1eb74;
  border: 1px solid #a1eb74;
  border-radius: 50%;
  padding: 10px 12px;
  text-decoration: none;
  margin-right: 10px;
  transition: 0.5s all ease-in-out;
}

.footer-socials a:hover {
  color: #00a54f;
  background: white;
  border: 1px solid white;
}

.footer-contact-nav {
  list-style-type: none;
  margin-top: 10px;
  padding-inline-start: 0px;
}

.footer-contact-nav li {
  line-height: 2em;
  position: relative;
}

.footer-contact-nav li a {
  color: whitesmoke;
  font-size: 14px;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}

.footer-contact-nav li a:hover {
  color: #a1eb74;
}

.news-control {
  color: white;
  border: 1px solid white;
  background: transparent;
  border-radius: 0px;
}

.news-control:focus {
  color: white;
  border: 1px solid white;
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}

.news-control::placeholder {
  color: whitesmoke;
  font-size: 15px;
}

.btn-news {
  color: white;
  background: #71ba44;
  border: 1px solid #71ba44;
  border-radius: 0px;
}

.btn-news:hover {
  color: #71ba44;
  background: transparent;
  border: 1px solid #71ba44;
  border-radius: 0px;
}

.copyright-area {
  padding-top: 50px;
  text-align: center;
}

.copyright-area p {
  color: white;
  font-size: 14px;
}

.designer {
  color: #a1eb74;
  text-decoration: none;
}

.designer:hover {
  color: #a1eb74;
  text-decoration: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #71ba44;
  color: white;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
}

#myBtn:hover {
  background-color: #00a54f;
}

.green-bot {
  width: 80px;
  height: 3px;
  background: #00a54f;
}

.top-box {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-top: 5px solid #71ba44;
  border-left: 5px solid #71ba44;
}

.bottom-box {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-right: 5px solid #71ba44;
  border-bottom: 5px solid #71ba44;
}

.facil-img {
  padding: 25px;
  position: relative;
}

/* Other Page Styles */
.about-banner {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url(../img/pic-18.jpeg) no-repeat center;
  min-height: 300px;
  background-size: cover;
  padding-top: 100px;
}

.oth-banhead {
  font-weight: 600;
  font-size: 42px;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.oth-bantext {
  color: white;
}

.oth-bantext a {
  color: #a1eb74;
  text-decoration: none;
}

.oth-bantext a:hover {
  text-decoration: underline;
}

.service-banner {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url(../img/pic-17.jpeg) no-repeat center;
  min-height: 300px;
  background-size: cover;
  padding-top: 100px;
}

.services-area {
  background: white;
  padding: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 5px;
  min-height: 335px;
  margin-top: 30px;
}

.services-area .img-service {
  width: 100px;
  padding: 20px;
  background: #00a54f;
  border-radius: 50%;
}

.services-area h4 {
  margin-top: 15px;
  font-size: 25px;
}

.service-headbot {
  width: 50px;
  height: 3px;
  background: #71ba44;
  margin-bottom: 15px;
  margin-top: 15px;
}

.services-area p {
  font-size: 15px;
}

.gallery-banner {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url(../img/pic-20.jpeg) no-repeat center;
  min-height: 300px;
  background-size: cover;
  padding-top: 100px;
}

.contact-group {
  margin-top: 20px;
}

.contact-group .form-control {
  font-size: 14px;
  padding: 13px 20px;
  border-radius: 0px;
  font-weight: 400;
  color: grey !important;
}

.contact-group .form-control:focus {
  box-shadow: none;
  color: initial;
  border-color: #dee2e6;  
}

.contact-info-area {
  padding-top: 30px;
}

.contact-info-area .info-area {
  margin-top: 20px;
}

.btn-submit {
  color: white;
  border: 1px solid #00a54f !important;
  background: #00a54f;
  padding: 15px 30px;
  border-radius: 0px;
  transition:all 0.8s, color 0.3s 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.btn-submit:hover {
  color: white !important;
  background: #71ba44 !important;
  border: 1px solid #71ba44 !important;
  box-shadow:300px 0 0 0 #71ba44 inset !important;
}

.gallery-area img {
  border-radius: 10px;
}