.color{
    color:#3a8a35 !important;
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #85ad3a !important;
}

.testimonial .flex-control-nav li a {
	background-color:#30ba75 !important;
}

.button{
    background-color: #30ba75;
}

.button-primary{
    background-color: #30ba75;
}

.button.button-primary.button-3d:hover {
	background-color: #0d82ec !important;	
}


.button-green {
	background-color: green;
}

.button-orange {
	background-color: #f2930b;
}

.button.button-orange.button-3d:hover {
	background-color: #ff9600 !important;	
}


.button.button-border{
    background-color: transparent !important;
}

.button:hover {
    background-color: #444 !important;
}

.section-curve:after{
    background-image:url('../img/curve.svg') !important;
}

::selection {
    background: #30ba75 !important;
}

.showcase-section ul li.showcase-feature-active h3{
    color:#30ba75 !important;
}