@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;500&display=swap");
@font-face {
  font-family: "TT Fors";
  src: url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular.eot");
  src: url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular.eot?#iefix") format("embedded-opentype"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular.woff2") format("woff2"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular.woff") format("woff"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular.ttf") format("truetype"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular.svg#FONTSPRINGDEMO-TTForsDemiBoldRegular") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("fonts/ttfors/FONTSPRINGDEMO-TTForsBold.eot");
  src: url("fonts/ttfors/FONTSPRINGDEMO-TTForsBold.eot?#iefix") format("embedded-opentype"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsBold.woff2") format("woff2"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsBold.woff") format("woff"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsBold.ttf") format("truetype"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsBold.svg#FONTSPRINGDEMO-TTForsBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular_1.eot");
  src: url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular_1.eot?#iefix") format("embedded-opentype"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular_1.woff2") format("woff2"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular_1.woff") format("woff"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular_1.ttf") format("truetype"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsDemiBoldRegular_1.svg#FONTSPRINGDEMO-TTForsDemiBoldRegular") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("fonts/ttfors/FONTSPRINGDEMO-TTForsLightRegular.eot");
  src: url("fonts/ttfors/FONTSPRINGDEMO-TTForsLightRegular.eot?#iefix") format("embedded-opentype"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsLightRegular.woff2") format("woff2"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsLightRegular.woff") format("woff"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsLightRegular.ttf") format("truetype"), url("fonts/ttfors/FONTSPRINGDEMO-TTForsLightRegular.svg#FONTSPRINGDEMO-TTForsLightRegular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - TT Fors";
  src: url("FONTSPRINGDEMO-TTForsRegular.eot");
  src: url("FONTSPRINGDEMO-TTForsRegular.eot?#iefix") format("embedded-opentype"), url("FONTSPRINGDEMO-TTForsRegular.woff2") format("woff2"), url("FONTSPRINGDEMO-TTForsRegular.woff") format("woff"), url("FONTSPRINGDEMO-TTForsRegular.ttf") format("truetype"), url("FONTSPRINGDEMO-TTForsRegular.svg#FONTSPRINGDEMO-TTForsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Helvetica Neue", sans-serif;
  --bs-gutter-x: 1.15rem;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  background: #f1f1f1;
  height: 100vh;
  height: 100%;
  width: 100%;
}

.dark-highlight {
  font-size: 1.8rem;
  font-style: italic;
  background: #222;
  color: #f1f1f1;
}

.video-container {
  background: #e4e4e4;
}
.video-container .show-video {
  background: #fff;
}
.video-container .video-content {
  padding: 5rem;
}

.ratings .rating-color {
  color: #f3a928 !important;
  font-size: 1.3rem;
}

button[data-action=stop] {
  display: none;
}

.client_review p {
  display: none !important;
  margin: 0px !important;
  border: 0px !important;
  padding: 0px !important;
}

.res-video {
  width: 800px;
  height: 600px;
}

.accordion-button:not(.collapsed) {
  background-color: #222 !important;
  box-shadow: none !important;
  color: #f1f1f1 !important;
}

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: -20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown .dropdown-content a {
  padding: 0 !important;
  color: #000;
}
.dropdown:hover .dropdown-content {
  display: block;
  width: 600px;
  padding: 40px;
  border-radius: 16px;
}

.accredited-business {
  margin-left: -30px;
  max-width: 380px;
}

.icon {
  width: 100%;
  height: 45px;
  max-height: 45px;
  max-width: 45px;
  color: #cbf4de;
  background-color: #efefef;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-right: 12px;
  padding: 8px;
  transition: all 0.2s;
  display: flex;
}

.container {
  max-width: 1500px;
}

.rtl-column {
  direction: rtl;
  /* Add any additional custom styles for the RTL column here */
}

.offsetter {
  padding-top: 70px;
}

.guarantee-container {
  border: 1px solid #222;
  border-radius: 10px;
  flex-direction: row;
  margin-top: 40px;
  padding: 12px;
  display: flex;
}

.header-wrapper {
  background: #5c2d88;
  width: 100%;
  z-index: 100;
  position: fixed;
}
.header-wrapper .container {
  max-width: 1540px;
}
.header-wrapper .btn {
  border-radius: 25px;
}
.header-wrapper a {
  color: #f1f1f1;
}
.header-wrapper .btn-outline-white {
  border: 3px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-wrapper .btn-outline-white:hover {
  background: #f1f1f1;
  color: #030303;
}

.video-title {
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.form-title {
  letter-spacing: -0.03em;
  margin-top: 0;
  font-family: "Lexend", sans-serif;
  font-weight: bold !important;
  font-size: 43.95px;
  line-height: 48px;
}

.form-title-lg {
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: bold !important;
  font-size: 60px;
  line-height: 48px;
}

.testi-quote {
  z-index: 100;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 35%;
  max-width: 140px;
  right: auto;
}

.testimonials-title {
  font-family: "Lexend", sans-serif;
  font-weight: bold !important;
  font-size: 43.95px;
  line-height: 48px;
  color: #fff;
}

.testimonial-contents {
  font-style: italic;
  font-size: 16px;
  margin-top: 1rem;
}

.tns-nav {
  display: none !important;
}

.hero-wrapper {
  background: #f1f1f1;
  padding: 80px 0 130px 0;
  background-size: 100%;
}
.hero-wrapper h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 500 !important;
  font-size: 75px;
  letter-spacing: -0.03em;
  line-height: 72px;
}

.btn-light {
  border-radius: 30px;
  min-height: 50px;
  padding: 12px 18px;
}

.btn-dark {
  border-radius: 30px;
  margin-top: 30px;
  min-height: 50px;
  padding: 12px 18px;
}

.btn-gold {
  border-radius: 30px;
  margin-top: 30px;
  min-height: 50px;
  padding: 12px 18px;
  background-color: #fdb927;
  color: #000;
}
.btn-gold:hover {
  background: #eda421;
}

.talk-to-us .form-control {
  min-height: 48px;
}
.talk-to-us p {
  margin-bottom: 0 !important;
}
.talk-to-us .btn-dark {
  border-radius: 30px;
  margin-top: 30px;
  min-height: 50px;
}

a {
  text-decoration: none;
  color: #222;
}

.text-right-left {
  text-align: right;
}

.graph-bg {
  background: url("../img/graph.svg") no-repeat right bottom, transparent;
  background-size: 60% !important;
}

.main-navigation {
  margin: 0 0.8rem 0 0;
  padding: 0;
  list-style: none;
}
.main-navigation li {
  display: inline-block;
}
.main-navigation li a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
}

.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-9by16 {
  padding-bottom: 125%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gw-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gw-container .item {
  flex: 1 0 25%;
  margin: 2px;
  background-color: #5c2d88;
  height: 200px;
  max-width: calc(30% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  color: #fff;
  flex-direction: column;
}
.gw-container .item .title {
  font-size: 1rem;
  line-height: 1.3rem;
}
.gw-container .item img {
  max-width: 100%;
  max-height: 100%;
}

.logo img {
  height: 70px;
  width: auto;
  display: inline-block;
}

.theme-form {
  background: #fff;
  padding: 4rem;
}
.theme-form .form-control {
  border-radius: 0;
  line-height: 2.2rem;
}
.theme-form .btn {
  line-height: 2.2rem;
}
.theme-form .btn.reverse {
  background: #030303;
  color: #000;
}

.theme-form-2 {
  background: #222;
  padding: 2rem;
  color: #fff;
}
.theme-form-2 .wpcf7-spinner {
  display: none !important;
}
.theme-form-2 label {
  width: 100% !important;
}
.theme-form-2 .form-control {
  border-radius: 0;
  line-height: 2.2rem;
  border: none;
}
.theme-form-2 .btn {
  line-height: 1.8rem;
  border: 2px solid #fff;
  border-radius: 0;
}
.theme-form-2 .btn.reverse {
  background: #ffffff;
  color: #000;
}

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

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

.newsletter-form .form-control {
  border-radius: 0;
  line-height: 2.2rem;
}
.newsletter-form .btn {
  line-height: 2.2rem;
  border-radius: 0;
}
.newsletter-form .btn.reverse {
  background: #030303;
  color: #000;
}

.gw-featured-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gw-featured-container ul li {
  padding: 0.3rem 0;
}
.gw-featured-container ul li a {
  font-weight: bold;
  color: #775407;
}

.gw-call-to-action a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.8rem;
  border: 2px solid #ddd;
  width: 100%;
  margin: 0.5rem 0;
  height: 100%;
  justify-content: center;
}
.gw-call-to-action a:hover {
  background: #030303;
  border-color: #030303;
}
.gw-call-to-action a .call-to-action-icon {
  width: 80px;
  display: inline-block;
}

.gw-header {
  padding: 0.3rem 0;
}

.gw-main-hero-v2 {
  min-height: 600px;
  background: url("../img/hero-bg.svg") no-repeat fixed right bottom, #030303;
  display: block;
}

.gw-main-hero {
  min-height: 600px;
  background: #222;
  display: block;
}

.padding-cs-5 {
  padding: 6rem 4rem;
}

.btn-primary-theme {
  border: 2px solid #030303;
}
.btn-primary-theme:hover {
  background: #030303;
  color: #f1f1f1;
}

.btn-secondary-theme-solid {
  border: 2px solid #5c2d88;
  background-color: #5c2d88;
  color: #fff;
  line-height: 2rem;
  border-radius: 25px;
  padding: 0.3rem 1.5rem;
}
.btn-secondary-theme-solid:hover {
  background: #532080;
  color: #f1f1f1;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}
.flex .item {
  width: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.flex .item .flex-content {
  height: 100%;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

footer {
  padding: 80px 0;
  color: #f1f1f1;
  background: #030303;
}
footer .footer-ext {
  color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
}
footer h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 20px;
}
footer .footer-links-container a {
  display: block;
  letter-spacing: -0.1px;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 14.4px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
footer a {
  color: #f1f1f1;
}
footer a.btn {
  line-height: 2.2rem;
  border-radius: 0 !important;
}
footer a.btn.reverse {
  background: #030303 !important;
  color: #000 !important;
}
footer .footer-content-wrapper {
  margin: 0.8rem 0;
}
footer .footer-content-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-content-wrapper ul li a {
  color: #030303;
}

@media screen and (max-width: 1200px) {
  .gw-container .item {
    flex-basis: 33.33%;
    max-width: calc(33.33% - 5px);
  }
  .res-video {
    width: 800px;
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .video-container {
    background: #ccc;
  }
  .video-container .video-content {
    padding: 1.5rem;
  }
  .accredited-business {
    margin-left: -30px;
    width: 118% !important;
    max-width: 116% !important;
  }
  .res-video {
    width: 320px;
    height: 400px;
  }
  .hero-wrapper {
    padding: 80px 0 80px 0 !important;
  }
  .hero-wrapper h1 {
    font-family: "Lexend", sans-serif;
    font-weight: 500 !important;
    font-size: 43.95px !important;
    letter-spacing: -0.03em;
    line-height: 50px;
  }
  .offsetter {
    padding-top: 55px;
  }
  .logo img {
    width: 88% !important;
    height: auto;
  }
  .padding-cs-5 {
    padding: 2rem;
  }
  .p-5 {
    padding: 0.5rem !important;
  }
  .text-right-left {
    text-align: left;
  }
  .flex .item {
    width: 100% !important;
  }
  .gw-container .item {
    flex-basis: 50%;
    max-width: calc(50% - 5px);
  }
  .gw-main-hero-v2 {
    background: url("../img/hero-bg.svg") no-repeat fixed center bottom, #030303;
    background-size: 300%;
    display: block;
  }
  footer .footer-wrapper .container {
    padding: 0 40px;
  }
  footer .footer-wrapper .container .col-6 {
    margin-bottom: 40px;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0 none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track {
  background: #666666;
  border: 0 none #ffffff;
  border-radius: 50px;
}/*# sourceMappingURL=styles.css.map */