
/*Form*/
#left_form {
	background: #020d09;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #8e9190, #020d09);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #8e9190, #020d09); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

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

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

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

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