.hero {
  *zoom: 1;
  padding: 200px 0 40px 0 !important;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero:before,
.hero:after {
  content: '';
  display: table;
}
.hero:after {
  clear: both;
}
.hero-title,
.hero-form {
  width: 50%;
}
.hero-title {
  padding: 40px;
}
.hero-title h1 {
  letter-spacing: 1px;
}
.hero-title p {
  font-weight: 300;
}
.hero-form form {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 60px;
  width: 70%;
}
.hero-form h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.618;
}
.et_pb_slider.hero-slider .et_pb_slides,
.et_pb_slider.hero-slider .et_pb_slide {
  height: 100%;
}
