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: -15px;
  top: 0px;
}
html h2, body h2 {
  font-family: 'galano_grotesque_altbold';
  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 {
    font-size: 200px !important;
}

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

#body-wrap {
    min-height: 100vh;
}

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;
}

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

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

.toggles {
  background: none;
  width: 47%;
  border-radius: 5px;
  padding: 40px 30px 30px 30px;
  transition-duration: 0.65s;
  cursor: pointer;
}

.toggles: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);
}

#toggle2 {
  margin-left: 6%;
}

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

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

/*---------Services Toggle END--------*/
/*----Responsive - Mobile----*/
@media only screen and (max-width: 431px) {
  #home-nav {
    display: none;
  }
  h1 {
    font-size: 94px !important;
    right: -15px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  #header-spacing {
    height: 150px;
  }
  #toggle-container {
    padding: 80px 10px 45px 10px;
  }
  #toggle-child h2 {
    top: -125px;
  }
  .toggles {
    padding: 20px;
  }
  .toggle-text-wrap h3 {
    font-size: 16px !important;
    line-height: 20px;
    margin: 15px 0 0;
  }
  .toggle-text-wrap p {
    display: none;
  }
  #web-services {
    margin: 50px auto 20px;
  }
  #web-services h2 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #web-services p {
    padding: 0 10px;
    line-height: 22px;
    margin-bottom: 0;
  }
  #features-parent {
    margin-bottom: 60px;
  }
  #features-child {
    display: block;
  }
  .features {
    display: inline-block;
    width: 49.5%;
    padding: 0 10px;
    vertical-align: top;
    margin-top: 30px;
  }
  #carousel-wrap .slick-slide {
    margin: 0 15px;
  }
  #carousel-wrap .container {
    margin: 35px 0;
  }
  .prev, .prevv {
    left: 10px;
  }
  .next, .nextt {
    right: 10px;
  }
  #contact-heading p {
    margin: 18px auto 30px;
  }
  #info-n-form {
    display: block;
  }
  .form-section {
    display: block;
  }
  #form {
    margin-bottom: 17px;
  }
  #info {
    display: none;
  }
}
/*----Responsive - Mobile----*/
@media only screen and (max-width: 431px) {
  #home-nav {
    display: none;
  }
  #h1-wrap {
    height: 150px;
  }
  h1 {
    font-size: 94px !important;
    right: -15px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  #header-spacing {
    height: 150px;
  }
  #toggle-container {
    padding: 80px 10px 45px 10px;
  }
  #toggle-child h2 {
    top: -125px;
  }
  .toggles {
    padding: 20px;
  }
  .toggle-text-wrap h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0 0;
  }
  .toggle-text-wrap p {
    display: none;
  }
  #web-services {
    margin: 50px auto 20px;
  }
  #web-services h2 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #web-services p {
    padding: 0 10px;
    line-height: 22px;
    margin-bottom: 0;
  }
  #features-parent {
    margin-bottom: 60px;
  }
  #features-child {
    display: block;
  }
  .features {
    display: inline-block;
    width: 49.5%;
    padding: 0 10px;
    vertical-align: top;
    margin-top: 25px;
  }
  .features p {
    font-size: 14px;
  }
  #carousel-wrap .slick-slide {
    margin: 0 15px;
  }
  #carousel-wrap .container {
    margin: 35px 0;
  }
  #facts-heading h2 {
    font-size: 26px !important;
    margin: 15px 17px 20px;
    line-height: 32px;
  }
  #facts-child {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #facts-wrap {
    padding: 25px 0;
  }
  .fact {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding: 0 20px;
  }
  .fact img {
    width: 200px;
    margin-bottom: 17px;
  }
  .fact p {
    font-size: 15px;
    margin: 0 0 25px 0;
  }
  .no-mobile {
    display: none;
  }
  #faq-wrap {
    padding: 25px 18px 40px;
  }
  #faq-child {
    display: block;
  }
  #faq-heading, #faq-wrap {
    display: block;
    flex: none;
  }
  #faq-heading h2 {
    line-height: 35px;
    margin-bottom: 25px;
  }
  .exp-btn {
    padding: 15px;
  }
  #eg-wrap {
    margin: 50px 0 30px;
  }
  #eg-child {
    padding: 0 20px;
  }
  .middle-mock {
    margin: 0;
  }
  .mockups {
    width: 100%;
    margin-bottom: 40px;
  }
  #start-parent {
    margin-top: 0;
    padding: 30px 25px;
  }
  #start-heading {
    text-align: center;
  }
  #options-wrap {
    display: block;
  }
  .option-parent {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    padding: 15px 22px 10px 22px;
  }
  .option-parent p {
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=services.css.map */