.logo img {
    width: 230px;
    -webkit-filter: grayscale(200%); /* Safari/Chrome */
    filter: grayscale(200%);
}
.sticky-header .logo img {
    width: 200px;
    filter: grayscale(0%);
}
.color-dark-green {
    color:#07601f;
}
.color-soft-green {
    color:#04a64b;
}
.color-yellow {
    color:#fcc24f;
}
.color-red {
    color:#bd2b0b;
}
.mb-50 { margin-bottom:50px;}
.mb-100 { margin-bottom:100px;}
.mt-50 {margin-top:50px;}
.social-links {padding-left:35px;}
.parallax-title h2, .service-block-four img {
    margin-bottom:30px;
}
.btn-box {color:#fff;}
.btn-box a img {
    width: 20px;
}
.btn-box .active img {
    width: 25px;
}
.theme-btn.color-red{
    background: #bd2b0b;
    margin-top:20px;
  }

.theme-btn.color-green {
    background: #07601f;
  }
  
.bg-color-5{
    background: #f1f1f1;
  }
  .whatsap-chat {
    position: fixed;
    bottom: 90px;
    right: -30px;
    z-index: 10;
}
.footer-widget .info-list li a {
    color:#04a64b;
}
.footer-widget .info-list li i {
    color:#07601f;
}
  