@charset "UTF-8";
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2"); }
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2"); }
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2"); }
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2"); }
* {
  outline: 0 !important; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #0c1036;
  line-height: 1.6;
  background: #fff; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }
  @media (max-width: 768px) {
    body {
      font-size: 15px; } }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

ol,
ul,
dl {
  margin: 0;
  padding: 0; }
  ol li,
  ul li,
  dl li {
    list-style: none; }

b,
strong {
  font-weight: 600; }

a {
  color: #d96f32;
  color: #0446D5;
  text-decoration: none; }
  a:hover {
    color: #086892;
    text-decoration: none; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none; }

input,
button,
select,
optgroup,
textarea {
  font-family: inherit; }

::-webkit-scrollbar-track {
  background-color: inherit; }

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: inherit; }

::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.container {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container.resized.is {
      margin-right: 0;
      padding-right: 0; } }
  .container.resized:not(.is) {
    margin-right: 0;
    padding-right: 0; }
  .container.fluid {
    max-width: 100%; }
    @media (min-width: 768px) {
      .container.fluid {
        padding: 0; } }
  .container.lg {
    max-width: 1300px; }
  @media (min-width: 1200px) {
    .container.md, .container.medium {
      max-width: 980px; }
    .container.xmd {
      max-width: 1150px; } }
  @media (min-width: 1900px) {
    .container {
      max-width: 1500px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1250px; } }
  @media (max-width: 1899px) {
    .container {
      max-width: 1350px; } }
  @media (max-width: 1680px) {
    .container {
      max-width: 1300px; } }
  @media (max-width: 1550px) {
    .container {
      max-width: 1250px; } }
  @media (max-width: 1440px) {
    .container {
      max-width: 1200px; } }
  @media (max-width: 1366px) {
    .container {
      max-width: 1150px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    .container {
      max-width: 1070px; }
      .container.md {
        max-width: 980px; } }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .container {
      max-width: 984px; } }
  @media (min-width: 992px) and (max-width: 1023px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      max-width: calc(100% - 30px); } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row.reverse {
    flex-direction: row-reverse; }
  .row.center {
    align-items: center; }

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
i.svg,
.vct:before,
footer i,
footer .vct:before,
ul.c-list > li:before,
ul.circle-list > li:before,
footer.page-footer .foot-menu .box .widgettitle:after,
footer.page-footer .foot-menu .social-list li a:before,
.feature-gutter .toggle-count .toggle h3:after,
.tours-gutter .toggle-data .toggle h3:after,
.tours-gutter .toggle-data .toggle .heading:after,
.plain-gutter .toggle-gutter .toggle h3:after,
section.h-toggle .heading-gutter.h-arrow h2:after,
.faq-box .toggle h3:after,
.toggles .toggle h3:after,
.testimonial-gutter .owl-carousel .item p:before,
.testimonial-gutter .owl-carousel .item .cnts .base figure,
.faq-gutter.price-faq .faq-box .toggle h3:after,
.pricing-pages .users-info ul.arrow-list li:before,
ul.feature-list > li:before,
ul.plist > li:before,
.type4 .owl-nav span,
.compares-gutter .more:after,
.vtabs .nav-tabs li .cnts .heading:before,
.bemifits-gutter .nav-tabs h3:after {
  background: url(../img/svg/sprites.svg) no-repeat; }

i.svg {
  position: relative;
  display: inline-block; }

.vct {
  position: relative; }
  .vct:before {
    content: ""; }
  .vct.fb-icon:before {
    background-position: -30px -2px; }
  .vct.linkedin-icon:before {
    background-position: -60px -2px; }
  .vct.twit-icon:before {
    background-position: -90px -2px; }
  .vct.youtube-icon:before {
    background-position: -120px -2px; }
  .vct:hover.fb-icon:before {
    background-position: -30px -33px; }
  .vct:hover.linkedin-icon:before {
    background-position: -60px -33px; }
  .vct:hover.twit-icon:before {
    background-position: -90px -33px; }
  .vct:hover.youtube-icon:before {
    background-position: -120px -33px; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes fade-in-lg {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fade-in-lg {
  -webkit-animation-name: fade-in-lg;
  animation-name: fade-in-lg; }

ul.bullet-list li {
  padding-left: 20px;
  position: relative;
  list-style: none; }
  ul.bullet-list li:not(:last-child) {
    margin-bottom: 8px; }
  ul.bullet-list li:before {
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    background: #3D61FF; }
ul.bullet-list.primary li:before {
  background: #000; }
ul.bullet-list.regular li:before {
  opacity: 0.7;
  background: #000; }
ul.stakeholder-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 16px; }
  ul.stakeholder-list li {
    position: relative;
    padding-left: 18px; }
    @media (min-width: 1024px) {
      ul.stakeholder-list li {
        font-size: 17px; } }
    @media (max-width: 1023px) {
      ul.stakeholder-list li {
        font-size: 16px; } }
    ul.stakeholder-list li:before {
      left: 0px;
      top: 12px;
      width: 8px;
      height: 8px;
      content: "";
      position: absolute;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      background: #fe8300; }
    ul.stakeholder-list li:not(:last-child) {
      margin-bottom: 12px; }
    ul.stakeholder-list li span {
      display: block;
      font-weight: 700; }
      @media (min-width: 1024px) {
        ul.stakeholder-list li span {
          font-size: 17px; } }
      @media (max-width: 1023px) {
        ul.stakeholder-list li span {
          font-size: 16px; } }
ul.line-list {
  margin-bottom: 20px; }
  ul.line-list li {
    padding-left: 16px;
    position: relative; }
    ul.line-list li:before {
      left: 2px;
      top: 10px;
      width: 6px;
      height: 1px;
      content: "";
      position: absolute;
      background: #000; }
ul.secondary-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.secondary-list li {
    position: relative;
    padding-left: 18px; }
    @media (min-width: 1024px) {
      ul.secondary-list li {
        font-size: 17px; } }
    @media (max-width: 1023px) {
      ul.secondary-list li {
        font-size: 16px; } }
    ul.secondary-list li:before {
      left: 0px;
      top: 10px;
      width: 8px;
      height: 8px;
      content: "";
      position: absolute;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      background: #fe8300; }
    ul.secondary-list li:not(:last-child) {
      margin-bottom: 6px; }
  ul.secondary-list.lg li:not(:last-child) {
    margin-bottom: 12px; }
  @media (min-width: 1024px) {
    ul.secondary-list.lg li {
      font-size: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    ul.secondary-list.lg li {
      font-size: 18px; } }
  @media (max-width: 767px) {
    ul.secondary-list.lg li {
      font-size: 16px; } }
  ul.secondary-list.medium li:not(:last-child) {
    margin-bottom: 8px; }
  @media (min-width: 1024px) {
    ul.secondary-list.medium li {
      font-size: 19px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    ul.secondary-list.medium li {
      font-size: 18px; } }
  @media (max-width: 767px) {
    ul.secondary-list.medium li {
      font-size: 16px; } }
ul.circle-list, ul.feature-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.circle-list > li, ul.feature-list > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px; }
    ul.circle-list > li:before, ul.feature-list > li:before {
      left: 0;
      top: 3px;
      width: 18px;
      height: 20px;
      content: "";
      position: absolute;
      background-position: -137px -65px; }
ul.circle-list > li {
  color: #515151; }
ul.feature-list > li {
  color: #000; }
  ul.feature-list > li:before {
    top: 1px; }
ul.margin {
  margin-left: 18px; }
ul ul {
  margin-left: 16px; }
ul.plist li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px; }
  ul.plist li:before {
    left: 2px;
    top: 3px;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-position: -151px -31px; }
  ul.plist li b {
    font-size: 16px; }
  ul.plist li a {
    color: #0446D5; }
ul.plist.primary li {
  color: #fff; }
  ul.plist.primary li:before {
    filter: brightness(0) invert(1); }
ul.plist.type1 li {
  margin-bottom: 16px; }
  ul.plist.type1 li:before {
    top: 5px; }
  ul.plist.type1 li b {
    display: block;
    font-size: 18px;
    font-weight: 500; }

span.bullet-list {
  display: block; }
  span.bullet-list span {
    display: block;
    padding-left: 20px;
    position: relative; }
    span.bullet-list span:not(:last-child) {
      margin-bottom: 8px; }
    span.bullet-list span:before {
      left: 0;
      top: 7px;
      width: 7px;
      height: 7px;
      content: "";
      position: absolute;
      background: #3D61FF; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-0 {
  margin: 0 !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.top-0 {
  top: 0 !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.uppercase {
  text-transform: uppercase; }

.color-inherit {
  color: inherit !important; }

.link {
  color: #d96f32 !important; }
  .link:hover {
    color: #fe8300 !important; }

.fc-form {
  z-index: 1;
  position: relative; }

.txt-orange,
.txt-primary {
  color: #d96f32; }

.flex-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

@media (min-width: 1024px) {
  section.ispd {
    padding: 70px 0; } }
@media (min-width: 768px) and (max-width: 1023.99px) {
  section.ispd {
    padding: 50px 0; } }
@media (max-width: 767.99px) {
  section.ispd {
    padding: 40px 0; } }
@media (min-width: 1024px) {
  section.ispdb {
    padding-bottom: 70px; } }
@media (min-width: 768px) and (max-width: 1023.99px) {
  section.ispdb {
    padding-bottom: 50px; } }
@media (max-width: 767.99px) {
  section.ispdb {
    padding-bottom: 40px; } }
@media (min-width: 1024px) {
  section.ispdt {
    padding-top: 70px; } }
@media (min-width: 768px) and (max-width: 1023.99px) {
  section.ispdt {
    padding-top: 50px; } }
@media (max-width: 767.99px) {
  section.ispdt {
    padding-top: 40px; } }
section.primary {
  background: #F9FAFB; }
section.d-primary {
  background: #F4F5FF; }

.j-center {
  justify-content: center; }

.heading-gutter {
  color: #0F1941;
  position: relative;
  text-align: center; }
  @media (min-width: 1200px) {
    .heading-gutter {
      font-size: 17px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .heading-gutter {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .heading-gutter {
      font-size: 15px; } }
  @media (min-width: 1200px) {
    .heading-gutter {
      margin-bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .heading-gutter {
      margin-bottom: 50px; } }
  @media (max-width: 767.99px) {
    .heading-gutter {
      margin-bottom: 40px; } }
  @media (max-width: 1023.99px) {
    .heading-gutter br {
      display: none; } }
  .heading-gutter.p-max p {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
  .heading-gutter .heading,
  .heading-gutter h2,
  .heading-gutter h3 {
    font-weight: 600;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .heading-gutter .heading,
      .heading-gutter h2,
      .heading-gutter h3 {
        font-size: 35px; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .heading-gutter .heading,
      .heading-gutter h2,
      .heading-gutter h3 {
        font-size: 33px; } }
    @media (max-width: 767px) {
      .heading-gutter .heading,
      .heading-gutter h2,
      .heading-gutter h3 {
        font-size: 24px; } }
    .heading-gutter .heading span.normal,
    .heading-gutter h2 span.normal,
    .heading-gutter h3 span.normal {
      font-size: 72%;
      display: block;
      font-weight: 400;
      margin-top: 12px; }
  .heading-gutter h3.normal {
    font-size: 22px;
    font-weight: 400; }
  .heading-gutter p {
    opacity: 0.8; }
    .heading-gutter p a {
      color: inherit; }
    .heading-gutter p .moreless {
      font-size: 0; }
      @media (max-width: 767.99px) {
        .heading-gutter p .moreless:before {
          top: -2px;
          width: 9px;
          height: 9px;
          content: "";
          position: relative;
          display: inline-block;
          border-top: 2px solid #212121;
          border-left: 2px solid #212121;
          transform: rotate(-135deg);
          transition: all 0.5s ease-in-out; }
        .heading-gutter p .moreless.active:before {
          top: 1px;
          transform: rotate(-315deg); } }
  .heading-gutter.primary {
    color: #fff; }

.web .moreless:before {
  top: -2px;
  width: 9px;
  height: 9px;
  content: "";
  position: relative;
  display: inline-block;
  border-top: 2px solid #212121;
  border-left: 2px solid #212121;
  transform: rotate(-135deg);
  transition: all 0.5s ease-in-out; }
.web .moreless.active:before {
  top: 1px;
  transform: rotate(-315deg); }

@media (max-width: 767.99px) {
  .owl-carousel {
    padding: 0 38px !important; }
    .owl-carousel.no-padding {
      padding: 0 !important; } }
@media (min-width: 768px) {
  .owl-carousel.no-nav {
    padding-bottom: 0; } }
.owl-carousel.h-fluid .owl-stage,
.owl-carousel.h-fluid .owl-item {
  height: 100%; }
.owl-carousel.h-fluid .item {
  height: 100%; }
.owl-carousel .owl-dots {
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 0;
  margin: auto;
  text-align: center;
  position: absolute; }
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 4px;
    font-size: 0;
    opacity: 1;
    padding: 2px;
    background: transparent;
    border-radius: 100px;
    border: 0; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 39px;
      height: 4px;
      font-size: 0;
      display: block;
      background: #DFDFDF; }
    .owl-carousel .owl-dots .owl-dot.active {
      opacity: 1;
      border-color: #0F62FE; }
      .owl-carousel .owl-dots .owl-dot.active span {
        background: #0F62FE; }
.owl-carousel .owl-nav {
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  font-size: 0;
  position: absolute;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767.99px) {
    .owl-carousel .owl-nav {
      position: static; } }
  @media (min-width: 768px) {
    .owl-carousel .owl-nav.disabled {
      display: none; } }
  .owl-carousel .owl-nav button[type="button"] {
    width: 50px;
    height: 50px;
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #DEDEDE;
    position: static; }
    @media (max-width: 767.99px) {
      .owl-carousel .owl-nav button[type="button"] {
        width: 38px;
        height: 58px;
        background: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #DEDEDE;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
        .owl-carousel .owl-nav button[type="button"] span {
          width: 12px;
          height: 17px;
          background-position: -60px -7056px; } }
    .owl-carousel .owl-nav button[type="button"] span {
      width: 16px;
      height: 16px;
      display: block;
      position: relative;
      border-top: 3px solid #000;
      border-left: 3px solid #000; }
    @media (max-width: 767.99px) {
      .owl-carousel .owl-nav button[type="button"].owl-prev {
        left: -15px;
        border-radius: 0px 10px 10px 0px; } }
    .owl-carousel .owl-nav button[type="button"].owl-prev span {
      left: 2px;
      transform: rotate(-45deg); }
    @media (max-width: 767.99px) {
      .owl-carousel .owl-nav button[type="button"].owl-next {
        right: -15px;
        border-radius: 10px 0px 0px 10px; } }
    .owl-carousel .owl-nav button[type="button"].owl-next span {
      right: 2px;
      transform: rotate(135deg); }
    .owl-carousel .owl-nav button[type="button"]:hover {
      color: #fff;
      background: #0F62FE;
      border-color: #0F62FE;
      border-color: #0F62FE; }
      .owl-carousel .owl-nav button[type="button"]:hover span {
        border-color: #fff; }
.owl-carousel.type2 .owl-nav button[type="button"]:hover {
  background: #fe8300;
  border-color: #fe8300; }
.owl-carousel.type2 .owl-dots .owl-dot.active {
  opacity: 1;
  border-color: #fe8300; }
  .owl-carousel.type2 .owl-dots .owl-dot.active span {
    background: #fe8300; }
.owl-carousel.type3 .owl-nav button[type="button"] {
  background: #0F1427;
  border-color: #30364E; }
  .owl-carousel.type3 .owl-nav button[type="button"] span {
    border-color: #4C505E; }
  .owl-carousel.type3 .owl-nav button[type="button"]:hover {
    background: #0F62FE;
    border-color: #0F62FE; }
    .owl-carousel.type3 .owl-nav button[type="button"]:hover span {
      border-color: #fff; }
.owl-carousel.type3 .owl-dots .owl-dot {
  border-color: #22273A; }
  .owl-carousel.type3 .owl-dots .owl-dot span {
    background: #22273A; }
  .owl-carousel.type3 .owl-dots .owl-dot.active {
    opacity: 1;
    border-color: #1887FC; }
    .owl-carousel.type3 .owl-dots .owl-dot.active span {
      background: #1887FC; }
@media (min-width: 768px) {
  .owl-carousel.type4 .owl-nav {
    gap: 10px;
    left: auto;
    right: 30px;
    font-size: 0;
    display: flex;
    position: absolute;
    justify-content: space-between; }
    .owl-carousel.type4 .owl-nav.disabled {
      display: none; }
    .owl-carousel.type4 .owl-nav button[type="button"] {
      padding: 0;
      width: 51px;
      height: 51px;
      display: flex !important;
      border-radius: 100%;
      align-items: center;
      justify-content: center;
      background: transparent !important;
      border: 0 solid #DEDEDE; }
      .owl-carousel.type4 .owl-nav button[type="button"].disabled {
        cursor: not-allowed; }
        .owl-carousel.type4 .owl-nav button[type="button"].disabled span {
          opacity: 0.45; }
      .owl-carousel.type4 .owl-nav button[type="button"] span {
        border: 0;
        width: 51px;
        height: 51px;
        font-size: 0;
        transform: none;
        position: static;
        background-position: -95px -270px; }
      .owl-carousel.type4 .owl-nav button[type="button"].owl-prev span {
        transform: rotate(-180deg); } }
.owl-carousel.type4 .owl-dots {
  bottom: -20px;
  margin-top: 20px;
  position: relative; }
  .owl-carousel.type4 .owl-dots .owl-dot {
    border: 0;
    margin: 0;
    padding: 0; }
    .owl-carousel.type4 .owl-dots .owl-dot span {
      width: 10px;
      height: 5px;
      background: #D7D7D7; }
    .owl-carousel.type4 .owl-dots .owl-dot.active {
      opacity: 1; }
      .owl-carousel.type4 .owl-dots .owl-dot.active span {
        background: #3C4766; }
@media (min-width: 768px) {
  .owl-carousel.nav-top .owl-nav {
    right: 5px;
    top: -70px; } }

section.d-light .owl-carousel.type4 .owl-dots .owl-dot span {
  background: #A7A7A738; }
section.d-light .owl-carousel.type4 .owl-dots .owl-dot.active span {
  background: #5951FF; }

@media (max-width: 767.99px) {
  .mob-hide {
    display: none !important; } }

.l-more,
.moreless,
button.is-moreless,
button.new-moreless,
button.new_moreless {
  border: unset;
  font-size: inherit;
  cursor: pointer;
  color: #0F62FE !important;
  font-weight: 500;
  white-space: nowrap;
  background: unset; }

.mrcont,
.mcnt,
.mrcnt {
  display: none; }

@media (max-width: 767.99px) {
  p span.m-mrcnt {
    display: none; }

  .slicedata .sdata .m-mrcnt {
    display: none; } }
@media (min-width: 768px) {
  p span.d-mrcnt {
    display: none; }

  .slicedata .sdata .d-mrcnt {
    display: none; } }
.rdmr {
  font-size: 14px;
  margin-left: 6px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .rdmr:not(.desktop) {
      display: none; } }
  .rdmr i.arr-dwn {
    width: 16px;
    height: 8px;
    margin-left: 4px;
    background-position: 0px -34px; }

.gx-11 {
  margin-right: -11px;
  margin-left: -11px; }
  .gx-11 [class^="col"] {
    padding-right: 11px;
    padding-left: 11px; }

.gx-9 {
  margin-right: -9px;
  margin-left: -9px; }
  .gx-9 [class^="col"] {
    padding-right: 9px;
    padding-left: 9px; }

@media (max-width: 767.99px) {
  .hideOnMobile {
    display: none !important; } }

@media (min-width: 768px) {
  .hideOnDesktop {
    display: none !important; } }

.nav-tabs::-webkit-scrollbar-track {
  background-color: inherit; }
.nav-tabs::-webkit-scrollbar {
  width: 6px;
  height: 0px;
  background-color: inherit; }
.nav-tabs::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.tab-navigation {
  position: relative; }
  @media (min-width: 768px) {
    .tab-navigation {
      display: none; } }
  .tab-navigation span {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 7; }
    .tab-navigation span a,
    .tab-navigation span button {
      width: 40px;
      height: 40px;
      border: 0;
      padding: 0;
      cursor: pointer;
      font-size: 0;
      background: #fff;
      border-radius: 20px;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.08); }
      .tab-navigation span a i,
      .tab-navigation span button i {
        opacity: 0.6; }
      .tab-navigation span a:before,
      .tab-navigation span button:before {
        width: 12px;
        height: 12px;
        opacity: 0.6;
        display: block;
        position: relative;
        content: "";
        border-top: 3px solid #000;
        border-left: 3px solid #000; }
    .tab-navigation span.prev-button {
      left: -6px;
      top: -28px;
      height: 86px;
      box-shadow: 12px 0 55px 30px #fff; }
      .tab-navigation span.prev-button.disabled a,
      .tab-navigation span.prev-button.disabled button {
        display: none; }
      .tab-navigation span.prev-button a,
      .tab-navigation span.prev-button button {
        left: 0px; }
        .tab-navigation span.prev-button a:before,
        .tab-navigation span.prev-button button:before {
          transform: rotate(-45deg); }
    .tab-navigation span.next-button {
      right: -6px;
      top: -28px;
      height: 86px;
      box-shadow: -12px 0 55px 30px #fff; }
      .tab-navigation span.next-button.disabled {
        display: none; }
      .tab-navigation span.next-button a,
      .tab-navigation span.next-button button {
        right: 0px; }
        .tab-navigation span.next-button a:before,
        .tab-navigation span.next-button button:before {
          transform: rotate(135deg); }
    .tab-navigation span .arr-right {
      width: 12px;
      height: 17px;
      background-position: -60px -7056px; }
    .tab-navigation span .arr-left {
      width: 12px;
      height: 17px;
      background-position: -60px -7056px;
      transform: rotate(180deg); }

@media (min-width: 768px) {
  .sd .owl-stage-outer:before {
    content: "";
    width: 193px;
    background-color: transparent;
    background-image: linear-gradient(to left, transparent, #fff);
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute; }
  .sd .owl-stage-outer:after {
    content: "";
    width: 193px;
    background-color: transparent;
    background-image: linear-gradient(to right, transparent, #fff);
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0;
    position: absolute; } }

.d-none {
  display: none; }

p small.dot {
  font-size: 100%;
  padding-left: 1px; }

#cookie-notice .cookie-notice-container .cn-close-icon {
  top: 7px;
  right: 0;
  left: 0;
  margin: 0 10px;
  position: relative; }
#cookie-notice .cookie-notice-container a:not(.btn) {
  color: #fff !important;
  text-decoration: underline !important; }
  #cookie-notice .cookie-notice-container a:not(.btn):hover {
    text-decoration: none !important; }
#cookie-notice .cookie-notice-container .btn {
  height: 40px;
  display: inline-flex !important; }

.trm {
  font-size: 12px;
  color: #999;
  max-width: 100% !important;
  margin-bottom: 0; }
  .trm a {
    text-decoration: underline !important; }

.trial-data {
  display: none !important; }

@media (min-width: 768px) {
  .hide-web {
    display: none !important; } }

@media (max-width: 767.999px) {
  .hide-mob {
    display: none !important; } }

.broken_link, a.broken_link {
  text-decoration: none !important; }

section.h-toggle {
  transition: all 0.5s ease-in-out; }
  @media (min-width: 768px) {
    section.h-toggle:not(.h-opened).ispd {
      padding: 8px 0 2px; } }
  @media (max-width: 767.99px) {
    section.h-toggle:not(.h-opened).ispd {
      padding: 15px 0 10px; } }
  section.h-toggle:not(.h-opened) .data-gutter .cnts,
  section.h-toggle:not(.h-opened) .heading-gutter,
  section.h-toggle:not(.h-opened) .heading-gutter p {
    margin-bottom: 0 !important; }
  section.h-toggle:not(.h-opened).ht-type3 .heading-gutter {
    top: 0;
    color: #0F1941;
    max-width: 100%;
    position: relative; }
    @media (min-width: 1024px) {
      section.h-toggle:not(.h-opened).ht-type3 .heading-gutter h2 {
        white-space: nowrap; } }
    section.h-toggle:not(.h-opened).ht-type3 .heading-gutter h2:before {
      opacity: 0; }
    section.h-toggle:not(.h-opened).ht-type3 .heading-gutter h2 br {
      display: none; }
  section.h-toggle:not(.h-opened).ht-type3 img,
  section.h-toggle:not(.h-opened).ht-type3 .heading-gutter p,
  section.h-toggle:not(.h-opened).ht-type3 .btn,
  section.h-toggle:not(.h-opened).ht-type3 .row .col-md-6:last-child {
    padding: 0 !important; }
  section.h-toggle:not(.h-opened).ht-type3 figure {
    height: 0; }
  section.h-toggle:not(.h-opened).ht-type3 .btn {
    display: none; }
  section.h-toggle .heading-gutter {
    text-align: left !important;
    transition: all 0.5s ease-in-out; }
    section.h-toggle .heading-gutter.h-arrow h2 {
      cursor: pointer; }
      section.h-toggle .heading-gutter.h-arrow h2:after {
        left: 15px;
        top: -4px;
        content: "";
        width: 16px;
        height: 16px;
        position: relative;
        display: inline-block;
        transform: scale(1.75);
        background-position: -2px 0px; }
        @media (max-width: 767px) {
          section.h-toggle .heading-gutter.h-arrow h2:after {
            top: -2px;
            transform: scale(1.45); } }
  section.h-toggle .heading-gutter p {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out; }
  section.h-toggle.h-opened .heading-gutter.h-arrow h2:after {
    background-position: -2px -16px; }
  section.h-toggle.h-opened .heading-gutter p {
    max-height: 300px; }
  section.h-toggle.ht-type1 .bullet-list,
  section.h-toggle.ht-type1 figure {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out; }
  section.h-toggle.ht-type1.h-opened .heading-gutter {
    max-height: 300px; }
  section.h-toggle.ht-type1.h-opened .bullet-list,
  section.h-toggle.ht-type1.h-opened figure {
    max-height: 600px; }
  section.h-toggle.ht-type2 .row {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out; }
  section.h-toggle.ht-type2.h-opened .row {
    max-height: 800px; }
  section.h-toggle.ht-type3 img,
  section.h-toggle.ht-type3 .heading-gutter p,
  section.h-toggle.ht-type3 .btn,
  section.h-toggle.ht-type3 .row .col-md-6:last-child {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.5s ease-in-out; }
  section.h-toggle.ht-type3 h2,
  section.h-toggle.ht-type3 figure {
    transition: all 0.5s ease-in-out; }
  section.h-toggle.ht-type3.h-opened .heading-gutter p,
  section.h-toggle.ht-type3.h-opened .heading-gutter .btn {
    visibility: visible;
    max-height: 300px; }
  section.h-toggle.ht-type3.h-opened img,
  section.h-toggle.ht-type3.h-opened .row .col-md-6:last-child {
    visibility: visible;
    max-height: 900px; }
  @media (max-width: 767.99px) {
    section.h-toggle.feature-gutter .toggle-count {
      padding-top: 26px !important; } }
@media (min-width: 768px) {
  section.ispd.fxt {
    padding-top: 30px; } }
@media (max-width: 767.99px) {
  section.ispd.fxt {
    padding-top: 30px; } }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    filter: alpha(opacity=0);
    opacity: 0; } }
.btn {
  height: 48px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding: 2px 18px;
  border-radius: 50px;
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .btn:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    border-radius: 50px;
    animation-duration: 1s;
    border: 2px solid transparent; }
  .btn:hover:after {
    animation-name: hvr-ripple-out; }
  @media (max-width: 767.99px) {
    .btn {
      height: 45px;
      font-size: 15px; } }
  .btn.normal {
    font-size: 16px;
    text-transform: none; }
  .btn.lg {
    font-size: 16px;
    padding: 14px 18px 14px 25px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .btn.lg {
        font-size: 14px;
        padding: 11px 15px 11px 21px;
        font-weight: 500; } }
  .btn.sm {
    font-size: 13px; }
  .btn.breed {
    width: 100%; }
  .btn.circle {
    border-radius: 50px; }
    .btn.circle:after {
      border-radius: 50px; }
  .btn.primary:not(.outline) {
    color: #fff;
    background: #FF6F00; }
    .btn.primary:not(.outline).active, .btn.primary:not(.outline):hover {
      color: #fff;
      background: #F9750F; }
      .btn.primary:not(.outline).active:after, .btn.primary:not(.outline):hover:after {
        border-color: #FF6F00; }
    .btn.primary:not(.outline).no {
      box-shadow: none; }
  .btn.regular:not(.outline) {
    color: #fff;
    background: #5951FF;
    border-color: #5951FF; }
    .btn.regular:not(.outline):hover {
      background: #5149F8;
      border-color: #5149F8; }
      .btn.regular:not(.outline):hover:after {
        border-color: #5951FF; }
  .btn.regular.outline {
    color: #5951FF;
    background: #fff;
    border-color: #5951FF; }
    .btn.regular.outline:hover {
      color: #fff;
      background: #5951FF;
      border-color: #5951FF; }
      .btn.regular.outline:hover:after {
        border-color: #5951FF; }
  .btn.dregular:not(.outline) {
    color: #fff;
    background: #1E0D4E;
    border-color: #5E5282; }
    .btn.dregular:not(.outline):hover {
      background: #14063A;
      border-color: #1E0D4E; }
      .btn.dregular:not(.outline):hover:after {
        border-color: #1E0D4E; }
  .btn.default:not(.outline) {
    color: #5951FF;
    background: #fff;
    border-color: #fff; }
    .btn.default:not(.outline):hover {
      color: #5149F8;
      background: #e0efff;
      border-color: #e0efff; }
      .btn.default:not(.outline):hover:after {
        border-color: #e0efff; }
  .btn.default.outline {
    color: #fff;
    border-color: #fff;
    background: unset; }
    .btn.default.outline:hover {
      color: #5149F8;
      background: #fff;
      border-color: #fff; }
      .btn.default.outline:hover:after {
        border-color: #fff; }
  .btn.outline.primary {
    color: #d96f32;
    border-color: #d96f32; }
    .btn.outline.primary:hover {
      color: #fff;
      background: #FF6F00; }
  .btn.outline.white {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6); }
    .btn.outline.white:hover {
      border-color: #fff; }

.learn-more {
  color: #13184E;
  font-weight: 500;
  display: inline-flex;
  align-items: center; }
  .learn-more i {
    left: 10px;
    width: 27px;
    height: 27px;
    transition: all 0.5s ease-in-out;
    background-position: -177px -32px; }
  .learn-more:hover {
    color: #13184E; }
    .learn-more:hover i {
      left: 16px; }
  .learn-more.primary {
    color: #fff; }
    .learn-more.primary i {
      background-position: -209px -32px; }

.b-action {
  gap: 12px;
  display: flex;
  align-items: center; }
  @media (max-width: 767.99px) {
    .b-action .btn.outline {
      display: none; } }

.tab-container.horizontal {
  height: 60px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff; }
  .tab-container.horizontal .nav-tabs {
    overflow-x: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .tab-container.horizontal .nav-tabs li {
      height: 60px;
      cursor: pointer;
      font-size: 14px;
      color: #7e7e7e;
      margin: 0 20px;
      padding: 0 4px;
      font-weight: 500;
      position: relative;
      text-transform: uppercase;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .tab-container.horizontal .nav-tabs li:before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 4px;
        margin: auto;
        content: "";
        position: absolute;
        background: #d96f32;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .tab-container.horizontal .nav-tabs li:hover, .tab-container.horizontal .nav-tabs li.active {
        color: #4b4b4b; }
        .tab-container.horizontal .nav-tabs li:hover:before, .tab-container.horizontal .nav-tabs li.active:before {
          width: 100%; }
.tab-container.horizontal-s2 {
  height: 60px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .tab-container.horizontal-s2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1A2657;
    bottom: 0px; }
  .tab-container.horizontal-s2 .nav-tabs {
    overflow-x: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .tab-container.horizontal-s2 .nav-tabs li {
      height: 60px;
      cursor: pointer;
      font-size: 16px;
      color: #606C9C;
      font-weight: 400;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .tab-container.horizontal-s2 .nav-tabs li:not(:first-child) {
        margin-left: 60px; }
      .tab-container.horizontal-s2 .nav-tabs li:before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        margin: auto;
        content: "";
        position: absolute;
        background: #d96f32;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 1; }
      .tab-container.horizontal-s2 .nav-tabs li:hover, .tab-container.horizontal-s2 .nav-tabs li.active {
        color: #B5B9C9; }
        .tab-container.horizontal-s2 .nav-tabs li:hover:before, .tab-container.horizontal-s2 .nav-tabs li.active:before {
          width: 100%; }
@media (min-width: 768px) {
  .tab-container.vertical {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
.tab-container.vertical .nav-tabs {
  position: relative; }
  @media (min-width: 768px) {
    .tab-container.vertical .nav-tabs {
      width: 300px; } }
  @media (max-width: 767px) {
    .tab-container.vertical .nav-tabs {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      white-space: nowrap;
      margin: 0 -15px;
      overflow: auto; } }
  .tab-container.vertical .nav-tabs:before {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
    background: #e8e8e8;
    position: absolute; }
  .tab-container.vertical .nav-tabs li {
    margin: 0;
    position: relative; }
    .tab-container.vertical .nav-tabs li a {
      color: #7b7b7b;
      font-size: 14px;
      position: relative;
      padding: 36px 0 46px;
      background: #f7f7f7;
      border-right: 1px solid #e8e8e8;
      font-weight: 700;
      display: block; }
      @media (max-width: 767px) {
        .tab-container.vertical .nav-tabs li a {
          height: 84px;
          padding: 10px 18px 16px; } }
    .tab-container.vertical .nav-tabs li:before {
      width: 0;
      height: 3px;
      top: 0;
      bottom: 0;
      left: -100px;
      content: "";
      margin: auto;
      position: absolute;
      background: #d96f32;
      -moz-transition: width 0.4s ease-in-out;
      -o-transition: width 0.4s ease-in-out;
      -webkit-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out; }
      @media (max-width: 767px) {
        .tab-container.vertical .nav-tabs li:before {
          display: none; } }
    .tab-container.vertical .nav-tabs li:after {
      width: 1000%;
      height: 100%;
      left: -1000%;
      top: 0;
      bottom: 0;
      content: "";
      z-index: -1;
      background: #f7f7f7;
      position: absolute; }
    .tab-container.vertical .nav-tabs li:not(:last-child) a:after {
      width: 120%;
      height: 1px;
      right: 0;
      bottom: 0;
      content: "";
      position: absolute;
      background: #f7f7f7;
      background: -moz-linear-gradient(left, #f7f7f7 0%, #e8e8e8 100%);
      background: -webkit-linear-gradient(left, #f7f7f7 0%, #e8e8e8 100%);
      background: linear-gradient(to right, #f7f7f7 0%, #e8e8e8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=1 );
      /* IE6-9 */ }
    .tab-container.vertical .nav-tabs li span {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (min-width: 768px) {
        .tab-container.vertical .nav-tabs li span {
          margin-top: 6px;
          font-size: 24px; } }
      @media (max-width: 767px) {
        .tab-container.vertical .nav-tabs li span {
          font-size: 20px; } }
      .tab-container.vertical .nav-tabs li span i.svg {
        margin-right: 10px; }
      .tab-container.vertical .nav-tabs li span i.business-icon {
        width: 40px;
        height: 34px;
        background-position: 0px -958px; }
      .tab-container.vertical .nav-tabs li span i.challenges-icon {
        width: 40px;
        height: 37px;
        background-position: -40px -959px; }
      .tab-container.vertical .nav-tabs li span i.solution-icon {
        width: 38px;
        height: 37px;
        background-position: -48px -858px; }
      .tab-container.vertical .nav-tabs li span i.impact-icon {
        width: 31px;
        height: 33px;
        background-position: -81px -958px; }
    .tab-container.vertical .nav-tabs li.active a, .tab-container.vertical .nav-tabs li:hover a {
      background: #fff; }
    .tab-container.vertical .nav-tabs li.active:after, .tab-container.vertical .nav-tabs li:hover:after {
      background: #fff; }
    .tab-container.vertical .nav-tabs li.active span, .tab-container.vertical .nav-tabs li:hover span {
      color: #086892; }
      .tab-container.vertical .nav-tabs li.active span i.business-icon, .tab-container.vertical .nav-tabs li:hover span i.business-icon {
        background-position: 0px -998px; }
      .tab-container.vertical .nav-tabs li.active span i.challenges-icon, .tab-container.vertical .nav-tabs li:hover span i.challenges-icon {
        background-position: -40px -999px; }
      .tab-container.vertical .nav-tabs li.active span i.solution-icon, .tab-container.vertical .nav-tabs li:hover span i.solution-icon {
        background-position: -89px -858px; }
      .tab-container.vertical .nav-tabs li.active span i.impact-icon, .tab-container.vertical .nav-tabs li:hover span i.impact-icon {
        background-position: -81px -998px; }
    @media (min-width: 768px) {
      .tab-container.vertical .nav-tabs li.active {
        border-right: 0; } }
    .tab-container.vertical .nav-tabs li.active:before {
      width: 38px; }
  @media (min-width: 1024px) {
    .tab-container.vertical .nav-tabs.p-base:before {
      display: none; }
    .tab-container.vertical .nav-tabs.p-base li {
      height: 54px;
      display: flex;
      cursor: pointer;
      align-items: center;
      padding-left: 16px;
      margin-bottom: 18px; }
      .tab-container.vertical .nav-tabs.p-base li:before {
        left: 0;
        width: 5px;
        height: 0;
        transition: 0.2s;
        background: transparent; }
      .tab-container.vertical .nav-tabs.p-base li.active, .tab-container.vertical .nav-tabs.p-base li:hover {
        background: #fff; }
        .tab-container.vertical .nav-tabs.p-base li.active:before, .tab-container.vertical .nav-tabs.p-base li:hover:before {
          height: 54px;
          background: #F9742C; } }
@media (min-width: 768px) {
  .tab-container.vertical .tab-content {
    width: calc(100% - 300px); } }
@media (min-width: 1024px) {
  .tab-container.vertical .tab-content .tab-pane {
    margin: 40px 0;
    padding-left: 32px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .tab-container.vertical .tab-content .tab-pane {
    margin: 32px 0;
    padding-left: 28px; } }
@media (max-width: 767px) {
  .tab-container.vertical .tab-content .tab-pane {
    margin: 20px 0;
    padding-left: 2px; } }
.tab-container.vertical .tab-content h3 {
  font-size: 26px;
  color: #242a37;
  font-weight: 700; }
  .tab-container.vertical .tab-content h3.next {
    margin-top: 30px; }

.tab-content .tab-pane {
  display: none; }
  .tab-content .tab-pane.active {
    display: block; }

a.close,
button.close {
  right: 14px;
  top: 14px;
  width: 16px;
  height: 16px;
  opacity: 0.8;
  border: 0;
  cursor: pointer;
  position: absolute;
  background: 0 0; }
  a.close:hover,
  button.close:hover {
    opacity: 1; }

.quote-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -9999;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: visibility 0s, opacity 0.5s linear; }

.quote-modal {
  top: 50px;
  right: -6000px;
  width: 380px;
  z-index: 99;
  position: fixed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #eeeff1;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
  @media (max-width: 400px) {
    .quote-modal {
      width: calc(100% - 20px); } }
  .quote-modal .ins {
    padding: 22px 26px 16px; }
    .quote-modal .ins img {
      display: block;
      margin: 6px auto 0; }
    .quote-modal .ins p {
      margin: 0;
      line-height: 0; }
    .quote-modal .ins .heading {
      text-align: center;
      margin-bottom: 20px; }
      .quote-modal .ins .heading h6 {
        font-size: 19px;
        margin-bottom: 2px;
        font-weight: 600; }
      .quote-modal .ins .heading p {
        font-size: 20px;
        color: #086892;
        font-weight: 500;
        line-height: 1.2; }
    .quote-modal .ins .form-body .wpcf7-form-control-wrap {
      display: block;
      margin-bottom: 10px; }
      .quote-modal .ins .form-body .wpcf7-form-control-wrap .label-control {
        margin-bottom: 0; }
      .quote-modal .ins .form-body .wpcf7-form-control-wrap .form-control {
        padding: 8px 12px; }
      .quote-modal .ins .form-body .wpcf7-form-control-wrap textarea.form-control {
        height: 60px;
        min-height: 0; }
    .quote-modal .ins .form-body .btn {
      padding: 14px 14px 12px; }
    .quote-modal .ins label {
      margin-bottom: 0; }
      .quote-modal .ins label .wpcf7-quiz-label {
        line-height: 1.2; }

body.quote-open .quote-overlay {
  opacity: 1;
  z-index: 98;
  visibility: visible; }
body.quote-open .quote-modal {
  right: 10px; }

.modal-backdrop {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -9999;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: visibility 0s, opacity 0.2s linear; }
  .modal-backdrop.open {
    opacity: 1;
    z-index: 1000;
    visibility: visible; }

.modal {
  top: -800px;
  right: 0;
  left: 0;
  z-index: 1050;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 1.75rem auto; }
  .modal.open {
    top: 0;
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto; }
  .modal.sm {
    max-width: 500px; }
  .modal.md {
    max-width: 600px; }
  .modal.medium {
    max-width: 680px; }
  .modal .modal-dialog {
    position: relative; }
    .modal .modal-dialog .modal-content {
      width: 100%;
      outline: 0;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      .modal .modal-dialog .modal-content .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5; }
        .modal .modal-dialog .modal-content .modal-header.no {
          border: 0; }
        .modal .modal-dialog .modal-content .modal-header h4 {
          color: #000;
          font-size: 22px;
          font-weight: 700;
          line-height: 1.4;
          margin-bottom: 0; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 20px 30px; }
        .modal .modal-dialog .modal-content .modal-body.scroll {
          overflow: auto;
          max-height: calc(100vh - 170px); }
        .modal .modal-dialog .modal-content .modal-body .quiry-data:not(:last-child) {
          margin-bottom: 30px; }
        .modal .modal-dialog .modal-content .modal-body .quiry-data h5 {
          color: #656567;
          font-size: 20px;
          font-weight: 700; }
        .modal .modal-dialog .modal-content .modal-body .quiry-data p {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .modal .modal-dialog .modal-content .modal-body .quiry-data p i {
            margin-right: 12px; }
          .modal .modal-dialog .modal-content .modal-body .quiry-data p a {
            color: #fe8300; }

.modal-open {
  overflow: hidden; }

.modal .close:before {
  width: 16px;
  height: 16px;
  left: auto;
  right: 4px;
  top: -32px;
  bottom: 0;
  font-size: 36px;
  font-weight: 300;
  margin: auto;
  content: " × ";
  color: #000;
  position: absolute;
  background: none; }
  .modal .close:before:hover:before {
    color: #fe8300; }

@media (min-width: 1024px) {
  .serve-gutter .serve-list {
    top: 62px;
    z-index: 2;
    position: sticky;
    padding-top: 12px;
    background: #fff; } }
@media (min-width: 768px) {
  .serve-gutter .serve-list .owl-stage {
    width: auto !important;
    transform: none !important; } }
.serve-gutter .serve-list {
  margin-bottom: 40px; }
  @media (max-width: 767.99px) {
    .serve-gutter .serve-list {
      margin-bottom: 20px;
      padding: 0 !important; } }
  .serve-gutter .serve-list .owl-item .item {
    height: 46px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 2px 18px;
    margin-bottom: 12px;
    border-radius: 25px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8E8E8;
    transition: all 0.5s ease-in-out; }
    .serve-gutter .serve-list .owl-item .item.current {
      color: #fff;
      background: #5951FF;
      border-color: #5951FF; }
.serve-gutter .serve-carousel .item {
  gap: 20px;
  display: flex;
  border-radius: 20px;
  justify-content: space-between;
  border: 1px solid #F1F5F9; }
  .serve-gutter .serve-carousel .item figure {
    min-width: 54%;
    max-width: 860px;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #90A3FF;
    justify-content: center; }
    @media (max-width: 767.99px) {
      .serve-gutter .serve-carousel .item figure {
        display: none; } }
  .serve-gutter .serve-carousel .item .cnts {
    width: 100%;
    padding: 30px; }
    @media (max-width: 767.99px) {
      .serve-gutter .serve-carousel .item .cnts {
        padding: 22px; } }
    .serve-gutter .serve-carousel .item .cnts a {
      color: inherit; }
    .serve-gutter .serve-carousel .item .cnts .data {
      overflow: hidden;
      overflow-y: auto;
      max-height: 260px;
      padding-right: 10px; }
      .serve-gutter .serve-carousel .item .cnts .data::-webkit-scrollbar {
        background: #F6F6F6; }
      .serve-gutter .serve-carousel .item .cnts .data::-webkit-scrollbar-thumb {
        background: #5951FF; }
      .serve-gutter .serve-carousel .item .cnts .data p:not(.margin) {
        margin-bottom: 22px; }
    .serve-gutter .serve-carousel .item .cnts h3,
    .serve-gutter .serve-carousel .item .cnts .heading {
      font-size: 40px;
      line-height: 1.2;
      font-weight: 500;
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .serve-gutter .serve-carousel .item .cnts h3,
        .serve-gutter .serve-carousel .item .cnts .heading {
          margin-right: -20px; } }
      @media (max-width: 767.99px) {
        .serve-gutter .serve-carousel .item .cnts h3,
        .serve-gutter .serve-carousel .item .cnts .heading {
          font-size: 26px; } }
    .serve-gutter .serve-carousel .item .cnts ul.plist {
      margin-bottom: 32px; }
@media (min-width: 768px) {
  .serve-gutter .serve-carousel.owl-carousel .owl-nav {
    bottom: 30px; } }

.item-gutter {
  overflow: hidden; }
  .item-gutter .owl-carousel .owl-stage {
    display: flex; }
  @media (min-width: 768px) {
    .item-gutter .owl-carousel .owl-nav button[type="button"].owl-next {
      right: 12%; } }
  .item-gutter.type1 {
    background: #F1F5F9; }
    .item-gutter.type1 .item {
      width: 360px;
      height: 440px;
      overflow: hidden;
      position: relative;
      border-radius: 4px;
      background: #fff;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 767.99px) {
        .item-gutter.type1 .item {
          width: 100%; } }
      .item-gutter.type1 .item .cnts {
        padding: 30px; }
        .item-gutter.type1 .item .cnts h3,
        .item-gutter.type1 .item .cnts .heading {
          font-size: 23px;
          font-weight: 400;
          line-height: 1.3;
          margin-bottom: 22px; }
          @media (max-width: 767.99px) {
            .item-gutter.type1 .item .cnts h3,
            .item-gutter.type1 .item .cnts .heading {
              font-size: 20px;
              margin-bottom: 12px; } }
          .item-gutter.type1 .item .cnts h3 a,
          .item-gutter.type1 .item .cnts .heading a {
            color: inherit; }
        .item-gutter.type1 .item .cnts .plus-btn {
          right: 25px;
          bottom: 25px;
          width: 50px;
          height: 50px;
          display: flex;
          cursor: pointer;
          position: absolute;
          align-items: center;
          justify-content: center;
          border-radius: 100px;
          background: transparent;
          border: 1px solid #C9D2E1;
          transition: all 0.45s ease-in-out; }
          .item-gutter.type1 .item .cnts .plus-btn:hover {
            border-color: #87A4D8; }
          .item-gutter.type1 .item .cnts .plus-btn i {
            width: 24px;
            height: 24px;
            background-position: -155px -56px; }
      .item-gutter.type1 .item .data {
        left: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 30px;
        position: absolute;
        visibility: hidden;
        border-radius: 4px;
        background: #657397;
        transition: all 0.5s ease-in-out; }
      .item-gutter.type1 .item.open .data, .item-gutter.type1 .item:hover .data {
        bottom: 0;
        opacity: 1;
        visibility: visible; }
    .item-gutter.type1.d-light {
      background: #120044; }
      .item-gutter.type1.d-light .item .data {
        color: #fff;
        background: #061B55; }
      .item-gutter.type1.d-light .heading-gutter .learn-more {
        opacity: 0.75; }
  .item-gutter.type2 {
    background: #111835; }
    .item-gutter.type2 .item {
      width: 940px;
      height: 100%;
      display: flex;
      padding: 25px;
      overflow: hidden;
      position: relative;
      border-radius: 20px;
      background: #182143;
      justify-content: space-between;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 767.99px) {
        .item-gutter.type2 .item {
          width: 100%; } }
      .item-gutter.type2 .item .cnts {
        display: flex;
        max-width: 500px;
        position: relative;
        flex-direction: column;
        padding: 46px 50px 46px 30px;
        justify-content: space-between; }
        @media (max-width: 767.99px) {
          .item-gutter.type2 .item .cnts {
            padding: 0; } }
        .item-gutter.type2 .item .cnts figure {
          max-width: 150px; }
          @media (max-width: 767.99px) {
            .item-gutter.type2 .item .cnts figure {
              margin-bottom: 22px; } }
        .item-gutter.type2 .item .cnts h3 {
          color: #fff;
          font-size: 28px;
          font-weight: 400;
          margin-bottom: 18px; }
          @media (max-width: 767.99px) {
            .item-gutter.type2 .item .cnts h3 {
              font-size: 20px;
              margin-bottom: 12px; } }
        .item-gutter.type2 .item .cnts p {
          color: #B2BADE;
          min-height: 146px;
          margin-bottom: 22px; }
      @media (max-width: 767.99px) {
        .item-gutter.type2 .item > figure {
          display: none; } }
      .item-gutter.type2 .item > figure img {
        border-radius: 20px; }
    @media (min-width: 768px) {
      .item-gutter.type2 .owl-nav {
        right: 11%;
        top: -110px; } }
    .item-gutter.type2.d-light {
      background: #F1F5F9; }

.industry-gutter {
  overflow: hidden; }
  .industry-gutter .owl-carousel .owl-stage {
    display: flex; }
  @media (min-width: 768px) {
    .industry-gutter .owl-carousel .owl-nav button[type="button"].owl-next {
      right: 12%; } }
  .industry-gutter.type1 {
    background: #F1F5F9; }
    .industry-gutter.type1 .item {
      width: 360px;
      height: 440px;
      overflow: hidden;
      position: relative;
      border-radius: 4px;
      background: #fff;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 767.99px) {
        .industry-gutter.type1 .item {
          width: 100%; } }
      .industry-gutter.type1 .item .cnts {
        padding: 30px; }
        .industry-gutter.type1 .item .cnts h3,
        .industry-gutter.type1 .item .cnts .heading {
          font-size: 23px;
          font-weight: 400;
          line-height: 1.3;
          margin-bottom: 22px; }
          @media (max-width: 767.99px) {
            .industry-gutter.type1 .item .cnts h3,
            .industry-gutter.type1 .item .cnts .heading {
              font-size: 20px;
              margin-bottom: 12px; } }
          .industry-gutter.type1 .item .cnts h3 a,
          .industry-gutter.type1 .item .cnts .heading a {
            color: inherit; }
        .industry-gutter.type1 .item .cnts .plus-btn {
          right: 25px;
          bottom: 25px;
          width: 50px;
          height: 50px;
          display: flex;
          cursor: pointer;
          position: absolute;
          align-items: center;
          justify-content: center;
          border-radius: 100px;
          background: transparent;
          border: 1px solid #C9D2E1;
          transition: all 0.45s ease-in-out; }
          .industry-gutter.type1 .item .cnts .plus-btn:hover {
            border-color: #87A4D8; }
          .industry-gutter.type1 .item .cnts .plus-btn i {
            width: 24px;
            height: 24px;
            background-position: -155px -56px; }
      .industry-gutter.type1 .item .data {
        left: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 30px;
        display: none;
        position: absolute;
        visibility: hidden;
        border-radius: 4px;
        background: #657397;
        transition: all 0.5s ease-in-out;
        animation: fadeIn 0.5s ease-in-out; }
      .industry-gutter.type1 .item.open .data {
        bottom: 0;
        opacity: 1;
        display: block;
        visibility: visible; }
    .industry-gutter.type1.d-light {
      background: #120044; }
      .industry-gutter.type1.d-light .item .data {
        color: #fff;
        background: #061B55; }
      .industry-gutter.type1.d-light .heading-gutter .learn-more {
        opacity: 0.75; }
  .industry-gutter.type2 {
    background: #111835; }
    .industry-gutter.type2 .item {
      width: 940px;
      height: 100%;
      display: flex;
      padding: 25px;
      overflow: hidden;
      position: relative;
      border-radius: 20px;
      background: #182143;
      justify-content: space-between;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 767.99px) {
        .industry-gutter.type2 .item {
          width: 100%; } }
      .industry-gutter.type2 .item .cnts {
        display: flex;
        max-width: 500px;
        position: relative;
        flex-direction: column;
        padding: 46px 50px 46px 30px;
        justify-content: space-between; }
        @media (max-width: 767.99px) {
          .industry-gutter.type2 .item .cnts {
            padding: 0; } }
        .industry-gutter.type2 .item .cnts figure {
          max-width: 150px; }
          @media (max-width: 767.99px) {
            .industry-gutter.type2 .item .cnts figure {
              margin-bottom: 22px; } }
        .industry-gutter.type2 .item .cnts h3 {
          color: #fff;
          font-size: 28px;
          font-weight: 400;
          margin-bottom: 18px; }
          @media (max-width: 767.99px) {
            .industry-gutter.type2 .item .cnts h3 {
              font-size: 20px;
              margin-bottom: 12px; } }
        .industry-gutter.type2 .item .cnts p {
          color: #B2BADE;
          min-height: 146px;
          margin-bottom: 22px; }
      @media (max-width: 767.99px) {
        .industry-gutter.type2 .item > figure {
          display: none; } }
      .industry-gutter.type2 .item > figure img {
        border-radius: 20px; }
    @media (min-width: 768px) {
      .industry-gutter.type2 .owl-nav {
        right: 11%;
        top: -110px; } }
    .industry-gutter.type2.d-light {
      background: #F1F5F9; }

@media (min-width: 768px) {
  .marquee-gutter {
    padding: 40px 0; } }
@media (min-width: 768px) {
  .marquee-gutter .container,
  .marquee-gutter .textwidget {
    display: flex;
    overflow: hidden;
    align-items: center; } }
.marquee-gutter h2 {
  font-size: 28px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .marquee-gutter h2 {
      min-width: 450px; } }
  @media (max-width: 767.99px) {
    .marquee-gutter h2 {
      font-size: 26px;
      margin-bottom: 38px; } }
.marquee-gutter .marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap; }
  .marquee-gutter .marquee:before, .marquee-gutter .marquee:after {
    top: -16px;
    width: 150px;
    height: 70px;
    content: "";
    z-index: 1;
    position: absolute; }
  .marquee-gutter .marquee:before {
    left: 0;
    background: linear-gradient(to right, #fff 5%, transparent 100%); }
  .marquee-gutter .marquee:after {
    right: 0;
    background: linear-gradient(to left, #fff 5%, transparent 100%); }
.marquee-gutter .marquee-content {
  gap: 60px;
  width: 100%;
  display: flex;
  line-height: 30px;
  animation: marquee 10s linear infinite forwards; }
  .marquee-gutter .marquee-content:hover {
    animation-play-state: paused; }
  @media (max-width: 767.99px) {
    .marquee-gutter .marquee-content {
      animation: marquee 5s linear infinite forwards; } }
  .marquee-gutter .marquee-content ul {
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .marquee-gutter .marquee-content ul li {
      height: 30px; }
      .marquee-gutter .marquee-content ul li img {
        height: 100%;
        max-width: none; }
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-66.6%); } }
.marquee-gutter.type1 {
  background: #F5F9FD; }
  .marquee-gutter.type1 .marquee:before {
    background: linear-gradient(to right, #F5F9FD 5%, transparent 100%); }
  .marquee-gutter.type1 .marquee:after {
    background: linear-gradient(to left, #F5F9FD 5%, transparent 100%); }

.heading-gutter {
  color: #13184E; }
  .heading-gutter.row {
    text-align: left;
    max-width: 1280px; }
    @media (min-width: 768px) {
      .heading-gutter.row {
        margin-left: -40px;
        margin-right: -40px; } }
    .heading-gutter.row .data, .heading-gutter.row .dec {
      width: 100%;
      padding: 0 15px;
      position: relative; }
      @media (min-width: 768px) {
        .heading-gutter.row .data, .heading-gutter.row .dec {
          flex: 0 0 50%;
          max-width: 50%;
          padding: 0 40px; } }
    .heading-gutter.row h2, .heading-gutter.row .heading {
      font-size: 42px;
      font-weight: 600; }
      @media (max-width: 767.99px) {
        .heading-gutter.row h2, .heading-gutter.row .heading {
          font-size: 26px; } }
    .heading-gutter.row .dec {
      font-size: 18px; }
      @media (min-width: 768px) {
        .heading-gutter.row .dec {
          margin-top: 8px; } }
      @media (max-width: 767.99px) {
        .heading-gutter.row .dec {
          font-size: 16px; } }
      .heading-gutter.row .dec p {
        opacity: 1;
        max-width: 525px; }
    .heading-gutter.row .info {
      top: -6px;
      opacity: 0.4;
      display: block;
      font-size: 22px;
      font-weight: 500;
      margin-top: -35px;
      position: relative; }
    @media (min-width: 768px) {
      .heading-gutter.row.type1 {
        margin-bottom: 80px; }
        .heading-gutter.row.type1:not(.no):before {
          bottom: -30px; } }
  .heading-gutter:not(.row) {
    text-align: center;
    margin-bottom: 56px; }
    @media (max-width: 767.99px) {
      .heading-gutter:not(.row) {
        margin-bottom: 40px; } }
    .heading-gutter:not(.row) h2, .heading-gutter:not(.row) .heading {
      font-size: 42px;
      font-weight: 500; }
      @media (max-width: 767.99px) {
        .heading-gutter:not(.row) h2, .heading-gutter:not(.row) .heading {
          font-size: 26px; } }
  .heading-gutter.primary {
    color: #fff; }
  .heading-gutter .learn-more {
    font-size: initial; }

header.page-header {
  top: 0;
  width: 100%;
  z-index: 9; }
  @media (min-width: 768px) {
    header.page-header {
      height: 86px;
      position: absolute; } }
  @media (max-width: 767.99px) {
    header.page-header {
      height: 74px;
      position: fixed;
      background: #fff; } }
  header.page-header > .container {
    height: 100%; }
  header.page-header .fxc {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    header.page-header .fxc .logo {
      position: relative; }
      @media (max-width: 1023px) {
        header.page-header .fxc .logo {
          z-index: 99; } }
      @media (min-width: 1024px) {
        header.page-header .fxc .logo {
          min-width: 152px; } }
      header.page-header .fxc .logo img {
        max-width: 130px; }
      header.page-header .fxc .logo .formerly {
        left: 0;
        bottom: -25px;
        font-size: 12px;
        color: #13184e;
        font-weight: 500;
        position: absolute;
        white-space: nowrap; }
    @media (min-width: 1024px) {
      header.page-header .fxc nav.header-nav {
        width: 100%;
        margin-left: auto; } }
    @media (min-width: 1024px) {
      header.page-header .fxc nav.header-nav .menu-header-menu-container {
        position: relative; }
        header.page-header .fxc nav.header-nav .menu-header-menu-container::before {
          left: 0;
          top: 0;
          bottom: 0;
          width: 1px;
          height: 26px;
          margin: auto;
          content: "";
          position: absolute;
          background: #444a60; } }
    @media (min-width: 1024px) {
      header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-right: 20px; } }
    header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li {
      position: relative;
      font-weight: 500; }
      header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
        position: relative; }
        @media (min-width: 1024px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
            font-size: 16px;
            padding: 17px 22px;
            font-weight: 500;
            letter-spacing: 1px;
            display: inline-flex;
            align-items: center; } }
      @media (min-width: 1024px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow > a:after {
          left: 8px;
          top: -1px;
          width: 9px;
          height: 9px;
          content: "";
          position: relative;
          border-top: 2px solid transparent;
          border-left: 2px solid transparent;
          transform: rotate(-135deg); }
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu {
          top: 100%;
          left: 18px;
          width: 230px;
          max-height: 0;
          z-index: 10;
          padding: 10px 0 10px 16px;
          overflow: hidden;
          visibility: hidden;
          position: absolute;
          list-style: none;
          background: #fff;
          border: 1px solid #f2f2f2;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -moz-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
          -o-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
          -webkit-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
          transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu li a {
            color: #242a37;
            font-size: 14px;
            display: block;
            padding: 5px 0; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu li a:hover {
              color: #5951FF; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu li.b-brd {
            position: relative;
            padding-bottom: 22px; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu li.b-brd:before {
              left: -22px;
              right: 0;
              bottom: 10px;
              height: 1px;
              content: "";
              position: absolute;
              background: #d8d8d8; }
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover .sub-menu {
          opacity: 1;
          max-height: 550px;
          visibility: visible; } }
    header.page-header .fxc .header-contact {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (max-width: 1023px) {
        header.page-header .fxc .header-contact {
          margin-left: auto; } }
      header.page-header .fxc .header-contact .textwidget {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      header.page-header .fxc .header-contact .get-call {
        height: 36px;
        width: 36px;
        display: block;
        margin-right: 24px;
        position: relative;
        border: 1px solid;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        header.page-header .fxc .header-contact .get-call i.svg.phone-icon {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 16px;
          height: 16px;
          margin: auto;
          position: absolute; }
        header.page-header .fxc .header-contact .get-call:hover {
          border-color: #0F62FE !important;
          color: #fff;
          background: #fe8300; }
      header.page-header .fxc .header-contact .get-btn {
        font-weight: 500;
        z-index: 9; }
        @media (min-width: 768px) and (max-width: 1023px) {
          header.page-header .fxc .header-contact .get-btn {
            margin-right: 20px; } }
        @media (max-width: 767.99px) {
          header.page-header .fxc .header-contact .get-btn {
            display: none; } }
      @media (min-width: 1024px) {
        header.page-header .fxc .header-contact .menu-toggle {
          display: none; } }
      @media (max-width: 1023px) {
        header.page-header .fxc .header-contact .menu-toggle {
          width: 36px;
          height: 36px;
          z-index: 9;
          font-size: 0;
          margin-left: 16px;
          cursor: pointer;
          position: relative; }
          header.page-header .fxc .header-contact .menu-toggle:before, header.page-header .fxc .header-contact .menu-toggle:after {
            right: 0;
            left: 0;
            width: 26px;
            content: "";
            margin: auto;
            position: absolute;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          header.page-header .fxc .header-contact .menu-toggle:before {
            top: 16px;
            right: -7px;
            width: 19px;
            height: 2px;
            background: #fff; }
          header.page-header .fxc .header-contact .menu-toggle:after {
            top: 7px;
            height: 20px;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff; }
          header.page-header .fxc .header-contact .menu-toggle.opened {
            z-index: 99; }
            header.page-header .fxc .header-contact .menu-toggle.opened:before, header.page-header .fxc .header-contact .menu-toggle.opened:after {
              top: 16px;
              width: 24px; }
            header.page-header .fxc .header-contact .menu-toggle.opened:before {
              right: -1px;
              background: #fff;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            header.page-header .fxc .header-contact .menu-toggle.opened:after {
              border: 0;
              height: 2px;
              background: #fff;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); } }
    @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
      header.page-header .fxc .header-contact .menu-toggle.opened {
        left: 18px; } }

      @media (max-width: 767.99px) {
        header.page-header .fxc .header-contact .menu-toggle {
          margin-left: 8px; } }
      @media (max-width: 767.99px) {
        header.page-header .fxc .header-contact .btn {
          padding: 14px 18px;
          margin-left: 12px; } }
  @media (max-width: 767.99px) and (max-width: 380px) {
    header.page-header .fxc .header-contact .btn {
      font-size: 13px; } }

    @media (max-width: 1023px) {
      header.page-header .fxc nav.header-nav {
        top: 0;
        height: 100%;
        right: -1200px;
        width: 100%;
        z-index: 91;
        position: fixed;
        background: #fff;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; } }
  @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    header.page-header .fxc nav.header-nav {
      width: 320px; } }
    @media (max-width: 1023px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container {
          padding-top: 100px; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu {
            max-height: calc(100vh - 60px);
            overflow: auto; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li a {
              font-size: 16px;
              color: #13184E;
              letter-spacing: 0.2px;
              display: inline-block; } }
        @media (max-width: 1023px) and (max-width: 1023px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li a {
            padding: 10px 20px; } }
    @media (max-width: 1023px) {
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.d-arrow a:after {
              border-color: #13184E; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.menu-item-has-children:after {
              width: 10px;
              height: 10px;
              right: 22px;
              top: 13px;
              content: "";
              cursor: pointer;
              position: absolute;
              border-top: 2px solid transparent;
              border-left: 2px solid transparent;
              border-color: #212121;
              transform: rotate(132deg); }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.menu-item-has-children.opened > a {
              color: #1887fc; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.menu-item-has-children.opened:after {
              border-color: #1887fc;
              -webkit-transform: rotate(-135deg);
              -moz-transform: rotate(-135deg);
              -ms-transform: rotate(-135deg);
              -o-transform: rotate(-135deg);
              transform: rotate(-135deg); } }
      @media (max-width: 1023px) and (max-width: 1023px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.menu-item-has-children.product-menu:after, header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.menu-item-has-children.feature-menu:after {
          display: none; } }
    @media (max-width: 1023px) {
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li .sub-menu {
              max-height: 0;
              padding: 0 22px;
              position: relative;
              overflow: hidden;
              -moz-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
              -o-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
              -webkit-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
              transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li .sub-menu li {
                position: relative; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li .sub-menu li a {
                  color: #242a37;
                  display: block;
                  padding: 6px 0;
                  font-size: 15px;
                  opacity: 0.85; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li .sub-menu li.current-menu-item a {
                  opacity: 1; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.opened a.main:after {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              transform: rotate(90deg); }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.opened .sub-menu {
              max-height: 260px;
              padding-bottom: 12px; }
        header.page-header .fxc nav.header-nav.opened {
          right: 0; } }
  header.page-header .sub-header {
    display: none !important; }
    @media (min-width: 768px) {
      header.page-header .sub-header {
        display: none; } }
    @media (max-width: 767.99px) {
      header.page-header .sub-header {
        left: 0;
        right: 0;
        top: 8px;
        z-index: 2;
        font-size: 13px;
        text-align: center;
        color: #000 !important;
        position: absolute;
        font-weight: 300; } }
    @media (max-width: 390px) {
      header.page-header .sub-header {
        font-size: 12px;
        white-space: nowrap; } }
    @media (max-width: 767.99px) {
      header.page-header .sub-header a {
        opacity: 1 !important;
        color: #000 !important;
        background: #eee;
        padding: 4px 12px 5px;
        border-radius: 4px;
        font-weight: 400; }
        header.page-header .sub-header a:hover {
          color: #5951ff !important; } }
header.fixed {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  top: 0px; }
  @media (max-width: 1023px) {
    header.fixed {
      animation-fill-mode: none; } }
  header.fixed .fxc .logo .formerly {
    bottom: -15px;
    font-size: 11px; }
  header.fixed nav.header-nav {
    top: 0px; }
  @media (min-width: 768px) {
    header.fixed {
      height: 62px;
      position: fixed;
      background: rgba(255, 255, 255, 0.95); } }
  @media (max-width: 767.99px) {
    header.fixed {
      animation: none !important; } }

@media (min-width: 1024px) {
  body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
    color: #242a37; }
    body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:after {
      border-color: #242a37 !important; }
    body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
      color: #5951FF; }
      body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover:after {
        border-color: #5951FF !important; }
  body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-ancestor > a, body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a {
    color: #5951FF; }
    body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a:after, body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-ancestor > a:after, body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a:after, body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a:after {
      border-color: #5951FF !important; }
  body header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu .sub-menu > li.current-menu-item > a {
    color: #5951FF; } }
body header.page-header .fxc .header-contact .get-call {
  border-color: #13184E; }
  body header.page-header .fxc .header-contact .get-call i.svg.phone-icon {
    background-position: -5px -19px; }
  body header.page-header .fxc .header-contact .get-call:hover i.svg.phone-icon {
    background-position: -5px 0px; }
@media (min-width: 1024px) {
  body .menu-overlay {
    display: none; } }
@media (min-width: 768px) and (max-width: 1023px) {
  body .menu-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -9999;
    position: fixed;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: visibility 0s, opacity 0.2s linear; } }
body.menu-opened {
  height: 100vh;
  overflow: hidden; }
  body.menu-opened .menu-overlay {
    opacity: 1;
    z-index: 8;
    visibility: visible; }

@-webkit-keyframes moveright {
  0% {
    right: -3px; }
  100% {
    right: 0px; } }
.header-bar {
  text-align: center; }
  .header-bar .header-banner-link {
    color: #fff;
    font-size: 1rem;
    padding: 8px 10px;
    background: #ff9e37;
    display: block; }
    .header-bar .header-banner-link span.txt-undrl {
      text-decoration: underline; }
    .header-bar .header-banner-link span.lrn-mr {
      position: relative;
      padding-right: 10px;
      white-space: nowrap;
      margin-left: 3px; }
      .header-bar .header-banner-link span.lrn-mr:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 10px;
        top: 7px;
        right: 0;
        background-position: -23px -307px;
        animation: moveright 1.2s alternate infinite;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .header-bar .header-banner-link span.lrn-mr:after:hover:after {
          right: -3px; }

@media (max-width: 767.99px) {
  .page-header .menu-toggle:before {
    background: #222 !important; }
  .page-header .menu-toggle:after {
    border-color: #222 !important; }
  .page-header .menu-toggle.opened:before {
    background: #222 !important; }
  .page-header .menu-toggle.opened:after {
    background: #222 !important; } }
@media (max-width: 767.99px) {
  .page-header.fixed .menu-toggle:before {
    background: #222 !important; }
  .page-header.fixed .menu-toggle:after {
    border-color: #222 !important; }
  .page-header.fixed .menu-toggle.opened:before {
    background: #222 !important; }
  .page-header.fixed .menu-toggle.opened:after {
    background: #222 !important; } }

@media (max-width: 768px) {
  .menu-head {
    display: none !important; }

  .page-header .sub-menu .sub-menu:after {
    display: none !important; } }
@media (min-width: 1024px) {
  .page-header .bold-menu > a {
    font-size: 15px !important; }
  .page-header .industry-menu .sub-menu {
    min-width: 780px;
    display: flex;
    flex-wrap: wrap;
    transform: translateX(-17%);
    padding: 22px 35px !important;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1); }
    .page-header .industry-menu .sub-menu li {
      width: 33.333%; }
      .page-header .industry-menu .sub-menu li a {
        font-size: 14px; }
  .page-header .full-menu > .sub-menu {
    display: flex;
    min-width: 860px;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1); }
    .page-header .full-menu > .sub-menu li .sub-menu {
      opacity: 1 !important;
      padding: 0 !important;
      visibility: visible !important;
      max-height: none !important;
      position: static !important;
      border: 0 !important; }
      .page-header .full-menu > .sub-menu li .sub-menu li a {
        padding: 2px 0 !important;
        font-weight: 400 !important; }
    .page-header .full-menu > .sub-menu li.product-menu {
      position: relative; }
      .page-header .full-menu > .sub-menu li.product-menu:after {
        right: 38px;
        top: 0;
        bottom: 10px;
        width: 1px;
        content: "";
        position: absolute;
        background: #e1e1e1; }
    .page-header .full-menu > .sub-menu li.feature-menu {
      min-width: 75%;
      min-height: 328px; }
      .page-header .full-menu > .sub-menu li.feature-menu .sub-menu {
        min-width: 100%;
        flex-wrap: wrap; }
        .page-header .full-menu > .sub-menu li.feature-menu .sub-menu li.menu-head {
          right: 20px;
          top: 20px;
          bottom: 20px;
          padding: 26px;
          line-height: 1.5;
          width: 286px;
          border-radius: 10px;
          position: absolute;
          background: #f2f5f6; }
          .page-header .full-menu > .sub-menu li.feature-menu .sub-menu li.menu-head span {
            display: block; }
            .page-header .full-menu > .sub-menu li.feature-menu .sub-menu li.menu-head span.value {
              color: #2b913c;
              font-size: 45px;
              font-weight: 700;
              text-align: center; }
            .page-header .full-menu > .sub-menu li.feature-menu .sub-menu li.menu-head span.cost {
              font-size: 17px;
              font-weight: 600;
              line-height: 1.4;
              text-align: center;
              margin-top: -6px;
              margin-bottom: 16px; }
            .page-header .full-menu > .sub-menu li.feature-menu .sub-menu li.menu-head span.bold {
              font-size: 20px;
              font-weight: 500;
              margin-bottom: 4px; }
            .page-header .full-menu > .sub-menu li.feature-menu .sub-menu li.menu-head span.txt {
              font-size: 15px;
              font-weight: 400;
              margin-bottom: 20px; }
          .page-header .full-menu > .sub-menu li.feature-menu .sub-menu li.menu-head .btn {
            width: 100%;
            font-size: 15px;
            color: #fff !important;
            font-weight: 500 !important;
            text-align: center;
            padding: 14px 22px !important; }
  .page-header .full-menu:hover > .sub-menu {
    padding: 22px 340px 22px 35px !important; } }
.page-head {
  display: flex;
  overflow: hidden;
  position: relative;
  background: #020C1E; }
  @media (min-width: 1024px) {
    .page-head {
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .page-head {
      padding-top: 86px; } }
  @media (max-width: 1023.99px) {
    .page-head {
      padding-top: 122px;
      padding-bottom: 62px;
      text-align: center;
      justify-content: center; } }
  @media (min-width: 768px) {
    .page-head .container {
      min-height: 62vh;
      padding: 0 15px;
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1024px) and (max-width: 1300px) {
    .page-head .container {
      max-width: calc(100% - 100px); } }
  .page-head .container .cnts {
    position: relative; }
    @media (min-width: 1024px) {
      .page-head .container .cnts {
        width: 52%;
        margin-top: 60px;
        margin-bottom: 32px;
        padding-right: 28px; } }
    @media (max-width: 1400px) {
      .page-head .container .cnts br {
        display: none; } }
    .page-head .container .cnts br.mob {
      display: none; }
      @media (max-width: 767.99px) {
        .page-head .container .cnts br.mob {
          display: block; } }
    .page-head .container .cnts .cnt {
      margin-bottom: 42px; }
      @media (min-width: 1023.99px) {
        .page-head .container .cnts .cnt {
          max-width: 620px; } }
      @media (max-width: 767.99px) {
        .page-head .container .cnts .cnt {
          margin-bottom: 22px; } }
      .page-head .container .cnts .cnt .heading {
        line-height: 1.2;
        font-weight: 400;
        margin-bottom: 16px; }
        @media (min-width: 768px) {
          .page-head .container .cnts .cnt .heading {
            font-size: 22px; } }
        @media (max-width: 767.99px) {
          .page-head .container .cnts .cnt .heading {
            font-size: 18px;
            margin-left: -10px;
            margin-right: -10px; } }
        @media (min-width: 1200px) {
          .page-head .container .cnts .cnt .heading.max {
            margin-right: -25px; } }
        .page-head .container .cnts .cnt .heading i.ai-icon {
          top: 4px;
          left: 4px;
          width: 28px;
          height: 28px;
          position: relative;
          display: inline-flex; }
        .page-head .container .cnts .cnt .heading .data {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          @media (max-width: 767.99px) {
            .page-head .container .cnts .cnt .heading .data {
              justify-content: center; } }
          @media (min-width: 768px) {
            .page-head .container .cnts .cnt .heading .data .mask {
              margin-right: 12px; } }
          @media (max-width: 767.99px) {
            .page-head .container .cnts .cnt .heading .data .mask {
              margin-bottom: 12px; } }
      .page-head .container .cnts .cnt .mask {
        background: linear-gradient(90deg, #0004FF 0%, #636BFF 38.51%, #00AAFF 93.1%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .page-head .container .cnts .cnt aside {
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .page-head .container .cnts .cnt aside {
            font-size: 45px; } }
        @media (max-width: 767.99px) {
          .page-head .container .cnts .cnt aside {
            font-size: 28px;
            margin-left: -10px;
            margin-right: -10px; } }
        @media (min-width: 1200px) {
          .page-head .container .cnts .cnt aside.max {
            margin-right: -25px; } }
        .page-head .container .cnts .cnt aside span.primary {
          color: #5951FF; }
      .page-head .container .cnts .cnt h1 {
        margin: 0;
        display: inline;
        font-size: inherit !important;
        font-weight: inherit !important; }
      .page-head .container .cnts .cnt .moreless:not(.active):after {
        left: -4px;
        top: -6px;
        color: #13184E;
        font-size: 20px;
        line-height: 1;
        font-weight: 300;
        content: "..";
        position: absolute;
        letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .page-head .video {
      margin-top: 50px; } }
  @media (min-width: 1023.99px) {
    .page-head .video {
      width: 34%;
      max-width: 100%; }
      .page-head .video.type1 {
        width: 40%; } }
  @media (max-width: 767.99px) {
    .page-head .video {
      max-width: 340px;
      margin: 32px auto 0; } }
  .page-head .video video {
    width: 100%;
    border-radius: 16px; }
  .page-head.type1 {
    background: #fff !important; }
    .page-head.type1 .container .cnts .cnt {
      color: #13184E; }
      .page-head.type1 .container .cnts .cnt .heading {
        color: #13184E; }
      .page-head.type1 .container .cnts .cnt aside {
        color: #13184E; }
  .page-head.type2 {
    background: #13184E; }
    .page-head.type2 .container .cnts .cnt {
      color: #96A0C1; }
      .page-head.type2 .container .cnts .cnt .heading {
        color: #fff; }
      .page-head.type2 .container .cnts .cnt aside {
        color: #fff; }
  .page-head .awards {
    gap: 38px;
    display: flex;
    padding: 20px 0;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 767.99px) {
      .page-head .awards {
        gap: 20px;
        display: grid;
        padding: 20px;
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr); } }

.moreless {
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 0;
  cursor: pointer;
  position: relative;
  background: transparent; }
  .moreless:before {
    top: -2px;
    left: 6px;
    width: 10px;
    height: 10px;
    content: "";
    position: relative;
    display: inline-block;
    border-top: 2px solid #5951FF;
    border-left: 2px solid #5951FF;
    transform: rotate(-135deg);
    transition: all 0.5s ease-in-out; }
  .moreless.active:before {
    top: 1px;
    transform: rotate(-315deg); }

.p-light .moreless:after,
.d-light .moreless:after {
  color: #000; }

.not-found-gutter {
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .not-found-gutter {
      height: calc(100vh - 288px);
      margin-top: 86px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .not-found-gutter {
      height: calc(100vh - 352px);
      margin-top: 86px; } }
  @media (max-width: 767px) {
    .not-found-gutter {
      height: 430px;
      margin-top: 74px; } }
  .not-found-gutter i.not-found-icon {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background: url(../img/404.svg) no-repeat 0 0/cover; }
    @media (min-width: 768px) {
      .not-found-gutter i.not-found-icon {
        width: 354px;
        height: 250px; } }
    @media (max-width: 767px) {
      .not-found-gutter i.not-found-icon {
        width: 269px;
        height: 190px; } }

@media (min-width: 768px) {
  .pro-gutter .owl-carousel {
    gap: 26px;
    display: flex; } }
@media (min-width: 768px) {
  .pro-gutter .item {
    width: 100%;
    max-width: 33.333%; } }
.pro-gutter .item .box {
  padding: 30px 28px;
  position: relative;
  border-radius: 16px; }
  @media (max-width: 767.99px) {
    .pro-gutter .item .box {
      padding: 24px; } }
  .pro-gutter .item .box.regular {
    background: #F4FCFF; }
    .pro-gutter .item .box.regular span {
      background: #DDF6FF; }
  .pro-gutter .item .box.primary {
    background: #F4F5FF; }
    .pro-gutter .item .box.primary span {
      background: #DDE0FB; }
  .pro-gutter .item .box.secondary {
    background: #FEF4FF; }
    .pro-gutter .item .box.secondary span {
      background: #F7DDF9; }
  .pro-gutter .item .box span.circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-bottom: 26px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pro-gutter .item .box span.circle i.svg {
      width: 30px;
      height: 30px; }
      .pro-gutter .item .box span.circle i.svg.crm-icon {
        background-position: -148px 0px; }
      .pro-gutter .item .box span.circle i.svg.fs-icon {
        background-position: -218px -2px; }
      .pro-gutter .item .box span.circle i.svg.fm-icon {
        background-position: -181px 0px; }
  .pro-gutter .item .box .cnts {
    font-size: 16px; }
    @media (max-width: 767.99px) {
      .pro-gutter .item .box .cnts {
        font-size: 15px; } }
    .pro-gutter .item .box .cnts h3,
    .pro-gutter .item .box .cnts .heading {
      font-size: 23px;
      font-weight: 500;
      line-height: 1.25;
      margin-bottom: 22px; }
      @media (max-width: 767.99px) {
        .pro-gutter .item .box .cnts h3,
        .pro-gutter .item .box .cnts .heading {
          font-size: 20px;
          margin-bottom: 12px; } }
    @media (min-width: 768px) {
      .pro-gutter .item .box .cnts p {
        min-height: 120px; } }
    @media (max-width: 767.99px) {
      .pro-gutter .item .box .cnts p {
        margin-bottom: 22px; } }

.sku-gutter {
  background: #120044; }
  .sku-gutter .row {
    align-items: center; }
  .sku-gutter .box {
    padding: 0 30px;
    text-align: center;
    border-radius: 20px;
    background: #166AEA; }
    @media (max-width: 767.99px) {
      .sku-gutter .box {
        padding: 0 22px; } }
  .sku-gutter .cnts {
    padding: 30px; }

.other-gutter .owl-carousel {
  display: block; }
@media (min-width: 768px) {
  .other-gutter .other-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; } }
.other-gutter .other-list.margin {
  margin-bottom: 120px; }
.other-gutter .other-list .cols {
  font-size: 20px; }
  @media (min-width: 768px) {
    .other-gutter .other-list .cols {
      width: 33.333%;
      padding: 42px 48px;
      position: relative;
      margin-bottom: 10px;
      border-top: 1px solid #F9F9F9; }
      .other-gutter .other-list .cols:before {
        left: 0;
        top: -35px;
        width: 68px;
        height: 68px;
        content: "";
        position: absolute;
        background: url(../img/svg/plus.svg) no-repeat; }
      .other-gutter .other-list .cols.plus:after {
        right: 0;
        top: -35px;
        width: 68px;
        height: 68px;
        content: "";
        position: absolute;
        background: url(../img/svg/plus.svg) no-repeat; } }
  .other-gutter .other-list .cols .box {
    flex-wrap: wrap; }
    @media (max-width: 767.99px) {
      .other-gutter .other-list .cols .box {
        display: flex;
        padding: 12px;
        margin: 10px 0;
        font-size: 16px;
        border-radius: 6px;
        align-items: center;
        border: 1px solid #eee; } }
    .other-gutter .other-list .cols .box i.svg {
      width: 45px;
      height: 45px;
      min-width: 45px;
      display: block;
      margin-bottom: 20px; }
      @media (max-width: 767.99px) {
        .other-gutter .other-list .cols .box i.svg {
          margin: 0 16px 0 0; } }
      .other-gutter .other-list .cols .box i.svg.easy-icon {
        background-position: -400px -1px; }
      .other-gutter .other-list .cols .box i.svg.highly-icon {
        background-position: -400px -43px; }
      .other-gutter .other-list .cols .box i.svg.proven-icon {
        background-position: -400px -87px; }
      .other-gutter .other-list .cols .box i.svg.training-icon {
        background-position: -400px -131px; }
      .other-gutter .other-list .cols .box i.svg.team-icon {
        background-position: -400px -175px; }
      .other-gutter .other-list .cols .box i.svg.security-icon {
        background-position: -400px -222px; }
    .other-gutter .other-list .cols .box span {
      display: block;
      font-size: 20px;
      min-height: 66px;
      font-weight: 600;
      margin-bottom: 10px; }

@media (min-width: 1024px) {
  .result-gutter .toggles {
    margin-right: 20px; } }
.result-gutter figure {
  border-radius: 20px;
  background: #166AEA;
  padding: 36px 0 20px 20px; }
@media (min-width: 1024px) {
  .result-gutter .reverse {
    margin-top: 50px; }
    .result-gutter .reverse .toggles {
      margin-right: 0;
      margin-left: 20px; } }

@media (max-width: 1023.99px) {
  .toggles {
    border-bottom: 1px solid #EDEDED; } }
.toggles .toggle {
  border-top: 1px solid #EDEDED; }
  .toggles .toggle h3 {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding: 26px 40px 20px 0; }
    @media (min-width: 768px) {
      .toggles .toggle h3 {
        font-size: 21px; } }
    @media (max-width: 767px) {
      .toggles .toggle h3 {
        font-size: 18px; } }
    .toggles .toggle h3:after {
      top: 0;
      right: 0;
      bottom: 0px;
      width: 30px;
      height: 30px;
      margin: auto;
      content: "";
      position: absolute;
      background-position: -240px -31px;
      transition: all 0.5s ease-in-out; }
  .toggles .toggle .toggle-box {
    max-height: 0;
    max-width: 90%;
    overflow: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .toggles .toggle .toggle-box .data {
      padding-bottom: 16px; }
  .toggles .toggle.open h3:after {
    transform: rotate(-180deg); }
  .toggles .toggle.open .toggle-box {
    max-height: 300px; }
    @media (max-width: 767.99px) {
      .toggles .toggle.open .toggle-box {
        max-height: 600px; } }

.winning-gutter .awards {
  gap: 42px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767.99px) {
    .winning-gutter .awards {
      display: grid;
      gap: 20px;
      padding: 20px;
      grid-template-columns: repeat(3, 1fr); }
      .winning-gutter .awards img {
        max-height: 100px; } }
  .winning-gutter .awards span {
    width: 120px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    padding: 14px;
    display: flex;
    text-align: center;
    border-radius: 16px;
    background: #fff;
    align-items: center;
    justify-content: center; }
.winning-gutter:not(.type1) {
  background: #F5F9FD; }
  @media (min-width: 1024px) {
    .winning-gutter:not(.type1) .inner {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .winning-gutter:not(.type1) .inner .heading-gutter {
        margin: 0;
        text-align: left; } }
.winning-gutter.type1 .inner {
  padding: 52px 40px;
  border-radius: 30px;
  background: #F5F9FD; }
  @media (max-width: 767.99px) {
    .winning-gutter.type1 .inner {
      padding: 32px 10px;
      border-radius: 20px; } }

.bemifits-gutter {
  overflow: hidden; }
  .bemifits-gutter .fc-col {
    position: relative; }
    @media (min-width: 1024px) {
      .bemifits-gutter .fc-col:not(:last-child) {
        margin-bottom: 70px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .bemifits-gutter .fc-col:not(:last-child) {
        margin-bottom: 60px; } }
    @media (max-width: 767.99px) {
      .bemifits-gutter .fc-col:not(:last-child) {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .bemifits-gutter .fc-col.reverse .row {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .bemifits-gutter .fc-col .left .cnt {
        margin-left: 40px; }
      .bemifits-gutter .fc-col .left figure {
        float: left;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; }
      .bemifits-gutter .fc-col .right figure {
        float: right;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
      .bemifits-gutter .fc-col .right .flex-cnt {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
        .bemifits-gutter .fc-col .right .flex-cnt .cnt {
          margin-right: 40px; } }
    .bemifits-gutter .fc-col figure {
      padding: 32px 40px;
      display: flex;
      border-radius: 20px;
      align-items: center;
      background: #120044;
      justify-content: center; }
      @media (max-width: 767.99px) {
        .bemifits-gutter .fc-col figure {
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .bemifits-gutter .fc-col figure {
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          align-items: flex-end; }
          .bemifits-gutter .fc-col figure img {
            z-index: 1;
            position: relative; } }
      .bemifits-gutter .fc-col figure.type1 {
        background: #FDE2FF; }
      .bemifits-gutter .fc-col figure.type2 {
        background: #90A3FF; }
      .bemifits-gutter .fc-col figure.type3 {
        background: #C6EDCA; }
      .bemifits-gutter .fc-col figure.type4 {
        background: #FAEDD0; }
    .bemifits-gutter .fc-col .flex-cnt {
      cursor: pointer;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  @media (max-width: 767.99px) {
    .bemifits-gutter .tab-content {
      display: none; } }
  .bemifits-gutter .tab-content .tab-pane {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: tab-fade; }
@keyframes tab-fade {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
  .bemifits-gutter .nav-tabs .tab-link .cnt {
    max-height: 80px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    border-top: 1px solid #EDEDED; }
    @media (max-width: 767.99px) {
      .bemifits-gutter .nav-tabs .tab-link .cnt {
        margin-bottom: 0; } }
    .bemifits-gutter .nav-tabs .tab-link .cnt h3 {
      cursor: pointer;
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      font-weight: 500;
      position: relative;
      padding-right: 40px; }
      @media (min-width: 1024px) {
        .bemifits-gutter .nav-tabs .tab-link .cnt h3 {
          font-size: 24px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .bemifits-gutter .nav-tabs .tab-link .cnt h3 {
          font-size: 22px; } }
      @media (max-width: 767.99px) {
        .bemifits-gutter .nav-tabs .tab-link .cnt h3 {
          font-size: 18px; } }
      .bemifits-gutter .nav-tabs .tab-link .cnt h3:after {
        top: 2px;
        right: 0;
        width: 30px;
        height: 30px;
        margin: auto;
        content: "";
        position: absolute;
        background-position: -240px -31px;
        transition: all 0.5s ease-in-out; }
    .bemifits-gutter .nav-tabs .tab-link .cnt .plist {
      margin-left: 2px; }
    .bemifits-gutter .nav-tabs .tab-link .cnt .button {
      margin-top: 22px;
      margin-left: 50px; }
  .bemifits-gutter .nav-tabs .tab-link.active .cnt h3:after {
    transform: rotate(-180deg); }
  @media (min-width: 768px) {
    .bemifits-gutter .nav-tabs .tab-link.active .cnt {
      max-height: 400px; }
      .bemifits-gutter .nav-tabs .tab-link.active .cnt h3 i.svg {
        height: 30px;
        background-position: -2px -196px; } }
  @media (max-width: 767.99px) {
    .bemifits-gutter .nav-tabs.tab-mob .tab-link .cnt {
      max-height: 66px;
      padding: 10px 0; }
    .bemifits-gutter .nav-tabs.tab-mob .tab-link.opened .cnt {
      max-height: 500px; } }

.fc-tour {
  z-index: 8;
  position: relative; }
  .fc-tour .fc-form {
    z-index: 8;
    position: relative; }

.sl-preview-cta:hover .sl-preview-cta-ripple {
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  inset: -0.75em !important;
  opacity: 0 !important; }

.sl-preview-cta:hover .sl-preview-cta-ripple-shadow {
  opacity: 0.125 !important; }

.protour-gutter {
  position: relative; }
  .protour-gutter:before {
    top: 0px;
    left: 0;
    right: 0;
    content: "";
    height: 500px;
    position: absolute;
    background: #120044; }

.tourbox {
  width: 100%;
  max-width: 690px;
  min-height: 540px;
  overflow: hidden;
  padding: 30px 28px;
  position: relative;
  border-radius: 20px;
  background: #120044;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767.99px) {
    .tourbox {
      min-height: 0;
      padding: 22px 20px; } }
  .tourbox:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: url(../img/svg/mask.svg) no-repeat center/100%; }
  .tourbox figure {
    z-index: 1;
    cursor: pointer;
    position: relative; }
    .tourbox figure:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      content: '';
      position: absolute;
      background: url(../img/svg/play.svg) no-repeat center; }

@media (min-width: 768px) {
  .testimonial-gutter .customer-carousel:not(.no-nav) {
    padding-bottom: 80px; } }
.testimonial-gutter .customer-carousel .item .cnts {
  height: 100%;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  padding: 70px 70px 120px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  border: 1px solid #EDEFF8; }
  @media (max-width: 767px) {
    .testimonial-gutter .customer-carousel .item .cnts {
      font-size: 14px;
      padding: 66px 24px 120px; } }
  .testimonial-gutter .customer-carousel .item .cnts p {
    position: relative; }
    .testimonial-gutter .customer-carousel .item .cnts p span {
      display: block;
      margin-bottom: 12px; }
    .testimonial-gutter .customer-carousel .item .cnts p::before {
      top: -26px;
      left: -36px;
      width: 34px;
      height: 25px;
      content: "";
      position: absolute;
      background-position: -28px -72px; }
      @media (max-width: 767px) {
        .testimonial-gutter .customer-carousel .item .cnts p::before {
          top: -38px;
          left: -4px; } }
  .testimonial-gutter .customer-carousel .item .cnts .base {
    width: 100%;
    bottom: 30px;
    left: 74px;
    display: flex;
    align-items: center;
    position: absolute; }
    @media (max-width: 767px) {
      .testimonial-gutter .customer-carousel .item .cnts .base {
        left: 22px; } }
    .testimonial-gutter .customer-carousel .item .cnts .base figure {
      width: 45px;
      min-width: 45px;
      height: 45px;
      border-radius: 100%;
      overflow: hidden;
      background-position: -65px -65px; }
    .testimonial-gutter .customer-carousel .item .cnts .base .data span {
      display: block; }
      .testimonial-gutter .customer-carousel .item .cnts .base .data span.name {
        font-size: 15px; }
      .testimonial-gutter .customer-carousel .item .cnts .base .data span.title {
        font-size: 13px;
        color: #9298AC;
        font-weight: normal; }
      .testimonial-gutter .customer-carousel .item .cnts .base .data span.c-name {
        font-size: 13px;
        color: #9298AC;
        font-weight: normal; }
.testimonial-gutter:not(.type1) .testimonial-carousel .item {
  padding: 30px;
  background: #fff; }
  .testimonial-gutter:not(.type1) .testimonial-carousel .item .heading {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    min-height: 130px;
    margin: 0 12px 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DCE2F9; }
    @media (max-width: 767.99px) {
      .testimonial-gutter:not(.type1) .testimonial-carousel .item .heading {
        font-size: 21px; } }
  .testimonial-gutter:not(.type1) .testimonial-carousel .item p {
    color: #515C70;
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    position: relative; }
    @media (max-width: 767.99px) {
      .testimonial-gutter:not(.type1) .testimonial-carousel .item p {
        font-size: 18px; } }
    .testimonial-gutter:not(.type1) .testimonial-carousel .item p:before {
      top: 5px;
      width: 40px;
      height: 26px;
      opacity: 0.45;
      content: "";
      position: relative;
      display: inline-block;
      transform: scale(1.2);
      background-position: -26px -72px; }
      @media (max-width: 767.99px) {
        .testimonial-gutter:not(.type1) .testimonial-carousel .item p:before {
          top: 8px;
          transform: scale(0.9); } }
  .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding-top: 60px; }
    @media (max-width: 767.99px) {
      .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info {
        padding-top: 30px; } }
    .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info figure img {
      width: auto; }
    .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des {
      margin-left: 12px; }
      .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0; }
      .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span {
        display: block; }
        .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span.name {
          font-size: 18px;
          font-weight: 600; }
          @media (max-width: 767.99px) {
            .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span.name {
              font-size: 17px; } }
        .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span.des {
          font-size: 15px;
          font-weight: 500; }
          @media (max-width: 767.99px) {
            .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span.des {
              font-size: 13px; } }
.testimonial-gutter.type1 .testimonial-carousel .item {
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #13184E; }
  .testimonial-gutter.type1 .testimonial-carousel .item .head {
    padding: 30px 22px; }
    .testimonial-gutter.type1 .testimonial-carousel .item .head figure {
      height: 40px;
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .testimonial-gutter.type1 .testimonial-carousel .item .head figure img {
        width: auto; }
    .testimonial-gutter.type1 .testimonial-carousel .item .head .heading {
      font-size: 26px;
      font-weight: 500;
      line-height: 1.3; }
      @media (max-width: 767.99px) {
        .testimonial-gutter.type1 .testimonial-carousel .item .head .heading {
          font-size: 21px; } }
  .testimonial-gutter.type1 .testimonial-carousel .item .cnts {
    color: #fff;
    padding: 20px 22px;
    background: #13184E; }
    .testimonial-gutter.type1 .testimonial-carousel .item .cnts p {
      font-size: 19px;
      min-height: 150px;
      position: relative; }
      @media (max-width: 767.99px) {
        .testimonial-gutter.type1 .testimonial-carousel .item .cnts p {
          font-size: 16px; } }
      .testimonial-gutter.type1 .testimonial-carousel .item .cnts p:before {
        top: 5px;
        width: 40px;
        height: 26px;
        content: "";
        position: relative;
        display: inline-block;
        transform: scale(1.2);
        background-position: -26px -72px; }
        @media (max-width: 767.99px) {
          .testimonial-gutter.type1 .testimonial-carousel .item .cnts p:before {
            top: 8px;
            transform: scale(0.9); } }
    .testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info {
      padding-top: 12px; }
      .testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span {
        display: block; }
        .testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span.name {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 2px; }
          @media (max-width: 767.99px) {
            .testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span.name {
              font-size: 16px; } }
        .testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span.des {
          font-size: 15px;
          font-weight: 500; }
          @media (max-width: 767.99px) {
            .testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span.des {
              font-size: 13px; } }
.testimonial-gutter .button {
  margin-top: 30px; }

.fsm-gutter .htabs > .nav-tab {
  top: 62px;
  gap: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  padding-top: 12px;
  margin-bottom: 30px;
  justify-content: center;
  background: #fff; }
  .fsm-gutter .htabs > .nav-tab::-webkit-scrollbar {
    display: none; }
  @media (max-width: 767.99px) {
    .fsm-gutter .htabs > .nav-tab {
      overflow: auto;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: flex-start; } }
  .fsm-gutter .htabs > .nav-tab li {
    height: 46px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 2px 18px;
    margin-bottom: 12px;
    border-radius: 25px;
    white-space: nowrap;
    background: #F5F6F9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out; }
    .fsm-gutter .htabs > .nav-tab li:hover, .fsm-gutter .htabs > .nav-tab li.active {
      color: #fff;
      background: #5951FF; }
.fsm-gutter .htabs .tab-content .tab-pane {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: tab-fade; }
@keyframes tab-fade {
  from {
    opacity: 0;
    transform: translateY(15px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .fsm-gutter .htabs .tab-content .tab-pane.active {
    display: block; }
.fsm-gutter .vtabs {
  gap: 26px;
  display: flex; }
  .fsm-gutter .vtabs .nav-tab {
    position: relative;
    counter-reset: li-counter; }
    @media (min-width: 768px) {
      .fsm-gutter .vtabs .nav-tab {
        max-width: 50%; } }
    @media (min-width: 1024px) {
      .fsm-gutter .vtabs .nav-tab.scroll {
        max-height: 580px;
        overflow: auto;
        padding-left: 10px; }
        .fsm-gutter .vtabs .nav-tab.scroll:before {
          left: 10px; }
        .fsm-gutter .vtabs .nav-tab.scroll::-webkit-scrollbar {
          width: 3px; }
        .fsm-gutter .vtabs .nav-tab.scroll::-webkit-scrollbar-thumb {
          background: #1871F5; } }
    .fsm-gutter .vtabs .nav-tab li {
      position: relative;
      counter-increment: li-counter;
      padding: 10px 18px 0 70px;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 767.99px) {
        .fsm-gutter .vtabs .nav-tab li {
          padding: 10px 0 0 60px; } }
      .fsm-gutter .vtabs .nav-tab li:not(:last-child) .cnts {
        border-bottom: 1px solid #D5D4FA; }
      .fsm-gutter .vtabs .nav-tab li:before {
        top: 16px;
        left: 0;
        width: 46px;
        height: 46px;
        z-index: 1;
        color: #5951FF;
        font-size: 20px;
        content: counter(li-counter);
        position: absolute;
        background: #fff;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #5951FF;
        transition: all 0.5s ease-in-out; }
        @media (max-width: 767.99px) {
          .fsm-gutter .vtabs .nav-tab li:before {
            width: 38px;
            height: 38px;
            font-size: 18px; } }
      .fsm-gutter .vtabs .nav-tab li:not(:last-child):after {
        top: 40px;
        left: 22px;
        bottom: -30px;
        width: 2px;
        content: "";
        position: absolute;
        background: #5951FF; }
        @media (max-width: 767.99px) {
          .fsm-gutter .vtabs .nav-tab li:not(:last-child):after {
            left: 19px;
            width: 1px; } }
      .fsm-gutter .vtabs .nav-tab li .cnts {
        padding: 12px 0; }
        @media (max-width: 767.99px) {
          .fsm-gutter .vtabs .nav-tab li .cnts {
            padding: 8px 0; } }
        .fsm-gutter .vtabs .nav-tab li .cnts .heading {
          display: flex;
          cursor: pointer;
          font-size: 22px;
          font-weight: 500;
          align-items: center;
          position: relative;
          padding-right: 40px;
          margin-bottom: 12px; }
          @media (max-width: 767.99px) {
            .fsm-gutter .vtabs .nav-tab li .cnts .heading {
              font-size: 18px; } }
          .fsm-gutter .vtabs .nav-tab li .cnts .heading:before {
            top: 2px;
            right: 0;
            width: 30px;
            height: 30px;
            margin: auto;
            content: "";
            position: absolute;
            background-position: -240px -31px;
            transition: all 0.5s ease-in-out; }
        .fsm-gutter .vtabs .nav-tab li .cnts .data {
          max-height: 0;
          overflow: hidden;
          transition: all 0.5s ease-in-out; }
      .fsm-gutter .vtabs .nav-tab li.active:before {
        color: #fff;
        background: #5951FF; }
      .fsm-gutter .vtabs .nav-tab li.active .cnts .heading:before {
        transform: rotate(-180deg); }
      .fsm-gutter .vtabs .nav-tab li.active .cnts .data {
        max-height: 100px; }
  .fsm-gutter .vtabs .tab-content {
    width: 100%;
    max-width: 50%; }
    @media (max-width: 767.99px) {
      .fsm-gutter .vtabs .tab-content {
        display: none; } }
@media (min-width: 1024px) {
  .fsm-gutter .isbrd {
    padding: 30px 40px;
    border-radius: 20px;
    border: 1px solid #ECEFF3; } }
.fsm-gutter .mob-carousel {
  display: block;
  padding: 0 !important; }
.fsm-gutter .other-list {
  display: flex !important; }
  @media (min-width: 768px) {
    .fsm-gutter .other-list {
      gap: 20px; } }
  @media (min-width: 768px) {
    .fsm-gutter .other-list .item {
      width: 33.333%; } }
  .fsm-gutter .other-list .item .cols {
    height: 240px;
    padding: 20px 22px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #E6EAEF; }
    @media (max-width: 767.99px) {
      .fsm-gutter .other-list .item .cols {
        height: 236px; } }
    .fsm-gutter .other-list .item .cols:first-child {
      margin-bottom: 20px; }
    .fsm-gutter .other-list .item .cols h3,
    .fsm-gutter .other-list .item .cols .heading {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.3;
      min-height: 56px;
      margin-bottom: 15px; }
      @media (max-width: 767.99px) {
        .fsm-gutter .other-list .item .cols h3,
        .fsm-gutter .other-list .item .cols .heading {
          font-size: 18px;
          min-height: 0; } }
    .fsm-gutter .other-list .item .cols i.svg {
      width: 60px;
      height: 50px;
      min-width: 60px;
      display: block;
      margin-bottom: 15px; }
      @media (max-width: 767.99px) {
        .fsm-gutter .other-list .item .cols i.svg {
          margin-bottom: 16px; } }
      .fsm-gutter .other-list .item .cols i.svg.easy-icon {
        background-position: -452px -1px; }
      .fsm-gutter .other-list .item .cols i.svg.training-icon {
        background-position: -452px -49px; }
      .fsm-gutter .other-list .item .cols i.svg.highly-icon {
        background-position: -445px -101px; }
      .fsm-gutter .other-list .item .cols i.svg.team-icon {
        background-position: -452px -147px; }
      .fsm-gutter .other-list .item .cols i.svg.proven-icon {
        background-position: -452px -198px; }
      .fsm-gutter .other-list .item .cols i.svg.security-icon {
        background-position: -452px -246px; }
    .fsm-gutter .other-list .item .cols .data {
      left: -1px;
      top: -1px;
      padding: 20px 22px;
      width: calc(100% + 2px);
      background: #fff;
      position: absolute;
      border-radius: 10px;
      border: 1px solid #E6EAEF; }
      .fsm-gutter .other-list .item .cols .data.open {
        z-index: 1; }
  .fsm-gutter .other-list.type1 .item .cols {
    height: 330px; }
    @media (max-width: 767.99px) {
      .fsm-gutter .other-list.type1 .item .cols {
        height: auto; } }
.fsm-gutter .item-carousel3.fsm-story .item > figure {
  height: 216px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-items: center; }
  .fsm-gutter .item-carousel3.fsm-story .item > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.fsm-gutter .item-carousel3.fsm-story .item .cnts {
  padding: 32px 22px;
  border-radius: 10px; }
  .fsm-gutter .item-carousel3.fsm-story .item .cnts figure {
    height: 52px;
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .fsm-gutter .item-carousel3.fsm-story .item .cnts figure img {
      width: auto; }
  .fsm-gutter .item-carousel3.fsm-story .item .cnts p {
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .fsm-gutter .item-carousel3.fsm-story .item .cnts.type1 {
    background: #FFF8F8; }
  .fsm-gutter .item-carousel3.fsm-story .item .cnts.type2 {
    background: #F4F5FF; }
  .fsm-gutter .item-carousel3.fsm-story .item .cnts.type3 {
    background: #FFFCF8; }
  .fsm-gutter .item-carousel3.fsm-story .item .cnts.type4 {
    background: #FFF8F8; }
.fsm-gutter .item-carousel3.fsm-post .item > figure {
  height: 216px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-items: center; }
  .fsm-gutter .item-carousel3.fsm-post .item > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.fsm-gutter .item-carousel3.fsm-post .item .cnts {
  padding: 32px 22px;
  border-radius: 10px;
  border: 1px solid #E6EAEF; }
  .fsm-gutter .item-carousel3.fsm-post .item .cnts .heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .fsm-gutter .item-carousel3.fsm-post .item .cnts p {
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
.fsm-gutter .faq-box {
  max-width: 900px;
  margin: 0 auto; }
  .fsm-gutter .faq-box .toggle {
    padding: 0 25px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #EFEFEF;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 767px) {
      .fsm-gutter .faq-box .toggle {
        padding: 0 20px; } }
    .fsm-gutter .faq-box .toggle h3,
    .fsm-gutter .faq-box .toggle .heading {
      display: flex;
      cursor: pointer;
      font-size: 18px;
      min-height: 62px;
      font-weight: 500;
      margin-bottom: 0;
      position: relative;
      align-items: center;
      padding: 12px 42px 12px 0; }
      @media (max-width: 767px) {
        .fsm-gutter .faq-box .toggle h3,
        .fsm-gutter .faq-box .toggle .heading {
          font-size: 15px; } }
      .fsm-gutter .faq-box .toggle h3:after,
      .fsm-gutter .faq-box .toggle .heading:after {
        top: 0;
        bottom: 0;
        right: 0;
        width: 36px;
        height: 36px;
        content: "+";
        margin: auto;
        color: #fff;
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 100%;
        background: #5951FF;
        transition: all 0.5s ease-in-out; }
    .fsm-gutter .faq-box .toggle .toggle-box {
      max-height: 0;
      font-size: 15px;
      overflow: hidden;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 767px) {
        .fsm-gutter .faq-box .toggle .toggle-box {
          font-size: 14px; } }
      .fsm-gutter .faq-box .toggle .toggle-box .data {
        padding-bottom: 12px; }
    .fsm-gutter .faq-box .toggle.open {
      border-color: #5951FF; }
      .fsm-gutter .faq-box .toggle.open h3:after,
      .fsm-gutter .faq-box .toggle.open .heading:after {
        content: "-"; }
      .fsm-gutter .faq-box .toggle.open .toggle-box {
        max-height: 300px; }
        @media (max-width: 767px) {
          .fsm-gutter .faq-box .toggle.open .toggle-box {
            max-height: 600px; } }
.fsm-gutter .flex-two-col {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: stretch; }
  .fsm-gutter .flex-two-col .flex-left,
  .fsm-gutter .flex-two-col .flex-right {
    flex: 1;
    display: flex;
    min-width: 300px;
    flex-direction: column;
    justify-content: space-between; }
  .fsm-gutter .flex-two-col .flex-left {
    order: 1; }
  .fsm-gutter .flex-two-col .flex-right {
    order: 2;
    max-width: 350px; }

.consultation-gutter.type1 {
  background: #ECF0F3; }
  @media (min-width: 1300px) {
    .consultation-gutter.type1 .container {
      max-width: 1150px; } }
  .consultation-gutter.type1 .data {
    max-width: 490px;
    margin-top: 30px;
    padding-right: 40px; }
    .consultation-gutter.type1 .data .heading-gutter .heading {
      font-weight: 600;
      line-height: 1.25;
      margin-bottom: 20px; }
    .consultation-gutter.type1 .data .heading-gutter p {
      opacity: 1; }
    .consultation-gutter.type1 .data ul {
      padding-top: 20px; }
      .consultation-gutter.type1 .data ul.type1 {
        padding-left: 20px; }
      .consultation-gutter.type1 .data ul li {
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center; }
        .consultation-gutter.type1 .data ul li:not(:last-child) {
          margin-bottom: 18px; }
        .consultation-gutter.type1 .data ul li i.svg {
          width: 38px;
          height: 32px;
          margin-right: 10px; }
          .consultation-gutter.type1 .data ul li i.svg.icon1 {
            background-position: -218px -162px; }
          .consultation-gutter.type1 .data ul li i.svg.icon2 {
            background-position: -218px -194px; }
          .consultation-gutter.type1 .data ul li i.svg.icon3 {
            background-position: -218px -227px; }
  .consultation-gutter.type1 .forms {
    padding: 40px;
    border-radius: 4px;
    background: #fff; }
    @media (max-width: 767.99px) {
      .consultation-gutter.type1 .forms {
        padding: 32px 26px; } }
    .consultation-gutter.type1 .forms .head {
      text-align: center;
      margin-bottom: 40px; }
      .consultation-gutter.type1 .forms .head h3,
      .consultation-gutter.type1 .forms .head .heading {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 12px; }
        @media (max-width: 767.99px) {
          .consultation-gutter.type1 .forms .head h3,
          .consultation-gutter.type1 .forms .head .heading {
            font-size: 21px; } }
      .consultation-gutter.type1 .forms .head p {
        font-size: 16px;
        font-weight: 600; }
        @media (max-width: 767.99px) {
          .consultation-gutter.type1 .forms .head p {
            font-size: 14px; } }
.consultation-gutter.type2 {
  background: #3A32DE; }
  @media (min-width: 1024px) {
    .consultation-gutter.type2 .heading-gutter {
      margin-bottom: 0; } }
  @media (max-width: 767.99px) {
    .consultation-gutter.type2 .heading-gutter {
      text-align: center;
      margin-bottom: 0; } }

footer.page-footer {
  background: #0A0D1B; }
  @media (min-width: 768px) {
    footer.page-footer {
      padding-top: 60px; } }
  @media (max-width: 767.99px) {
    footer.page-footer {
      padding-top: 6px; } }
  footer.page-footer .foot-menu .widgettitle {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative; }
  @media (min-width: 768px) {
    footer.page-footer .foot-menu [class*="col-"] {
      margin-bottom: 60px; } }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu [class*="col-"].last .widgettitle {
      margin-top: 12px; } }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu .box {
      padding-top: 12px;
      border-bottom: 1px solid #FFFFFF21; } }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu .box .widgettitle {
      z-index: 2;
      cursor: pointer; }
      footer.page-footer .foot-menu .box .widgettitle:after {
        content: "";
        width: 16px;
        height: 16px;
        background-position: -114px -82px;
        position: absolute;
        right: 0;
        top: 2px;
        transition: all 0.5s ease-in-out; } }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu .box > [class*="menu-"] {
      max-height: 0;
      overflow: hidden;
      transition: all 0.5s ease-in-out; } }
  footer.page-footer .foot-menu .box.open .widgettitle:after {
    transform: rotate(45deg); }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu .box.open > [class*="menu-"] {
      max-height: 500px;
      margin-bottom: 16px; } }
  @media (min-width: 768px) {
    footer.page-footer .foot-menu .box.is .menu li.hidden {
      max-height: 0;
      overflow: hidden;
      margin-bottom: 0;
      display: none; } }
  footer.page-footer .foot-menu .menu li {
    width: 100%;
    line-height: 1.25;
    transition: all 0.5s ease-in-out; }
    footer.page-footer .foot-menu .menu li a {
      font-size: 14px;
      color: #CFD4E9;
      margin-bottom: 8px;
      display: inline-flex; }
      footer.page-footer .foot-menu .menu li a:hover {
        color: #fff; }
    footer.page-footer .foot-menu .menu li .sub-menu li a:before {
      content: "- ";
      margin-right: 4px;
      position: relative;
      display: inline-flex; }
  @media (min-width: 768px) {
    footer.page-footer .foot-menu .industries .menu {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px; }
      footer.page-footer .foot-menu .industries .menu li {
        width: 33.33%;
        padding: 0 15px; } }
  footer.page-footer .foot-menu .read-more {
    border: 0;
    padding: 0;
    outline: 0;
    font-size: 13px;
    cursor: pointer;
    color: #3F63C9;
    background: transparent; }
    footer.page-footer .foot-menu .read-more:before {
      width: 14px;
      height: 9px;
      top: 0;
      right: -18px;
      bottom: 0;
      margin: auto;
      content: "";
      position: absolute;
      background-position: -117px -70px; }
    @media (max-width: 767.99px) {
      footer.page-footer .foot-menu .read-more {
        display: none; } }
  footer.page-footer .foot-menu .social-list1 {
    display: flex;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      footer.page-footer .foot-menu .social-list1 {
        margin-bottom: 20px; } }
    footer.page-footer .foot-menu .social-list1 li:not(:last-child) {
      margin-right: 6px; }
    footer.page-footer .foot-menu .social-list1 li a {
      width: 40px;
      height: 40px;
      margin: 0 2px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%; }
      footer.page-footer .foot-menu .social-list1 li a:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        margin: auto;
        position: absolute;
        width: 100%;
        height: 100%; }
      footer.page-footer .foot-menu .social-list1 li a.fb-icon:before {
        background-position: -28px -122px; }
      footer.page-footer .foot-menu .social-list1 li a.linkedin-icon:before {
        background-position: -118px -122px; }
      footer.page-footer .foot-menu .social-list1 li a.twit-icon:before {
        background-position: -73px -122px; }
      footer.page-footer .foot-menu .social-list1 li a.youtube-icon:before {
        background-position: -161px -122px; }
      footer.page-footer .foot-menu .social-list1 li a.location-icon:before {
        background-position: -206px -122px; }
  footer.page-footer .foot-menu .social-list {
    display: flex;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      footer.page-footer .foot-menu .social-list {
        margin-bottom: 20px; } }
    footer.page-footer .foot-menu .social-list li:not(:last-child) {
      margin-right: 6px; }
    footer.page-footer .foot-menu .social-list li a {
      width: 28px;
      height: 28px;
      margin: 0 2px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      footer.page-footer .foot-menu .social-list li a:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        margin: auto;
        position: absolute;
        width: 100%;
        height: 100%; }
      footer.page-footer .foot-menu .social-list li a.fb-icon:before {
        background-position: -153px -274px; }
      footer.page-footer .foot-menu .social-list li a.linkedin-icon:before {
        background-position: -185px -274px; }
      footer.page-footer .foot-menu .social-list li a.twit-icon:before {
        background-position: -217px -274px; }
      footer.page-footer .foot-menu .social-list li a.youtube-icon {
        min-width: 33px; }
        footer.page-footer .foot-menu .social-list li a.youtube-icon:before {
          background-position: -154px -305px; }
      footer.page-footer .foot-menu .social-list li a.location-icon:before {
        background-position: -192px -305px; }
  footer.page-footer .foot-bottom {
    font-size: 13px; }
    footer.page-footer .foot-bottom .textwidget {
      display: flex;
      padding: 24px 0;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid #FFFFFF21; }
      @media (max-width: 800px) {
        footer.page-footer .foot-bottom .textwidget {
          flex-direction: column;
          padding-bottom: 22px; } }
    footer.page-footer .foot-bottom .left {
      display: flex;
      align-items: center; }
      @media (max-width: 800px) {
        footer.page-footer .foot-bottom .left {
          margin-bottom: 20px; } }
      @media (max-width: 500px) {
        footer.page-footer .foot-bottom .left {
          margin-bottom: 8px;
          flex-direction: column; } }
      footer.page-footer .foot-bottom .left .dmca {
        font-size: 0;
        position: relative;
        display: inline-block; }
        @media (min-width: 500px) {
          footer.page-footer .foot-bottom .left .dmca {
            left: 20px; } }
        @media (max-width: 500px) {
          footer.page-footer .foot-bottom .left .dmca {
            margin: 10px 0; } }
        footer.page-footer .foot-bottom .left .dmca:before {
          width: 144px;
          height: 20px;
          content: "";
          display: block;
          position: relative;
          background-position: -33px -172px; }
      footer.page-footer .foot-bottom .left .copyright {
        color: #627295;
        margin-bottom: 0;
        font-weight: 500; }
    footer.page-footer .foot-bottom .term-list {
      display: flex;
      justify-content: center; }
      footer.page-footer .foot-bottom .term-list li {
        line-height: 1; }
        footer.page-footer .foot-bottom .term-list li:not(:first-child) {
          padding-left: 10px; }
        footer.page-footer .foot-bottom .term-list li:not(:last-child) {
          padding-right: 10px;
          border-right: 1px solid #627295; }
        footer.page-footer .foot-bottom .term-list li a {
          color: #627295;
          position: relative;
          font-weight: 500; }
          footer.page-footer .foot-bottom .term-list li a:hover {
            color: #fff; }
  footer.page-footer .app-btns {
    display: flex;
    padding-bottom: 20px; }
    footer.page-footer .app-btns a {
      width: 142px;
      height: 46px;
      padding: 0 10px;
      display: flex;
      border-radius: 4px;
      background: #181D36;
      align-items: center;
      justify-content: center;
      transition: all 0.4s ease-in-out; }
      footer.page-footer .app-btns a:hover {
        background: #000; }
      footer.page-footer .app-btns a:not(:last-child) {
        margin-right: 15px; }
      footer.page-footer .app-btns a:before {
        width: 112px;
        height: 30px;
        content: ""; }
      footer.page-footer .app-btns a.app-store:before {
        background-position: -30px 0px; }
      footer.page-footer .app-btns a.google-pay:before {
        background-position: -30px -36px; }
  @media (max-width: 767.99px) {
    footer.page-footer {
      padding-bottom: 100px; } }
  footer.page-footer .base-mob {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    position: fixed;
    border-radius: 0;
    text-align: center; }
    @media (min-width: 768px) {
      footer.page-footer .base-mob {
        display: none; } }
  footer.page-footer .back-to-top {
    right: 5px;
    bottom: -50px;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 0;
    z-index: 9;
    position: fixed;
    border-radius: 5px;
    transition: all 1s ease-in-out; }
    footer.page-footer .back-to-top:after {
      border-radius: 5px; }
    footer.page-footer .back-to-top.active {
      bottom: 10px; }
      @media (max-width: 767.99px) {
        footer.page-footer .back-to-top.active {
          bottom: 38px; } }
    @media (max-width: 767.99px) {
      footer.page-footer .back-to-top {
        right: 0;
        z-index: 100;
        border-bottom: 0; } }
    footer.page-footer .back-to-top:before {
      top: 2px;
      left: 0;
      right: 0;
      bottom: 0;
      width: 10px;
      height: 10px;
      margin: auto;
      content: "";
      position: absolute;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      transform: rotate(-315deg); }

/*# sourceMappingURL=apps.css.map */
