.contact {
  padding-top: 5rem;
  background-color: #373a3c;
  color: #fff;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
  @media (max-width: 991px) {
    .contact {
      padding-top: 1rem; } }
  .contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
    display: block;
    top: 0;
    left: 0; }
  .contact .container {
    position: relative;
    z-index: 2; }

.contact-form {
  background: #fff;
  padding: 2rem;
  color: #373a3c;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.08);
  border-top: 8px solid #FECB00; }
  @media (min-width: 992px) {
    .contact-form {margin:0 0 4rem 0;
      } }
  .contact-form .btn {
    display: block;
    width: 100%;
    margin-bottom:15px; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  position: relative;
  background-image: url("../png/down-arrow.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 12px;
  outline-width: 0;
  cursor: pointer; }

.contact-options li {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Amatic SC", sans-serif;
  font-weight: bold;
  font-size: 2rem; }
  .contact-options li i {
    margin-right: 2rem; }

/*# sourceMappingURL=contact-page.css.map */

.contact-form .form-group ul {
  list-style-type: none;
}

.contact-form .form-group ul .radio{
  display: inline;
}

.contact-form .form-group .file {
  height: auto;
}

.contact-form .form-group label.right.fieldholder-small-label {
    color: #818a91;
    font-size: 80%;
    font-weight: normal;
}

