/*------------------------------------------------------------------
    [Main Style Stylesheet]
    Project:       Kompete Template
    Version:        1.0
    Author:         congnd91
-------------------------------------------------------------------*/
.max1000 {
  max-width: 1000px;
  margin: 0px auto; }

.cd-headline {
  font-size: 3rem;
  line-height: 1.2; }

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300; } }

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem; } }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  text-align: center;
  color: #2257da;
  background: -webkit-linear-gradient(135deg, #5f9efc, #2a60de);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

/* --------------------------------

  xrotate-1

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s; }

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s; }

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1; } }

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1; } }

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1; } }

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0; } }

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0; } }

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0; } }

/* --------------------------------

  xtype

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden; }

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9; }

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite; }

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9; }

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden; }

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d; }

.cd-headline.type b {
  visibility: hidden; }

.cd-headline.type b.is-visible {
  visibility: visible; }

.cd-headline.type i {
  position: absolute;
  visibility: hidden; }

.cd-headline.type i.in {
  position: relative;
  visibility: visible; }

/* --------------------------------

  xloading-bar

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 3px;
  width: 0;
  background: #2257da;
  background: -webkit-linear-gradient(135deg, #5f9efc, #2a60de);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s; }

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s; }

.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0; }

html {
  height: 100%; }

body {
  min-width: 300px;
  font-size: 16px;
  color: #2d3e50;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: normal;
  height: 100%;
  padding: 0px !important; }
  @media screen and (max-width: 991px) {
    body {
      font-size: 14px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.3; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none; }

ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-position: inside; }

img {
  max-width: 100%; }

.clearfix {
  clear: both; }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px; } }

.rubik-font h1,
.rubik-font h2,
.rubik-font h3,
.rubik-font h4,
.rubik-font h5,
.rubik-font h6 {
  font-family: 'Rubik', sans-serif; }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: 0.35; }
  100% {
    transform: rotate(360deg); } }

.button {
  line-height: 45px;
  background-color: #fff;
  font-size: 14px;
  color: #2d3e50;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  padding: 0px 30px;
  transition: all ease 0.3s;
  border-radius: 30px; }
  .button.button-brand {
    background-color: #2257da;
    color: #fff; }
    .button.button-brand:hover {
      background-color: #1d4bbb; }
  .button.button-border {
    background-color: transparent;
    border: 1px solid #2257da;
    color: #2257da; }
    .button.button-border:hover {
      background-color: #2257da;
      color: #fff; }

.button-key {
  line-height: 45px;
  background-color: #fff;
  font-size: 16px;
  color: #2d3e50;
  display: inline-block;
  align-items: center;
  font-weight: 600;
  transition: all ease 0.3s;
  border-radius: 6px;
  overflow: hidden;
  background-color: #2257da;
  position: relative;
  transition: all ease 0.3s;
  top: 0px; }
  .button-key:active {
    top: 1px; }
  .button-key:hover {
    background-color: #4371e2; }
  .button-key:before {
    content: "";
    display: block;
    width: 500px;
    height: 303px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    background-color: rgba(0, 0, 0, 0.04);
    left: -110px; }
  .button-key .button-inner {
    display: flex;
    align-items: center; }
    .button-key .button-inner .arrow {
      height: 45px;
      width: 45px;
      text-align: center;
      line-height: 45px;
      background-color: #1b45ae; }
      .button-key .button-inner .arrow i {
        position: relative;
        z-index: 2; }
    .button-key .button-inner span {
      font-size: 15px;
      font-weight: 600;
      padding: 0px 30px 0px 30px;
      position: relative;
      z-index: 2; }
  .button-key:hover {
    color: #fff; }

.db-field {
  margin-bottom: 25px; }
  .db-field .caption {
    font-size: 15px;
    margin: 0px 0px 5px 0px; }

.input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #ccc;
  background-color: #fff;
  outline: none;
  padding: 0px 30px;
  font-size: 14px;
  transition: all ease 0.3s;
  border-radius: 30px; }
  .input:focus {
    border: 1px solid #2257da; }
  .input.is-large {
    padding: 0px 15px;
    height: 40px;
    font-size: 15px; }

.select {
  display: block;
  width: 100%;
  height: 32px;
  border-radius: 3px;
  border: solid 1px #262c35;
  background-color: #fff;
  outline: none;
  padding: 0px 0px 0px 10px;
  font-size: 14px;
  transition: all ease 0.3s;
  font-weight: 300; }

.textarea {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #262c35;
  background-color: #fff;
  outline: none;
  padding: 10px 10px;
  font-size: 14px;
  transition: all ease 0.3s;
  border-radius: 5px; }
  .textarea:focus {
    border: 1px solid #2257da; }
  .textarea.is-large {
    padding: 10px 10px;
    font-size: 15px; }

.radio {
  display: inline-block;
  position: relative;
  min-height: 35px;
  margin: 0px 20px 0px 0px; }
  .radio label {
    margin: 0px;
    padding: 0px;
    display: block; }
    .radio label input {
      width: 1px;
      height: 1px;
      position: absolute;
      z-index: -1;
      visibility: hidden;
      opacity: 0; }
    .radio label span {
      display: block;
      line-height: 30px;
      padding: 0px 0px 0px 30px;
      font-size: 16px;
      color: #2d3e50;
      cursor: pointer;
      transition: all ease 0.3s;
      line-height: 26px; }
      .radio label span:before {
        content: "";
        display: block;
        width: 26px;
        height: 26px;
        border: 2px solid #f1f1f1;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        left: 0px; }
      .radio label span:hover {
        color: #2257da; }
    .radio label input:checked ~ span:after {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      background-color: #333;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 10px; }

.checkbox {
  display: inline-block;
  position: relative; }
  .checkbox label {
    margin: 0px;
    padding: 0px;
    display: block; }
    .checkbox label input {
      width: 1px;
      height: 1px;
      position: absolute;
      z-index: -1;
      visibility: hidden;
      opacity: 0; }
    .checkbox label span {
      display: block;
      line-height: 30px;
      padding: 0px 0px 0px 20px;
      font-size: 16px;
      cursor: pointer; }
      .checkbox label span:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #2257da;
        position: absolute;
        top: 5px;
        left: 0px; }
    .checkbox label input:checked ~ span:after {
      content: "";
      display: block;
      width: 11px;
      height: 10px;
      top: 8px;
      position: absolute;
      left: 2px;
      background-color: #2257da; }

.color-brand {
  color: #2257da; }

.color-second {
  color: #012B50; }

.color-third {
  color: #0099fe; }

.color-red, .text-error {
  color: #dc3545; }

.color-green, .text-success {
  color: #60c2a7; }

.color-blue {
  color: #007bff; }

.color-yellow {
  color: #e8a82a; }

.color-orange {
  color: #FA8742; }

.color-pink {
  color: #dc3545; }

.color-pink {
  color: #dc3545; }

.color-black {
  color: #000; }

.color-white {
  color: #fff; }

.text-base {
  color: #2d3e50; }

.text-second {
  color: #516f90; }

.text-third {
  color: #999; }

.bg-brand {
  color: #2257da; }

.bg-second {
  color: #012B50; }

.bg-third {
  color: #0099fe; }

/***/
.clearfix {
  clear: both; }

.row-fix {
  margin-left: -10px;
  margin-right: -10px; }
  .row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px; }

/***/
.font-bold {
  font-weight: 700; }

.text-underline {
  text-decoration: underline; }

.dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-left: -40px !important; }
  .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 30px;
    color: #516f90; }
    .dropdown-menu .dropdown-item:hover {
      color: #2257da;
      background-color: #f2f4f9; }

#section07 {
  position: absolute;
  bottom: -30px;
  z-index: 1000;
  left: 50%;
  margin: 0px 0px 0px -50px; }
  @media screen and (max-width: 991px) {
    #section07 {
      display: none; } }

#section07 a {
  padding-top: 80px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  text-decoration: none; }

#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box; }

#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s; }

#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes sdb07 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.page-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999; }
  .page-loader .loader-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto; }

body.version-c {
  background-color: #f2f4f9; }
  body.version-c .wrapper {
    padding: 0px 20px;
    margin: 0px auto;
    max-width: 1170px; }
    @media screen and (max-width: 1200px) {
      body.version-c .wrapper {
        max-width: 960px; } }
    @media screen and (max-width: 991px) {
      body.version-c .wrapper {
        max-width: 700px; } }
    @media screen and (max-width: 767px) {
      body.version-c .wrapper {
        max-width: 400px; } }
    @media screen and (max-width: 575px) {
      body.version-c .wrapper {
        max-width: 320px; } }

.testi-block {
  margin: 0px 0px 90px 0px;
  position: relative; }
  .testi-block .des {
    padding: 0px 50px 0px 0px; }
    .testi-block .des h3 {
      color: #2257da;
      font-size: 36px;
      font-weight: 400;
      margin: 0px 0px 20px 0px; }
      @media screen and (max-width: 991px) {
        .testi-block .des h3 {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .testi-block .des h3 {
          font-size: 24px; } }
      @media screen and (max-width: 991px) {
        .testi-block .des h3 br {
          display: none; } }
    .testi-block .des p {
      font-size: 18px;
      color: #516f90;
      margin: 0px 0px 20px 0px; }
      @media screen and (max-width: 991px) {
        .testi-block .des p {
          font-size: 16px; } }
  .testi-block .testi-quote {
    padding: 60px;
    background-color: #eaeef9;
    display: flex;
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
    position: relative;
    background-image: linear-gradient(45deg, #2257da 0%, #66a6ff 100%); }
    @media screen and (max-width: 991px) {
      .testi-block .testi-quote {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .testi-block .testi-quote {
        flex-wrap: wrap; } }
    .testi-block .testi-quote::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      opacity: 0.4;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-image: url(../images/pattern-lines.svg);
      background-repeat: repeat; }
      @media screen and (max-width: 767px) {
        .testi-block .testi-quote::after {
          display: none; } }
    .testi-block .testi-quote svg {
      position: absolute;
      top: 20px;
      right: 30px; }
      @media screen and (max-width: 767px) {
        .testi-block .testi-quote svg {
          display: none; } }
    .testi-block .testi-quote .avatar {
      width: 150px;
      flex-shrink: 0;
      margin: 0px 50px 0px 0px;
      position: relative;
      z-index: 4; }
      @media screen and (max-width: 991px) {
        .testi-block .testi-quote .avatar {
          width: 100px;
          margin: 0px 20px 0px 0px; } }
      @media screen and (max-width: 767px) {
        .testi-block .testi-quote .avatar {
          margin: 0px auto 20px auto; } }
      .testi-block .testi-quote .avatar img {
        width: 100%;
        border-radius: 50%;
        border: 4px solid #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        height: 150px; }
        @media screen and (max-width: 991px) {
          .testi-block .testi-quote .avatar img {
            height: 100px; } }
    .testi-block .testi-quote .quote {
      position: relative;
      z-index: 4; }
      .testi-block .testi-quote .quote p {
        font-size: 32px;
        font-style: italic;
        font-weight: 500;
        color: #fff; }
        @media screen and (max-width: 991px) {
          .testi-block .testi-quote .quote p {
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .testi-block .testi-quote .quote p {
            font-size: 18px; } }
      .testi-block .testi-quote .quote .author {
        font-size: 18px;
        color: #516f90;
        padding: 10px 0px 0px 0px;
        color: #fff;
        opacity: 0.9; }
        @media screen and (max-width: 991px) {
          .testi-block .testi-quote .quote .author {
            font-size: 16px;
            padding: 0px; } }
        .testi-block .testi-quote .quote .author strong {
          font-weight: 700; }

.container-fluid {
  max-width: 1500px; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999999;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 25px 0px;
  transition: all ease 0.3s; }
  .header.show-search .search-wrap {
    z-index: 10;
    transform: translateY(0px);
    opacity: 1; }
  .header.show-explore {
    background-color: #09183d; }
    .header.show-explore .header-inner a.logo {
      position: relative; }
      .header.show-explore .header-inner a.logo img {
        height: 20px; }
        .header.show-explore .header-inner a.logo img.logo-white {
          opacity: 1; }
        .header.show-explore .header-inner a.logo img.logo-dark {
          opacity: 0; }
    .header.show-explore .header-inner .header-mid .interest-box {
      z-index: 2;
      opacity: 1; }
    .header.show-explore .header-inner .menu {
      opacity: 0;
      z-index: -1; }
    .header.show-explore .header-right .search-icon {
      color: #fff; }
      .header.show-explore .header-right .search-icon i {
        color: #fff; }
    .header.show-explore .header-right .button {
      color: #fff;
      border-color: #fff; }
      .header.show-explore .header-right .button:hover {
        background-color: #2257da;
        color: #fff; }
    .header.show-explore .menu-icon span {
      background-color: #fff; }
  .header .search-wrap {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 10;
    transition: all ease 0.6s;
    opacity: 0;
    transform: translateY(-100px);
    z-index: -1; }
    .header .search-wrap .search-box {
      position: relative;
      margin: 22px 157px 0px 0px; }
      .header .search-wrap .search-box .icon {
        width: 40px;
        height: 50px;
        position: absolute;
        top: 0px;
        text-align: left;
        line-height: 50px;
        font-size: 20px;
        color: #2257da; }
      .header .search-wrap .search-box .close-search {
        cursor: pointer;
        width: 40px;
        height: 50px;
        position: absolute;
        top: 0px;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        color: #2d3e50;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 10;
        cursor: pointer; }
      .header .search-wrap .search-box input {
        width: 100%;
        display: block;
        height: 50px;
        border: none;
        background-color: transparent;
        position: relative;
        z-index: 2;
        border-bottom: 2px solid #ddd;
        transition: all ease 0.3s;
        padding: 0px 50px 0px 45px;
        color: #2257da;
        outline: none; }
        .header .search-wrap .search-box input:focus {
          border: none;
          outline: none;
          border-bottom: 2px solid #2257da; }
  .header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center; }
    .header .header-inner .header-left {
      display: flex;
      align-items: center; }
    .header .header-inner a.logo {
      position: relative; }
      .header .header-inner a.logo img {
        height: 20px; }
        .header .header-inner a.logo img.logo-white {
          position: absolute;
          top: 4px;
          left: 0px;
          opacity: 0; }
    .header .header-inner .header-mid .interest-box {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      z-index: -1;
      opacity: 0;
      padding-top: 30px;
      transition: all ease 0.3s; }
      @media screen and (max-width: 991px) {
        .header .header-inner .header-mid .interest-box {
          display: none; } }
    .header .header-inner .header-mid .dropdown-item.active {
      background-color: #eee;
      color: #2257da; }
    .header .header-inner .header-mid .ib-flex {
      display: flex;
      align-items: center;
      justify-content: center; }
      .header .header-inner .header-mid .ib-flex span {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.92);
        font-weight: 400; }
      .header .header-inner .header-mid .ib-flex .dropdown .dropdown-toggle {
        margin: 0px 0px 0px 10px; }
        .header .header-inner .header-mid .ib-flex .dropdown .dropdown-toggle span {
          border-bottom: 1px solid #fff;
          color: #2257da;
          font-weight: 500;
          color: #fff; }
        .header .header-inner .header-mid .ib-flex .dropdown .dropdown-toggle i {
          font-size: 15px; }
        .header .header-inner .header-mid .ib-flex .dropdown .dropdown-toggle::after {
          display: none; }
    .header .header-inner .menu {
      margin: 0px 0px 0px 0px;
      transition: all ease 0.3s;
      z-index: 2; }
      @media screen and (max-width: 991px) {
        .header .header-inner .menu {
          display: none; } }
      .header .header-inner .menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        .header .header-inner .menu ul li {
          display: inline-block;
          margin: 0px 0px; }
          .header .header-inner .menu ul li.has-sub {
            position: relative; }
          .header .header-inner .menu ul li a {
            font-size: 16px;
            color: #2257da;
            font-weight: 500;
            line-height: 45px;
            transition: all ease 0.3s;
            display: block;
            padding: 0px 20px;
            border-radius: 10px; }
            .header .header-inner .menu ul li a:hover {
              color: #4c77e3;
              background-color: rgba(34, 87, 218, 0.07); }
          .header .header-inner .menu ul li:hover .mega-menu {
            visibility: visible;
            opacity: 1;
            margin-top: 0;
            z-index: 9999; }
          .header .header-inner .menu ul li:hover ul {
            margin-top: 0px;
            visibility: visible;
            z-index: 99;
            opacity: 1; }
          .header .header-inner .menu ul li ul {
            position: absolute;
            width: 200px;
            background-color: #ffff;
            border-radius: 6px;
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: all ease 0.3s;
            z-index: -1;
            margin-top: -10px;
            visibility: hidden;
            opacity: 0; }
            .header .header-inner .menu ul li ul li {
              display: block; }
              .header .header-inner .menu ul li ul li a {
                border-radius: 0px;
                font-size: 14px;
                color: #516f90; }
                .header .header-inner .menu ul li ul li a:hover {
                  color: #2257da;
                  background-color: #f2f4f9; }
        .header .header-inner .menu ul .mega-menu {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          z-index: -1;
          margin-top: -15px;
          left: 0px;
          right: 0px;
          padding: 25px 0px 0px 0px; }
          .header .header-inner .menu ul .mega-menu .mm-inner {
            background-color: #fff;
            background-color: rgba(34, 87, 218, 0.07);
            background-color: #f9fbff;
            padding: 50px 0px 60px 0px; }
          .header .header-inner .menu ul .mega-menu .mm-flex {
            display: flex;
            flex-wrap: wrap; }
            .header .header-inner .menu ul .mega-menu .mm-flex .mm-col {
              width: 33.333%;
              padding: 0px 45px; }
              .header .header-inner .menu ul .mega-menu .mm-flex .mm-col:nth-child(2) {
                border-left: 1px solid rgba(34, 87, 218, 0.1);
                border-right: 1px solid rgba(34, 87, 218, 0.1); }
            .header .header-inner .menu ul .mega-menu .mm-flex .mm-item {
              text-align: center; }
              .header .header-inner .menu ul .mega-menu .mm-flex .mm-item h3 {
                font-size: 18px;
                font-weight: 600;
                margin: 0px 0px 10px 0px; }
              .header .header-inner .menu ul .mega-menu .mm-flex .mm-item .icon {
                display: flex;
                min-height: 180px;
                align-items: center;
                justify-content: center; }
                .header .header-inner .menu ul .mega-menu .mm-flex .mm-item .icon img {
                  max-height: 130px; }
              .header .header-inner .menu ul .mega-menu .mm-flex .mm-item .button {
                text-align: center;
                line-height: unset;
                padding: 10px 10px;
                font-size: 16px;
                border-radius: 30px; }
                .header .header-inner .menu ul .mega-menu .mm-flex .mm-item .button span {
                  font-size: 10px;
                  display: block;
                  text-transform: uppercase;
                  letter-spacing: 2px;
                  font-weight: 600;
                  line-height: 1.1; }
    .header .header-inner .header-right {
      display: flex;
      align-items: center; }
      .header .header-inner .header-right .search-icon {
        width: 40px;
        height: 40px;
        color: #2257da;
        flex-shrink: 0;
        cursor: pointer;
        line-height: 40px;
        font-size: 20px;
        margin: 0px 5px 0px 0px; }
      @media screen and (max-width: 767px) {
        .header .header-inner .header-right .button {
          display: none; } }
      .header .header-inner .header-right .button:hover {
        background-color: #2257da;
        color: #fff; }
  .header.scrolled {
    padding: 20px 0px; }
    .header.scrolled .search-wrap .search-box {
      margin-top: 11px; }

.menu-icon {
  height: 24px;
  width: 24px;
  cursor: pointer;
  display: none;
  padding: 0px 0px 0px 0px;
  z-index: 999999;
  margin: 8px 0px 0px 30px; }
  .menu-icon span {
    height: 1px;
    display: block;
    background-color: #2257da;
    width: 100%;
    margin: 0px 0px 7px 0px;
    transition: all ease 0.3s;
    position: relative; }
    .menu-icon span:last-child {
      width: 13px;
      margin: 0px;
      float: right; }
  @media screen and (max-width: 991px) {
    .menu-icon {
      display: block; } }

.menu-mobile {
  position: fixed;
  z-index: 99;
  top: 0px;
  overflow: auto;
  right: 0px;
  background-color: #fff;
  transition: all ease 0.3s;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .menu-mobile .menu {
    padding: 120px 20px 20px 10px; }
    .menu-mobile .menu ul {
      margin: 0px 0px 20px 0px;
      padding: 0px;
      list-style: none;
      min-height: calc(100vh-150px); }
      .menu-mobile .menu ul li {
        margin: 0px 0px 13px 0px; }
        .menu-mobile .menu ul li a {
          display: block;
          font-size: 16px;
          padding: 8px 0px 8px 0px;
          transition: all ease 0.3s;
          color: #2257da;
          font-weight: 600;
          text-align: center; }
          .menu-mobile .menu ul li a:hover {
            color: #2257da; }

.page {
  transition: all ease 0.3s;
  background-image: linear-gradient(147deg, #333941 0%, #0C0F13 100%);
  background-attachment: fixed; }

@media screen and (max-width: 991px) {
  .open-menu .menu-mobile {
    opacity: 1;
    z-index: 99;
    visibility: visible;
    margin-top: 0; }
  .open-menu .page {
    overflow: hidden; }
  .open-menu .menu-icon span:nth-child(2) {
    opacity: 0; }
  .open-menu .menu-icon span:nth-child(1) {
    opacity: 1;
    transform: rotate(45deg);
    top: 7px; }
  .open-menu .menu-icon span:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
    width: 100%;
    top: -9px; } }

.home-hero {
  overflow: hidden;
  position: relative;
  background-image: url(../images/hero.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .home-hero:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background-color: rgba(18, 45, 96, 0.71);
    z-index: 1; }
  .home-hero .container {
    position: relative;
    z-index: 2; }
  .home-hero .hero-content {
    padding: 300px 0px 200px 0px;
    text-align: center;
    min-height: 840px; }
    @media screen and (max-width: 991px) {
      .home-hero .hero-content {
        min-height: 500px;
        padding: 200px 0px 150px 0px; } }
    .home-hero .hero-content h1 {
      color: #012B50;
      font-size: 55px;
      font-weight: 700;
      margin: 0px 0px 30px 0px;
      text-align: center;
      color: #fff;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 991px) {
        .home-hero .hero-content h1 {
          font-size: 30px; } }
      .home-hero .hero-content h1 span {
        font-size: 30px;
        font-weight: 600; }
        @media screen and (max-width: 991px) {
          .home-hero .hero-content h1 span {
            font-size: 20px; } }
    .home-hero .hero-content p {
      font-size: 20px;
      font-weight: 300;
      color: #fff;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
      margin: 0px 0px 40px 0px;
      font-style: italic; }
      @media screen and (max-width: 991px) {
        .home-hero .hero-content p {
          font-size: 16px; } }
    .home-hero .hero-content .button {
      line-height: 60px;
      font-size: 18px;
      padding: 0px 60px; }
      @media screen and (max-width: 991px) {
        .home-hero .hero-content .button {
          line-height: 50px;
          font-size: 16px;
          padding: 0px 40px; } }

.home-hero-b {
  background-image: url(../images/hero-b-bg.jpg);
  background-position: top center; }
  .home-hero-b:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background-color: rgba(18, 45, 96, 0.2);
    z-index: 1; }
  .home-hero-b .container {
    position: relative;
    z-index: 2; }
  .home-hero-b .hero-content {
    padding: 200px 0px 200px 0px;
    text-align: center;
    min-height: 1000px; }
    @media screen and (max-width: 991px) {
      .home-hero-b .hero-content {
        min-height: 500px;
        padding: 200px 0px 150px 0px; } }
    .home-hero-b .hero-content h1 {
      color: #fff;
      font-size: 55px;
      font-weight: 700;
      margin: 0px 0px 30px 0px;
      text-align: center;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 991px) {
        .home-hero-b .hero-content h1 {
          font-size: 30px; } }
      .home-hero-b .hero-content h1 span {
        font-size: 30px;
        font-weight: 600; }
        @media screen and (max-width: 991px) {
          .home-hero-b .hero-content h1 span {
            font-size: 20px; } }
    .home-hero-b .hero-content p {
      font-size: 25px;
      font-weight: 300;
      color: #fff;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
      margin: 0px 0px 40px 0px;
      font-style: italic;
      opacity: 0.9; }
      @media screen and (max-width: 991px) {
        .home-hero-b .hero-content p {
          font-size: 18px; } }
    .home-hero-b .hero-content .button {
      line-height: 60px;
      font-size: 18px;
      padding: 0px 60px; }
      @media screen and (max-width: 991px) {
        .home-hero-b .hero-content .button {
          line-height: 50px;
          font-size: 16px;
          padding: 0px 40px; } }

.home-report {
  position: relative;
  z-index: 9999;
  margin: -130px 0px 80px 0px; }
  @media screen and (max-width: 991px) {
    .home-report {
      margin: -60px 0px 40px 0px; } }
  .home-report .report-box {
    min-height: 200px;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
    padding: 30px;
    display: flex;
    flex-wrap: wrap; }
    .home-report .report-box .note {
      width: 100%;
      font-size: 16px;
      font-weight: 300;
      font-style: italic;
      padding: 10px 0px 0px 0px;
      text-align: center; }
    .home-report .report-box .report-col {
      width: 33.333%; }
      @media screen and (max-width: 991px) {
        .home-report .report-box .report-col {
          width: 100%; } }
      .home-report .report-box .report-col:nth-child(2) {
        position: relative; }
        @media screen and (max-width: 991px) {
          .home-report .report-box .report-col:nth-child(2) {
            border-top: 1px solid #eee;
            padding-top: 15px;
            border-bottom: 1px solid #eee; } }
        .home-report .report-box .report-col:nth-child(2)::before {
          content: "";
          display: block;
          width: 1px;
          position: absolute;
          left: 0px;
          top: 30px;
          bottom: 30px;
          background-color: #ddd; }
          @media screen and (max-width: 991px) {
            .home-report .report-box .report-col:nth-child(2)::before {
              display: none; } }
        .home-report .report-box .report-col:nth-child(2)::after {
          content: "";
          display: block;
          width: 1px;
          position: absolute;
          right: 0px;
          top: 30px;
          bottom: 30px;
          background-color: #ddd; }
          @media screen and (max-width: 991px) {
            .home-report .report-box .report-col:nth-child(2)::after {
              display: none; } }
      .home-report .report-box .report-col .item {
        text-align: center; }
        .home-report .report-box .report-col .item h2 {
          font-size: 40px;
          font-weight: 800;
          background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
          background-image: linear-gradient(45deg, #2257da 0%, #66a6ff 100%);
          display: inline-block;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          height: 80px;
          align-items: dis;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 991px) {
            .home-report .report-box .report-col .item h2 {
              height: auto; } }
          .home-report .report-box .report-col .item h2 span {
            font-size: 20px; }
          .home-report .report-box .report-col .item h2 strong {
            font-size: 70px; }
          .home-report .report-box .report-col .item h2 em {
            font-size: 20px;
            margin: -20px 0px 0px 10px; }
        .home-report .report-box .report-col .item h3 {
          font-weight: 500;
          font-size: 17px;
          padding: 10px 0px;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .home-report .report-box .report-col .item h3 br {
              display: none; } }

.home-companies {
  position: relative;
  padding: 40px 0px 40px; }
  .home-companies h4 {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #9ea0a2;
    letter-spacing: 2px; }
    @media screen and (max-width: 991px) {
      .home-companies h4 {
        font-size: 12px;
        margin: 0px 0px 10px 0px; } }
  .home-companies::before {
    content: "";
    width: 0px;
    height: 10px;
    border: 40px solid transparent;
    border-top-color: #f2f4f9;
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0px 0px 0px -40px;
    display: block; }
  @media screen and (max-width: 991px) {
    .home-companies {
      padding: 50px 0px; } }
  .home-companies h3 {
    font-weight: 400;
    color: #2257da;
    margin: 0px 0px 40px 0px;
    text-align: center;
    font-size: 18px; }
  .home-companies .companies-logo {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .home-companies .companies-logo {
        flex-wrap: wrap; } }
    .home-companies .companies-logo .item {
      padding: 0px 20px;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .home-companies .companies-logo .item {
          padding: 0px 10px; } }
      @media screen and (max-width: 767px) {
        .home-companies .companies-logo .item {
          width: 33.33%; } }
      .home-companies .companies-logo .item img {
        max-height: 60px; }
  .home-companies .marquee-wrap {
    overflow: hidden;
    padding: 20px 0px; }
    @media screen and (max-width: 991px) {
      .home-companies .marquee-wrap {
        padding: 20px 0px; } }
    .home-companies .marquee-wrap .item {
      display: inline-block;
      margin: 0px 20px; }
      .home-companies .marquee-wrap .item img {
        max-height: 25px;
        opacity: 0.8; }
        @media screen and (max-width: 767px) {
          .home-companies .marquee-wrap .item img {
            max-height: 25px; } }
        .home-companies .marquee-wrap .item img:hover {
          opacity: 1; }

.home-explore {
  padding: 10px 0px 0px 0px; }
  @media screen and (max-width: 991px) {
    .home-explore {
      padding: 10px 0px 0px 0px; } }
  .home-explore h3 {
    font-size: 24px;
    font-weight: 300;
    color: #2257da;
    margin: 0px 0px 15px 0px; }
    @media screen and (max-width: 991px) {
      .home-explore h3 {
        max-width: 100%;
        font-size: 26px;
        padding: 0px 0px 0px 0px; } }
  .home-explore h5 {
    font-size: 24px;
    font-weight: 300;
    color: #2257da;
    max-width: 400px;
    margin: 0px 0px 30px 0px; }
    @media screen and (max-width: 991px) {
      .home-explore h5 {
        max-width: 100%;
        font-size: 18px; } }
  .home-explore .list-tags a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(34, 87, 218, 0.2);
    background-color: rgba(34, 87, 218, 0.03);
    margin: 0px 10px 15px 0px;
    border-radius: 30px;
    transition: all ease 0.3s;
    color: #2d3e50;
    font-size: 12px;
    font-weight: 500; }
    @media screen and (max-width: 991px) {
      .home-explore .list-tags a {
        padding: 8px 13px;
        font-size: 13px; } }
    .home-explore .list-tags a:hover {
      background-color: #2257da;
      border-color: #2257da;
      color: #fff; }
    .home-explore .list-tags a.active {
      background-color: #2257da;
      border-color: #2257da;
      color: #fff; }
  .home-explore .list-tags .more-tags {
    display: none; }
    .home-explore .list-tags .more-tags.show {
      display: inline-block; }
  .home-explore .show-more {
    cursor: pointer;
    font-size: 14px;
    color: #012B50; }
    .home-explore .show-more:hover {
      color: #2257da; }
  .home-explore .show-less {
    cursor: pointer;
    font-size: 14px;
    color: #012B50;
    display: none; }
    .home-explore .show-less:hover {
      color: #2257da; }

.home-personalize {
  padding: 0px 30px 0px 60px;
  position: relative;
  margin: 0px 0px 0px 0px; }
  .home-personalize .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    top: 50%;
    right: -18px;
    margin: -35px 0px 0px 0px;
    text-align: center;
    line-height: 50px !important;
    color: #516f90;
    transition: all ease 0.3s; }
    .home-personalize .owl-next.disabled {
      opacity: 0.7; }
    .home-personalize .owl-next:hover {
      color: #2257da !important;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .home-personalize .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    top: 50%;
    left: -50px;
    margin: -35px 0px 0px 0px;
    text-align: center;
    line-height: 50px !important;
    color: #516f90;
    transition: all ease 0.3s; }
    .home-personalize .owl-prev.disabled {
      opacity: 0.7; }
    .home-personalize .owl-prev:hover {
      color: #2257da !important;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .home-personalize p {
    font-size: 22px;
    font-weight: 400;
    color: #2257da;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 0px 10px; }
  .home-personalize .personalize-item {
    padding: 0px 10px; }
    .home-personalize .personalize-item a {
      display: block;
      padding: 10px 20px;
      border: 1px solid rgba(34, 87, 218, 0.2);
      background-color: rgba(34, 87, 218, 0.03);
      font-size: 15px;
      border-radius: 30px;
      transition: all ease 0.3s;
      color: #2d3e50; }
      @media screen and (max-width: 991px) {
        .home-personalize .personalize-item a {
          padding: 8px 13px;
          font-size: 13px; } }
      .home-personalize .personalize-item a:hover {
        background-color: #2257da;
        border-color: #2257da;
        color: #fff; }
      .home-personalize .personalize-item a.active {
        background-color: #2257da;
        border-color: #2257da;
        color: #fff; }

.block-caption {
  text-align: center;
  margin: 0px 0px 40px 0px; }
  .block-caption h2 {
    margin: 0px 0px 10px 0px;
    font-size: 30px;
    font-weight: 400;
    color: #2257da; }
    @media screen and (max-width: 991px) {
      .block-caption h2 {
        font-size: 24px; } }
  .block-caption p {
    margin: 0px;
    font-size: 20px;
    color: #516f90; }

.home-answers {
  padding: 100px 0px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .home-answers {
      padding: 40px 0px; } }
  .home-answers .flip-card {
    background-color: transparent;
    margin: 0px 0px 30px 0px;
    perspective: 1000px; }
  .home-answers .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d; }
  .home-answers .flip-card:focus {
    outline: 0; }
  .home-answers .flip-card:hover .flip-card-inner,
  .home-answers .flip-card:focus .flip-card-inner {
    transform: rotateY(180deg); }
  .home-answers .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0px; }
  .home-answers .flip-card-front {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 20px 40px 20px;
    text-align: center; }
    .home-answers .flip-card-front .icon {
      height: 130px;
      line-height: 100px;
      text-align: center;
      color: #2257da;
      font-size: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .home-answers .flip-card-front .icon img {
        max-height: 100px; }
        @media screen and (max-width: 767px) {
          .home-answers .flip-card-front .icon img {
            max-height: 70px; } }
    .home-answers .flip-card-front h3 {
      font-weight: 500;
      color: #2d3e50;
      font-size: 18px;
      margin: 0px 0px 15px 0px; }
    .home-answers .flip-card-front p {
      color: #516f90;
      font-size: 16px;
      margin: 0px auto 10px auto;
      font-weight: 400;
      max-width: 300px;
      min-height: 70px; }
  .home-answers .flip-card-back {
    background-image: linear-gradient(45deg, #2257da 0%, #66a6ff 100%);
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 20px; }
    .home-answers .flip-card-back h3 {
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      margin: 0px 0px 0px 0px;
      color: #fff; }
    .home-answers .flip-card-back h6 {
      font-size: 14px;
      font-weight: 400;
      margin: 0px 0px 25px 0px;
      color: #fff;
      text-align: center; }
    .home-answers .flip-card-back ul {
      list-style: none;
      margin: 0px;
      position: relative;
      padding: 0px;
      z-index: 100; }
      .home-answers .flip-card-back ul li {
        margin: 0px 0px 12px 0px;
        position: relative;
        padding: 0px 0px 0px 20px;
        text-align: left;
        line-height: 1.3; }
        .home-answers .flip-card-back ul li::before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          position: absolute;
          top: 9px;
          left: 5px;
          background-color: #fff; }
        .home-answers .flip-card-back ul li a {
          font-size: 14px;
          font-weight: 300;
          color: #fff;
          line-height: 1.3;
          display: block; }
          .home-answers .flip-card-back ul li a:hover {
            text-decoration: underline !important; }
          .home-answers .flip-card-back ul li a i {
            margin: 0px 0px 0px 5px; }

.home-news {
  padding: 100px 0px;
  background-color: #eaeef9; }
  @media screen and (max-width: 991px) {
    .home-news {
      padding: 40px 15px; } }
  .home-news .news-item {
    margin: 0px 0px 30px 0px; }
    .home-news .news-item .thumb {
      position: relative;
      overflow: hidden;
      border-radius: 6px; }
      .home-news .news-item .thumb img {
        width: 100%;
        border-radius: 6px;
        box-sizing: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
        min-height: 200px;
        object-fit: cover;
        transition: all ease 0.6s; }
      .home-news .news-item .thumb:hover img {
        transform: scale(1.1); }
      .home-news .news-item .thumb span {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 15px;
        padding: 5px 10px;
        text-transform: uppercase;
        background-color: #2257da;
        color: #fff;
        font-weight: 500;
        font-size: 11px; }
    .home-news .news-item .des {
      padding: 10px 0px; }
      .home-news .news-item .des .date {
        text-transform: uppercase;
        color: #516f90;
        margin: 0px 0px 10px 0px;
        font-size: 11px;
        font-weight: 500; }
      .home-news .news-item .des h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 0px 0px 15px 0px; }
        .home-news .news-item .des h3 a {
          color: #2d3e50; }
      .home-news .news-item .des p {
        font-size: 16px;
        color: #516f90; }

.home-how {
  padding: 100px 0px; }
  .home-how .block-caption p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600; }
  .home-how .block-caption h2 {
    padding: 10px 0px 30px 0px; }
  @media screen and (max-width: 991px) {
    .home-how {
      padding: 40px 15px; } }
  .home-how .how-content {
    position: relative; }
  .home-how .how-item {
    margin: 0px 0px 30px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); }
    .home-how .how-item:hover {
      box-shadow: 0px 0px 20px #0099fe2b; }
    .home-how .how-item .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 150px; }
      .home-how .how-item .icon img {
        max-height: 100px; }
    .home-how .how-item .number {
      padding: 15px 0px; }
      .home-how .how-item .number span {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0px auto;
        border-radius: 50%;
        line-height: 40px;
        font-weight: 700;
        opacity: 0.8;
        font-size: 20px;
        color: #516f90;
        position: relative; }
    .home-how .how-item .des {
      border-radius: 10px;
      margin: 0px auto 0px auto;
      padding-bottom: 15px; }
    .home-how .how-item h3 {
      font-size: 22px;
      font-weight: 500;
      margin: 10px 0px 1px 0px;
      color: #2d3e50; }
      .home-how .how-item h3 a {
        color: #2d3e50; }
    .home-how .how-item p {
      font-size: 15px;
      font-weight: 400;
      color: #516f90;
      max-width: 320px;
      margin: 0px auto 10px auto; }
      .home-how .how-item p.head {
        color: #1f4ec4;
        font-weight: 500;
        margin: 0px 0px 25px 0px;
        font-size: 16px; }

.home-peace {
  padding: 100px 0px;
  background-color: #eaeef9; }
  @media screen and (max-width: 991px) {
    .home-peace {
      padding: 40px 0px; } }

.peace-box {
  background-image: linear-gradient(45deg, #2257da 0%, #012B50 100%);
  padding: 40px;
  border-radius: 10px; }
  @media screen and (max-width: 991px) {
    .peace-box {
      padding: 25px; } }
  .peace-box h2 {
    font-size: 55px;
    color: #fff;
    margin: 0px 0px 60px 0px;
    font-weight: 300;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .peace-box h2 {
        font-size: 30px;
        margin: 0px 0px 30px 0px; } }
  .peace-box .peace-item {
    margin: 0px 0px 30px 0px;
    text-align: center; }
    .peace-box .peace-item .icon {
      height: 130px;
      line-height: 100px;
      text-align: center;
      color: #2257da;
      margin: 0px auto;
      font-size: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .peace-box .peace-item .icon img {
        max-height: 100px; }
    .peace-box .peace-item h3 {
      font-weight: 500;
      font-size: 20px;
      color: #fff;
      margin: 0px 0px 15px 0px; }
    .peace-box .peace-item p {
      font-size: 14px;
      color: #fff;
      opacity: 0.7; }

.home-logos {
  padding: 100px 0px;
  background-color: #eaeef9;
  padding-top: 0px; }
  @media screen and (max-width: 991px) {
    .home-logos {
      padding: 50px 0px;
      padding-top: 0px; } }
  .home-logos h3 {
    margin: 0px 0px 30px 0px;
    font-size: 30px;
    font-weight: 400;
    color: #2257da;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .home-logos h3 {
        font-size: 24px; } }
  .home-logos .companies-logo {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .home-logos .companies-logo .item {
      padding: 0px 30px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .home-logos .companies-logo .item {
          padding: 0px 5px; } }
      .home-logos .companies-logo .item img {
        max-height: 60px;
        opacity: 0.6;
        transition: all ease 0.3s;
        filter: grayscale(100%); }
      .home-logos .companies-logo .item:hover img {
        opacity: 1;
        filter: grayscale(0%); }

.home-started {
  padding: 100px 0px 100px 0px; }
  @media screen and (max-width: 991px) {
    .home-started {
      padding: 50px 0px; } }
  .home-started h3 {
    font-weight: 400;
    color: #2257da;
    margin: 0px 0px 40px 0px;
    text-align: center;
    font-size: 22px; }
  .home-started .started-box {
    padding: 50px 40px 50px 40px;
    max-width: 500px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 0px auto; }
    @media screen and (max-width: 767px) {
      .home-started .started-box {
        padding: 30px 15px 30px 15px; } }
    .home-started .started-box h3 {
      font-size: 18px; }
    .home-started .started-box .button {
      width: 100%;
      outline: none;
      border: none;
      text-align: center;
      line-height: 60px;
      justify-content: center;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .home-started .started-box .button {
          line-height: 50px;
          font-size: 16px; } }

.footer {
  padding: 100px 0px 0px 0px;
  background-color: #09183d; }
  @media screen and (max-width: 991px) {
    .footer {
      padding: 60px 0px 0px 0px; } }
  .footer .join-box {
    max-width: 400px; }
    .footer .join-box h3 {
      font-size: 24px;
      color: #fff;
      margin: 0px 0px 20px 0px; }
      @media screen and (max-width: 991px) {
        .footer .join-box h3 {
          font-size: 20px; } }
    .footer .join-box .jb-form {
      position: relative; }
      .footer .join-box .jb-form input[type='email'] {
        display: block;
        width: 100%;
        height: 55px;
        border: none;
        background-color: #fff;
        outline: none;
        padding: 0px 120px 0px 25px;
        font-size: 16px;
        border-radius: 25px; }
        @media screen and (max-width: 767px) {
          .footer .join-box .jb-form input[type='email'] {
            height: 45px;
            padding: 0px 100px 0px 20px; } }
      .footer .join-box .jb-form input[type='submit'] {
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        cursor: pointer;
        line-height: 51px;
        height: 51px;
        border: none;
        font-size: 16px;
        padding: 0px 20px;
        outline: none;
        background-color: #2257da;
        border-radius: 30px; }
        @media screen and (max-width: 767px) {
          .footer .join-box .jb-form input[type='submit'] {
            font-size: 14px;
            height: 41px;
            line-height: 41px;
            padding: 0px 15px; } }
    .footer .join-box p {
      color: #fff;
      font-size: 14px;
      font-style: italic;
      padding: 10px 0px 6px 5px; }
      .footer .join-box p a {
        font-weight: 600; }
  .footer .footer-right {
    display: flex; }
    @media screen and (max-width: 767px) {
      .footer .footer-right {
        flex-wrap: wrap; } }
    .footer .footer-right .logo-500 {
      flex-shrink: 0;
      margin: 0px 30px 0px 0px; }
      .footer .footer-right .logo-500 img {
        width: 190px; }
  .footer .company {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .footer .company {
        padding: 20px 0px 0px 0px; } }
    .footer .company img {
      height: 20px; }
    .footer .company p {
      margin: 15px 0px 0px 0px;
      color: #fff; }
    .footer .company em {
      font-style: normal;
      font-size: 12px;
      color: #516f90; }
  .footer .menu-footer {
    margin: 50px 0px 0px 0px;
    padding: 30px 0px 60px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.15); }
    .footer .menu-footer ul {
      margin: 0px;
      padding: 0px;
      text-align: center; }
      .footer .menu-footer ul li {
        display: inline-block;
        margin: 10px 25px;
        position: relative; }
        @media screen and (max-width: 991px) {
          .footer .menu-footer ul li {
            margin: 7px 10px; } }
        .footer .menu-footer ul li:before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          background-color: #fff;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: -27px;
          margin: -3px 0px 0px 0px; }
          @media screen and (max-width: 991px) {
            .footer .menu-footer ul li:before {
              display: none; } }
        .footer .menu-footer ul li:first-child:before {
          display: none; }
        .footer .menu-footer ul li a {
          color: #fff;
          font-size: 16px;
          font-weight: 400; }
          @media screen and (max-width: 1199px) {
            .footer .menu-footer ul li a {
              font-size: 14px; } }
          .footer .menu-footer ul li a:hover {
            color: #0099fe; }
  .footer .social {
    padding-bottom: 30px; }
    .footer .social a {
      width: 30px;
      height: 30px;
      border-radius: 12px;
      margin: 0px 10px 10px 10px;
      color: #fff;
      transition: all ease 0.3s;
      opacity: 0.9; }
      .footer .social a:hover {
        opacity: 1;
        color: #2257da; }

.home-hero-video-v2 {
  background-image: url(../images/hero.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.home-hero-video {
  position: relative; }
  .home-hero-video .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 740px;
    background-color: #000; }
    @media screen and (max-width: 991px) {
      .home-hero-video .bg-video-wrap {
        height: auto;
        min-height: 600px;
        background-color: transparent; } }
  .home-hero-video video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      .home-hero-video video {
        min-height: auto;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 600px;
        object-fit: cover; } }
    @media screen and (max-width: 991px) {
      .home-hero-video video {
        display: none; } }
  .home-hero-video .overlay {
    bottom: 0px;
    right: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 3px 3px;
    z-index: 2; }
    @media screen and (max-width: 991px) {
      .home-hero-video .overlay {
        background-image: none;
        background-color: rgba(18, 45, 96, 0.71); } }
  .home-hero-video .hero-content {
    padding: 250px 0px 200px 0px;
    text-align: center;
    min-height: 840px; }
    @media screen and (max-width: 991px) {
      .home-hero-video .hero-content {
        min-height: 500px;
        padding: 200px 0px 150px 0px; } }
    .home-hero-video .hero-content h1 {
      color: #012B50;
      font-size: 55px;
      font-weight: 700;
      margin: 0px 0px 20px 0px;
      text-align: center;
      color: #fff;
      text-shadow: 3px 3px 5px black; }
      @media screen and (max-width: 991px) {
        .home-hero-video .hero-content h1 {
          font-size: 30px; } }
    .home-hero-video .hero-content p {
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      text-shadow: 3px 3px 5px black;
      margin: 0px 0px 40px 0px;
      font-style: italic;
      font-weight: 600; }
      @media screen and (max-width: 1199px) {
        .home-hero-video .hero-content p {
          font-size: 20px; } }
      @media screen and (max-width: 991px) {
        .home-hero-video .hero-content p {
          font-size: 16px; } }
    .home-hero-video .hero-content .button {
      line-height: 60px;
      font-size: 18px;
      padding: 0px 60px; }
      @media screen and (max-width: 991px) {
        .home-hero-video .hero-content .button {
          line-height: 50px;
          font-size: 16px;
          padding: 0px 40px; } }
  @media screen and (max-width: 991px) {
    .home-hero-video {
      background-image: url(../images/hero.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; } }

.version-c .testimo-block {
  margin: 0px 0px 60px 0px;
  position: relative; }
  .version-c .testimo-block .des {
    padding: 0px 50px 0px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    background-color: #fff;
    position: relative; }
    .version-c .testimo-block .des svg {
      position: absolute;
      bottom: 40px;
      right: 40px; }
    @media screen and (max-width: 767px) {
      .version-c .testimo-block .des {
        padding: 20px; } }
    .version-c .testimo-block .des h3 {
      color: #2257da;
      font-size: 16px;
      font-weight: 600;
      margin: 0px 0px 10px 0px;
      text-transform: uppercase; }
    .version-c .testimo-block .des p {
      font-size: 24px;
      color: #516f90;
      margin: 0px 0px 20px 0px;
      font-style: italic;
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        .version-c .testimo-block .des p {
          font-size: 18px; } }
    .version-c .testimo-block .des .author {
      display: flex; }
      .version-c .testimo-block .des .author .avatar {
        flex-shrink: 0;
        width: 60px;
        margin: 0px 15px 0px 0px; }
        .version-c .testimo-block .des .author .avatar img {
          width: 100%;
          height: 60px;
          border: 2px solid #ddd;
          border-radius: 50%; }
      .version-c .testimo-block .des .author strong {
        color: #516f90;
        font-weight: 600;
        display: block;
        padding: 10px 0px 0px 0px;
        font-size: 13px; }
      .version-c .testimo-block .des .author em {
        color: #516f90;
        font-size: 13px;
        font-weight: 400; }
  .version-c .testimo-block .testi-quote {
    padding: 60px;
    background-color: #eaeef9;
    display: flex;
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
    position: relative;
    background-image: linear-gradient(45deg, #2257da 0%, #66a6ff 100%); }
    @media screen and (max-width: 991px) {
      .version-c .testimo-block .testi-quote {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .version-c .testimo-block .testi-quote {
        flex-wrap: wrap; } }
    .version-c .testimo-block .testi-quote::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      opacity: 0.4;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-image: url(../images/pattern-lines.svg);
      background-repeat: repeat; }
      @media screen and (max-width: 767px) {
        .version-c .testimo-block .testi-quote::after {
          display: none; } }
    .version-c .testimo-block .testi-quote svg {
      position: absolute;
      top: 20px;
      right: 30px; }
      @media screen and (max-width: 767px) {
        .version-c .testimo-block .testi-quote svg {
          display: none; } }
    .version-c .testimo-block .testi-quote .avatar {
      width: 150px;
      flex-shrink: 0;
      margin: 0px 50px 0px 0px;
      position: relative;
      z-index: 4; }
      @media screen and (max-width: 991px) {
        .version-c .testimo-block .testi-quote .avatar {
          width: 100px;
          margin: 0px 20px 0px 0px; } }
      @media screen and (max-width: 767px) {
        .version-c .testimo-block .testi-quote .avatar {
          margin: 0px auto 20px auto; } }
      .version-c .testimo-block .testi-quote .avatar img {
        width: 100%;
        border-radius: 50%;
        border: 4px solid #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        height: 150px; }
        @media screen and (max-width: 991px) {
          .version-c .testimo-block .testi-quote .avatar img {
            height: 100px; } }
    .version-c .testimo-block .testi-quote .quote {
      position: relative;
      z-index: 4; }
      .version-c .testimo-block .testi-quote .quote p {
        font-size: 32px;
        font-style: italic;
        font-weight: 500;
        color: #fff; }
        @media screen and (max-width: 991px) {
          .version-c .testimo-block .testi-quote .quote p {
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .version-c .testimo-block .testi-quote .quote p {
            font-size: 18px; } }
      .version-c .testimo-block .testi-quote .quote .author {
        font-size: 18px;
        color: #516f90;
        padding: 10px 0px 0px 0px;
        color: #fff;
        opacity: 0.9; }
        @media screen and (max-width: 991px) {
          .version-c .testimo-block .testi-quote .quote .author {
            font-size: 16px;
            padding: 0px; } }
        .version-c .testimo-block .testi-quote .quote .author strong {
          font-weight: 700; }
  .version-c .testimo-block.testimo-block-fix .row {
    flex-direction: row-reverse; }
    @media screen and (max-width: 991px) {
      .version-c .testimo-block.testimo-block-fix .row {
        flex-direction: row; } }

.post-wrap {
  margin-bottom: 30px; }

.post-wrap-transform .post-front {
  transform: rotateY(360deg); }

.post-front {
  background-color: white;
  transition: transform 0.8s !important; }
  @media screen and (max-width: 991px) {
    .post-front {
      pointer-events: none; } }

.post-front {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 40px 20px;
  text-align: center;
  transition: all ease 0.4s; }
  .post-front:hover {
    box-shadow: 0px 0px 20px 0px rgba(34, 87, 218, 0.2);
    transform: scale(1.03); }
  .post-front .icon {
    height: 130px;
    line-height: 100px;
    text-align: center;
    color: #2257da;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .post-front .icon img {
      max-height: 100px; }
      @media screen and (max-width: 767px) {
        .post-front .icon img {
          max-height: 70px; } }
  .post-front .des h3 {
    font-weight: 500;
    color: #2d3e50;
    font-size: 18px;
    margin: 0px 0px 15px 0px; }
  .post-front .des p {
    color: #516f90;
    font-size: 16px;
    margin: 0px auto 10px auto;
    font-weight: 400;
    max-width: 300px;
    min-height: 70px; }
  .post-front .explore-button {
    text-align: center;
    pointer-events: auto; }
    .post-front .explore-button span {
      display: inline-flex;
      text-transform: uppercase;
      color: #2257da;
      font-weight: 500;
      font-size: 14px;
      cursor: pointer; }
      .post-front .explore-button span i {
        flex-shrink: 0;
        margin: 0px 0px 0px 10px;
        font-size: 18px;
        transition: all ease 0.3s;
        position: relative;
        left: 0; }
      .post-front .explore-button span:hover i {
        left: 5px; }

.reset-flip .post-wrap.active .post {
  transform: rotateY(0deg); }

.post-container {
  position: relative; }

.show-popup .post-popup {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  transform: scale(1); }

.post-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  min-height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px #d0ddff;
  padding: 30px 30px;
  transition: all ease 0.3s;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8); }
  @media screen and (max-width: 991px) {
    .post-popup {
      min-height: 100px; } }
  .post-popup .close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    display: inline-block;
    color: #aaa;
    font-size: 20px; }
    .post-popup .close-popup:hover {
      color: red; }
  .post-popup h2 {
    font-size: 32px;
    color: #2257da;
    text-align: center;
    padding: 10px 0px 5px 0px;
    margin: 0px;
    font-weight: 400; }
    @media screen and (max-width: 991px) {
      .post-popup h2 {
        font-size: 24px; } }
  .post-popup h3 {
    font-size: 22px;
    color: #2257da;
    font-weight: 400;
    text-align: center;
    margin: 0px 0px 40px 0px; }
    @media screen and (max-width: 991px) {
      .post-popup h3 {
        font-size: 18px; } }
  .post-popup .case-item {
    margin: 0px 0px 30px 0px;
    text-align: center;
    padding: 0px 10px; }
    @media screen and (max-width: 991px) {
      .post-popup .case-item .case-link {
        pointer-events: none; } }
    .post-popup .case-item .thumb {
      position: relative;
      overflow: hidden;
      border-radius: 6px;
      margin: 0px 0px 15px 0px; }
      .post-popup .case-item .thumb img {
        width: 100%;
        border-radius: 6px;
        box-sizing: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
        min-height: 250px;
        object-fit: cover;
        transition: all ease 0.6s; }
      .post-popup .case-item .thumb:hover img {
        transform: scale(1.1); }
      .post-popup .case-item .thumb span {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 15px;
        padding: 5px 10px;
        text-transform: uppercase;
        background-color: #2257da;
        color: #fff;
        font-weight: 500;
        font-size: 11px; }
    .post-popup .case-item h4 {
      font-size: 18px;
      font-weight: 500;
      margin: 0px 0px 15px 0px;
      color: #2d3e50;
      text-align: left; }
      .post-popup .case-item h4 a {
        color: #2d3e50; }
    .post-popup .case-item p {
      font-size: 16px;
      margin: 0px 0px 20px 0px;
      color: #516f90;
      text-align: left; }
    .post-popup .case-item .readmore-button {
      text-align: left; }
      .post-popup .case-item .readmore-button a {
        display: inline-flex;
        text-transform: uppercase;
        color: #2257da;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        pointer-events: auto; }
        .post-popup .case-item .readmore-button a i {
          flex-shrink: 0;
          margin: 0px 0px 0px 10px;
          font-size: 18px;
          transition: all ease 0.3s;
          position: relative;
          left: 0; }
        .post-popup .case-item .readmore-button a:hover i {
          left: 5px; }

/****new-hero-block********/
.new-hero {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed; }
  .new-hero.new-hero-fix {
    background-attachment: inherit; }
  .new-hero .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 740px; }
  .new-hero .overlay {
    bottom: 0px;
    right: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(18, 45, 96, 0.65);
    background-size: 3px 3px;
    z-index: 2; }
    @media screen and (max-width: 991px) {
      .new-hero .overlay {
        background-image: none;
        background-color: rgba(18, 45, 96, 0.4); } }
  .new-hero .hero-content-wrap {
    position: relative; }
  .new-hero .hero-content {
    padding: 250px 0px 200px 0px;
    text-align: center;
    min-height: 840px;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 991px) {
      .new-hero .hero-content {
        min-height: 500px;
        padding: 200px 0px 150px 0px; } }
    .new-hero .hero-content h1 {
      color: #012B50;
      font-size: 55px;
      font-weight: 700;
      margin: 0px 0px 30px 0px;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 991px) {
        .new-hero .hero-content h1 {
          font-size: 30px; } }
    .new-hero .hero-content p {
      font-size: 20px;
      font-weight: 300;
      color: #fff;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
      margin: 0px 0px 40px 0px;
      font-style: italic; }
      @media screen and (max-width: 991px) {
        .new-hero .hero-content p {
          font-size: 16px; } }
    .new-hero .hero-content .button {
      line-height: 60px;
      font-size: 18px;
      padding: 0px 60px; }
      @media screen and (max-width: 991px) {
        .new-hero .hero-content .button {
          line-height: 50px;
          font-size: 16px;
          padding: 0px 40px; } }
  @media screen and (max-width: 991px) {
    .new-hero {
      background-image: url(../images/hero.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; } }

.p1 {
  position: absolute;
  bottom: 300px;
  left: 550px;
  width: 250px;
  transition: all ease 0.2s;
  opacity: 0.6;
  max-width: 400px; }

.p2 {
  position: absolute;
  bottom: 60px;
  left: 180px;
  width: 50px;
  transition: all ease 0.2s;
  opacity: 0.6;
  max-width: 90px; }

.p4 {
  position: absolute;
  bottom: 60px;
  right: -20px;
  width: 120px;
  transition: all ease 0.2s;
  opacity: 0.6;
  max-width: 200px; }

html {
  --c0: #feebe2;
  --c1: #ffe2a6;
  --c2: #ffb06d;
  --c3: #ff9d60;
  --c4: #ff8f4c;
  --c5: #fc813a;
  --c6: #f04f30;
  --c7: #d2353a;
  --c8: #8b1036;
  --c9: #620a38;
  --c10: #2f1121; }

/**********/
@keyframes movebg {
  0% {
    transform: translate(0); }
  100% {
    transform: translate(-1000px);
    /* The image width */ } }

.new-hero-v5 {
  background-image: url(../images/hero-bg.jpg);
  position: relative;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #3A629D; }
  .new-hero-v5 .landscape__layer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(calc(var(--scrollPos, 0) * var(--offset, 0))); }
  .new-hero-v5 .landscape__image {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 50%;
    max-height: 100%;
    max-width: 300%;
    min-width: 100%;
    position: absolute;
    transform: translateX(-50%);
    width: 2500px; }
  .new-hero-v5 .landscape__layer--7 .landscape__image {
    min-height: 200px;
    width: 1000px;
    padding: 0px 0px 280px 0px; }
  .new-hero-v5 .landscape__layer--7 .marquee7 .item {
    min-height: 200px;
    background-image: url("../images/hero-layer3.png");
    background-repeat: repeat-x;
    background-size: auto 130px;
    width: 2560px; }
  .new-hero-v5 .landscape__layer--8 .landscape__image {
    min-height: 200px;
    width: 1000px;
    padding: 0px 0px 200px 0px; }
  .new-hero-v5 .landscape__layer--8 .marquee8 .item {
    min-height: 200px;
    background-image: url("../images/hero-layer2.png");
    background-repeat: repeat-x;
    background-size: auto 200px;
    width: 2560px; }
  .new-hero-v5 .landscape__layer--9 .landscape__image {
    min-height: 200px;
    width: 1000px;
    padding: 0px 0px 100px 0px;
    animation-direction: alternate; }
  .new-hero-v5 .landscape__layer--9 .marquee9 .item {
    min-height: 300px;
    background-image: url("../images/hero-layer1.png");
    background-repeat: repeat-x;
    background-size: auto 310px;
    width: 2560px; }
  .new-hero-v5 .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 740px; }
  .new-hero-v5 .overlay {
    bottom: 0px;
    right: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(18, 45, 96, 0.3);
    background-size: 3px 3px;
    z-index: 2; }
  .new-hero-v5 .hero-content-wrap {
    position: relative; }
  .new-hero-v5 .hero-content {
    padding: 250px 0px 200px 0px;
    text-align: center;
    min-height: 840px;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 991px) {
      .new-hero-v5 .hero-content {
        min-height: 500px;
        padding: 200px 0px 150px 0px; } }
    .new-hero-v5 .hero-content h1 {
      color: #012B50;
      font-size: 60px;
      font-weight: 700;
      margin: 0px 0px 10px 0px;
      text-align: center;
      color: #fff;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 991px) {
        .new-hero-v5 .hero-content h1 {
          font-size: 30px; } }
    .new-hero-v5 .hero-content p {
      font-size: 30px;
      font-weight: 300;
      color: #fff;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
      margin: 0px 0px 50px 0px;
      font-style: italic;
      font-weight: 600; }
      @media screen and (max-width: 1199px) {
        .new-hero-v5 .hero-content p {
          font-size: 20px; } }
      @media screen and (max-width: 991px) {
        .new-hero-v5 .hero-content p {
          font-size: 16px; } }
    .new-hero-v5 .hero-content .button {
      line-height: 60px;
      font-size: 18px;
      padding: 0px 60px;
      transition: all ease 0.3s;
      box-shadow: 3px 3px 20px 0px rgba(95, 166, 255, 0.7);
      background-image: none;
      background-color: #fff;
      color: #2d3e50; }
      @media screen and (max-width: 991px) {
        .new-hero-v5 .hero-content .button {
          line-height: 50px;
          font-size: 16px;
          padding: 0px 40px; } }
      .new-hero-v5 .hero-content .button:hover {
        transform: scale(1.1);
        background-image: none;
        background-color: #fff; }

.p1 {
  position: absolute;
  bottom: 300px;
  left: 550px;
  width: 250px;
  transition: all ease 0.2s;
  opacity: 0.6;
  max-width: 400px; }

.p2 {
  position: absolute;
  bottom: 60px;
  left: 180px;
  width: 50px;
  transition: all ease 0.2s;
  opacity: 0.6;
  max-width: 90px; }

.p4 {
  position: absolute;
  bottom: 60px;
  right: -20px;
  width: 120px;
  transition: all ease 0.2s;
  opacity: 0.6;
  max-width: 200px; }

.static-page {
  padding: 0px 0px 0px 500px; }
  @media screen and (max-width: 1399px) {
    .static-page {
      padding: 0px 0px 0px 400px; } }
  @media screen and (max-width: 1199px) {
    .static-page {
      padding: 15px; } }
  .static-page .sp-slide {
    position: fixed;
    width: 490px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background: #007FFF;
    border-radius: 10px;
    z-index: 999; }
    @media screen and (max-width: 1399px) {
      .static-page .sp-slide {
        width: 380px; } }
    @media screen and (max-width: 1199px) {
      .static-page .sp-slide {
        position: relative;
        height: 255px;
        top: unset;
        left: unset;
        right: unset;
        width: 100%;
        bottom: unset; } }
    .static-page .sp-slide .rr {
      background-repeat: no-repeat;
      background-position: center center; }
      .static-page .sp-slide .rr.rr1 {
        background-image: url(../images/r1.png);
        width: 116px;
        height: 246px;
        z-index: 1;
        position: absolute;
        top: 10px;
        left: 20px;
        background-position: top left; }
        @media screen and (max-width: 1399px) {
          .static-page .sp-slide .rr.rr1 {
            width: 80px;
            background-size: 80px auto; } }
        @media screen and (max-width: 1199px) {
          .static-page .sp-slide .rr.rr1 {
            display: none; } }
      .static-page .sp-slide .rr.rr2 {
        background-image: url(../images/r2.png);
        width: 169px;
        height: 164px;
        z-index: 1;
        position: absolute;
        top: 60px;
        right: -50px;
        background-position: top right; }
        @media screen and (max-width: 1399px) {
          .static-page .sp-slide .rr.rr2 {
            width: 100px;
            background-size: 100px auto;
            right: -30px; } }
        @media screen and (max-width: 1199px) {
          .static-page .sp-slide .rr.rr2 {
            top: unset;
            bottom: -35px;
            right: 20px;
            background-position: bottom right; } }
      .static-page .sp-slide .rr.rr3 {
        background-image: url(../images/r3.png);
        width: 155px;
        height: 156px;
        z-index: 1;
        position: absolute;
        bottom: 150px;
        left: 30px;
        background-position: bottom left; }
        @media screen and (max-width: 1399px) {
          .static-page .sp-slide .rr.rr3 {
            width: 100px;
            background-size: 100px auto;
            bottom: 100px; } }
        @media screen and (max-width: 1199px) {
          .static-page .sp-slide .rr.rr3 {
            display: none; } }
      .static-page .sp-slide .rr.rr4 {
        background-image: url(../images/r4.png);
        width: 308px;
        height: 264px;
        z-index: 1;
        position: absolute;
        bottom: 50px;
        right: -60px;
        background-position: bottom right; }
        @media screen and (max-width: 1399px) {
          .static-page .sp-slide .rr.rr4 {
            width: 200px;
            background-size: 200px auto;
            right: -40px;
            bottom: 30px; } }
        @media screen and (max-width: 1199px) {
          .static-page .sp-slide .rr.rr4 {
            top: unset;
            bottom: -23px;
            right: unset;
            left: 26px;
            background-size: 78px auto;
            background-position: bottom left; } }
      @media screen and (max-width: 1199px) {
        .static-page .sp-slide .rr.rr5 {
          background-image: url(../images/r5.png);
          width: 161px;
          height: 58px;
          z-index: 1;
          position: absolute;
          top: 0px;
          right: 30px;
          background-position: top left; } }
    .static-page .sp-slide h1 {
      padding: 280px 0px 0px 90px;
      font-weight: 600;
      font-size: 40px;
      color: #fff;
      position: relative;
      z-index: 2;
      font-family: 'Inter', sans-serif; }
      @media screen and (max-width: 1399px) {
        .static-page .sp-slide h1 {
          padding: 190px 0px 0px 40px;
          font-size: 32px; } }
      @media screen and (max-width: 1199px) {
        .static-page .sp-slide h1 {
          max-width: 627px;
          margin: 0px auto;
          padding: 80px 0px 0px 30px;
          font-size: 28px; } }
  .static-page .sp-content {
    margin: 0px auto;
    max-width: 627px;
    padding: 100px 10px 10px 10px; }
    @media screen and (max-width: 1199px) {
      .static-page .sp-content {
        padding: 50px 15px 50px 15px; } }
    .static-page .sp-content p {
      font-size: 19px;
      font-weight: 400;
      color: #0D2D4E;
      font-family: 'Inter', sans-serif; }
      @media screen and (max-width: 1199px) {
        .static-page .sp-content p {
          font-size: 16px; } }
    .static-page .sp-content .avatar {
      padding: 50px 0px 30px 0px;
      text-align: center; }
      @media screen and (max-width: 1199px) {
        .static-page .sp-content .avatar {
          padding: 10px 0px 2px 0px; } }
      @media screen and (max-width: 1199px) {
        .static-page .sp-content .avatar img {
          max-height: 150px; } }

:root {
  scroll-behavior: unset; }

.show-calendly .calendly-pop {
  z-index: 9999999;
  visibility: visible;
  opacity: 1;
  transform: scale(1); }

.calendly-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all ease 0.3s;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9); }
  .calendly-pop .close-calendly {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px; }
  .calendly-pop .cp-wrap {
    padding: 20px;
    max-width: 1000px;
    margin: 0px auto; }

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