.hero {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hero .hero_header {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  width: 95%;
  margin: auto;
  padding: 40% 0%;
  color: #FFFFFF;
  text-align: center;
}
.hero .hero_header h1 {
  font-size: 45px;
  line-height: 60px;
}
.hero .hero_header h2 {
  font-size: 30px;
  font-style: italic;
}
.hero .hero_header button {
  color: #FFFFFF;
  background-color: #FF3535;
  border-radius: 8px;
  padding: 15px 10px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
}
.hero .hero_header button a {
  color: #FFFFFF;
}
.hero .hero_header button:hover {
  background-color: #323232;
}
.hero .hero_img {
  position: absolute;
  opacity: .8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/index/tools.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero .hero_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/global/img/dot_pattern.png) repeat center center;
  background-size: 2px;
}
.contact {
  background-color: #FFFFFF;
}
.contact hr {
  border: none;
  height: 1px;
  background-color: #CECECE;
}
.contact .contact_header {
  padding: 150px 0px;
  width: 95%;
  margin: auto;
  font-size: 20px;
}
.contact .container {
  width: 95%;
  margin: auto;
}
.contact .contact_header h1 {
  text-transform: uppercase;
}
.contact .info h2 {
  font-weight: 900;
}
.contact .info a {
  color: inherit;
}
.contact .container > div {
  padding: 25px 0px;
}
.form {
  max-width: 800px;
}
.contact input {
  height: 60px;
  margin: 5px 0px;
  border: none;
  text-indent: 10px;
}
.contact input, .contact textarea {
  width: 100%;
  background: #626262;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 8px;
}
.contact textarea {
  resize: vertical;
  min-height: 150px;
  margin-top: 5px;
}
.contact .form button {
  width: 100%;
  background-color: #FF2E2E;
  color: #FFFFFF;
  height: 75px;
  margin: 25px 0px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 8px;
}
.contact .ase {
  display: block;
  text-align: center;
  padding: 100px 0px
}
.contact .ase img {
  max-width: 200px;
}
