:root {
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-color: $black-600;
  --bs-primary-rgb: 17, 63, 92;
  --bs-link-color-rgb: 17, 63, 92;
  --bs-link-hover-color-rgb: 13, 48, 70; }

.btn {
  font-size: 14px;
  line-height: 20px;
  border-radius: 24px;
  padding: 9px 24px; }

a:hover {
  color: #3CA749; }

.btn-secondary {
  --bs-btn-bg: #3CA749;
  --bs-btn-border-color: #3CA749;
  --bs-btn-hover-bg: #113F5C;
  --bs-btn-active-bg: #113F5C;
  --bs-btn-hover-border-color: #113F5C;
  --bs-btn-active-border-color: #113F5C; }

.btn-primary {
  --bs-btn-bg: #113F5C;
  --bs-btn-border-color: #113F5C;
  --bs-btn-hover-bg: #3CA749;
  --bs-btn-hover-border-color: #3CA749;
  --bs-btn-active-bg: #3CA749;
  --bs-btn-active-border-color: #3CA749;
  --bs-btn-disabled-bg: #1e4c69;
  --bs-btn-disabled-border-color: #1e4c69; }

.btn-link {
  --bs-link-color: #3CA749;
  text-decoration: none;
  --bs-btn-hover-color: #113F5C;
  --bs-btn-active-color: #113F5C; }

.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-spacer: 8px;
  --bs-dropdown-link-active-bg: $secondary;
  border: 0;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3); }

.fw-600 {
  font-weight: 600 !important; }

.fw-400 {
  font-weight: 400 !important; }

.btn:hover {
  border: 1px solid; }

/* plus-jakarta-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/plus-jakarta-sans-v8-latin-300.woff2") format("woff2"); }
/* plus-jakarta-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/plus-jakarta-sans-v8-latin-regular.woff2") format("woff2"); }
/* plus-jakarta-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/plus-jakarta-sans-v8-latin-500.woff2") format("woff2"); }
/* plus-jakarta-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/plus-jakarta-sans-v8-latin-600.woff2") format("woff2"); }
/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/plus-jakarta-sans-v8-latin-700.woff2") format("woff2"); }
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v22-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v22-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v22-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v22-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v22-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  background-image: url(../images/shadows/shadow.svg);
  background-attachment: fixed;
  background-position: left;
  background-size: contain;
  background-repeat: repeat;
  user-select: none; }
  body.overflow-hidden {
    overflow: hidden; }
  body.fixed {
    padding-top: 78px; }
    @media (max-width: 991px) {
      body.fixed {
        padding-top: 77px; } }
  body:before {
    content: "";
    background-image: url(../images/line.svg);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: repeat-x;
    background-position: left; }

::-webkit-scrollbar {
  width: 6px; }

::-moz-scrollbar {
  width: 6px; }

::-ms-scrollbar {
  width: 6px; }

::-webkit-scrollbar-thumb {
  background: #64616e; }

::-moz-scrollbar-thumb {
  background: #64616e; }

::-ms-scrollbar-thumb {
  background: #64616e; }

h1, .h1 {
  font-size: 36px;
  font-weight: 600;
  color: #113F5C;
  line-height: 45px;
  margin: 0; }
  @media (max-width: 991px) {
    h1, .h1 {
      font-size: 29px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 26px;
      line-height: 36px; } }
  h1.h1__black, .h1.h1__black {
    color: #141414;
    font-weight: 500; }
  h1.has--underline, .h1.has--underline {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px; }
    @media (max-width: 991px) {
      h1.has--underline, .h1.has--underline {
        padding-bottom: 18px; } }
    h1.has--underline:after, .h1.has--underline:after {
      content: "";
      width: 110px;
      height: 4px;
      background-color: #3CA749;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 6px; }
  h1 > span, .h1 > span {
    background-color: #3CA749;
    color: #FFFFFF;
    display: inline-block;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
     margin-bottom: 4px;
  }
    @media (max-width: 767px) {
      h1 > span, .h1 > span {
        line-height: 1.3; } }

.h1-inner {
  font-size: 32px;
  font-weight: 600;
  color: #113F5C;
  line-height: 45px;
  margin: 0; }
  @media (max-width: 991px) {
    .h1-inner {
      font-size: 29px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .h1-inner {
      font-size: 26px;
      line-height: 36px; } }
  .h1-inner.h1__black {
    color: #141414;
    font-weight: 500; }
  .h1-inner.has--underline {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px; }
    @media (max-width: 991px) {
      .h1-inner.has--underline {
        padding-bottom: 18px; } }
    .h1-inner.has--underline:after {
      content: "";
      width: 110px;
      height: 4px;
      background-color: #3CA749;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 6px; }
  .h1-inner > span {
    background-color: #3CA749;
    color: #FFFFFF;
    display: inline-block;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px; }
    @media (max-width: 767px) {
      .h1-inner > span {
        line-height: 1.3; } }

h2, .h2 {
  font-size: 24px;
  font-weight: 600;
  color: #113F5C;
  line-height: 30px;
  margin: 0; }
  h2.h2_lg, .h2.h2_lg {
    font-size: 32px;
    line-height: 48px; }
    @media (max-width: 991px) {
      h2.h2_lg, .h2.h2_lg {
        font-size: 24px;
        line-height: 30px; } }
  h2 > span, .h2 > span {
    background-color: #3CA749;
    color: #FFFFFF;
    display: inline-block;
    padding-bottom: 4px; }

h3, .h3 {
  font-size: 24px;
  font-weight: 700;
  color: #141414;
  line-height: 30px;
  margin: 0; }
  @media (max-width: 991px) {
    h3, .h3 {
      font-size: 18px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 500;
  color: #141414;
  line-height: 22.5px;
  margin: 0; }

h5 {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
  line-height: 24px;
  margin: 0; }

p {
  font-size: 14px;
  font-weight: 400;
  color: #141414;
  line-height: 20px; }

.btn--with-icon {
  display: flex;
  align-items: center;
  gap: 4px; }
  .btn--with-icon img {
    width: 16px;
    height: 16px; }

.scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 991px) {
    .scroll-down {
      bottom: 20px; } }
  @media (max-width: 767px) {
    .scroll-down {
      bottom: 0px; } }

.scroll-down-button {
  width: 61px;
  height: 61px;
  padding: 0;
  display: flex; }
  .scroll-down-button > img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

ul.list-with-check {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.list-with-check > li {
    position: relative;
    padding-left: 38px; }
    ul.list-with-check > li:not(:last-child) {
      padding-bottom: 14px; }
    ul.list-with-check > li:before {
      content: "";
      background: url(../images/check.svg);
      width: 22px;
      height: 22px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0; }

.container {
  max-width: 1200px; }
  @media (max-width: 1199px) {
    .container {
      --bs-gutter-x: 50px; } }

.video-preview-btn {
  position: fixed;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #113F5C;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: .5s all;
  z-index: 99;
  bottom: 50px;
  right: 50px;
  padding: 0; }
  @media (max-width: 991px) {
    .video-preview-btn {
      bottom: 2rem;
      right: 2rem; } }
  .video-preview-btn > img {
    width: 25px;
    height: 24px;
    object-fit: contain;
    transition: .3s all; }
    .video-preview-btn > img.hover {
      display: none; }
    .video-preview-btn > img.normal {
      position: relative;
      right: -2px; }
  .video-preview-btn:hover {
    border-color: #d1f1d2;
    background-color: #3CA749; }
    .video-preview-btn:hover > img.hover {
      display: block; }
    .video-preview-btn:hover > img.normal {
      display: none; }

header {
  transition: .3s all; }
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(40px);
    background-color: rgba(255, 255, 255, 0.5); }
  header .navbar {
    --bs-navbar-padding-y: 15px; }
    header .navbar .navbar-brand {
      padding: 0;
      height: 47px; }
      header .navbar .navbar-brand img {
        height: 100%;
        width: auto; }
  header .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: black;
    line-height: 20px;
    padding: 14px; }
    @media (max-width: 991px) {
      header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        position: relative;
        z-index: 99;
        padding-left: 0;
        padding-right: 0; } }
    header .navbar-nav .nav-item .nav-link > span {
      position: relative; }
      header .navbar-nav .nav-item .nav-link > span:before {
        transition: all 0.3s ease-in; }
      header .navbar-nav .nav-item .nav-link > span:before {
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        bottom: -10px;
        background-color: #113F5C;
        border-radius: 6px;
        background: #3CA749; }
        @media (max-width: 991px) {
          header .navbar-nav .nav-item .nav-link > span:before {
            bottom: -14px; } }
    header .navbar-nav .nav-item .nav-link.active {
      color: #113F5C; }
      header .navbar-nav .nav-item .nav-link.active > span:before {
        transform: translateX(-50%) scaleX(1); }
  header .navbar-nav .nav-item:hover .nav-link > span:before {
    transform: translateX(-50%) scaleX(1); }
  header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block; }
  header .navbar-collapse {
    position: relative; }
    @media (max-width: 991px) {
      header .navbar-collapse {
        position: absolute;
        width: calc(100% - 50px);
        background: white;
        top: 80px;
        z-index: 99;
        left: 25px;
        box-shadow: rgba(100, 100, 111, 0.09) 0px 7px 29px 0px; } }
    @media (max-width: 991px) {
      header .navbar-collapse > ul {
        padding: 25px;
        padding-bottom: 0; } }
    @media (max-width: 991px) {
      header .navbar-collapse > div {
        padding: 10px 25px 25px; } }
    @media (max-width: 991px) {
      header .navbar-collapse > div .btn--with-icon {
        display: inline-flex; } }
    @media (max-width: 991px) {
      header .navbar-collapse .dropdown-menu {
        box-shadow: none;
        padding-top: 0;
        margin-top: 0;
        padding-left: 15px; } }
    @media (max-width: 991px) {
      header .navbar-collapse .dropdown-menu .dropdown-item {
        font-size: 14px; } }
  header .maga-menu-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    background: #fff;
    top: 60px;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    display: none; }
    @media (max-width: 991px) {
      header .maga-menu-wrapper {
        position: static;
        box-shadow: none;
        padding: 0;
        padding-left: 15px; } }
    header .maga-menu-wrapper:before {
      content: "";
      background: transparent;
      position: absolute;
      width: 100%;
      height: 20px;
      left: 0;
      top: -19px; }
    header .maga-menu-wrapper.active {
      display: block;
      z-index: 999; }
    header .maga-menu-wrapper .maga-menu-row {
      display: flex; }
      @media (max-width: 991px) {
        header .maga-menu-wrapper .maga-menu-row {
          flex-wrap: wrap;
          padding-top: 6px; } }
      header .maga-menu-wrapper .maga-menu-row .maga-menu-column {
        flex: 0 0 33.33%;
        max-width: 33.33%; }
        @media screen and (min-width: 992px) {
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column {
            padding: 60px 40px; } }
        @media (max-width: 991px) {
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column {
            flex: 0 0 100%;
            max-width: 100%; } }
        header .maga-menu-wrapper .maga-menu-row .maga-menu-column h3 {
          font-size: 20px;
          padding-bottom: 18px;
          font-weight: 600; }
          @media (max-width: 991px) {
            header .maga-menu-wrapper .maga-menu-row .maga-menu-column h3 {
              position: relative;
              font-size: 14px;
              padding-bottom: 0;
              cursor: pointer; } }
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column h3:after {
            content: "";
            width: 18px;
            height: 18px;
            background: url(../images/arrow-down-s-line.svg);
            background-size: contain;
            opacity: 0;
            position: absolute;
            top: 5px;
            right: 0; }
            @media (max-width: 991px) {
              header .maga-menu-wrapper .maga-menu-row .maga-menu-column h3:after {
                opacity: 1; } }
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column h3.active:after {
            transform: scaleY(-1); }
        header .maga-menu-wrapper .maga-menu-row .maga-menu-column ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          @media (max-width: 991px) {
            header .maga-menu-wrapper .maga-menu-row .maga-menu-column ul {
              display: none;
              padding-left: 15px;
              padding-bottom: 10px;
              padding-top: 10px; } }
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column ul li:not(:last-child) {
            padding-bottom: 10px; }
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column ul li a {
            text-decoration: none;
            font-size: 14px; }
            header .maga-menu-wrapper .maga-menu-row .maga-menu-column ul li a:hover {
              text-decoration: none; }
            header .maga-menu-wrapper .maga-menu-row .maga-menu-column ul li a.active {
              color: #3CA749; }
        header .maga-menu-wrapper .maga-menu-row .maga-menu-column.with-bg {
          background-color: #113F5C;
          position: relative;
          padding-left: 110px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start; }
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column.with-bg > img {
            position: absolute;
            right: 0;
            bottom: 0;
            left: -62px;
            width: 179px;
            max-height: 100%;
            object-fit: contain; }
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column.with-bg h3, header .maga-menu-wrapper .maga-menu-row .maga-menu-column.with-bg p {
            color: #FFFFFF; }
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column.with-bg h3 {
            padding-bottom: 18px; }
          header .maga-menu-wrapper .maga-menu-row .maga-menu-column.with-bg p {
            padding-bottom: 25px; }
  header .has-megamenu:hover .maga-menu-wrapper {
    display: block; }
  header .has-megamenu > a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; }
  header .navbar-toggler:focus {
    box-shadow: none; }

.left-container-right-full {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .left-container-right-full {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      gap: 2rem; } }
  .left-container-right-full .left-container-col {
    justify-content: flex-end; }
    .left-container-right-full .left-container-col > div {
      flex: 0 0 100%;
      padding-left: 12px;
      padding-right: 12px;
      max-width: calc(1200px / 2); }
      @media (max-width: 1199px) {
        .left-container-right-full .left-container-col > div {
          padding-left: 25px; } }
      @media (max-width: 991px) {
        .left-container-right-full .left-container-col > div {
          max-width: 100%;
          padding-left: 0;
          padding-right: 0; } }

.left-container-col, .right-full-col {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex; }
  @media (max-width: 991px) {
    .left-container-col, .right-full-col {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }

.banner {
  min-height: calc(100vh - 83px);
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 991px) {
    .banner {
      padding-top: 50px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .banner {
      min-height: auto; } }
  .banner .banner-content-wrapper {
    width: 100%; }
    .banner .banner-content-wrapper .banner-content-text h1, .banner .banner-content-wrapper .banner-content-text h2 {
      padding-bottom: 25px; }
      @media (max-width: 991px) {
        .banner .banner-content-wrapper .banner-content-text h1, .banner .banner-content-wrapper .banner-content-text h2 {
          max-width: 431px; } }
      @media (max-width: 767px) {
        .banner .banner-content-wrapper .banner-content-text h1, .banner .banner-content-wrapper .banner-content-text h2 {
          max-width: 100%; } }
    .banner .banner-content-wrapper .banner-content-text h1 {
      font-size: 40px;
      line-height: 130%;
      font-weight: 600; }
      @media (max-width: 1199px) {
        .banner .banner-content-wrapper .banner-content-text h1 {
          font-size: 36px; } }
      @media (max-width: 991px) {
        .banner .banner-content-wrapper .banner-content-text h1 {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .banner .banner-content-wrapper .banner-content-text h1 {
          font-size: 30px; } }
      @media (max-width: 320px) {
        .banner .banner-content-wrapper .banner-content-text h1 {
          font-size: 25px;
          padding-bottom: 15px; } }
    .banner .banner-content-wrapper .banner-content-text p {
      font-size: 18px;
      line-height: 30px; }
      @media (max-width: 1199px) {
        .banner .banner-content-wrapper .banner-content-text p {
          font-size: 16px; } }
      @media (max-width: 991px) {
        .banner .banner-content-wrapper .banner-content-text p {
          font-size: 15px; } }
    .banner .banner-content-wrapper .banner-content-image {
      flex: 0 0 100%;
      max-width: 100%; }
      .banner .banner-content-wrapper .banner-content-image img {
        width: 100%;
        height: auto; }
    .banner .banner-content-wrapper .banner-content-text-inner {
      max-width: 493px; }
      @media (max-width: 991px) {
        .banner .banner-content-wrapper .banner-content-text-inner {
          max-width: 100%; } }

.heading-text-section {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .heading-text-section {
      margin-bottom: -100px; } }
  .heading-text-section h2 {
    padding-bottom: 14px; }
    @media (max-width: 991px) {
      .heading-text-section h2 {
        padding-bottom: 24px; } }

.steps-section {
  padding-bottom: 100px;
  position: relative; }
  @media (max-width: 991px) {
    .steps-section {
      padding-bottom: 0; } }
  .steps-section h2 {
    padding-bottom: 25px; }
  .steps-section .steps-content-text > div {
    padding-top: 30px; }
  @media (max-width: 991px) {
    .steps-section .steps-content-image {
      max-width: 85%;
      margin: 0 auto; } }
  @media (max-width: 575px) {
    .steps-section .steps-content-image {
      max-width: 100%; } }
  .steps-section .steps-content-image lottie-player {
    height: auto; }
  .steps-section .slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 5px; }
    .steps-section .slick-dots li button {
      font-size: 0;
      border: 0;
      padding: 0;
      width: 15px;
      height: 15px;
      background: #113F5C;
      border-radius: 50%;
      opacity: .6; }
    .steps-section .slick-dots li.slick-active button {
      opacity: 1; }

@media (min-width: 768px) {
  .steps-content-text {
    max-width: 480px; } }
@media (max-width: 767px) {
  .steps-content-text {
    padding-bottom: 40px; } }

.features-section {
  padding: 100px 0 70px;
  margin-top: -180px; }
  @media (max-width: 991px) {
    .features-section {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .features-section {
      margin-top: 0; } }
  .features-section .feature-item-footer {
    padding-top: 45px; }
    .features-section .feature-item-footer > a {
      min-width: 330px;
      justify-content: center; }

.feature-items {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px; }
  @media (max-width: 991px) {
    .feature-items {
      gap: 16px; } }
  .feature-items .feature-item {
    padding: 20px;
    border-radius: 15px;
    background-color: #D0F4FC;
    flex: 0 0 calc(33.33% - (40px / 3));
    max-width: calc(33.33% - (40px / 3));
    transition: .3s ease;
    outline: 5px solid transparent; }
    .feature-items .feature-item:hover {
      outline: 5px solid #FFFFFF; }
    @media (max-width: 991px) {
      .feature-items .feature-item {
        flex: 0 0 calc(33.33% - (32px / 3));
        max-width: calc(33.33% - (32px / 3)); } }
    @media (max-width: 767px) {
      .feature-items .feature-item {
        flex: 0 0 calc(50% - (16px / 2));
        max-width: calc(50% - (16px / 2)); } }
    @media (max-width: 575px) {
      .feature-items .feature-item {
        flex: 0 0 100%;
        max-width: 100%; } }
    .feature-items .feature-item.bg--blue-100 {
      background-color: #D0F4FC; }
    .feature-items .feature-item.bg--blue-90 {
      background-color: #EDE3FF; }
    .feature-items .feature-item.bg--blue-80 {
      background-color: #F9E3FF; }
    .feature-items .feature-item.bg--orange-100 {
      background-color: #FFDEDE; }
    .feature-items .feature-item.bg--yellow-100 {
      background-color: #FFEFDE; }
    .feature-items .feature-item.bg--green-100 {
      background-color: #EBFCD0; }
    .feature-items .feature-item h3 {
      padding-bottom: 11px;
      line-height: 1.1; }
      .feature-items .feature-item h3.h1 {
        padding-bottom: 24px;
        font-weight: normal;
        line-height: 1; }
        @media (max-width: 991px) {
          .feature-items .feature-item h3.h1 {
            padding-bottom: 14px;
            font-size: 24px; } }
    .feature-items .feature-item p {
      color: #808080;
      margin: 0; }

.testimonial-items {
  padding-bottom: 110px; }
  @media (max-width: 767px) {
    .testimonial-items {
      padding-bottom: 140px; } }
  .testimonial-items .testimonial-item {
    padding: 35px 55px;
    background-color: #FCFCFC;
    border-radius: 15px; }
    @media (max-width: 991px) {
      .testimonial-items .testimonial-item {
        padding: 25px 30px; } }
    .testimonial-items .testimonial-item .testimonial-item-header {
      width: 52px;
      height: 42px; }
      @media (max-width: 767px) {
        .testimonial-items .testimonial-item .testimonial-item-header {
          width: 42px;
          height: 32px; } }
      .testimonial-items .testimonial-item .testimonial-item-header > img {
        width: 100%;
        height: auto;
        display: block; }
    .testimonial-items .testimonial-item .testimonial-item-content {
      padding-block: 35px;
      padding-right: 40px;
      flex-grow: 1; }
      @media (max-width: 991px) {
        .testimonial-items .testimonial-item .testimonial-item-content {
          padding-right: 20px; } }
      @media (max-width: 767px) {
        .testimonial-items .testimonial-item .testimonial-item-content {
          padding-right: 0px;
          padding-bottom: 20px;
          padding-top: 25px; } }
      .testimonial-items .testimonial-item .testimonial-item-content h4 {
        line-height: 45px;
        padding-bottom: 10px; }
      .testimonial-items .testimonial-item .testimonial-item-content p {
        font-size: 16px;
        margin: 0;
        line-height: 30px;
        max-width: 567px; }
    .testimonial-items .testimonial-item .testimonial-item-auther {
      flex: 0 0 350px;
      padding-inline: 40px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 20px; }
      @media (max-width: 991px) {
        .testimonial-items .testimonial-item .testimonial-item-auther {
          padding-inline: 20px;
          flex: 0 0 280px; } }
      @media (max-width: 767px) {
        .testimonial-items .testimonial-item .testimonial-item-auther {
          padding-inline: 0px; } }
      .testimonial-items .testimonial-item .testimonial-item-auther:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #E1E4E7;
        position: absolute;
        top: 0;
        left: 0; }
        @media (max-width: 767px) {
          .testimonial-items .testimonial-item .testimonial-item-auther:after {
            display: none; } }
      .testimonial-items .testimonial-item .testimonial-item-auther .testimonial-item-auther-image {
        flex: 0 0 66px;
        width: 66px;
        height: 66px;
        border-radius: 50%;
        overflow: hidden; }
        .testimonial-items .testimonial-item .testimonial-item-auther .testimonial-item-auther-image > img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .testimonial-items .testimonial-item .testimonial-item-auther-name h5 {
      padding-bottom: 10px; }
    .testimonial-items .testimonial-item .testimonial-item-auther-name p {
      color: rgba(20, 20, 20, 0.6);
      margin: 0; }
    @media (max-width: 767px) {
      .testimonial-items .testimonial-item .testimonial-item-body {
        flex-wrap: wrap; } }
  .testimonial-items .slick-arrow {
    font-size: 0;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #113F5C;
    border: 0;
    background-image: url("../images/angle-arrow-left--white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    z-index: 9;
    right: 40px;
    top: 30px; }
    @media (max-width: 991px) {
      .testimonial-items .slick-arrow {
        width: 41px;
        height: 41px; } }
    .testimonial-items .slick-arrow.slick-next {
      transform: scaleX(-1); }
    .testimonial-items .slick-arrow.slick-prev {
      right: 110px; }
      @media (max-width: 991px) {
        .testimonial-items .slick-arrow.slick-prev {
          right: 90px; } }
    .testimonial-items .slick-arrow:hover {
      background-color: #3CA749; }
  .testimonial-items .slick-track[style*="transition"] .testimonial-item-header {
    opacity: 0; }

.image-text-box {
  background-color: #113F5C;
  border-radius: 15px;
  padding: 50px; }
  @media (max-width: 991px) {
    .image-text-box {
      padding: 40px; } }
  @media (max-width: 767px) {
    .image-text-box {
      padding: 40px 30px; } }
  .image-text-box .image-text-box-image img {
    width: 100%;
    max-width: 254px;
    height: auto;
    margin-top: -120px; }
  .image-text-box h2 {
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .image-text-box h2 {
        padding-bottom: 20px;
        padding-top: 15px; } }
  .image-text-box p {
    padding-bottom: 35px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .image-text-box p {
        padding-bottom: 30px;
        font-size: 15px;
        margin: 0; } }

footer {
  padding-top: 60px; }
  footer h4 {
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      footer h4 {
        padding-bottom: 15px; } }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      footer ul {
        padding-bottom: 30px; } }
    footer ul > li > a {
      color: #425466;
      display: block;
      line-height: 1;
      text-decoration: none;
      padding: 10px 0; }
      @media (max-width: 767px) {
        footer ul > li > a {
          padding: 7px 0; } }
      footer ul > li > a:hover {
        color: #3CA749; }
      footer ul > li > a > img {
        height: 18px; }
      footer ul > li > a.social-icon {
        background-color: #113F5C;
        width: 30px;
        height: 30px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        transition: .3s all; }
        footer ul > li > a.social-icon:hover {
          background-color: #3CA749; }
        footer ul > li > a.social-icon > img {
          filter: brightness(0) invert(1);
          width: 17px;
          height: 17px;
          object-fit: contain; }
  footer .footer-logo img {
    max-width: 140px;
    width: 100%; }
    @media (max-width: 991px) {
      footer .footer-logo img {
        max-width: 110px; } }
  footer .footer-social-icons {
    gap: 40px;
    padding-bottom: 55px;
    border-bottom: 1px solid #E0E0E0;
    padding-top: 5px; }
    @media (max-width: 991px) {
      footer .footer-social-icons {
        gap: 30px;
        padding-top: 10px;
        padding-bottom: 35px; } }
  footer .footer-bottom {
    padding: 52px 0; }
    @media (max-width: 767px) {
      footer .footer-bottom {
        padding-bottom: 0; } }
    footer .footer-bottom ul {
      padding-left: 20px;
      gap: 22px;
      font-size: 12px; }
      @media (max-width: 991px) {
        footer .footer-bottom ul {
          padding-left: 0px;
          flex-wrap: wrap;
          justify-content: center;
          gap: 10px; } }
      footer .footer-bottom ul li a {
        padding: 0; }
    footer .footer-bottom .copyright {
      color: rgba(20, 20, 20, 0.6); }
      @media (max-width: 767px) {
        footer .footer-bottom .copyright {
          text-align: center; } }
      footer .footer-bottom .copyright a {
        text-decoration: none; }
        footer .footer-bottom .copyright a:hover {
          text-decoration: none; }
    @media (max-width: 991px) {
      footer .footer-bottom > div {
        flex-wrap: wrap;
        gap: 12px;
        flex-direction: column; } }

.shadow-wrapper {
  position: absolute;
  display: none; }
  .shadow-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .shadow-wrapper.shadow--1 {
    top: -41px;
    width: 175px;
    height: 175px;
    left: 50%;
    transform: translateX(-50%); }
  .shadow-wrapper.shadow--2 {
    bottom: 0;
    width: 500px;
    height: 500px;
    left: 0; }
    .shadow-wrapper.shadow--2 > img {
      object-position: left; }
  .shadow-wrapper.shadow--3 {
    bottom: -120px;
    width: 500px;
    height: 500px;
    right: 0; }
    .shadow-wrapper.shadow--3 > img {
      object-position: right; }
  .shadow-wrapper.shadow--4 {
    width: 100%;
    height: 100%;
    left: 0;
    top: -60px; }
    .shadow-wrapper.shadow--4 > img {
      object-position: left; }

.testionial-section {
  position: relative; }

.scroll-animation-section lottie-player {
  height: auto; }

.scroll-animate-item {
  display: flex;
  align-items: center;
  position: relative; }
  @media (min-width: 768px) {
    .scroll-animate-item {
      min-height: 100vh; } }
  @media (max-width: 767px) {
    .scroll-animate-item {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .scroll-animate-item:not(:last-child) {
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .scroll-animate-item:last-child {
      padding-bottom: 300px; } }
  .scroll-animate-item.active:after {
    opacity: .05; }

@media (min-width: 768px) {
  .scroll-animate-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px; } }
.scroll-animate-left h2 {
  padding-bottom: 25px;
  font-size: 36px;
  line-height: 100%; }
  @media (max-width: 991px) {
    .scroll-animate-left h2 {
      font-size: 29px; } }
  @media (max-width: 767px) {
    .scroll-animate-left h2 {
      font-size: 26px; } }
.scroll-animate-left .steps-content-text > div {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .scroll-animate-left .steps-content-text > div {
      padding-top: 40px; } }

.scroll-animate-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  height: 100vh; }

@media (max-width: 767px) {
  .scroll-animate-right {
    display: none; } }
.scroll-animate-right lottie-player {
  width: 100%;
  transition: .5s ease-in all;
  display: none;
  height: 100%;
  object-fit: contain; }
  .scroll-animate-right lottie-player.active {
    display: block; }

lottie-player.simon {
  height: calc(100vh - 10rem);
  display: block; }
  @media (max-width: 767px) {
    lottie-player.simon {
      height: auto; } }

.main-player-section {
  padding-top: 70px; }
  @media (max-width: 991px) {
    .main-player-section {
      padding-top: 40px; } }

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30%; }
  to {
    border-radius: 40% 60%; } }
@keyframes spin {
  to {
    transform: rotate(1turn); } }
.custom-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none; }
  .custom-modal-wrapper .custom-modal-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 25px; }
    @media (max-width: 767px) {
      .custom-modal-wrapper .custom-modal-inner {
        padding: 25px 10px; } }
    .custom-modal-wrapper .custom-modal-inner .custom-modal-dialog {
      background-color: #FFFFFF;
      width: 100%;
      max-width: 780px;
      padding: 30px 45px;
      border-radius: 12px; }
      @media (max-width: 991px) {
        .custom-modal-wrapper .custom-modal-inner .custom-modal-dialog {
          padding: 30px 25px; } }
      @media (max-width: 767px) {
        .custom-modal-wrapper .custom-modal-inner .custom-modal-dialog {
          padding: 20px 25px; } }
    .custom-modal-wrapper .custom-modal-inner .custom-modal-header {
      position: relative;
      margin-bottom: 15px; }
      .custom-modal-wrapper .custom-modal-inner .custom-modal-header h2 {
        font-size: 20px; }
        @media (max-width: 767px) {
          .custom-modal-wrapper .custom-modal-inner .custom-modal-header h2 {
            font-size: 1.3rem; } }
      .custom-modal-wrapper .custom-modal-inner .custom-modal-header .btn-close-modal {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-color: #113F5C;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        border: 0; }
        .custom-modal-wrapper .custom-modal-inner .custom-modal-header .btn-close-modal svg {
          width: 12px;
          height: 12px; }
        .custom-modal-wrapper .custom-modal-inner .custom-modal-header .btn-close-modal:hover {
          background-color: #3CA749; }
    .custom-modal-wrapper .custom-modal-inner .custom-modal-body {
      padding-bottom: 35px;
      max-height: calc(100vh - 200px);
      overflow-x: hidden; }
      .custom-modal-wrapper .custom-modal-inner .custom-modal-body .ratio {
        margin-bottom: 40px; }
    .custom-modal-wrapper .custom-modal-inner .custom-modal-footer {
      border-top: 1px solid #E1E4E7;
      background: white;
      padding: 15px 0px 0; }

.coming-soon {
  min-height: 54vh;
  padding: 50px 0; }
  .coming-soon img {
    width: 100%;
    max-width: 150px; }

.footer-store-btn {
  max-width: 177px; }

@media screen and (max-width: 1365px) {
  body {
    zoom: 0.90; } }
@media screen and (max-height: 768px) {
  .heading-text-section {
    margin-bottom: -20px; } }
/*privacy policy  page*/
.privacy-row {
  margin-top: 6em;
  margin-bottom: 11em;
  line-height: 25px; }
  .privacy-row h5 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #113F5C; }
  .privacy-row h2, .privacy-row h3, .privacy-row h4 {
    margin-bottom: 10px;
    margin-top: 10px; }

@media (max-width: 767px) {
  .no-animation-mobile {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important; } }

.play-btn {
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: #3CA749;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: .3s all; }
  .play-btn:hover {
    background: #113F5C; }
  .play-btn > img {
    width: 50px;
    height: 50px;
    object-fit: contain; }

.contact-form-section {
  padding: 80px 0 110px; }
  @media (max-width: 991px) {
    .contact-form-section {
      padding: 50px 0 80px; } }
  .contact-form-section p {
    font-size: 16px;
    color: #113F5C; }
    @media (max-width: 991px) {
      .contact-form-section p {
        font-size: 14px; } }
  .contact-form-section textarea {
    resize: none; }

.form-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(20, 20, 20, 0.6);
  margin: 0;
  padding-bottom: 9px; }
  .form-label .required {
    color: red; }

.form-control {
  border: 1px solid #113F5C;
  background-color: #113F5C;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  width: 100%;
  transition: .3s all;
  box-shadow: none;
  outline: none; }
  .form-control:focus {
    border-color: #3CA749;
    box-shadow: none;
    outline: none; }
  .form-control::placeholder {
    color: #FFFFFF; }

.form-item {
  padding-bottom: 20px; }
  .form-item button {
    min-width: 180px; }

.form-item-row {
  display: flex;
  gap: 20px; }
  .form-item-row .form-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px); }

.address-item h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px; }
  .address-item h3 img {
    width: 24px;
    height: 24px;
    object-fit: contain; }
.address-item p {
  font-size: 16px;
  line-height: 24px;
  color: #141414; }
  @media (max-width: 991px) {
    .address-item p {
      font-size: 14px; } }

.swal2-confirm {
  background-color: #113F5C !important; }
  .swal2-confirm:hover {
    background-color: #3CA749 !important; }

.swal2-popup h2 {
  font-size: 24px;
  font-weight: 600;
  color: #113F5C;
  line-height: 30px;
  margin: 0;
  color: #141414; }
.swal2-popup .swal2-html-container {
  padding-top: 5px;
  font-size: 14px;
  color: #141414; }
.swal2-popup .swal2-actions {
  margin-top: 5px; }
.swal2-popup .swal2-styled {
  border-radius: 22px;
  min-width: 100px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400; }
.swal2-popup .swal2-icon {
  transform: scale(0.7);
  margin-bottom: -20px;
  margin-top: 12px; }

.discover_row {
  background-color: #113F5C;
  padding: 30px 50px;
  position: relative;
  border-radius: 6px; }
  .discover_row h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .discover_row p, .discover_row h3 {
    color: white; }
  .discover_row .discover_row_inner_left {
    padding-right: 14em; }
  .discover_row .discover_row_inner_right {
    position: absolute;
    top: -92px;
    right: -20px; }
    .discover_row .discover_row_inner_right img {
      width: 237px; }
      @media screen and (max-width: 576px) {
        .discover_row .discover_row_inner_right img {
          width: 200px; } }

.w-90 {
  width: 90%; }

.inner-banner-wrapper {
  background-color: #113F5C;
  min-height: 215px; }

@media (max-width: 767px) {
  .inner-bannner-img {
    position: absolute;
    right: 10px; } }

.section--inner-content {
  padding: 115px 0 130px; }
  @media (max-width: 991px) {
    .section--inner-content {
      padding: 75px 0 110px; } }
  @media (max-width: 575px) {
    .section--inner-content {
      padding: 55px 0 110px; } }
  .section--inner-content h2 {
    padding-bottom: 15px; }
    @media (max-width: 575px) {
      .section--inner-content h2 {
        padding-bottom: 5px; } }
  .section--inner-content .content_inner p {
    line-height: 21px; }

.readmore-text {
  display: none; }
  .readmore-text.active {
    display: inline; }

.about-img-sec img {
  border-radius: 1.25rem; }

@media (max-width: 767px) {
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; } }

/*# sourceMappingURL=style.css.map */
