:root {
  --color-primary: #da2128;
  --color-primary-rgb: 218, 33, 40;
  --color-secondary: #022561;
  --color-secondary-rgb: 2, 37, 97;
  --color-secondary--dark: #010d23;
  --font-primary: Figtree, sans-serif;
}

/* Reset CSS */
*,
*::before,
*::after {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  color: #ffffff;
  background: var(--color-primary);
}

::selection {
  color: #ffffff;
  background: var(--color-primary);
}

html,
body {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  color: #000000;
  font-family: var(--font-primary);
  font-weight: 400;
}

a,
button {
  color: inherit;
  font-family: inherit;
}

a,
a:hover,
a:focus,
a:active {
  color: currentColor;
  text-decoration: none;
}

button,
button:hover,
button:focus,
button:active {
  outline: none;
}

input:-webkit-autofill {
  -webkit-text-fill-color: unset;
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
}

img,
svg {
  display: block;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.preloader {
  z-index: 99999;
}

@media (min-width: 1400px) {
  .container {
    max-width: 77.5rem;
  }
}

.user-select-none {
  pointer-events: none;
}

/* Common Section Gap Style */
.section-gap {
  --_section-gap: 5rem;
  padding: var(--_section-gap) 0;
}

@media (max-width: 1199.98px) {
  .section-gap {
    --_section-gap: 3.75rem;
  }
}

.section-gap--fix {
  padding-bottom: calc(var(--_section-gap) - 28px);
}

/* Common Section Heading Style */
.section-header {
  margin-bottom: 3.125rem;
}

.section-header__title {
  color: var(--color-primary);
  font-size: 1.125rem;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

@media (max-width: 319.98px) {
  .section-header__title {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .section-header__title {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

@media (min-width: 1400px) {
  .cta .section-header__title {
    font-size: 1.875rem;
    letter-spacing: 6px;
  }
}

.section-header__sub-title {
  color: var(--color-secondary);
  font-size: 1.875rem;
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 319.98px) {
  .section-header__sub-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .section-header__sub-title {
    font-size: 3.125rem;
  }
}

.section-header {
  margin-bottom: 3.125rem;
}

.underline {
  position: relative;
}

.underline::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 4px;
  background-color: var(--color-primary);
}

.match-height>[class*=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.match-height>[class*=col]>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.text-primary,
.bg-primary {
  --bs-primary-rgb: var(--color-primary-rgb);
}

.text-secondary,
.bg-secondary {
  --bs-secondary-rgb: var(--color-secondary-rgb);
}

.service__figure__image, .footer__bottom__link, .footer__list__link, .footer__block__social__link, .header .navbar-brand__image, .slick-dots li button {
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.service__figure__image, .banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__title, .footer__block__title, .testimonial__card__footer__avatar, .btn, .section-header__title {
  text-transform: uppercase;
}

.video__left, .video, .service__figure, .service, .banner {
  position: relative;
  isolation: isolate;
}

.video__left::before, .video::before, .service::after, .banner::after {
  content: "";
  position: absolute;
}

.footer__block, .testimonial__card, .feature__card {
  margin-bottom: 28px;
}

.video__text, .about__text, .service__text, .feature__card__text, .about__card__text {
  line-height: 1.67;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .video__text, .about__text, .service__text, .feature__card__text, .about__card__text {
    font-size: 1.125rem;
  }
}

.footer__bottom__text, .footer__list__link, .testimonial__card__footer__text, .testimonial__card__body__text, .form-control, .form-select, .video__text, .about__text, .service__text, .feature__card__text, .about__card__text {
  font-weight: 300;
  font-family: var(--font-primary);
}

/* Common Button's Style */
.btn {
  --bs-btn-padding-y: 0.9375rem;
  --bs-btn-padding-x: 1.5625rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-family: var(--font-primary);
  --bs-btn-font-weight: 800;
  --bs-btn-line-height: 1;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (min-width: 1400px) {
  .btn {
    --bs-btn-padding-y: 1.5625rem;
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-font-size: 1.875rem;
  }
}

.btn__icon {
  margin-right: 0.625rem;
}

.btn-primary {
  --_btn-interaction-color: var(--color-secondary);
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-bg: var(--_btn-interaction-color);
  --bs-btn-hover-border-color: var(--_btn-interaction-color);
  --bs-btn-active-bg: var(--_btn-interaction-color);
  --bs-btn-active-border-color: var(--_btn-interaction-color);
}

.bg-secondary .btn-primary {
  --_btn-interaction-color: var(--color-secondary--dark);
}

.btn-primary:focus {
  color: #ffffff;
  background-color: var(--_btn-interaction-color);
  border-color: var(--_btn-interaction-color);
}

.play-btn {
  font-size: 4.0625rem;
}

.scroll-top {
  bottom: 0.9375rem;
  right: 0.9375rem;
  display: none;
  cursor: pointer;
  z-index: 7;
}

.scroll-top__btn {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: var(--color-primary);
}

.scroll-top__btn:active {
  background-color: var(--color-secondary);
}

.zoho-form {
  min-height: 750px;
  min-width: 99%;
}

.form-label {
  color: #333333;
  font-weight: 600;
  font-family: var(--font-primary);
}

@media (min-width: 992px) {
  .form-label {
    font-size: 1.125rem;
  }
}

.form-control, .form-select {
  --bs-border-color: #d2d2d2;
  color: #333333;
}

@media (max-width: 1399.98px) {
  .form-control, .form-select {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .animate {
    font-size: 2em;
  }
}

.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  color: currentColor;
}

.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: currentColor;
}

.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: currentColor;
}

.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: currentColor;
}

.form-control::placeholder, .form-select::placeholder {
  color: currentColor;
}

.form-control:focus, .form-select:focus {
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--color-secondary);
}

.form-control option, .form-select option {
  font-size: 0.875rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

select {
  cursor: pointer;
}

/* About Card Style */
.about__card {
  margin-top: 28px;
}

@media (min-width: 768px) {
  .active {
    border-left: 1px solid #e4e4e4;
  }
}

@media (min-width: 992px) {
  .active {
    border-right: 1px solid #e4e4e4;
  }
}

.about__card__icon {
  width: 8.0625rem;
  height: 8.0625rem;
  border-radius: 50rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-primary);
}

.about__card__icon__image {
  height: auto;
}

.about__card__title {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: var(--font-primary);
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .about__card__title {
    font-size: 1.25rem;
  }
}

.about__card__text {
  color: #666666;
}

/* Feature Card Style */
.feature__card__icon {
  height: 6.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.feature__card__icon__image {
  height: auto;
}

.feature__card__title {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: var(--font-primary);
}

@media (min-width: 768px) {
  .feature__card__title {
    font-size: 1.25rem;
  }
}

.feature__card__text {
  color: #666666;
}

/* Testimonial Card Style */
.testimonial__card {
  --_border-color: transparent;
  background-color: #ffffff;
  border-left: 1px solid var(--_border-color);
}

@media (min-width: 1200px) {
  .testimonial__card {
    border-right: 1px solid var(--_border-color);
  }
}

.testimonial__card__body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}

.testimonial__card__body__quote {
  color: rgba(var(--color-primary-rgb), 0.2);
  font-size: 5rem;
}

.testimonial__card__body__icons {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-80%);
  -ms-transform: translateX(-50%) translateY(-80%);
  transform: translateX(-50%) translateY(-80%);
  bottom: 0;
  color: #ffbf14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.125rem;
}

.testimonial__card__body__title {
  color: #333333;
  font-size: 1.625rem;
  font-weight: 600;
  font-family: var(--font-primary);
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
  line-height: 1;
}

@media (max-width: 319.98px) {
  .testimonial__card__body__title {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .testimonial__card__body__title {
    font-size: 1.875rem;
  }
}

.testimonial__card__body__text {
  position: relative;
  color: #666666;
  font-size: 1.125rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.36;
}

@media (max-width: 319.98px) {
  .testimonial__card__body__text {
    font-size: 1rem;
  }
}

@media (min-width: 1400px) {
  .testimonial__card__body__text {
    font-size: 1.375rem;
  }
}

.testimonial__card__footer {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.testimonial__card__footer__avatar {
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50rem;
  margin-bottom: 1.25rem;
}

.testimonial__card__footer__title {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--font-primary);
}

.testimonial__card__footer__text {
  color: #666666;
  font-size: 1.125rem;
}

.testimonial__slide.slick-center .testimonial__card {
  --_border-color: #e6e6e6;
}

/* Common Slick Style */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  line-height: 0;
  list-style-type: none;
}

.slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.slick-dots li button {
  font-size: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 10rem;
  background-color: #cecece;
  border: 0;
}

.slick-dots li button:hover, .slick-dots li button:focus-visible {
  background-color: var(--color-secondary);
}

.slick-dots li.slick-active button {
  background-color: var(--color-primary);
}

/* Header Section Style */
.header .container-fluid {
  max-width: 1740px;
}

@media (max-width: 767.98px) {
  .header .navbar {
    --bs-navbar-padding-y: 5px;
  }
}

@media (min-width: 1400px) {
  .header .navbar {
    --bs-navbar-padding-y: 0.9375rem;
  }
}

.header .navbar-brand__image {
  max-height: 4.0625rem;
}

@media (max-width: 319.98px) {
  .header .navbar-brand__image {
    max-height: 3.125rem;
  }
}

@media (min-width: 1400px) {
  .header .navbar-brand__image {
    max-height: 6.25rem;
  }
}

.header .navbar__btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 800;
  font-family: var(--font-primary);
  padding: 5px;
}

@media (max-width: 319.98px) {
  .header .navbar__btn {
    font-size: 0.875rem;
  }
}

@media (min-width: 576px) {
  .header .navbar__btn {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .header .navbar__btn {
    font-size: 1.875rem;
  }
}

.header .navbar__btn__icon {
  color: var(--color-primary);
  margin-right: 0.625rem;
}

.header .navbar__btn__text {
  color: var(--color-secondary);
}

.header .navbar__btn:hover, .header .navbar__btn:focus-visible {
  text-decoration: underline;
}

.header.fixed {
  -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1400px) {
  .header.fixed .navbar-brand__image {
    max-height: 4.0625rem;
  }
}

/* Footer Section Style */
.footer {
  color: #ffffff;
}

.footer__top {
  background-color: var(--color-secondary--dark);
}

.footer__logo {
  max-height: 8.125rem;
}

@media (max-width: 1199.98px) {
  .footer__logo {
    max-height: 5rem;
  }
}

.footer__block__title {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--font-primary);
  margin-bottom: 1.4375rem;
}

@media (max-width: 319.98px) {
  .footer__block__title {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .footer__block__title {
    font-size: 1.375rem;
  }
}

.footer__block__title.underline::after {
  margin-top: 1.25rem;
}

.footer__block__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.125rem;
  color: var(--color-primary);
  margin-top: 1.875rem;
}

.footer__block__social__link {
  font-size: 1.25rem;
  padding: 2px;
}

.footer__block__social__link:hover, .footer__block__social__link:focus-visible {
  color: #ffffff;
}

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

.footer__list__item {
  margin-top: 1.125rem;
}

.footer__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .footer__list__link {
    font-size: 1.0625rem;
  }
}

.footer__list__link:hover, .footer__list__link:focus-visible {
  color: var(--color-primary);
}

.footer__list__link__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--color-primary);
}

.footer__list__link__icon:not(.footer__list__link__icon--lg) {
  font-size: 0.625rem;
}

.footer__bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--font-primary);
}

@media (min-width: 992px) {
  .footer__bottom {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 576px) {
  .footer__bottom {
    font-size: 1.125rem;
  }
}

.footer__bottom__text {
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .footer__bottom__text {
    font-size: 1.0625rem;
  }
}

.footer__bottom__link:hover, .footer__bottom__link:focus-visible {
  color: var(--color-secondary);
}

.banner {
  min-height: calc(var(--vh, 1vh) * 100 - var(--header-size) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.625rem solid var(--color-primary);
}

@media (max-width: 991.98px) {
  .banner {
    border-top-width: 6px;
  }
}

.banner::after {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--color-secondary-rgb), 0.7)), to(transparent));
  background-image: -o-linear-gradient(rgba(var(--color-secondary-rgb), 0.7), transparent);
  background-image: linear-gradient(rgba(var(--color-secondary-rgb), 0.7), transparent);
  width: 100%;
  height: 50%;
  z-index: -1;
}

.banner__bg {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  z-index: -1;
}

.banner__title {
  font-size: 2.5rem;
  font-family: var(--font-primary);
  font-weight: 800;
  margin-top: 0.9375rem;
  line-height: 1.04;
}

@media (max-width: 319.98px) {
  .banner__title {
    font-size: 1.5625rem;
  }

  .animate {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .banner__title {
    font-size: 3.75rem;
    letter-spacing: 3px;
  }

  .animate {
    font-size: 2em;
  }
}

@media (min-width: 1400px) {
  .banner__title {
    font-size: 5.625rem;
    letter-spacing: 4.5px;
  }

  .animate {
    font-size: 3em;
  }
}

.banner__text {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: var(--font-primary);
  line-height: 1.54;
  margin-bottom: 1.875rem;
}

@media (max-width: 319.98px) {
  .banner__text {
    font-size: 1rem;
  }
}

@media (min-width: 1400px) {
  .banner__text {
    font-size: 1.625rem;
  }
}

.service::after {
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(var(--_section-gap) / 1.5);
  background-color: var(--color-secondary);
}

.service__figure {
  padding-top: 138%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service__figure {
    padding-top: 155%;
  }
}

.service__figure:hover .service__figure__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.about__text {
  color: #333333;
}

.video {
  --_color-shape: var(--color-primary);
  overflow: hidden;
}

.video::before {
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--_color-shape);
}

@media (max-width: 1199.98px) {
  .video::before {
    right: 0;
    height: var(--_section-gap);
  }
}

@media (min-width: 1200px) {
  .video::before {
    width: calc((100vw - 1140px) / 2);
    height: 100%;
  }
}

.video__left::before {
  z-index: -1;
  background-color: var(--_color-shape);
}

@media (max-width: 1199.98px) {
  .video__left::before {
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 50%;
  }
}

@media (min-width: 1200px) {
  .video__left::before {
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 50%;
  }
}

/*# sourceMappingURL=style.css.map */
.red {
  color: #da2128;
}

.animate {
  color: #da2128;
  margin: 10px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  animation: animtext 4s steps(80, end);
  transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

@keyframes animtext {
  from {
    width: 0;
    transition: all 2s ease-in-out;
  }
}

.text-outline {
  -webkit-text-stroke: 1px white;
}