#contact .section-title {
  background-color:#ED582B;
  color:white;
  padding:10px 0;
  margin-bottom:0;
}

#contact .title {
  font-size:26px;
  color:#ED582B;
  font-weight:bold;
}

#contact .title i{
  color:#ED582B;
    margin-right: 10px;
}

#contact .description {
  margin-top:32px;
  margin-bottom:32px;
}

#contact .contact-info .title {
  font-size:19px;
  color:#444;
  text-transform:uppercase;
}

#contact .contact-info p {
  margin-bottom:23px;
  margin-top:23px;
}

#contact .contact-info ul {
  list-style:none;
  padding:0;
  margin:0;
  margin-left:0px;
}

#contact .contact-info ul li a {
  color:#ED582B;
}

#contact .contact-info ul li {
  color:#ED582B;
  line-height:31px;
}

#contact .contact-info ul li i {
  margin-right:10px;
}

#contact .btn-submit {
  background-image:none;
  background-color:#ED582B;
  color:white;
  border:solid 1px #ED582B;
  box-shadow:none;
  padding:7px 33px;
  font-weight:normal;
  text-shadow:none;
  transition:transform 150ms ease-in-out;
}

#contact .btn-submit:hover {
  transform:scale(1.1);
}

.contact-form .form-control {
  border:none;
  border-radius:0;
}

