/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url('https://fonts.googleapis.com/css?family=Monda:400,700|Open+Sans:400,700,800');
@import "timeline";
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/*
 font-family: 'Open Sans', sans-serif;
 font-family: 'Monda', sans-serif;*/
@font-face {
  font-family: 'Aileron-Black';
  src: url('../../../../fonts/Aileron-Black.eot');
  src: url('../../../../fonts/Aileron-Black.eot#iefix') format('embedded-opentype'), url('../../../../fonts/Aileron-Black.woff2') format('woff2'), url('../../../../fonts/Aileron-Black.woff') format('woff'), url('../../../../fonts/Aileron-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron-Regular';
  src: url('../../../../fonts/Aileron-Regular.eot');
  src: url('../../../../fonts/Aileron-Regular.eot#iefix') format('embedded-opentype'), url('../../../../fonts/Aileron-Regular.woff2') format('woff2'), url('../../../../fonts/Aileron-Regular.woff') format('woff'), url('../../../../fonts/Aileron-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron-Thin';
  src: url('../../../../fonts/Aileron-Thin.eot');
  src: url('../../../../fonts/Aileron-Thin.eot#iefix') format('embedded-opentype'), url('../../../../fonts/Aileron-Thin.woff2') format('woff2'), url('../../../../fonts/Aileron-Thin.woff') format('woff'), url('../../../../fonts/Aileron-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
/* line 37, templates/g5_helium/custom/scss/custom.scss */
.h2 {
  font-size: 55px;
  font-family: 'Monda', sans-serif;
}
/* line 42, templates/g5_helium/custom/scss/custom.scss */
h3 {
  font-size: 48px;
  font-family: 'Aileron-Black';
  font-weight: 800;
  color: #191f39;
}
/* line 49, templates/g5_helium/custom/scss/custom.scss */
h4 {
  font-size: 35px;
  font-family: 'Aileron-Black';
  font-weight: 800;
  color: #191f39;
  line-height: 40px;
}
/* line 57, templates/g5_helium/custom/scss/custom.scss */
p {
  color: black;
  font-size: 17px;
  font-family: 'open sans';
  line-height: 20px;
}
/* Header */
/* line 65, templates/g5_helium/custom/scss/custom.scss */
#g-navigation {
  background: #191f39;
  color: #fff;
  position: relative;
  z-index: 11;
}
/* line 72, templates/g5_helium/custom/scss/custom.scss */
a.header-social {
  font-size: 31.4px;
  margin-left: 10px;
  color: #b7e1fa;
  transition: 0.2s;
}
/* line 79, templates/g5_helium/custom/scss/custom.scss */
a.header-social:hover {
  margin-left: 10px;
  color: white;
}
/* line 84, templates/g5_helium/custom/scss/custom.scss */
span.g-menu-item-title {
  text-transform: uppercase;
  font-family: 'Aileron-Regular';
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 12px;
}
/* line 93, templates/g5_helium/custom/scss/custom.scss */
ul.g-toplevel {
  margin-top: 11px;
  margin-left: 15%;
}
/* Slider */
/* line 99, templates/g5_helium/custom/scss/custom.scss */
h2.slide-h2 {
  color: white;
  font-size: 85px;
  font-family: 'Aileron-Black';
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0px 0px 228px black;
  line-height: 85px;
}
/* line 109, templates/g5_helium/custom/scss/custom.scss */
.slider-sparkle {
  filter: drop-shadow(0px 0px 4px #091f42);
}
/* line 113, templates/g5_helium/custom/scss/custom.scss */
.slide-button {
  display: inline-block;
  margin-right: 20px;
  color: white;
  background-color: #191f39;
  padding: 20px 74px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Aileron-Regular';
  letter-spacing: 1.7px;
  transition: 0.65s;
  background-image: -webkit-linear-gradient(-45deg, rgba(25, 31, 57, 1) 0%, rgba(25, 31, 57, 1) 46%, rgba(255, 255, 255, 1) 50%, rgba(53, 76, 122, 1) 54%, rgba(11, 14, 25, 1) 99%);
  background-size: 300% auto;
  background-position: left;
}
/* line 129, templates/g5_helium/custom/scss/custom.scss */
.slide-button:hover {
  background-color: #0b0e19;
  background-position: right;
}
/* line 134, templates/g5_helium/custom/scss/custom.scss */
.slide-button::before {
  content: ' ';
  display: block;
  height: 24px;
  width: 24px;
  background-color: none;
  position: absolute;
  background-image: url('../../../../images/sparkle-small.png');
  transition: 2s;
  opacity: 0;
  margin-left: -20px;
  transform: rotate(0deg) scale(0.1, 0.1);
}
/* line 148, templates/g5_helium/custom/scss/custom.scss */
.slide-button:hover::before {
  content: ' ';
  display: block;
  margin-top: -20px;
  margin-left: -20px;
  transform: rotate(540deg) scale(1, 1);
  height: 24px;
  width: 24px;
  background-color: none;
  position: absolute;
  background-image: url('../../../../images/sparkle-small.png');
  animation-duration: 2s;
  animation-name: example;
}
/* line 163, templates/g5_helium/custom/scss/custom.scss */
.slide-button::after {
  content: ' ';
  display: block;
  height: 24px;
  width: 24px;
  background-color: none;
  position: absolute;
  background-image: url('../../../../images/sparkle-small.png');
  transition: 2s;
  animation-duration: 2s;
  opacity: 0;
  transform: rotate(0deg) scale(0.1, 0.1);
}
/* line 177, templates/g5_helium/custom/scss/custom.scss */
.slide-button:hover::after {
  content: ' ';
  display: block;
  margin-top: -45px;
  margin-left: -55px;
  transform: rotate(480deg) scale(1, 1);
  height: 24px;
  width: 24px;
  background-color: none;
  position: absolute;
  background-image: url('../../../../images/sparkle-small.png');
  animation-name: example;
}
@keyframes example {
  /* line 192, templates/g5_helium/custom/scss/custom.scss */
  0% {
    opacity: 0;
  }
  /* line 195, templates/g5_helium/custom/scss/custom.scss */
  50% {
    opacity: 1;
  }
  /* line 198, templates/g5_helium/custom/scss/custom.scss */
  100% {
    opacity: 0;
  }
}
/* line 203, templates/g5_helium/custom/scss/custom.scss */
.slide-button.normal-button a {
  color: white;
}
/* line 207, templates/g5_helium/custom/scss/custom.scss */
.slide-button.normal-button {
  padding: 10px 72px;
}
/* line 211, templates/g5_helium/custom/scss/custom.scss */
.buttons-container.slider-buttons.h-p-buttonbox {
  margin-top: 56px;
  margin-bottom: 72px;
}
/* line 216, templates/g5_helium/custom/scss/custom.scss */
.homepage-text {
  width: 69%;
  margin: 0 auto;
  margin-top: 37px;
}
/* line 222, templates/g5_helium/custom/scss/custom.scss */
h3.homepage-h3 {
  font-size: 48px;
  font-family: 'Aileron-Black';
  font-weight: 800;
  color: #191f39;
  margin-bottom: -6px;
}
/* line 230, templates/g5_helium/custom/scss/custom.scss */
section#g-specialduster {
  background-image: url('../../../../images/duster-bg.png');
  background-attachment: fixed;
}
/* line 235, templates/g5_helium/custom/scss/custom.scss */
section#g-specialduster {
  height: 560px;
  padding-top: 33px;
  overflow: hidden;
}
/* line 241, templates/g5_helium/custom/scss/custom.scss */
.z-index-high {
  position: relative;
  z-index: 999;
}
/* line 246, templates/g5_helium/custom/scss/custom.scss */
.z-index-low {
  position: relative;
  z-index: 1;
}
/* line 251, templates/g5_helium/custom/scss/custom.scss */
img.main-duster {
  position: relative;
  top: -347px;
  pointer-events: none;
  left: 31%;
  width: 70%;
  transform-origin: 20% 80%;
}
/* line 260, templates/g5_helium/custom/scss/custom.scss */
img.v-large-sparkle {
  position: relative;
  top: -760px;
}
/* line 265, templates/g5_helium/custom/scss/custom.scss */
section#g-specialduster {
  position: relative;
  background-position: right;
}
/* line 270, templates/g5_helium/custom/scss/custom.scss */
img.v-large-sparkle {
  position: absolute;
  z-index: 1000;
  top: 390px;
  right: 320px;
  animation: large 2s infinite;
}
@keyframes large {
  /* line 279, templates/g5_helium/custom/scss/custom.scss */
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  /* line 283, templates/g5_helium/custom/scss/custom.scss */
  50% {
    opacity: 1;
    margin-top: -40px;
  }
  /* line 287, templates/g5_helium/custom/scss/custom.scss */
  100% {
    opacity: 0;
    transform: rotate(180deg);
    margin-top: -40px;
  }
}
/* line 294, templates/g5_helium/custom/scss/custom.scss */
img.v-large-sparkle.v-large-sparkle-2 {
  top: 130px;
  width: 60px;
  animation: large 2.3s infinite;
}
/* line 300, templates/g5_helium/custom/scss/custom.scss */
img.v-large-sparkle.v-large-sparkle-3 {
  top: 130px;
  width: 60px;
  right: 19%;
  animation: large 2.3s infinite;
}
/* line 307, templates/g5_helium/custom/scss/custom.scss */
img.v-large-sparkle.v-large-sparkle-3 {
  top: 255px;
  width: 60px;
  right: 34%;
  animation: large 1.8s infinite;
}
/* Services */
/* line 315, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block {
  background-image: url('../../../../images/oven.png');
  background-repeat: no-repeat;
  height: 307px;
  padding-top: 108px;
  font-family: 'Aileron-Black';
  font-weight: 800;
  background-position: center;
  background-position-y: 7px;
}
/* line 326, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block p {
  font-size: 30px;
  text-align: center;
  color: #191f39;
  line-height: 30px;
}
/* line 333, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block.service-endoftenancy {
  background-image: url('../../../../images/endoftenancy.png');
}
/* line 337, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block.service-oven {
  background-image: url('../../../../images/oven.png');
}
/* line 341, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block.service-sparkle {
  background-image: url('../../../../images/sparkle.png');
}
/* line 345, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block.service-deep {
  background-image: url('../../../../images/deep.png');
}
/* line 349, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block.service-commercial {
  background-image: url('../../../../images/commercial.png');
}
/* line 353, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block.service-carpet {
  background-image: url('../../../../images/carpetupholstery.png');
}
/* line 357, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block.service-exterior {
  background-image: url('../../../../images/exteriorcleaning.png');
}
/* line 361, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block.service-jet {
  background-image: url('../../../../images/jetwashes.png');
}
/* line 365, templates/g5_helium/custom/scss/custom.scss */
a.service-link-a {
  display: block;
  padding-top: 98px;
  margin-top: -94px;
}
/* line 371, templates/g5_helium/custom/scss/custom.scss */
a.service-link-a {
  display: block;
  padding-top: 98px;
  margin-top: -94px;
  background-size: 300%;
  background-position: left;
  transition: 0.5s;
  color: #191f39;
}
/* line 381, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block:hover {
  transition: 0.3s;
}
/* line 385, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-25.service-block:hover {
  opacity: 0.8;
  filter: saturate(0);
}
/* line 390, templates/g5_helium/custom/scss/custom.scss */
.after-right::after {
  content: ' ';
  height: 240px;
  width: 1px;
  display: block;
  background-color: lightgray;
  margin-left: 101.3%;
  margin-top: -224px;
}
/* line 400, templates/g5_helium/custom/scss/custom.scss */
.before-top::before {
  content: ' ';
  display: block;
  height: 1px;
  width: 82%;
  background-color: lightgrey;
  position: relative;
  top: -128px;
  right: -10%;
}
/*a.service-link-a::after {
 content: ' ';
 display: block;
 height: 40px;
 width: 40px;
 background-color: none;
 position: absolute;
 background-image: url(../../../..images/v-large-sparkle.png?5bf556ff);
 transition: 2s;
 animation-duration: 2s;
 transform: rotate(0deg) scale(0.9, 0.9);
 /* background-color: red; */
/*background-size: cover;
 position: relative;
 top: -180px;
 left: 70px;
 opacity: 0;
 }
 a.service-link-a:hover::after {
 content: ' ';
 opacity: 1;
 animation: large 1.2s infinite;
 filter: drop-shadow(1px 1px 4px grey)
 }*/
/* footer */
/* line 437, templates/g5_helium/custom/scss/custom.scss */
section#g-footertop {
  background-color: #191f39;
  color: white;
}
/* line 442, templates/g5_helium/custom/scss/custom.scss */
section#g-footertop a {
  color: white;
}
/* line 446, templates/g5_helium/custom/scss/custom.scss */
section#g-footertop p {
  color: white;
}
/* line 450, templates/g5_helium/custom/scss/custom.scss */
section#g-footertop a:hover {
  color: #b7e1fa;
}
/* line 454, templates/g5_helium/custom/scss/custom.scss */
section#g-footertop .fa {
  color: #b7e1fa;
}
/* line 458, templates/g5_helium/custom/scss/custom.scss */
section#g-footertop .fa:hover {
  color: white;
}
/* line 462, templates/g5_helium/custom/scss/custom.scss */
a.footer-phone {
  font-size: 30px;
  font-family: 'Aileron-Black';
}
/* line 467, templates/g5_helium/custom/scss/custom.scss */
a.footer-email {
  font-size: 18px;
  font-family: 'Aileron-Regular';
}
/* line 472, templates/g5_helium/custom/scss/custom.scss */
section#g-footertop {
  background-color: #191f39;
  color: white;
  padding-top: 30px;
  padding-bottom: 27px;
}
/* line 479, templates/g5_helium/custom/scss/custom.scss */
section#g-footertop p {
  color: white;
  font-size: 14px;
  margin-top: 60px;
}
/* line 485, templates/g5_helium/custom/scss/custom.scss */
h3.skype {
  font-size: 37px;
  transition: 0.2s;
}
/* line 490, templates/g5_helium/custom/scss/custom.scss */
h3.skype:hover {
  color: white;
}
/* line 494, templates/g5_helium/custom/scss/custom.scss */
i.fa.fa-skype {
  font-size: 50px;
}
/* line 498, templates/g5_helium/custom/scss/custom.scss */
img.phone-vector-image {
  width: 102%;
}
/* Services Page */
/* line 503, templates/g5_helium/custom/scss/custom.scss */
.outline-11 div#custom-1910-particle {
  background-image: url('../../../../images/services-bg.jpg');
  height: 400px;
  background-size: cover;
}
/* line 509, templates/g5_helium/custom/scss/custom.scss */
.service-image {
  height: 131px;
  width: 130px;
  background-size: cover;
  margin-top: -20px;
}
/* line 516, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-80.service-grid p {
  font-weight: 100;
}
/* line 520, templates/g5_helium/custom/scss/custom.scss */
h3.service-name {
  font-size: 30px;
}
/* line 524, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-80.service-grid {
  margin-left: -77px;
  margin-bottom: 38px;
}
/* line 529, templates/g5_helium/custom/scss/custom.scss */
h3.service-name {
  font-size: 30px;
  margin-bottom: -17px;
}
/* line 534, templates/g5_helium/custom/scss/custom.scss */
h3.page-title {
  float: left;
  margin-left: 13%;
  margin-top: 54px;
  font-size: 41px;
  letter-spacing: 1.6px;
}
/* line 542, templates/g5_helium/custom/scss/custom.scss */
.buttons-container.slider-buttons.h-p-buttonbox.service-buttons {
  margin-top: -35px;
  margin-left: 13%;
}
/* About */
/* line 548, templates/g5_helium/custom/scss/custom.scss */
.outline-13 #g-slider {
  background-image: url('../../../../images/about-bg.jpg');
  height: 400px;
  background-size: cover;
}
/* line 554, templates/g5_helium/custom/scss/custom.scss */
.homepage-text.other-text {
  width: 100%;
}
/* line 558, templates/g5_helium/custom/scss/custom.scss */
img.services-image {
  margin-top: 154px;
}
/* line 562, templates/g5_helium/custom/scss/custom.scss */
.outline-13 h3 {
  font-size: 42px;
  font-family: 'Aileron-Black';
  font-weight: 800;
  color: #191f39;
}
/* contact us */
/* line 570, templates/g5_helium/custom/scss/custom.scss */
.outline-14 #g-slider {
  background-image: url('../../../../images/contact-bg.jpg');
  height: 400px;
  background-size: cover;
}
/* line 576, templates/g5_helium/custom/scss/custom.scss */
.outline-14 h3 {
  font-size: 42px;
  font-family: 'Aileron-Black';
  font-weight: 800;
  color: #191f39;
  transition: 0.2s;
}
/* line 584, templates/g5_helium/custom/scss/custom.scss */
.outline-14 h3.h3link:hover {
  color: grey;
}
/* line 588, templates/g5_helium/custom/scss/custom.scss */
.contact-socials a.header-social {
  color: #191f39;
  font-size: 39px;
  transition: 0.2s;
}
/* line 594, templates/g5_helium/custom/scss/custom.scss */
.contact-socials a.header-social:hover {
  color: grey;
}
/* line 598, templates/g5_helium/custom/scss/custom.scss */
p.contact-link {
  font-size: 22px;
  margin-top: -32px;
  color: #191f39;
  transition: 0.2s;
}
/* line 605, templates/g5_helium/custom/scss/custom.scss */
p.contact-link:hover {
  font-size: 22px;
  margin-top: -32px;
  color: grey;
}
/* line 611, templates/g5_helium/custom/scss/custom.scss */
.contact-socials::before {
  content: ' ';
  position: absolute;
  background-image: url('../../../../images/sparkles-blue.png');
  height: 120px;
  width: 103px;
  background-repeat: no-repeat;
  background-size: original;
  margin-left: -186px;
  margin-top: -50px;
}
/* line 623, templates/g5_helium/custom/scss/custom.scss */
img.contact-phone-image {
  width: 150px;
  margin-top: 50px;
}
/* line 628, templates/g5_helium/custom/scss/custom.scss */
.outline-14 #g-content3 {
  background-color: #b7e1fa;
}
/* line 632, templates/g5_helium/custom/scss/custom.scss */
.outline-14 #g-content3 h3 {
  font-size: 41px;
  font-family: 'Aileron-Black';
  font-weight: 800;
  color: #191f39;
  transition: 0.2s;
  line-height: 46px;
  margin-top: 28px;
}
/* line 642, templates/g5_helium/custom/scss/custom.scss */
h3.skype.skype-contact {
  font-size: 23px !important;
  display: block;
  margin-top: -4px;
}
/* line 648, templates/g5_helium/custom/scss/custom.scss */
.outline-14 i.fa.fa-skype {
  position: relative;
  top: 10px;
  margin-right: 10px;
}
/* line 654, templates/g5_helium/custom/scss/custom.scss */
section#g-testimonials {
  background-color: white;
  background-image: none;
}
/* line 659, templates/g5_helium/custom/scss/custom.scss */
#g-testimonials:before {
  display: none;
}
/* line 663, templates/g5_helium/custom/scss/custom.scss */
h3.contact-h3 {
  color: white;
  text-align: center;
  padding-top: 43px;
}
/* line 669, templates/g5_helium/custom/scss/custom.scss */
.contact-box {
  background-color: #191f39;
  position: relative;
}
/* line 674, templates/g5_helium/custom/scss/custom.scss */
.animated-stars-1 {
  background-image: url('../../../../images/sparkle-large.png');
  height: 45px;
  background-size: cover;
  width: 43px;
  position: absolute;
  animation: large 2.08s infinite;
  top: 91px;
  left: 15%;
}
/* line 685, templates/g5_helium/custom/scss/custom.scss */
.animated-stars-2 {
  background-image: url('../../../../images/sparkle-large.png');
  height: 25px;
  background-size: cover;
  width: 25px;
  position: absolute;
  animation: large 2.37s infinite;
  top: 125px;
  left: 10%;
}
/* line 696, templates/g5_helium/custom/scss/custom.scss */
.animated-stars-3 {
  background-image: url('../../../../images/sparkle-large.png');
  height: 25px;
  background-size: cover;
  width: 25px;
  position: absolute;
  animation: large 1.83s infinite;
  top: 210px;
  left: 9%;
}
/* line 707, templates/g5_helium/custom/scss/custom.scss */
.animated-stars-4 {
  background-image: url('../../../../images/sparkle-large.png');
  height: 45px;
  background-size: cover;
  width: 43px;
  position: absolute;
  animation: large 2.52s infinite;
  top: 276px;
  left: 88%;
}
/* line 718, templates/g5_helium/custom/scss/custom.scss */
input#Name, input#Phone, input#Email, textarea#Message {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  margin-bottom: 17px;
  border-radius: 0px;
  padding: 31px;
}
/* line 731, templates/g5_helium/custom/scss/custom.scss */
textarea#Message {
  height: 175px;
}
/* line 735, templates/g5_helium/custom/scss/custom.scss */
input#Name::placeholder, input#Phone::placeholder, input#Email::placeholder, textarea#Message::placeholder {
  color: #191f39;
}
/* line 742, templates/g5_helium/custom/scss/custom.scss */
textarea#Message {
  padding-top: 17px;
}
/* line 746, templates/g5_helium/custom/scss/custom.scss */
button#Send {
  color: black;
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Aileron-Regular';
  letter-spacing: 2px;
  font-weight: 600;
  float: right;
  margin-right: 15%;
  padding: 13px 77px;
  background-color: white;
  margin-bottom: 60px;
  transition: 0.2s;
  border: 1px solid #fff;
}
/* line 762, templates/g5_helium/custom/scss/custom.scss */
button#Send:hover {
  background-color: #101423;
  color: white;
  border: 1px solid white;
}
/* OUTLINE 15 TESTIMONIALS */
/* line 769, templates/g5_helium/custom/scss/custom.scss */
.g-block.size-15.bullet-sparkle.wow.fadeInLeft {
  background-image: url('../../../../images/sparkle-darkblue.png');
  background-repeat: no-repeat;
  margin-top: 25px;
  margin-right: -7px;
}
/* line 776, templates/g5_helium/custom/scss/custom.scss */
p.testimonial-main {
  text-align: left;
  margin-left: 2px;
  width: 108%;
  font-family: 'Aileron-Regular';
  font-size: 19px;
}
/* line 784, templates/g5_helium/custom/scss/custom.scss */
p.testimonial-name {
  text-align: left;
}
/* line 788, templates/g5_helium/custom/scss/custom.scss */
.outline-15 #g-slider {
  background-image: url('../../../../images/testimonials-bg.jpg');
  height: 400px;
  background-size: cover;
}
/* line 794, templates/g5_helium/custom/scss/custom.scss */
.outline-15 h3 {
  font-size: 42px;
  font-family: 'Aileron-Black';
  font-weight: 800;
  color: #191f39;
  transition: 0.2s;
}
/* line 802, templates/g5_helium/custom/scss/custom.scss */
img.trustpilot {
  margin-top: -114px;
  margin-bottom: -42px;
}
/* line 807, templates/g5_helium/custom/scss/custom.scss */
.outline-15 section#g-footertop {
  margin-top: -2px;
}
/* line 811, templates/g5_helium/custom/scss/custom.scss */
img.top-logo {
  max-width: none;
  margin-top: -19px;
}
/* line 816, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0);
  color: #b7e1fa;
}
/* Cookies and Privacy - OUTLINE 16 */
/* line 822, templates/g5_helium/custom/scss/custom.scss */
.outline-16 #g-slider {
  background-image: url('../../../../images/about-bg.jpg');
  height: 400px;
  background-size: cover;
}
/* line 828, templates/g5_helium/custom/scss/custom.scss */
.homepage-text.other-text {
  width: 100%;
}
/* line 832, templates/g5_helium/custom/scss/custom.scss */
.outline-16 h3 {
  font-size: 42px;
  font-family: 'Aileron-Black';
  font-weight: 800;
  color: #191f39;
}
/* SMALL DESKTOPS */
@media only screen and (max-width: 1800px) {
  /* line 841, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    position: relative;
    background-position: right;
    background-position-x: 0%;
  }
}
@media only screen and (max-width: 1500px) {
  /* line 849, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    color: white;
    font-size: 73px;
    font-family: 'Aileron-Black';
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 0px 228px black;
    line-height: 66px;
  }
  /* line 858, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    position: relative;
    background-position: right;
    background-position-x: 45%;
  }
  /* line 863, templates/g5_helium/custom/scss/custom.scss */
  img.v-large-sparkle.v-large-sparkle-3 {
    top: 255px;
    width: 60px;
    right: 22%;
    animation: large 1.8s infinite;
  }
  /* line 869, templates/g5_helium/custom/scss/custom.scss */
  img.v-large-sparkle.v-large-sparkle-2 {
    top: 130px;
    width: 60px;
    right: 7%;
    animation: large 2.3s infinite;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 878, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    color: white;
    font-size: 53px;
    font-family: 'Aileron-Black';
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 0px 228px black;
    line-height: 50px;
  }
  /* line 887, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    color: white;
    font-size: 53px;
    font-family: 'Aileron-Black';
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 0px 228px black;
    line-height: 50px;
  }
  /* line 896, templates/g5_helium/custom/scss/custom.scss */
  span.g-menu-item-title {
    text-transform: uppercase;
    font-family: 'Aileron-Regular';
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    margin-right: 3px;
  }
  /* line 904, templates/g5_helium/custom/scss/custom.scss */
  .homepage-text {
    width: 100%;
    margin: 0 auto;
    margin-top: 37px;
  }
  /* line 909, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    background-attachment: fixed;
    background-position-x: -326px;
  }
  /* line 913, templates/g5_helium/custom/scss/custom.scss */
  h3.service-name {
    margin-left: 20px;
  }
  /* line 916, templates/g5_helium/custom/scss/custom.scss */
  p.service-description {
    margin-left: 20px;
  }
  /* line 919, templates/g5_helium/custom/scss/custom.scss */
  .service-image {
    height: 94px;
    width: 94px;
    background-size: cover;
    margin-top: -10px;
  }
  /* line 925, templates/g5_helium/custom/scss/custom.scss */
  .buttons-container.slider-buttons.h-p-buttonbox {
    display: block;
    width: 200%;
  }
  /* line 929, templates/g5_helium/custom/scss/custom.scss */
  .outline-9 .buttons-container.slider-buttons.h-p-buttonbox {
    display: block;
    width: 100%;
  }
}
/* line 935, templates/g5_helium/custom/scss/custom.scss */
h3.services-h3-new {
  font-size: 40px;
  text-align: center;
}
/* line 940, templates/g5_helium/custom/scss/custom.scss */
.service-image {
  height: 131px;
  width: 130px;
  background-size: cover;
  margin-top: 32px;
}
/* line 947, templates/g5_helium/custom/scss/custom.scss */
.outline-11 h3.page-title {
  float: left;
  margin-left: 13%;
  margin-top: 38px;
  font-size: 41px;
  letter-spacing: 1.6px;
}
/* line 955, templates/g5_helium/custom/scss/custom.scss */
.outline-14 section#g-content1 {
  margin-top: 21px;
}
/* line 959, templates/g5_helium/custom/scss/custom.scss */
.outline-15 section#g-content1 {
  margin-top: 20px;
}
/* line 963, templates/g5_helium/custom/scss/custom.scss */
.outline-14 h3.h3link {
  margin-top: -36px;
}
/* line 967, templates/g5_helium/custom/scss/custom.scss */
.outline-14 .contact-socials {
  margin-bottom: 30px;
}
/* line 971, templates/g5_helium/custom/scss/custom.scss */
img.contact-phone-image {
  width: 150px;
  margin-top: 37px;
}
@media only screen and (max-width: 959px) {
  /* line 976, templates/g5_helium/custom/scss/custom.scss */
  /* Mobile Menu */
  /* Mobile Menu */
  /* Mobile Menu */
  /* line 977, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .g-block.size-18 {
    white-space: nowrap;
    margin-right: 50px;
  }
  /* line 981, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    position: absolute;
    left: 50% !important;
    color: white;
    font-size: 47px;
  }
  /* line 987, templates/g5_helium/custom/scss/custom.scss */
  img.top-logo {
    position: absolute;
    left: 0px;
  }
  /* line 991, templates/g5_helium/custom/scss/custom.scss */
  img.top-logo {
    width: 183px;
    margin-top: -8px;
    margin-left: 36px;
  }
  /* line 996, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-18 {
    white-space: nowrap;
    position: absolute;
    right: 0;
    color: white;
  }
  /* line 1002, templates/g5_helium/custom/scss/custom.scss */
  section#g-navigation {
    height: 100px;
  }
  /* line 1005, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    background-image: url('../../../../images/menu.png');
    background-size: cover;
    height: 55px;
    width: 49px;
  }
  /* line 1011, templates/g5_helium/custom/scss/custom.scss */
  i.fa.fa-fw.fa-bars {
    display: none;
  }
  /* line 1014, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    color: white;
    font-size: 61px;
    font-family: 'Aileron-Black';
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 0px 228px black;
    line-height: 78px;
  }
  /* line 1023, templates/g5_helium/custom/scss/custom.scss */
  .slider-sparkle-1 {
    margin-left: -60px;
    margin-top: 80px;
  }
  /* line 1027, templates/g5_helium/custom/scss/custom.scss */
  .outline-9 #g-slider .slide-button {
    margin-top: 209px;
    margin-left: -20p;
  }
  /* line 1031, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    color: white;
    font-size: 61px;
    font-family: 'Aileron-Black';
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 0px 228px black;
    line-height: 78px;
    margin-left: -47px;
  }
  /* line 1041, templates/g5_helium/custom/scss/custom.scss */
  .buttons-container.slider-buttons {
    margin-left: -48px;
  }
  /* line 1044, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    color: white;
    font-size: 61px;
    font-family: 'Aileron-Black';
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 0px 228px black;
    line-height: 78px;
    margin-left: -45px;
    margin-top: 94px;
  }
  /* line 1055, templates/g5_helium/custom/scss/custom.scss */
  a.header-social {
    font-size: 31.4px;
    margin-left: 11px;
    color: #b7e1fa;
    transition: 0.2s;
  }
  /* line 1061, templates/g5_helium/custom/scss/custom.scss */
  .outline-9 .buttons-container.slider-buttons.h-p-buttonbox {
    display: block;
    width: 100%;
  }
  /* line 1065, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-46.z-index-high {
    flex: 0 54%;
  }
  /* line 1068, templates/g5_helium/custom/scss/custom.scss */
  img.v-large-sparkle {
    position: absolute;
    z-index: 1000;
    top: 390px;
    right: 126px;
    animation: large 2s infinite;
  }
  /* line 1075, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    background-attachment: none !important;
    background-position-x: -742px;
  }
  /* line 1079, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-25.service-block p {
    font-size: 24px;
    text-align: center;
    color: #191f39;
    line-height: 30px;
  }
  /* line 1085, templates/g5_helium/custom/scss/custom.scss */
  img.phone-vector-image {
    width: 102%;
    margin-top: 20px;
  }
  /* line 1089, templates/g5_helium/custom/scss/custom.scss */
  .service-image {
    height: 76px;
    width: 84px;
    background-size: cover;
    margin-top: 32px;
    margin-left: 10px;
  }
  /* line 1096, templates/g5_helium/custom/scss/custom.scss */
  .homepage-text.other-text {
    margin-left: 23px;
  }
  /* line 1099, templates/g5_helium/custom/scss/custom.scss */
  .buttons-container.slider-buttons.h-p-buttonbox {
    margin-left: 28px;
  }
  /* line 1102, templates/g5_helium/custom/scss/custom.scss */
  img.contact-phone-image {
    width: 171px;
    margin-top: 37px;
    position: absolute;
    left: 36px;
    width: 26%;
  }
  /* line 1109, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-56 {
    flex: 0 68%;
  }
  /* line 1112, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-80.service-grid {
    margin-left: -51px;
    margin-bottom: 12px;
  }
  /* line 1116, templates/g5_helium/custom/scss/custom.scss */
  .outline-11 h3.page-title {
    float: left;
    margin-left: 3%;
    margin-top: 38px;
    font-size: 41px;
    letter-spacing: 1.6px;
  }
  /* line 1123, templates/g5_helium/custom/scss/custom.scss */
  h3.page-title {
    margin-bottom: -23px;
  }
  /* line 1126, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    margin-top: 6px;
  }
  /* line 1129, templates/g5_helium/custom/scss/custom.scss */
  .outline-10 #g-slider, .outline-11 #g-slider, .outline-12 #g-slider, .outline-13 #g-slider, .outline-14 #g-slider, .outline-15 #g-slider {
    height: 200px;
  }
  /* line 1137, templates/g5_helium/custom/scss/custom.scss */
  .outline-11 div#custom-1910-particle {
    height: 200px;
    background-size: cover;
  }
  /* line 1141, templates/g5_helium/custom/scss/custom.scss */
  .outline-15 h3 {
    font-size: 42px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    transition: 0.2s;
    margin-left: -50%;
    clear: both;
    margin-top: 17px;
  }
  /* line 1151, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-80.service-grid {
    margin-left: -20px;
    margin-bottom: 12px;
  }
  /* line 1155, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-15.bullet-sparkle.wow.fadeInLeft {
    margin-top: 25px;
    margin-right: -29px;
    margin-left: 20px;
  }
  /* line 1160, templates/g5_helium/custom/scss/custom.scss */
  section#g-instagram h3 {
    text-align: center !important;
    margin-left: 0px;
  }
  /* line 1164, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    margin-left: -4%;
  }
  /* line 1170, templates/g5_helium/custom/scss/custom.scss */
  #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    background: #101423;
  }
  /* line 1173, templates/g5_helium/custom/scss/custom.scss */
  #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: #101423;
  }
  /* line 1176, templates/g5_helium/custom/scss/custom.scss */
  ul.g-toplevel {
    margin-top: 100px !important;
  }
  /* line 1179, templates/g5_helium/custom/scss/custom.scss */
  span.g-menu-item-content {
    margin-left: 50px;
    text-align: center !important;
  }
  /* line 1183, templates/g5_helium/custom/scss/custom.scss */
  .after-right::after {
    content: ' ';
    display: none;
  }
  /* line 1187, templates/g5_helium/custom/scss/custom.scss */
  .before-top::before {
    content: ' ';
    display: none;
  }
  /* line 1191, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-25.service-block {
    background-position-y: 7px;
  }
  /* line 1194, templates/g5_helium/custom/scss/custom.scss */
  section#g-footertop p {
    color: white;
    font-size: 14px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1202, templates/g5_helium/custom/scss/custom.scss */
  .outline-9 #g-slider .slide-button {
    margin-top: 209px;
    margin-left: -20p;
    display: none;
  }
  /* line 1207, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .g-block.size-18 {
    white-space: nowrap;
    margin-right: 50px;
    display: none;
  }
  /* line 1212, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    margin-left: 36%;
  }
  /* line 1215, templates/g5_helium/custom/scss/custom.scss */
  img.top-logo {
    width: 183px;
    margin-top: -8px;
    margin-left: -62px;
  }
  /* line 1220, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    white-space: normal;
    width: 180%;
  }
  /* line 1224, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 br {
    display: none;
  }
  /* line 1227, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    white-space: normal;
    width: 62%;
  }
  /* line 1231, templates/g5_helium/custom/scss/custom.scss */
  h3.homepage-h3 {
    font-size: 36px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    margin-bottom: -6px;
    white-space: nowrap;
  }
  /* line 1239, templates/g5_helium/custom/scss/custom.scss */
  .slide-button.normal-button {
    padding: 10px 72px;
    margin-bottom: 25px;
    min-width: 266px;
  }
  /* line 1244, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-24 {
    flex: 0 100%;
  }
  /* line 1247, templates/g5_helium/custom/scss/custom.scss */
  img.phone-vector-image {
    width: 25%;
    margin-top: 20px;
  }
  /* line 1251, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-46.z-index-high {
    flex: 0 100%;
  }
  /* line 1254, templates/g5_helium/custom/scss/custom.scss */
  h4 {
    font-size: 28px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    line-height: 33px;
    margin-top: -20px;
  }
  /* line 1262, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster .g-container {
    width: 41rem !important;
  }
  /* line 1265, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    height: 621px;
    padding-top: 33px;
    overflow: hidden;
  }
  /* line 1270, templates/g5_helium/custom/scss/custom.scss */
  img.main-duster {
    position: relative;
    top: -457px;
    pointer-events: none;
    left: -4%;
    width: 148%;
    transform-origin: 20% 80%;
    max-width: none;
  }
  /* line 1279, templates/g5_helium/custom/scss/custom.scss */
  img.main-duster {
    position: relative;
    top: -457px;
    pointer-events: none;
    left: -4%;
    width: 148%;
    transform-origin: 20% 80%;
    max-width: none;
    display: none;
  }
  /* line 1289, templates/g5_helium/custom/scss/custom.scss */
  img.v-large-sparkle.v-large-sparkle-3, img.v-large-sparkle.v-large-sparkle-2, img.v-large-sparkle.v-large-sparkle-1 {
    z-index: 0;
  }
  /* line 1294, templates/g5_helium/custom/scss/custom.scss */
  img.v-large-sparkle {
    z-index: 1;
  }
  /* line 1297, templates/g5_helium/custom/scss/custom.scss */
  .buttons-container.slider-buttons.h-p-buttonbox {
    margin-left: 10px;
  }
  /* line 1300, templates/g5_helium/custom/scss/custom.scss */
  h3.homepage-h3 {
    font-size: 28px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    margin-bottom: -6px;
    white-space: nowrap;
  }
  /* line 1308, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    color: white;
    font-size: 41px;
    font-family: 'Aileron-Black';
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 0px 228px black;
    line-height: 57px;
    margin-left: 0%;
    margin-top: 48px;
  }
  /* line 1319, templates/g5_helium/custom/scss/custom.scss */
  img.top-logo {
    width: 183px;
    margin-top: -6px;
    margin-left: 5%;
  }
  /* line 1324, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-50 {
    text-align: center;
  }
  /* line 1327, templates/g5_helium/custom/scss/custom.scss */
  a.service-link-a {
    display: block;
    padding-top: 98px;
    margin-top: -94px;
    background-size: 300%;
    background-position: left;
    transition: 0.5s;
    color: #191f39;
  }
  /* line 1336, templates/g5_helium/custom/scss/custom.scss */
  h3.skype {
    font-size: 30px;
    transition: 0.2s;
  }
  /* line 1340, templates/g5_helium/custom/scss/custom.scss */
  .after-right::after {
    content: ' ';
    display: none;
  }
  /* line 1344, templates/g5_helium/custom/scss/custom.scss */
  #g-footertop .g-grid {
    flex-flow: column-reverse;
  }
  /* line 1347, templates/g5_helium/custom/scss/custom.scss */
  #g-footertop .g-block.size-50 {
    width: 100%;
  }
  /* line 1350, templates/g5_helium/custom/scss/custom.scss */
  .before-top::before {
    content: ' ';
    display: none;
  }
  /* line 1354, templates/g5_helium/custom/scss/custom.scss */
  h4 {
    font-size: 22px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    line-height: 22px;
    margin-top: -20px;
  }
  /* line 1362, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-46.z-index-high {
    flex: 0 58%;
  }
  /* line 1365, templates/g5_helium/custom/scss/custom.scss */
  i.fa.fa-skype {
    font-size: 40px;
  }
  /* line 1368, templates/g5_helium/custom/scss/custom.scss */
  #g-specialduster .slide-button.normal-button {
    padding: 11px 35px;
    margin-bottom: 30px;
    min-width: 214px;
    margin-top: -13px;
  }
  /* line 1374, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    background-image: none;
    background-color: #b7e1fa;
  }
  /* line 1378, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    height: 646px;
    padding-top: 33px;
    overflow: hidden;
  }
  /* line 1383, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-25.service-block {
    margin-bottom: -50px;
  }
  /* line 1386, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-25.service-block p {
    font-size: 24px;
    text-align: center;
    color: #191f39;
    line-height: 30px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 21px;
  }
  /* line 1394, templates/g5_helium/custom/scss/custom.scss */
  section#g-footertop p {
    color: white;
    font-size: 14px;
    margin-top: 30px;
  }
  /* line 1399, templates/g5_helium/custom/scss/custom.scss */
  h3.service-name {
    font-size: 25px;
    margin-bottom: -14px;
    margin-top: 0px;
  }
  /* line 1404, templates/g5_helium/custom/scss/custom.scss */
  .outline-11 h3.page-title {
    float: left;
    margin-left: 0%;
    margin-top: 17px;
    font-size: 32px;
    letter-spacing: 1.6px;
  }
  /* line 1411, templates/g5_helium/custom/scss/custom.scss */
  .slide-button.normal-button {
    padding: 10px 49px;
    margin-bottom: 25px;
    margin-left: 0px;
    display: block;
    width: 80%;
    text-align: center;
    min-width: 0px;
    margin: auto;
    margin-bottom: 22px;
    margin-left: 7%;
  }
  /* line 1423, templates/g5_helium/custom/scss/custom.scss */
  .outline-13 .g-block.size-62.align-left {
    width: 85% !important;
    flex: 0 90%;
  }
  /* line 1427, templates/g5_helium/custom/scss/custom.scss */
  .outline-13 h3 {
    font-size: 32px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
  }
  /* line 1433, templates/g5_helium/custom/scss/custom.scss */
  .slide-button.normal-button {
    min-width: 0px;
    width: 261px;
  }
  /* line 1437, templates/g5_helium/custom/scss/custom.scss */
  .outline-13 #g-content1 .slide-button.normal-button {
    padding: 10px 49px;
    margin-bottom: 25px;
    margin-left: 0px;
    display: block;
    width: 80%;
    text-align: center;
    min-width: 0px;
    margin: auto;
    margin-bottom: 22px;
    margin-left: 3%;
  }
  /* line 1449, templates/g5_helium/custom/scss/custom.scss */
  img.services-image {
    margin-top: -7px;
  }
  /* line 1452, templates/g5_helium/custom/scss/custom.scss */
  .outline-13 #g-content1 .slide-button.normal-button {
    padding: 10px 49px;
    margin-bottom: 25px;
    margin-left: 0px;
    display: block;
    width: 47%;
    text-align: center;
    min-width: 0px;
    margin: auto;
    margin-bottom: 22px;
    margin-left: 3%;
  }
  /* line 1464, templates/g5_helium/custom/scss/custom.scss */
  .outline-11 .slide-button.normal-button {
    padding: 10px 49px;
    margin-bottom: 25px;
    margin-left: 0px;
    display: block;
    width: 200;
    text-align: center;
    min-width: 0px;
    margin: auto;
    margin-bottom: 22px;
    margin-left: 3%;
  }
  /* line 1476, templates/g5_helium/custom/scss/custom.scss */
  .outline-13 .homepage-text.other-text {
    margin-left: 6px;
    margin-top: 0px;
    width: 110%;
  }
  /* line 1481, templates/g5_helium/custom/scss/custom.scss */
  .outline-14 section#g-content3 {
    display: none;
  }
  /* line 1484, templates/g5_helium/custom/scss/custom.scss */
  .outline-14 h3 {
    font-size: 32px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    transition: 0.2s;
  }
  /* line 1491, templates/g5_helium/custom/scss/custom.scss */
  .outline-14 section#g-testimonials {
    margin-top: -145px;
  }
  /* line 1494, templates/g5_helium/custom/scss/custom.scss */
  .outline-14 section#g-testimonials {
    margin-top: -76px;
    padding-top: 26px;
  }
  /* line 1498, templates/g5_helium/custom/scss/custom.scss */
  h3.contact-h3 {
    color: white;
    text-align: center;
    padding-top: 40px;
    font-size: 26px;
  }
  /* line 1504, templates/g5_helium/custom/scss/custom.scss */
  input#Name, input#Phone, input#Email, textarea#Message {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    margin-bottom: 13px;
    border-radius: 0px;
    padding: 25px;
  }
  /* line 1516, templates/g5_helium/custom/scss/custom.scss */
  button#Send {
    color: black;
    margin-top: 18px;
    font-size: 20px;
    font-family: 'Aileron-Regular';
    letter-spacing: 2px;
    font-weight: 600;
    float: right;
    margin-right: 3%;
    padding: 13px 40px;
    background-color: white;
    margin-bottom: 60px;
    transition: 0.2s;
    border: 1px solid #fff;
    width: 67%;
  }
  /* line 1532, templates/g5_helium/custom/scss/custom.scss */
  .contact-box {
    margin-bottom: -24px;
  }
  /* line 1535, templates/g5_helium/custom/scss/custom.scss */
  .outline-15 h3 {
    font-size: 32px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    transition: 0.2s;
    margin-left: -21%;
    clear: both;
    margin-top: 17px;
  }
  /* line 1545, templates/g5_helium/custom/scss/custom.scss */
  p.testimonial-main {
    text-align: left;
    margin-left: 28px;
    width: 96%;
    font-family: 'Aileron-Regular';
    font-size: 19px;
  }
  /* line 1552, templates/g5_helium/custom/scss/custom.scss */
  p.testimonial-name {
    margin-left: 38px;
    font-weight: bold;
  }
  /* line 1556, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-15.bullet-sparkle.wow.fadeInLeft {
    display: none;
  }
  /* line 1559, templates/g5_helium/custom/scss/custom.scss */
  .outline-15 h3 {
    font-size: 32px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    transition: 0.2s;
    margin-left: -21%;
    clear: both;
    margin-top: 0px;
    margin-bottom: 6px;
  }
  /* line 1570, templates/g5_helium/custom/scss/custom.scss */
  section#g-instagram h3 {
    text-align: center !important;
    margin-left: 0px;
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 21px;
  }
  /* line 1577, templates/g5_helium/custom/scss/custom.scss */
  .outline-14 .animated-stars-1, .outline-14 .animated-stars-2, .outline-14 .animated-stars-3, .outline-14 .animated-stars-4 {
    background-image: url('../../../../images/sparkle-large.png');
    height: 45px;
    background-size: cover;
    width: 43px;
    position: absolute;
    animation: large 2.08s infinite;
    top: 91px;
    left: 15%;
    display: none;
  }
  /* line 1591, templates/g5_helium/custom/scss/custom.scss */
  .contact-socials::before {
    content: ' ';
    position: absolute;
    height: 120px;
    width: 103px;
    background-repeat: no-repeat;
    background-size: original;
    margin-left: -103px;
    margin-top: -81px;
  }
  /* line 1601, templates/g5_helium/custom/scss/custom.scss */
  #g-specialduster .slide-button.normal-button {
    padding: 11px 35px;
    margin-bottom: 30px;
    min-width: 214px;
    margin-top: -9px;
    margin-left: 0px;
  }
  /* line 1608, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-25.service-block p {
    font-size: 24px;
    text-align: center;
    color: #191f39;
    line-height: 30px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 21px;
    border-bottom: none;
  }
  /* line 1617, templates/g5_helium/custom/scss/custom.scss */
  .g-block.size-25.service-block {
    margin-bottom: -65px;
  }
  /* line 1620, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    height: 747px;
    padding-top: 33px;
    overflow: hidden;
  }
  /* line 1625, templates/g5_helium/custom/scss/custom.scss */
  span.g-menu-item-title {
    text-transform: uppercase;
    font-family: 'Aileron-Regular';
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 586px) {
  /* line 1636, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    white-space: normal;
    width: 80%;
  }
}
@media only screen and (max-width: 455px) {
  /* line 1643, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    white-space: normal;
    width: 95%;
  }
  /* line 1647, templates/g5_helium/custom/scss/custom.scss */
  h3.homepage-h3 {
    font-size: 28px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    margin-bottom: -6px;
    white-space: nowrap;
    margin-top: -22px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 1659, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    margin-top: 30px;
  }
  /* line 1662, templates/g5_helium/custom/scss/custom.scss */
  .buttons-container.slider-buttons.h-p-buttonbox {
    margin-top: 56px;
    margin-bottom: 12px;
  }
  /* line 1666, templates/g5_helium/custom/scss/custom.scss */
  img.phone-vector-image {
    width: 16%;
    margin-top: -1px;
  }
  /* line 1670, templates/g5_helium/custom/scss/custom.scss */
  .outline-11 .slide-button.normal-button {
    padding: 10px 49px;
    margin-bottom: 25px;
    margin-left: 0px;
    display: block;
    width: 200;
    text-align: center;
    min-width: 0px;
    margin: auto;
    margin-bottom: 22px;
    margin-left: 0%;
  }
  /* line 1682, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    height: 632px;
    padding-top: 33px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 390px) {
  /* line 1690, templates/g5_helium/custom/scss/custom.scss */
  h2.slide-h2 {
    margin-top: 21px;
  }
  /* line 1693, templates/g5_helium/custom/scss/custom.scss */
  .slider-sparkle-1 {
    margin-left: -20px;
    margin-top: 0px;
  }
  /* line 1697, templates/g5_helium/custom/scss/custom.scss */
  #layerslider_2 > div.ls-inner > div > div:nth-child(7) > div {
    margin-left: -25px !important;
  }
  /* line 1700, templates/g5_helium/custom/scss/custom.scss */
  #layerslider_2 > div.ls-inner > div > div:nth-child(6) > div > div > img {
    margin-top: 10px;
  }
  /* line 1703, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    margin-left: 31%;
  }
  /* line 1706, templates/g5_helium/custom/scss/custom.scss */
  h3.homepage-h3 {
    font-size: 25px;
    font-family: 'Aileron-Black';
    font-weight: 800;
    color: #191f39;
    margin-bottom: -6px;
    white-space: nowrap;
    margin-top: -33px;
  }
  /* line 1715, templates/g5_helium/custom/scss/custom.scss */
  .outline-11 .slide-button.normal-button {
    padding: 10px 49px;
    margin-bottom: 25px;
    margin-left: 0px;
    display: block;
    width: 200;
    text-align: center;
    min-width: 0px;
    margin: auto;
    margin-bottom: 22px;
    margin-left: -2%;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 1730, templates/g5_helium/custom/scss/custom.scss */
  section#g-specialduster {
    background-position: right;
    background-position-x: 0%;
    background-size: cover !important;
  }
}
/* tweaks Below */
/* line 1738, templates/g5_helium/custom/scss/custom.scss */
a.trustpilot-button {
  font-size: 20px;
  border: 1px solid #191f39;
  padding: 20px;
  color: #191f39 !important;
  transition: 0.4s;
}
/* line 1746, templates/g5_helium/custom/scss/custom.scss */
a.trustpilot-button:hover {
  font-size: 20px;
  border: 1px solid #191f39;
  background-color: #191f39;
  padding: 20px;
  color: white !important;
  transition: 0.4s;
}
/* line 1755, templates/g5_helium/custom/scss/custom.scss */
.rsform-block.rsform-block-recaptcha {
  display: none;
}
/* line 1759, templates/g5_helium/custom/scss/custom.scss */
div#g-recaptcha-29 {
  display: none;
}
/* line 1763, templates/g5_helium/custom/scss/custom.scss */
.formControls {
  margin-left: 0px !important;
}
@media screen and (max-width: 650px) {
  /* line 1768, templates/g5_helium/custom/scss/custom.scss */
  .formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
    width: 92% !important;
    margin-left: 4% !important;
  }
}
/* line 1777, templates/g5_helium/custom/scss/custom.scss */
button#Send {
  color: black;
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Aileron-Regular';
  letter-spacing: 2px;
  font-weight: 600;
  float: right;
  margin-right: 15%;
  padding: 13px 77px;
  background-color: white;
  margin-bottom: 60px;
  transition: 0.2s;
  border: 1px solid #fff;
  background-image: none;
}
/* line 1794, templates/g5_helium/custom/scss/custom.scss */
button#Send:hover {
  background-color: #101423;
  color: white;
  border: 1px solid white;
}
/*# sourceMappingURL=custom_11.css.map */