body {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  font-family: Franchise free, sans-serif;
  font-size: 90px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: .9em !important;
}

h2 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-family: Franchise free, sans-serif;
  font-size: 52px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: .8em !important;
}

p {
  margin-bottom: 20px;
}

a {
  color: #2d8dd6;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

.nav {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-logo {
  width: 270px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: #2d8dd6;
}

.nav-btn {
  color: #fff;
  background-color: #2d8dd6;
  margin-left: 20px;
  padding: 15px 25px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-btn:hover {
  background-color: #4baaf1;
}

.nav-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header {
  height: 40vh;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-capt {
  z-index: 4;
  width: 75%;
  max-width: 1250px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 60px auto;
  display: flex;
  position: relative;
}

.overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-home {
  height: 75vh;
  min-height: 750px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.subheading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

.btn-row {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blue-btn {
  min-width: 220px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2d8dd6;
  padding: 15px 25px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.blue-btn:hover {
  background-color: #51adf3;
}

.blue-btn._2nd-btn {
  margin-left: 20px;
}

.gold-btn {
  min-width: 220px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #cf9141;
  padding: 15px 25px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.gold-btn:hover {
  background-color: #e0a04c;
}

.gold-btn._2nd-btn {
  margin-left: 20px;
}

.main-wrap {
  z-index: 3;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.prev-link-wrap {
  display: flex;
}

._1-3-div {
  width: 33.333%;
  position: relative;
}

.prev-link {
  width: 100%;
  height: 40vh;
  min-height: 400px;
  color: #fff;
  background-color: #404040;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-grow {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue-icon {
  z-index: 4;
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  background-color: #2d8dd6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .3);
}

.prev-capt {
  z-index: 3;
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.section {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.gray-section {
  color: #fff;
  background-color: #404040;
}

.section.blue-section {
  color: #fff;
  background-color: #2d8dd6;
  margin-top: 60px;
  overflow: visible;
}

.flex-vcs {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.black-icon {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  background-color: #000;
  border: 2px solid #2d8dd6;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 25px;
  display: flex;
  box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
}

.black-icon.abs {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 4px 3px 10px rgba(0, 0, 0, .3);
}

.bg-left {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg-right {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.flex-hcs {
  align-items: center;
  display: flex;
}

._2-3-div {
  width: 66.666%;
  position: relative;
}

.promise-div {
  text-align: center;
  background-color: #2d8dd6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px 60px;
  font-style: italic;
  display: flex;
  position: relative;
}

.ngc-div {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.check-ul {
  padding-left: 0;
  list-style-type: none;
}

.check-li {
  background-image: url('../images/check-icon.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto 19px;
  margin-bottom: 20px;
  padding-left: 33px;
}

.ngc-logo {
  width: 70%;
  margin-left: 35px;
}

.footer {
  color: #fff;
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-logo {
  width: 280px;
}

.phone-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Franchise free, sans-serif;
  font-size: 41px;
  line-height: 1em;
}

.social-link-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.legal-text {
  font-size: 13px;
  line-height: 1.3em;
}

.social-link {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: #2d8dd6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 13px;
  transition: background-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: #4baaf1;
}

.mojo-section {
  background-color: #2d8dd6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mojo-logo {
  width: 380px;
}

.brand {
  padding-left: 0;
}

.overlay-shadow {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._1-2-div {
  width: 50%;
  position: relative;
}

.flex-vss {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-vss.pad-right {
  padding-right: 60px;
}

.img-wrap {
  height: 40vh;
  min-height: 400px;
  position: relative;
}

.gallery-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.gallery-slider-arrow-link {
  width: 60px;
  height: 60vh;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color .2s;
  display: flex;
}

.gallery-slider-arrow-link:hover {
  background-color: rgba(0, 0, 0, .7);
}

.slider-arrow {
  height: 25px;
}

.gallery-slide-wrap {
  height: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gallery-slide-img {
  width: 100%;
  height: 60vh;
  min-height: 600px;
  object-fit: cover;
}

.gallery-slider-nav {
  display: none;
}

.gallery-slide-caption {
  padding-top: 15px;
}

.phone-link {
  margin-left: 5px;
  transition: color .2s;
}

.phone-link:hover {
  color: #4baaf1;
}

.testimonial-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
}

.testimonial-slider-arrow-link {
  display: none;
}

.testimonial-slide-wrap {
  text-align: center;
  background-image: url('../images/quote-2.svg'), url('../images/quote-1.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 80px, 80px;
  flex-direction: column;
  align-items: center;
  padding-left: 110px;
  padding-right: 110px;
  font-style: italic;
  display: flex;
}

.testimonial-slide-nav {
  margin-top: 20px;
  position: relative;
}

.testimonial {
  margin-bottom: 20px;
}

.phone-text-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-block {
  width: 100%;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.faq-quest {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3em;
}

.footer-logo-link {
  margin-bottom: 10px;
}

.heading-span {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }

  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: .9em;
  }

  p {
    margin-bottom: 15px;
  }

  .nav {
    padding-left: 20px;
    padding-right: 5px;
    position: relative;
  }

  .nav-logo {
    width: 220px;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: none;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #fff;
  }

  .nav-btn {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding: 15px 0;
    transition: none;
    display: block;
  }

  .nav-btn:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-icon {
    width: 25px;
  }

  .header {
    height: auto;
    min-height: 25vh;
  }

  .header-capt {
    width: 90%;
  }

  .header-home {
    height: auto;
    min-height: 25vh;
  }

  .subheading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .blue-btn, .gold-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .prev-link-wrap {
    flex-direction: column;
    margin-top: 60px;
  }

  ._1-3-div {
    width: 100%;
  }

  .prev-link {
    width: 90%;
    height: 35vh;
    min-height: 350px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .blue-icon {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    padding: 20px;
    top: -45px;
  }

  .section {
    min-height: 40vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.gray-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blue-section {
    margin-top: 30px;
    padding-top: 60px;
  }

  .black-icon {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    padding: 20px;
  }

  .black-icon.abs {
    top: -45px;
  }

  .bg-right {
    display: none;
  }

  .flex-hcs {
    text-align: center;
    flex-direction: column;
  }

  ._2-3-div {
    width: 100%;
  }

  .promise-div {
    padding: 70px 40px 40px;
  }

  .ngc-div {
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
  }

  .check-ul {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ngc-logo {
    width: 40%;
    margin-left: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .phone-text {
    font-size: 40px;
  }

  .menu-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  ._1-2-div {
    width: 100%;
  }

  .flex-vss {
    align-items: center;
  }

  .flex-vss.pad-right {
    padding-right: 0;
  }

  .img-wrap {
    height: 35vh;
    min-height: 350px;
    margin-top: 40px;
  }

  .gallery-slider {
    margin-top: 10px;
  }

  .gallery-slider-arrow-link {
    width: 50px;
    height: 35vh;
    min-height: 350px;
    transition: none;
  }

  .gallery-slider-arrow-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .gallery-slide-img {
    height: 35vh;
    min-height: 350px;
  }

  .testimonial-slide-wrap {
    background-size: 70px, 70px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .phone-text-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .faq-block {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .faq-quest {
    font-size: 19px;
  }

  .heading-span {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  .nav-logo {
    width: 190px;
  }

  .blue-btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .gold-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .section {
    min-height: 30vh;
  }

  .testimonial-slide-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 35px;
  }

  .nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-logo {
    width: 140px;
  }

  .nav-link, .nav-btn {
    font-size: 15px;
  }

  .header-capt {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .subheading {
    font-size: 16px;
  }

  .btn-row {
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
  }

  .blue-btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .blue-btn._2nd-btn {
    margin-left: 0;
  }

  .gold-btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .gold-btn._2nd-btn {
    margin-left: 0;
  }

  .prev-link {
    height: 25vh;
    min-height: 250px;
  }

  .blue-icon {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    padding: 15px;
    top: -35px;
  }

  .prev-capt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.blue-section {
    padding-top: 50px;
  }

  .black-icon {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-bottom: 15px;
    padding: 15px;
  }

  .black-icon.abs {
    top: -35px;
  }

  .promise-div {
    padding: 50px 25px 25px;
  }

  .check-li {
    background-position: 50% 0;
    padding-top: 22px;
    padding-left: 0;
  }

  .ngc-logo, .footer-logo {
    width: 80%;
  }

  .phone-text {
    font-size: 33px;
  }

  .img-wrap {
    height: 20vh;
    min-height: 200px;
    margin-top: 30px;
  }

  .gallery-slider-arrow-link {
    width: 40px;
    height: 20vh;
    min-height: 200px;
  }

  .slider-arrow {
    height: 20px;
  }

  .gallery-slide-img {
    height: 20vh;
    min-height: 200px;
  }

  .faq-quest {
    font-size: 18px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Franchise free';
  src: url('../fonts/Franchise-Free-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}