/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.85); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav .navigation a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #383838;
  display: block;
  transition: 0.3s;
}
.sidenav .navigation a.links {
  text-transform: uppercase;
}

/* When you mouse over the navigation links, change their color */
.sidenav .navigation a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  color: #818181;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  width: 100%;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.square-it {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: #cccccc;
}

.gallery-photo .hover-caption {
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.gallery-photo:hover .hover-caption {
  background-color: white;
  opacity: 1;
}

.why-us.ver-1 .svg-icon {
  width: 1em;
  height: 1em;
}

.why-us.ver-1 .svg-icon, .query-form .icon, .query-form .social-icons .icon {
  width: 1em;
  height: 1em;
}

.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

.font-source-sans {
  font-family: "Source Sans Pro", sans-serif;
}

.font-pt-sans {
  font-family: "PT Sans", sans-serif;
}

.font-lato-sans {
  font-family: "Lato", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: "Autography";
  src: url("../../fonts/Autography.woff2") format("woff2"), url("../../fonts/Autography.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-autography {
  font-family: "Autography", sans-serif;
}

.primary-bg {
  background-color: #100A49;
}

.primary-heading-color {
  color: #100A49;
}

.primary-border {
  border-color: #100A49;
}

.primary-heading {
  color: #383838;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Poppins", sans-serif;
}

.query-form .social-icons .icon {
  width: 1.4em;
  height: 1.4em;
  fill: #fff;
}
.query-form .icon {
  width: 1.4em;
  height: 1.4em;
  fill: #444;
}
.query-form .submit-button {
  background-color: #100A49;
  color: white;
}

.page-content h1 {
  font-weight: 600;
  font-size: 2rem;
}

.page-content h2 {
  font-weight: 600;
  font-size: 1.8rem;
}

.page-content h3 {
  font-weight: 600;
  font-size: 1.6rem;
}

.page-content h4 {
  font-weight: 600;
  font-size: 1.4rem;
}

.page-content h5 {
  font-weight: 600;
  font-size: 1.2rem;
}

.page-content h6 {
  font-weight: 600;
  font-size: 1rem;
}

.page-content .ql-align-center {
  text-align: center;
}

.page-content .ql-align-justify {
  text-align: justify;
}

.page-content .ql-align-right {
  text-align: right;
}

.page-content blockquote {
  padding: 1rem;
  font-style: italic;
  border-left: 2px solid #31572c;
}

.page-content ul {
  list-style: disc inside !important;
}

.page-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.page-content .image {
  padding: 1.2rem;
}

.page-content .image.image-style-align-center {
  margin: 0 auto;
}

.page-content .image figcaption {
  padding: 0.24rem;
  background: #444;
  color: #fff;
}

.page-content .image.image-style-align-left {
  float: left;
}

.page-content .image.image-style-align-right {
  float: right;
}

.page-content .text-tiny {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1rem;
  /* 16px */
}

.page-content .text-small {
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.25rem;
  /* 20px */
}

.page-content .text-big {
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.75rem;
  /* 28px */
}

.page-content .text-huge {
  font-size: 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
}

.page-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.carousel-wrapper,
.carousel-wrapper-2 {
  display: flex;
  position: relative;
}

.carousel {
  flex-grow: 1;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
}
.carousel > .item {
  flex-shrink: 0;
  scroll-snap-align: start;
}

.scroll-button {
  position: absolute;
  background: none;
  border: none;
  font-size: 4rem;
  cursor: pointer;
  height: 100%;
  width: 40px;
  color: #383838;
  font-weight: 200;
  z-index: 9999;
}

@media (min-width: 1024px) {
  .scroll-button {
    width: 60px;
    font-weight: 400;
  }
}
.left-button {
  left: -1rem;
  top: 0;
}

.right-button {
  top: 0;
  right: -1rem;
}

.carousel-fluid .left-button {
  left: 0.5rem;
  top: 0;
}
.carousel-fluid .right-button {
  top: 0;
  right: 0.5rem;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.introduction {
  background-color: #f5f5f5;
  background-size: 180%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.introduction .nav-bar .links {
  padding: 0px 20px;
  text-transform: uppercase;
}
.introduction .nav-bar .links:hover {
  font-weight: bold;
}
.introduction .title {
  font-size: 2rem;
  color: #383838;
}
.introduction .page-content {
  font-size: 0.8rem;
}
.introduction .hamburger-icon {
  height: 2rem;
  width: 2rem;
  fill: black;
}
@media (min-width: 700px) and (max-width: 1023px) {
  .introduction {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .introduction .page-content {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .introduction {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .introduction .page-content {
    font-size: 1rem;
  }
}

.rounded-btn {
  background-color: white;
  padding: 0.5rem 2rem;
  color: #383838;
  font-weight: bold;
  border-radius: 2rem;
}

.rounded-btn-red {
  background-color: #E32922;
  padding: 0.5rem 2rem;
  color: white;
  font-weight: bold;
  border-radius: 2rem;
}

.ver-2.testimonials-comp {
  background-color: #222222;
  background-image: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.ver-2.testimonials-comp .primary-heading {
  color: #FFFFFF;
}
.ver-2.testimonials-comp .heading-icon {
  fill: #100A49;
}
.ver-2.testimonials-comp .glide__bullets {
  bottom: -30px;
}
.ver-2.testimonials-comp .glide__bullets .glide__bullet {
  background-color: rgba(204, 204, 204, 0.8);
}
.ver-2.testimonials-comp .glide__bullets .glide__bullet--active {
  background-color: #100A49;
}
.ver-2.testimonials-comp .glide__bullets .glide__bullet {
  background-color: #222;
  border: 1px solid white;
}
.ver-2.testimonials-comp .glide__bullets .glide__bullet--active {
  background-color: #fff;
}
.ver-2.testimonials-comp .testimonial-item {
  color: #fff;
  background-color: none;
  border-radius: 0px;
}
.ver-2.testimonials-comp .glide__arrows .glide__arrow {
  background-color: none;
  box-shadow: none;
  border: none;
}
.ver-2.testimonials-comp .glide__arrows .glide__arrow svg {
  fill: #fff;
}
@media (max-width: 768px) {
  .ver-2.testimonials-comp .glide__arrows .glide__arrow.glide__arrow--left {
    left: -1rem;
  }
  .ver-2.testimonials-comp .glide__arrows .glide__arrow.glide__arrow--right {
    right: -1rem;
  }
}
@media (min-width: 769px) {
  .ver-2.testimonials-comp .glide__arrows .glide__arrow.glide__arrow--left {
    left: -0.5rem;
  }
  .ver-2.testimonials-comp .glide__arrows .glide__arrow.glide__arrow--right {
    right: -0.5rem;
  }
}

.why-us.ver-1 {
  background-color: none;
}
.why-us.ver-1 .image-wrapper {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-us.ver-1 .title {
  color: #383838;
  line-height: 2.5rem;
}
.why-us.ver-1 .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #444;
}
.why-us.ver-1 .secondary-bg {
  background-color: none;
}

.faqs.ver-3 {
  background-color: none;
}
.faqs.ver-3 .icon svg {
  fill: #100A49;
}
.faqs.ver-3 .faq-item .faq-question {
  color: #383838;
}
.faqs.ver-3 .faq-item .faq-answer {
  color: #111;
  max-height: 0;
  color: inherit;
}
.faqs.ver-3.expanded {
  background-color: none;
}

.text-banner.ver-5 {
  background: none;
  background-color: #100A49;
  color: white;
}
.text-banner.ver-5 .text-heading {
  color: white;
}
.text-banner.ver-5 .button {
  color: #100A49;
  background-color: white;
}

.text-banner.ver-7 {
  background: none;
  background-color: #222222;
  color: white;
}
.text-banner.ver-7 .text-heading {
  color: white;
}
.text-banner.ver-7 .button {
  color: #100A49;
  background-color: white;
}

.introduction .content .title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .introduction .content .title {
    font-size: 2rem;
  }
}

.img-carousel .image {
  height: 18rem;
}
.img-carousel .video {
  height: 18rem;
  width: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.price-btn {
  padding: 0.5rem 1.5rem;
  color: #B2B2B2;
  background: white;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 2rem;
  font-weight: bold;
}
.price-btn.active {
  color: #E32922;
}

.hidden-1 {
  opacity: 0;
  display: none;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.5s;
}

.query-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.query-modal-wrapper .modal {
  background-color: white;
  max-width: 800px;
  height: auto;
  width: 80%;
  box-shadow: 0.1rem 0.1rem 1rem #AAA;
  border-radius: 1rem;
  padding: 2.25rem;
}
.query-modal-wrapper .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.query-modal-wrapper .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 600px) {
  .why-that {
    column-count: 2;
  }
}

#pricing .price {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  #pricing .price {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#pricing .description {
  font-size: 0.7rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  #pricing .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.steps-container {
  background-image: url("../../media/images/steps_bg_mobile.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps-container {
    background-position: left bottom;
    background-size: 40%;
    background-image: url("../../media/images/steps_bg.png");
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .steps-container {
    background-position: left top;
    background-size: 25%;
    background-image: url("../../media/images/steps_bg.png");
  }
}
@media (min-width: 1280px) {
  .steps-container {
    background-position: left top;
    background-size: 20%;
    background-image: url("../../media/images/steps_bg.png");
  }
}

.ccm--consent-switch {
  height: auto !important;
}

.vbox-child img {
  max-height: 90vh !important;
}

/*# sourceMappingURL=t1_main.css.map */
