.contact-section {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  background-image: url('../images/hero_banner.jpg');
}
.contact-container {
  padding-bottom: 200px;
  padding-top: 160px;
  background: rgba(20,22,24,0.5);
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.contact-container h2,
.contact-container h3,
.contact-container p,
.contact-container span {
  color: #FFFFFF;
}

.contact-container span {
  border-color: #FFFFFF;
}

.contact-content {
  background: rgba(0,0,0,0.15);
  padding: 40px 20px;
  color: #FFFFFF;
}

.form-control {
  border: 1px solid transparent;
  padding: 10px;
  outline: none;
  color: #FFFFFF;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: background 0.40s ease-in-out;
  -moz-transition: background 0.40s ease-in-out;
  -o-transition: background 0.40s ease-in-out;
  transition: background 0.40s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-control:focus {
  border: 1px solid transparent;
  color: #FFFFFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
}
