/*!
Contact us
 */

 



/*===================== Contact ================================ */

section#contact {
	margin-top:20px;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 210px;
}
section#contact .form-control:focus {
  border-color: #00B72C;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}
section#contact :-ms-input-placeholder {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}
section#contact .text-danger {
  color: #FB9413;
}	
	
.contact-us h4{
	background: #092998;
	padding:10px;
	color:#fff;
}

.contact-us ul{
	list-style:none;
	color:#000;
	font-size:16px;
	font-weight:500;
	margin-left:0;
	padding-left:10px;
}
.contact-us ul li{
	line-height:30px;
}
