a {
color: #008751;
}
a:hover {
color: #33A532;
}
.service-thumb-card-body i {
background-color: transparent;
border: 2px solid #008751;
display: inline-block;
border-radius: 100%;
padding: 9px 11px;
height: 38px;
width: 38px;
}
.service-thumb-card-body i:hover {
background-color: transparent;
border: 2px solid #33A532;
display: inline-block;
border-radius: 100%;
padding: 9px 11px;
height: 38px;
width: 38px;
}
#navigation-transparent.small-screen #menu-button:before {
background: #008751;
content: '';
}
#navigation-transparent.small-screen #menu-button:after {
border-top: 2px solid #008751;
border-bottom: 2px solid #008751;
}
.navigation-regular {
background-color: #008751;
}
.btn-default {
color: #fff !important;
background-color: #008751;
border-color: #008751;
}
.btn-default:hover {
color: #fff !important;
background-color: #33A532;
border-color: #33A532;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
background: #008751;
}
.owl-next {
color: #008751;
}
#navigation-regular.small-screen #menu-button {
display: block;
padding: 17px;
color: #ffffff;
cursor: pointer;
font-size: 12px;
font-weight: 400;
background: #008751;
}
#navigation-regular>ul>li>a {
padding: 21px;
font-size: 15px;
text-decoration: none;
color: #fff;
font-weight: 300;
border-left: 1px dotted #33A532;
}