
/*Form*/
#left_form {
	background: #2eaf63;  /* fallback for old browsers */

}

/* Wizard Buttons*/
.button-back,
.button-next {
	background: #1D976C;
}

/*General links color*/
a {
	color: #1D976C;
}
a:hover,
a:focus {
	color: #333;
}
a.btn_1,
.btn_1 {
	background: #1D976C;
}

a.btn_1:hover,
.btn_1:hover {
	background: #333;
    color: #fff;
}

h2.main_title {
    color: #1D976C;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1D976C;
}
.team-item-detail-inner .social li a:hover {
	color: #1D976C;
}
