.nav-contact-button a {
	background-color: #FF6506;
	border-radius: 4px;
	border: 2px solid #FF6506;
	margin-left:12px;
}

.nav-contact-button a:hover {
	color:#ffffff !important;
	background-color: #f4803d;
	border: 2px solid #f4803d;
	transition: all 500ms ease-in-out;
}

.nav-forms-button a {
	border: 2px solid #ffffff;
	border-radius:4px;
}

.nav-forms-button a:hover {
	color:#00590D !important;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	transition: all 500ms ease-in-out;
}

.home-triplet-service {
	transition: all .3s;

}

.home-triplet-service:hover {
	margin-top:-10px;
}




/* CONTACT US FORM */

.contact-us-form label{
	width:95% !important;
}

.contact-us-form label input, .contact-us-form label textarea {
	padding:10px 15px !important;
	height:auto;
	font-size:18px;
	font-weight:300;
	color:#353535;
}

.contact-us-form label {
	color:#9f9f9f;
}