/* #8AC545 */
/* #76ad36 hover */

a {
    color: #8AC545;
}

a:hover {
  color: #76ad36;
}

.back-to-top {
    background: #8AC545;
}
.back-to-top:hover {
    background: #76ad36;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #8AC545;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #8AC545;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #76ad36;
}  

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #8AC545;
}

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

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #8AC545;
}

#hero .btn-get-started {
    border: 2px solid #8AC545;
  }
  
  #hero .btn-get-started:hover {
    background: #8AC545;
  }


.breadcrumbs .breadcrumb-hero {
    background: #8AC545;
  }


.about .count-box i {
    color: #8AC545;
}

.about .content ul i {
    color: #8AC545;
  }

.about .play-btn {
    background: radial-gradient(#8AC545 50%, rgba(148, 192, 69, 0.4) 52%);
}

.about .play-btn:hover::after {
    border-left: 15px solid #8AC545;
}
.cta {
    background: #76ad36;
}
.cta .cta-btn:hover {
    background: #76ad36;
    border-color: #76ad36;
}
.services .icon-box:hover .title a {
    color: #8AC545;
}

.work-process .content ul i {
    color: #8AC545;
}

.skills .content ul i {
    color: #8AC545;
}

.skills .progress-bar {
    background-color: #8AC545;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #8AC545;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #8AC545;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #8AC545;
}
  
.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #8AC545;
}

.features .card:hover .card-body {
    background: #8AC545;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #8AC545;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #8AC545;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8AC545;
}
.pricing h4 {
    color: #8AC545;
}
.pricing ul i {
    color: #8AC545;
}

.pricing .btn-buy {
    background: #8AC545;
}
.pricing .btn-buy:hover {
    background: #76ad36;
}
.pricing .featured h3 {
    background: #8AC545;
}

.pricing .advanced {
    background: #8AC545;
}

.contact .info i {
    color: #8AC545;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #8AC545;
}
.contact .php-email-form button[type=submit] {
    background: #8AC545;
}
.contact .php-email-form button[type=submit]:hover {
    background: #76ad36;
}
.team .member .social {
    background: #8AC545;
}

.team .member .social a:hover {
    color: #76ad36;
}

.team .member .member-info span {
    color: #8AC545;
}

.blog .entry .entry-title a:hover {
    color: #8AC545;
}

.blog .entry .entry-content .read-more a {
    background: #8AC545;
}
.blog .entry .entry-content .read-more a:hover {
    background: #76ad36;
}

.blog .entry .entry-footer a:hover {
    color: #8AC545;
}

.blog .blog-comments .comment h5 a:hover {
    color: #8AC545;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #8AC545;
}
.blog .sidebar .search-form form button {
    background: #8AC545;
}
  
.blog .sidebar .search-form form button:hover {
    background: #8AC545;
}

  .blog .sidebar .categories ul a:hover {
    color: #8AC545;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #8AC545;
}

.blog .sidebar .tags ul a:hover {
    border: 1px solid #8AC545;
    background: #8AC545;
}

#footer .footer-top .footer-info h3 {
    color: #8AC545;
}

#footer .footer-top .social-links a:hover {
    background: #8AC545;
}

#footer .footer-top h4::after {
    background: #8AC545;
}

#footer .footer-top .footer-links ul a:hover {
    color: #8AC545;
}

#footer .footer-top .footer-newsletter input[type=submit] {
    background: #8AC545;
    border: 0;
    border-radius: 0 4px 4px 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
  }
  
  #footer .footer-top .footer-newsletter input[type=submit]:hover {
    background: #8AC545;
  }

.btn-mda {
    color: #fff;
    background-color: #8AC545;
}

.btn-mda:hover {
    color: #8AC545;
    background-color: #fff;
    border-color: #8AC545;
}

.pagination > li > a
{
    background-color: white;
    color: #8AC545;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #8AC545 !Important;
    border: solid 1px #8AC545 !Important;
}

.pagination > .active > a:hover
{
    background-color: #8AC545 !Important;
    border: solid 1px #8AC545;
}

.pagination > .active>.page-link, .page-link.active {
    z-index: 3;
    color: white;
    background-color: #8AC545 !Important;
    border: solid 1px #8AC545 !Important;
}