.contact-form {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  background-color: #fe8d00;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 10px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
}

.contact-form select {
  border: 1px solid #feddbc !important;
  background: #feddbc !important;
  color: #000 !important;
}

.contact-form input {
  border: 1px solid #feddbc !important;
  background: #feddbc !important;
  color: #000 !important;
}

.contact-form textarea {
  border: 1px solid #feddbc !important;
  background: #feddbc !important;
  color: #000 !important;
}

.contact-form input[type=submit] {
  background-color: #db192b !important;
  color: #fff !important;
}

#canvas {
  width: 170px;
  height: 60px;
  background: #feddbc;
  padding: 5px;
}

#contact_form textarea.form-control {
  height: 200px !important;
}

#contact_form li .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border: 1px solid #ee3b24;
  background: #fff;
  letter-spacing: 0;
}

.contact-us .contact-address p {
  margin: 0 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

.reload-canvas {
  padding: 5px;
  cursor: pointer;
}
/*# sourceMappingURL=contactus.css.map */