html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'galano_grotesqueregular', sans-serif;
  color: #222;
}
html h1, body h1 {
  font-family: 'galano_grotesqueheavy' !important;
  color: #e9e9e9;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: -13px;
  top: 0px;
}
html h2, body h2 {
  font-family: 'galano_grotesque_altsemibold';
  font-size: 32px;
}
html p, body p {
  font-family: 'galano_grotesqueregular';
  font-size: 16px;
}
html a, body a {
  font-family: 'galano_grotesqueregular';
  text-decoration: none !important;
  color: #222 !important;
}
body h3 {
    font-family: 'galano_grotesque_altsemibold';
}

#h1-wrap {
  position: relative;
  overflow-x: hidden !important;
  height: 260px;
  width: 100%;
}

h1 {
    font-size: 200px !important;
}

body {
  background-color: #ffffff;
}

.underline {
  text-decoration: underline;
  text-decoration-color: #19CEAE;
  text-decoration-thickness: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

#menu-spacing {
  height: 87px;
}

#contact {
    position: absolute;
    right: 50%;
    bottom: 0;
    height: 1px;
    width: 1px;
}

/*---------Contact Toggle START--------*/
#toggle-container {
  background: #f5f5f5;
  padding: 80px 30px 60px 30px;
}

#toggle-child {
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#toggle-child h2 {
  position: absolute;
  top: -121px;
  left: 0px;
  line-height: 43px;
}

.toggles {
  background: #fff;
  width: 47%;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
  padding: 40px 30px 30px 30px;
  transition-duration: 0.65s;
  cursor: pointer;
}

#toggle2 {
  margin-left: 6%;
  background: none;
  box-shadow: none;
}

#toggle2:hover {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.toggle-icon-wrap img {
  width: 80px;
}

.toggle-text-wrap h3 {
  font-size: 20px;
  line-height: 28px;
}
.toggle-text-wrap p {
  color: #6E6E6E;
  font-size: 16px;
}

/*---------Contact Toggle END--------*/
/*---------Contact Form START--------*/
#contact-parent {
  width: 100%;
  margin: 60px 0px;
}

#contact-child {
  max-width: 900px;
  margin: 0 auto;
}

#contact-heading {
  width: 100%;
  text-align: center;
}
#contact-heading p {
  max-width: 504px;
  margin: 16px auto 40px;
}

#info-n-form {
  display: flex;
}

.form-section {
  flex: 1;
  margin: 0 3%;
}

.contact-info {
  margin-bottom: 22px;
}
.contact-info img {
  max-width: 20px;
  max-height: 25px;
  margin-right: 10px;
}

/*--Form--*/
label {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-family: 'galano_grotesquemedium';
}

input, textarea {
  width: 100%;
  border: 1px solid #999;
  border-radius: 3px;
  font-family: 'galano_grotesqueregular';
  box-sizing: border-box;
}

input {
  height: 38px;
  padding: 0px 8px 0px 8px;
}

#file-input {
  border: none;
}

input[type=file] {
  display: none;
}

.file-input-btn {
  border: 1px solid #333;
  border-radius: 100px;
  padding: 9px 0px;
  transition: all 0.3s ease;
  width: 47%;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  margin: 0;
}

.file-input-btn:hover {
  background: #333;
  color: #fff;
  transform: translateY(1px);
}

textarea {
  height: 110px;
  resize: none;
  padding: 8px 8px 0px 8px;
  margin-bottom: 15px;
}

textarea:focus, input:focus {
  outline: none;
}

form button {
  background: #333;
  border: 1px solid #333;
  border-radius: 100px;
  padding: 8px 0px;
  transition: all 0.3s ease;
  font-family: "Galano Grotesque";
  font-size: 15px;
  width: 47%;
  color: #fff;
  float: right;
  cursor: pointer;
}

form button:hover {
  background: none;
  color: #222;
  transform: translateY(1px);
}

/*---------Contact Form END--------*/
/*----Responsive - Mobile----*/
@media only screen and (max-width: 431px) {
  #home-nav {
    display: none;
  }
  #h1-wrap {
    height: 150px;
  }
  h1 {
    font-size: 94px !important;
    right: -5px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  #header-spacing {
    height: 150px;
  }
  #toggle-container {
    padding: 50px 10px 45px 10px;
  }
  #toggle-child h2 {
    top: -92px;
  }
  .toggles {
    padding: 20px;
  }
  .toggle-text-wrap h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0 0;
  }
  .toggle-text-wrap p {
    display: none;
  }
  .no-mobile {
    display: none;
  }
  #contact-parent {
    margin: 48px auto;
    width: 90%;
  }
  #contact-heading p {
    margin: 18px auto 30px;
  }
  #info-n-form {
    display: block;
  }
  .form-section {
    display: block;
  }
  #form {
    margin-bottom: 17px;
  }
  #info {
    display: none;
  }
}/*# sourceMappingURL=contact.css.map */