a,
a:hover,
footer .widget.contact-widget .social-icons li a:hover {
  color: #79bf40;
}

.banner-section .banner-img {
  width: 100%;
  height: 800px;
  top: 0;
  border: 0;
  border-top-left-radius: 0;
  position: absolute;
}

.banner-section {
  background-color: transparent;
  height: 800px;
  position: relative;
}

header .nav .main-mneu ul li a {
  font-size: 16px;
}

header.haeder-absolute {
  background-color: rgb(255 255 255 / 90%);
}

header .nav .main-mneu ul li.active a,
header .nav .main-mneu ul li a:hover {
  color: #30641d;
}

.section-title h2 {
  font-size: 40px;
}

.section-title h2:after {
  content: '';
  width: 150px;
  border-bottom: solid 3px #79bf40;
  display: block;
  margin: 10px auto 0;
}

.banner-section::after {
  content: '';
}

.service-box h4 {
  margin-bottom: 10px;
}

.box-shadow-section {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.statistics-section .counter-boxes .counter-num {
  -webkit-text-stroke: 1px #8ac23e;
}

.statistics-section .counter-boxes {
  margin-bottom: 0;
}

.section-title p.title-tag {
  font-size: 18px;
  color: #818181;
  line-height: 1.2;
}

.section-title p.title-tag:before {
  display: none;
}

.team-box .team-img::after {
  display: none;
}

.clients-section {
  background: #e5f4e8;
}

.service-box {
  background-color: #f5f5f5;
}

.testimonial-author .single-thumb img {
  display: block;
  height: 95px;
  object-fit: cover;
  padding: 0 5px;
}

.accordion-item {
  border: solid 2px #e1e1e1;
  margin-bottom: 6px;
}

.accordion-item button {
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  color: #30641d;
  background: #f5f5f5;
  font-weight: 600;
}

.accordion-item .collapse {
  padding: 10px;
}

.btn-primary:hover {
  background-color: #30b247;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #30b247;
  border-color: #30b247;
}

.icon-footer {
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}

footer .widget.contact-widget .social-icons {
  margin-top: 80px;
}

input[type='submit'] {
  background-color: #30641d;
}

.go-top-wrap .go-top-btn {
  background: #30b247;
}

.go-top-wrap .go-top-btn::after,
.go-top-area .go-top::before {
  background: #30b247;
}

.portfolio-menu {
  text-align: left;
}

.portfolio-menu ul li.active {
  background: #30641d;
  border-color: #30641d;
}

.portfolio-menu ul li {
  color: #30641d;
  margin-right: 10px;
  margin-bottom: 14px;
}

.testimonial-section .testimonial-slider span.slick-arrow.next-arrow,
.testimonial-section .testimonial-slider span.slick-arrow:hover {
  background: #30641d;
}

.off-canvas-wrap .off-canvas-widget .widget.social-widget ul li a:hover {
  background-color: #79bf40;
  border-color: #79bf40;
}

.container-fluid {
  z-index: 1;
}

.btn-services {
  text-align: center;
  margin-top: 50px;
}

.standard-btn {
  background-color: #30641d;
  font-size: 15px;
  font-weight: 600;
  padding: 0 45px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  line-height: 50px;
  border-radius: 0;
  border: none;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  box-shadow: 1px 1px 3px #000;
}

.standard-btn:hover {
  background-color: #16ad44;
  color: white;
}

#preloader {
  background-color: rgb(121 191 64 / 80%);
}

@keyframes img-keyframe {
  0% {
    width: 40px;
  }

  50% {
    width: 80px;
  }

  100% {
    width: 120px;
  }
}

#preloader img {
  width: 120px;
  animation: img-keyframe 2s linear infinite;
}

footer .widget.contact-widget .social-icons li {
  margin-right: 20px;
}

header .mobilemenu .mean-bar .meanmenu-reveal {
  top: -65px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #f9f9fA;
  overflow: auto;
  height: 540px;

  li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;

    &.active {
      background: #e5f4e8;

      h3 {
        &:after {
          transform: rotate(90deg);
        }
      }
    }

    h3 {
      font-weight: 700;
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 0 0 0 0;
      margin: 0;
      font-size: 16px;
      letter-spacing: 0.01em;
      cursor: pointer;

      &:after {
        content: "\f356";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 0;
        top: 0;
        color: #7ec040;
        transition: all 0.3s ease-in-out;
        font-size: 18px;
      }
    }

    div.answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      cursor: pointer;

      p {
        position: relative;
        display: block;
        font-weight: 300;
        cursor: pointer;
        line-height: 150%;
        margin-top: 15px;
        font-size: 14px;
      }
    }
  }
}

.button-whatsapp{
  position: fixed;
  z-index: 2;
  bottom: 20px;
  background: green;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  &::after{
    z-index: -1;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #30b247;
    border-radius: 50px;
  }
}

@media (max-width: 990px) {
  header .nav .main-mneu ul li {
    margin: 0;
  }
  .portfolio-boxes .single-portfolio-box {
    height: 300px;
  }
}

@media (max-width: 768px) {
  header .nav .main-mneu {
    display: none !important;
  }
  .mobilemenu {
    display: block;
  }
  .testimonial-section .video-wrap .video-inner::after {
    border-top-left-radius: 220px;
  }
  .portfolio-boxes .single-portfolio-box {
    height: 200px;
  }
  header.haeder-absolute {
    position: relative;
  }
  header.sticky {
    position: fixed;
  }
}

@media (max-width: 480px) {
  .portfolio-boxes .single-portfolio-box {
    height: 100px;
  }
}
