/* mixins */
/* breakpoints */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

@font-face {
  font-family: "Rotis-Sans-Serif-Std";
  src: url("../fonts/RotisSansSerifStd-Italic.eot");
  src: url("../fonts/RotisSansSerifStd-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSansSerifStd-Italic.woff2") format("woff2"), url("../fonts/RotisSansSerifStd-Italic.woff") format("woff"), url("../fonts/RotisSansSerifStd-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rotis-Sans-Serif-Std";
  src: url("../fonts/RotisSansSerifStd-ExtraBold.eot");
  src: url("../fonts/RotisSansSerifStd-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSansSerifStd-ExtraBold.woff2") format("woff2"), url("../fonts/RotisSansSerifStd-ExtraBold.woff") format("woff"), url("../fonts/RotisSansSerifStd-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rotis-Sans-Serif-Std";
  src: url("../fonts/RotisSansSerifStd-Bold.eot");
  src: url("../fonts/RotisSansSerifStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSansSerifStd-Bold.woff2") format("woff2"), url("../fonts/RotisSansSerifStd-Bold.woff") format("woff"), url("../fonts/RotisSansSerifStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rotis-Sans-Serif-Std";
  src: url("../fonts/RotisSansSerifStd-Light.eot");
  src: url("../fonts/RotisSansSerifStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSansSerifStd-Light.woff2") format("woff2"), url("../fonts/RotisSansSerifStd-Light.woff") format("woff"), url("../fonts/RotisSansSerifStd-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rotis-Sans-Serif-Std";
  src: url("../fonts/RotisSansSerifStd-LightIt.eot");
  src: url("../fonts/RotisSansSerifStd-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSansSerifStd-LightIt.woff2") format("woff2"), url("../fonts/RotisSansSerifStd-LightIt.woff") format("woff"), url("../fonts/RotisSansSerifStd-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rotis-Sans-Serif-Std";
  src: url("../fonts/RotisSansSerifStd.eot");
  src: url("../fonts/RotisSansSerifStd.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSansSerifStd.woff2") format("woff2"), url("../fonts/RotisSansSerifStd.woff") format("woff"), url("../fonts/RotisSansSerifStd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.f-12 {
  font-size: 12px;
  line-height: 20px;
}

.f-14 {
  font-size: 14px;
  line-height: 16px;
}

.f-16 {
  font-size: 16px;
  line-height: 20px;
}

.f-18 {
  font-size: 18px;
  line-height: 26px;
}

.f-20 {
  font-size: 20px;
  line-height: 26px;
}

.f-24 {
  font-size: 24px;
  line-height: 28px;
}

.f-26 {
  font-size: 26px;
  line-height: 30px;
}

.f-28 {
  font-size: 28px;
  line-height: 36px;
}

.f-30 {
  font-size: 30px;
  line-height: 38px;
}

.f-32 {
  font-size: 32px;
  line-height: 40px;
}

.f-34 {
  font-size: 34px;
  line-height: 42px;
}

.f-38 {
  font-size: 38px;
  line-height: 44px;
}

.f-48 {
  font-size: 48px;
  line-height: 54px;
}

.lh-42 {
  line-height: 42px;
}

.ls-5 {
  letter-spacing: 5px;
}

.fc-yellow {
  color: #EDAC00;
}

.bg-purple {
  background-color: #22205F;
}

.bg-dark {
  background-color: #09262C !important;
}

.row {
  --bs-gutter-x: 26px;
}

/* // Small devices (landsblackphones, 576px and up) */
/* // Medium devices (tablets, 768px and up) */
/*  Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-semi {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fc-white {
  color: #ffffff;
}

.fc-black {
  color: #000000;
}

.fc-red {
  color: #CB0007;
}

.fc-blue {
  color: #363995;
}

.fc-ocean {
  color: #56B3FF;
}

.fc-gray {
  color: rgba(0, 0, 0, 0.75);
}

.fc-lwhite {
  color: rgba(255, 255, 255, 0.75);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1;
}

h2, .h2 {
  font-size: 34px;
  line-height: 1.1;
}

h3, .h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}

h4, .h4 {
  font-size: 1.125em;
  line-height: 1.3;
}

h5, .h5 {
  font-size: 1.125em;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.15px;
}

.subtitle {
  font-size: 16px;
  letter-spacing: 0.15px;
}

.subtitle2 {
  font-size: 14px;
  letter-spacing: 0.1px;
}

.overline {
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

b, strong, .strong {
  font-weight: bold;
}

em, .em {
  font-style: italic;
}

a.inline-link {
  text-decoration: underline;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a.inline-link:hover {
  color: #ffffff;
}

.btn {
  border-radius: 0px;
  padding: 0px;
  width: auto;
  text-decoration: none;
  border: 0px solid transparent;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  max-width: 224px;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  height: 50px;
  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;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn .btn-text {
  position: relative;
  z-index: 1;
}
.btn:active, .btn:focus, .btn:active {
  outline: 0;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:before {
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:after {
  content: "";
  height: 26px;
  left: 50%;
  width: 26px;
  z-index: 0;
  margin-left: 30px;
  top: 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-image: url("../images/btn-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover::after {
  background-image: url("../images/btn-arrow-black.svg");
}
.btn:hover::before {
  height: 100%;
}

.btn-purple {
  background-color: #22205F;
  color: #ffffff;
}
.btn-purple .btn-text {
  color: white;
}
.btn-purple:hover {
  box-shadow: 10px 10px 30px -7px #13166F;
  -webkit-box-shadow: 10px 10px 30px -7px #13166F;
  -moz-box-shadow: 10px 10px 30px -7px #13166F;
  color: black;
}
.btn-purple:hover .btn-text {
  color: black;
}
.btn-purple:hover:before {
  background-color: #ffffff;
}

.btn-orange {
  background-color: #FF7F00;
  color: #ffffff;
}
.btn-orange:hover {
  box-shadow: 10px 10px 30px -7px #13166F;
  -webkit-box-shadow: 10px 10px 30px -7px #13166F;
  -moz-box-shadow: 10px 10px 30px -7px #13166F;
}
.btn-orange:hover:before {
  background-color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn-white:hover {
  box-shadow: 10px 10px 30px -7px #13166F;
  -webkit-box-shadow: 10px 10px 30px -7px #13166F;
  -moz-box-shadow: 10px 10px 30px -7px #13166F;
}
.btn-white:hover:before {
  background-color: #EDAC00;
}

button.form-control {
  border: 0 !important;
}
button.form-control:hover {
  box-shadow: 10px 10px 30px -7px #13166F !important;
  -webkit-box-shadow: 10px 10px 30px -7px #13166F !important;
  -moz-box-shadow: 10px 10px 30px -7px #13166F !important;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
html[lang=en] {
  font-family: "Rotis-Sans-Serif-Std", sans-serif;
  direction: ltr;
}
html.is-loading {
  overflow: hidden;
}
html.is-loaded {
  overflow: unset;
}
html.is-loaded .mainWrapper {
  opacity: 1;
  visibility: visible;
}
html .mainWrapper {
  opacity: 0;
  -webkit-transition: ease 0.3s opacity;
  transition: ease 0.3s opacity;
  visibility: hidden;
}

*[data-lang=en] {
  font-family: "Rotis-Sans-Serif-Std", sans-serif;
  direction: ltr;
}

body {
  background: #09262C;
  font-family: "Rotis-Sans-Serif-Std", sans-serif;
  margin: 0;
  padding: 0;
}
body:lang(ar) {
  font-family: "Rotis-Sans-Serif-Std", sans-serif;
  font-weight: 400;
}

#app {
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

main {
  height: 100%;
}
main.home {
  padding-top: 0px;
}
main section {
  padding: 0;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.19s linear 0.2s;
  transition: background-color 0.19s linear 0.2s;
  z-index: 11;
}

.app-wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.app-wrapper .app-container {
  margin: auto;
}

.app-header {
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.app-header .nav {
  margin: 20px 0;
}

.app-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.app-wrapper .container {
  max-width: 100%;
}
.app-wrapper .app-container {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.app-wrapper .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.app-wrapper .video-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.app-wrapper .video-wrap video {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.app-wrapper .brand-name {
  margin: 0 auto;
  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;
  z-index: 2;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding: 0 40px;
}
.app-wrapper .brand-name img {
  max-width: 100%;
  height: 90px;
  max-height: 90px;
}
.app-wrapper .app-content-home {
  height: 100%;
  position: relative;
  z-index: 3;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.app-wrapper .app-content-home .img img {
  max-width: 100%;
}
.app-wrapper .app-content-home .banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.app-wrapper .app-content-home .tap-button {
  height: 48px;
  width: 350px;
  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: #CCCD2B;
  position: relative;
}
.app-wrapper .c-scrolldown {
  width: 1px;
  height: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  margin: 60px 0 36px 0;
}
.app-wrapper .c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #cccd2b), color-stop(50%, rgba(204, 205, 43, 0)));
  background: linear-gradient(to bottom, #cccd2b 50%, rgba(204, 205, 43, 0) 50%);
  background-position: 0 -120px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.app-wrapper .back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-wrapper .back-btn .text {
  width: 88px;
  height: 38px;
  border: 1px solid #C1AFA8;
  font-size: 16px;
}
.app-wrapper .back-btn a {
  color: #fff;
}
.app-wrapper .back-btn a:hover {
  text-decoration: none;
}
.app-wrapper .back-btn a img {
  height: 50px;
  width: 50px;
  margin-left: 15px;
}
.app-wrapper .back-btn:hover a, .app-wrapper .back-btn:active a, .app-wrapper .back-btn:focus a {
  -webkit-animation: textColor 10s ease infinite;
          animation: textColor 10s ease infinite;
}
.app-wrapper .back-btn:hover img, .app-wrapper .back-btn:active img, .app-wrapper .back-btn:focus img {
  background: -webkit-gradient(linear, right top, left top, from(#efb61c), to(#0ba5a9));
  background: linear-gradient(270deg, #efb61c, #0ba5a9);
  background-size: 200% 200%;
  -webkit-animation: animateGlow 10s ease infinite;
          animation: animateGlow 10s ease infinite;
}
.app-wrapper .home-btn a {
  color: #fff;
}
.app-wrapper .home-btn a:hover {
  text-decoration: none;
}
.app-wrapper .home-btn img {
  height: 38px;
  width: 38px;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -120px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 120px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -120px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 120px;
  }
}
@-webkit-keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes textColor {
  0% {
    color: #BBBE0E;
  }
  50% {
    color: #EDAC00;
  }
  100% {
    color: #00A5A4;
  }
}
@keyframes textColor {
  0% {
    color: #BBBE0E;
  }
  50% {
    color: #EDAC00;
  }
  100% {
    color: #00A5A4;
  }
}
.linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.bg-patern {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}

@-webkit-keyframes anim-glow {
  0% {
    -webkit-box-shadow: 0 0 #07a6aa;
            box-shadow: 0 0 #07a6aa;
  }
  100% {
    -webkit-box-shadow: 0 0 10px 8px transparent;
            box-shadow: 0 0 10px 8px transparent;
    border-width: 2px;
  }
}

@keyframes anim-glow {
  0% {
    -webkit-box-shadow: 0 0 #07a6aa;
            box-shadow: 0 0 #07a6aa;
  }
  100% {
    -webkit-box-shadow: 0 0 10px 8px transparent;
            box-shadow: 0 0 10px 8px transparent;
    border-width: 2px;
  }
}
.pt-70 {
  padding-top: 70px !important;
}

.pe-100 {
  padding-right: 100px;
}

.ps-ul {
  padding-left: 21px;
  list-style-type: disclosure-closed;
}
.ps-ul li {
  padding-bottom: 10px;
  padding-left: 10px;
}
.ps-ul li:last-child {
  padding-bottom: 0;
}
.ps-ul li::marker {
  color: #07A6AA;
}

.mt-14 {
  margin-top: 14px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-26 {
  margin-top: 20px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.h-66 {
  min-height: 66px;
}

.h-300 {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.h-330 {
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

.h-535 {
  height: 534px;
  -o-object-fit: cover;
     object-fit: cover;
}

.w-1120 {
  width: 1120px;
}

.dot-anim {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.icon {
  border-radius: 50%;
  border: 2px solid #067072;
  width: 12px;
  height: 12px;
  text-align: center;
  position: absolute;
  -webkit-animation: anim-glow 2s ease infinite;
          animation: anim-glow 2s ease infinite;
  background: #07A6AA;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
.icon i {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 2px;
  height: 2px;
  display: inline-block;
  vertical-align: 6px;
  background-color: #fff;
}
.icon.icon01 {
  left: 3%;
  top: 3%;
}
.icon.icon02 {
  left: 4%;
  top: 20%;
}
.icon.icon03 {
  left: 50%;
  top: 10%;
}
.icon.icon04 {
  left: 30%;
  top: 97%;
}
.icon.icon05 {
  left: 50%;
  top: 90%;
}
.icon.icon06 {
  left: 70%;
  top: 96%;
}
.icon.icon07 {
  right: 90%;
  top: 70%;
}
.icon.icon08 {
  left: 60%;
  top: 20%;
}
.icon.icon09 {
  left: 97%;
  top: 80%;
}
.icon.icon10 {
  left: 40%;
  top: 70%;
}

ul.fc-white.ps-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

ul.fc-white.ps-ul li {
  width: 50%;
}

.flex-100 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

.ms-50 {
  margin-left: 50px !important;
}

.app-content {
  position: relative;
  padding: 0 0;
  margin: auto;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.app-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(45deg, #010627 0%, rgba(1, 6, 39, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#010627", endColorstr="#00010627",GradientType=1 );
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.app-content.no-overlay::before {
  display: none;
}
.app-content .inner-content {
  max-width: 100%;
  margin-left: 0;
}
.app-content .inner-content.image-4-col {
  max-width: 100%;
  margin-left: 0;
}
.app-content .inner-content.image-4-col .cards-item img {
  max-width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.app-content .inner-content-image {
  height: 100%;
}
.app-content > .container {
  position: relative;
  z-index: 1;
}
.app-content .top-badge {
  position: relative;
  margin-top: 10px;
}
.app-content .top-badge a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app-content .top-badge img {
  max-width: 100%;
  height: auto;
  max-width: 100%;
}
.app-content .cards-list .cards-item img {
  max-width: 100%;
}
.app-content .cards-list .cards-item .linkbox {
  color: #fff;
}
.app-content .cards-list .cards-item .linkbox:hover {
  text-decoration: none;
}
.app-content .cards-list .cards-item .img-block {
  position: relative;
}
.app-content .cards-list .cards-item .img-block::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  height: 50%;
  left: 0;
  pointer-events: none;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  display: none;
}
.app-content .cards-list .cards-item .img-block.no-shadow::after {
  display: none;
}
.app-content .cards-list .cards-item .title-block {
  width: 100%;
  padding: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 110px;
  letter-spacing: 1px;
  background: #003b75;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #003b75 0%, #0a0c30 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003b75", endColorstr="#0a0c30",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  margin-bottom: 4px;
}
.app-content .cards-list .cards-item .title-block .text {
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.app-content .cards-list .cards-item .title-block .arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-radius: 50%;
}
.app-content .cards-list .cards-item .title-block .arrow::before {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  -webkit-animation: anim-glow 2s ease infinite;
          animation: anim-glow 2s ease infinite;
}
.app-content .cards-list .cards-item .title-block .arrow::after {
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
}
.app-content .cards-list .cards-item .title-block .arrow:hover {
  background: -webkit-gradient(linear, right top, left top, from(#efb61c), to(#0ba5a9));
  background: linear-gradient(270deg, #efb61c, #0ba5a9);
  background-size: 200% 200%;
  -webkit-animation: animateGlow 10s ease infinite;
          animation: animateGlow 10s ease infinite;
}
.app-content .text-block .borderd-title {
  border: 1px solid #fff;
  padding: 0 26px;
  letter-spacing: 3px;
}
.app-content .pop-box {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-content .pop-box .pop-link {
  padding: 16px 90px 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.app-content .pop-box .pop-link:hover, .app-content .pop-box .pop-link:focus, .app-content .pop-box .pop-link:active {
  color: #fff;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, from(#efb61c), to(#0ba5a9));
  background: linear-gradient(270deg, #efb61c, #0ba5a9);
  background-size: 200% 200%;
  -webkit-animation: animateGlow 10s ease infinite;
          animation: animateGlow 10s ease infinite;
}
.app-content .pop-box .pop-link .arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  border-radius: 50%;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.app-content .pop-box .pop-link .arrow::before {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  -webkit-animation: anim-glow 2s ease infinite;
          animation: anim-glow 2s ease infinite;
}
.app-content .pop-box .pop-link .arrow::after {
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
}
.app-content .pop-box .pop-link .arrow:hover {
  background: -webkit-gradient(linear, right top, left top, from(#efb61c), to(#0ba5a9));
  background: linear-gradient(270deg, #efb61c, #0ba5a9);
  background-size: 200% 200%;
  -webkit-animation: animateGlow 10s ease infinite;
          animation: animateGlow 10s ease infinite;
}
.app-content .pop-box.two-col-pop {
  height: 100%;
}
.app-content .pop-box.two-col-pop .pop-link {
  height: 100%;
}
.app-content .video-card {
  position: relative;
}
.app-content .video-card .videoLink {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-content .video-card .videoLink .img-block img {
  max-width: 100%;
}
.app-content .video-card .videoLink .img-block::after {
  display: none;
}
.app-content .video-card .videoLink::after {
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  border-radius: 50%;
  margin: 0 auto;
  pointer-events: none;
  background-image: url("../images/play-btn.svg");
  background-size: 100px;
}
.app-content .page-header {
  padding: 0 200px;
  position: relative;
}
.app-content .page-title {
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
}
.app-content .page-title .title-arrow {
  position: absolute;
  left: 0;
  top: 5px;
}
.app-content .page-title .title-arrow img {
  width: 30px;
  height: 40px;
  margin-right: 20px;
}
.app-content .page-title .title-text {
  font-size: 38px;
  line-height: 44px;
}
.app-content.inner-content-box .popup-box {
  background: #003B75;
  min-height: 336px;
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
.app-content.inner-content-box .popup-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}
.app-content.inner-content-box .popup-box a:hover, .app-content.inner-content-box .popup-box a:focus {
  text-decoration: none;
}
.app-content.inner-content-box .popup-box .ic-plus {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.app-content.inner-content-box .popup-small-box {
  width: 100%;
  min-height: 80px;
  height: auto;
  padding: 4px 20px;
}
.app-content.inner-content-box .popup-small-box a {
  width: 100%;
  height: 100%;
  position: relative;
}
.app-content.inner-content-box .popup-small-box a .ic-plus {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: inherit;
}
.app-content.inner-content-box .metrics-item {
  background-color: #85BBFF;
  min-height: 96px;
  padding: 20px;
  height: 100%;
}
.app-content.inner-content-box.col-4-section {
  padding-left: 0;
}
.app-content.inner-content-box.col-4-section .page-title {
  position: relative;
  padding-left: 40px;
}
.app-content.inner-content-box.col-4-section .page-title .title-arrow {
  position: absolute;
  left: 0px;
  top: 5px;
}
.app-content.inner-content-box > .container > .row > .col-6 {
  width: 100%;
}
.app-content.inner-content-box > .container > .row > .col-6 > .row .col-7 {
  width: 100%;
}
.app-content.inner-content-box > .container > .row > .col-6 > .row .col-5 {
  width: 100%;
}

.app-footer {
  position: relative;
  z-index: 1;
  min-height: 150px;
  padding: 0;
  width: 100%;
}
.app-footer .qr img {
  max-height: 90px;
}
.app-footer .social-icons span {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-footer .social-icons span img {
  max-height: 13px;
}
.app-footer .support-logo img {
  max-height: 70px;
  max-width: 100%;
}

.about-thumb img {
  max-width: 100%;
  height: auto;
  max-height: 520px;
}

.about-text {
  max-width: 600px;
}

.modal-backdrop {
  background-color: #000000;
}
.modal-backdrop.show {
  opacity: 0.9;
}

.modal.gallery-modal .modal-dialog {
  max-width: 1500px;
}
.modal.gallery-modal .modal-dialog .modal-content {
  background-color: transparent;
}
.modal.gallery-modal .modal-dialog .modal-content .modal-header {
  border: 0px none;
  margin-bottom: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}
.modal.gallery-modal .modal-dialog .modal-content .modal-header .modal-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.gallery-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.gallery-modal .modal-dialog .modal-content .modal-image-view img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.modal.gallery-modal .modal-dialog .modal-content .btn-close {
  background-image: url("../images/ic-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 35px;
  background-size: 35px;
  opacity: 1;
}
.modal.video-modal .modal-dialog {
  max-width: 1500px;
}
.modal.video-modal .modal-dialog .modal-content {
  background-color: transparent;
}
.modal.video-modal .modal-dialog .modal-content .modal-header {
  border: 0px none;
  margin-bottom: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}
.modal.video-modal .modal-dialog .modal-content .modal-header .modal-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.video-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.video-modal .modal-dialog .modal-content .modal-image-view img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.modal.video-modal .modal-dialog .modal-content .btn-close {
  background-image: url("../images/ic-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 35px;
  background-size: 35px;
  opacity: 1;
}
.modal.text-modal .modal-dialog {
  max-width: 1500px;
}
.modal.text-modal .modal-dialog .modal-content {
  background-color: transparent;
}
.modal.text-modal .modal-dialog .modal-content .modal-header {
  border: 0px none;
  margin-bottom: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}
.modal.text-modal .modal-dialog .modal-content .modal-header .modal-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.text-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.text-modal .modal-dialog .modal-content .modal-image-view img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.modal.text-modal .modal-dialog .modal-content .btn-close {
  background-image: url("../images/ic-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 35px;
  background-size: 35px;
  opacity: 1;
  width: 80px;
  height: 40px;
}
.modal .modal-header .page-title {
  position: relative;
  padding-left: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal .modal-header .title-arrow {
  position: absolute;
  left: 0;
  top: 5px;
}
.modal .modal-header .title-arrow img {
  width: 30px;
  height: 40px;
  margin-right: 20px;
}
.modal .modal-body .pop-content .sub-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold !important;
  text-align: center;
  border: 1px solid #85BBFF;
  min-height: 120px;
  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;
  padding: 10px 30px;
}
.modal .modal-body .pop-content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 -7px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.modal .modal-body .pop-content ol li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 10px;
}
.modal .modal-body .pop-content ol li .text {
  background-color: #85BBFF;
  padding: 10px 26px;
  color: #000000;
  margin: 7px;
  border: 1px solid #85BBFF;
  text-align: left;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  line-height: 22px;
  height: 100%;
}
.modal .modal-body .pop-content ol li .text strong {
  font-weight: 900;
}
.modal .modal-body .pop-content ol li .text.bg-none {
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-body > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.modal .modal-body > .row .col-6 {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}