.contact_form1_title {
	font-size: 34px;
	color: #333333;
	font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;
	line-height: 1.1;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 20px;
}

.contact_form1 {
	margin-top: 40px;
}

.contact_form1 .form-control {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 15px;
	height: 40px;
	border-color: #d3d3d3;
	background-color: #f9f9f9;
	border-radius: 5px;
}

.contact_form1 .form-control:focus {
	border-color: #222222;
	background-color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.contact_form1 .form-group {
	position: relative;
	margin-bottom: 30px;
}

.contact_form1 .form-group label {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;  
	background: #FF7800;
	position: absolute;
	padding: 7px 7px;
	line-height: 1;
	top: -20px;
	left: -7px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
	  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
  
}

.contact_form1 .form-group label:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	bottom: -7px;
	left: 0;
	border-color: transparent #C85203 transparent transparent;
}

.contact_form1_btn {
	font-size: 20px;
	color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;
  
	font-weight: 400;
	line-height: 37px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-transform: uppercase;
	overflow: hidden;
	border: none;
	border-width: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	background: #FF7800;
	border-color: #FF7800;
	/*border-bottom-color: #C85203;*/
	padding: 9px 47px;
}

.contact_form1_btn:disabled {
	background: #FF7800;
	border-color: #FF7800;
}

.contact_form1_btn i {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-right: 10px;
	height: 100%;
	margin-left: -15px;
	background: #ff7d26;
	width: 50px;
	height: 100%;
	line-height: 46px;
}

.contact_form1_btn:hover,
.contact_form1_btn:active,
.contact_form1_btn:focus {
	background: #ff7d26;
	/*border-bottom-color: #C85203;*/
}
.contact_form1_btn:hover i,
.contact_form1_btn:active i,
.contact_form1_btn:focus i {
	background: #FF9956;
}


.contact_form1 .form-control:valid ~ label {
  background: #00c680;
}
.contact_form1 .form-control:valid ~ label:before {
  border-color: transparent #00603e transparent transparent;
}
