.line-bottom-double-line-centered:after {background-color: #F9BE00!important;}
.line-bottom-double-line-centered:before {background-color: #F9BE00!important;}
section#contact {
  background-color: #212529;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

section#contact .section-heading {
  color: #fff;
}

section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}


section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color: #F9BE00;
  box-shadow: none;
}
