#header {
  background: url("/images/backgrounds/header/header-background.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .header-wrapper .social-links {
  display: none;
}

#main .hero-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), color-stop(35%, #acacac), to(#4b4b4b));
  background: linear-gradient(180deg, #bbbbbb 0%, #acacac 35%, #4b4b4b 100%);
  min-height: 100vh;
}

#main .hero-section .section-wrapper {
  width: 90%;
  padding: 280px 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .hero-section .section-wrapper .text-container .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 133%;
  color: #333333;
  margin-bottom: 40px;
}

#main .hero-section .section-wrapper .text-container .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 158%;
  color: #333333;
  max-width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

#main .hero-section .section-wrapper .text-container .text span {
  font-weight: bold;
}

#main .hero-section .section-wrapper .text-container .label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 158%;
  color: #333333;
}

#main .hero-section .section-wrapper .text-container .button {
  width: 200px;
  height: 50px;
  background: #C92B21;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  margin: 50px 0 0;
}

#main .hero-section .section-wrapper .text-container .button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#main .hero-section .section-wrapper #google-map {
  height: 600px;
  width: 900px;
  margin-left: 80px;
  border-radius: 2%;
}
/*# sourceMappingURL=contact.css.map */