@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: #212121;
  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;
  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%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; }
      .container.medium {
        max-width: 980px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    .container {
      max-width: 1070px; }
      .container.medium {
        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); } }
  @media (min-width: 1024px) {
    .container.resized.is {
      margin-right: 0;
      padding-right: 0; } }
  .container.resized:not(.is) {
    margin-right: 0;
    padding-right: 0; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row.reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .row.center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: 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,
.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 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: 19px;
    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; }

@media (min-width: 1300px) {
  .container {
    max-width: 1250px; } }
.container.lg {
  max-width: 1300px; }
.container.fluid {
  max-width: 100%; }
  @media (min-width: 768px) {
    .container.fluid {
      padding: 0; } }

.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; }

.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 (max-width: 767.99px) {
  .mob-hide {
    display: none !important; } }

.l-more,
.moreless {
  border: 0;
  font-size: inherit;
  cursor: pointer;
  color: #0F62FE !important;
  font-weight: 500;
  white-space: nowrap;
  background: transparent; }

.mrcont,
.mcnt,
.mrcnt {
  display: none; }

@media (max-width: 767.99px) {
  p span.m-mrcnt {
    display: none; } }
@media (min-width: 768px) {
  p span.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: 5px;
  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: 5px;
    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.outline.default {
    color: #fff;
    border-color: #fff; }
    .btn.outline.default:hover {
      color: #212121;
      background: #fff; }
  .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.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: #003CC2;
    background: #fff; }
    .btn.default:not(.outline).active, .btn.default:not(.outline):hover {
      color: #003CC2;
      background: #e0efff; }
      .btn.default:not(.outline).active:after, .btn.default:not(.outline):hover:after {
        border-color: #e0efff; }
  .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; }

.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: " × ";
  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 {
    max-width: 860px;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #120044;
    justify-content: center; }
    @media (max-width: 767.99px) {
      .serve-gutter .serve-carousel .item figure {
        display: none; } }
  .serve-gutter .serve-carousel .item .cnts {
    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 {
      font-size: 18px;
      margin-bottom: 22px; }
      .serve-gutter .serve-carousel .item .cnts .data h3,
      .serve-gutter .serve-carousel .item .cnts .data .heading {
        font-size: 34px;
        line-height: 1.2;
        font-weight: 500;
        margin-bottom: 6px; }
        @media (min-width: 1024px) {
          .serve-gutter .serve-carousel .item .cnts .data h3,
          .serve-gutter .serve-carousel .item .cnts .data .heading {
            margin-right: -20px; } }
        @media (max-width: 767.99px) {
          .serve-gutter .serve-carousel .item .cnts .data h3,
          .serve-gutter .serve-carousel .item .cnts .data .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;
        opacity: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 30px;
        position: absolute;
        visibility: hidden;
        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.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; }

.marquee-gutter {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .marquee-gutter .container {
      display: flex;
      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%); }

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; }
    @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: #212121;
            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: #212121; }
          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: #212121;
              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: #212121; }
            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: #212121;
                  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 .trial--info {
  margin-right: 18px; }
  header .trial--info .btn {
    padding-top: 12px;
    padding-bottom: 12px; }
  @media (max-width: 767.99px) {
    header .trial--info a {
      height: 44px !important;
      color: #fff !important;
      z-index: 9 !important;
      left: 0 !important;
      right: 0 !important;
      position: fixed !important;
      bottom: 0 !important;
      width: 100% !important;
      background: #5951FF !important;
      border-radius: 0 !important;
      display: none; } }
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 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; } }
  header.fixed .trial--info .btn {
    color: #5951FF;
    border-color: #5951FF; }
    header.fixed .trial--info .btn:hover {
      color: #fff;
      background: #5951FF; }

@media (min-width: 1024px) {
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
    color: #fff; }
    body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
      color: #5951FF; }
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow > a:after, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow > a:after, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow > a:after, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow > a:after {
    border-color: #fff; }
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a {
    color: #5951FF; }
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover.d-arrow a:after, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover.d-arrow a:after, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover.d-arrow a:after, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover.d-arrow a:after {
    border-color: #5951FF; }
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a {
    color: #5951FF; }
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after {
    border-color: #5951FF; } }
@media (min-width: 768px) {
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call {
    border-color: #fff; }
    body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call i.svg.phone-icon {
      background-position: -5px 0px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle:before, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle:before, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle:before, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle:before {
    background: #fff; }
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle:after, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle:after, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle:after, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle:after {
    border-color: #fff; }
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle.opened:before, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle.opened:before, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle.opened:before, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle.opened:before {
    background: #fff; }
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle.opened:after, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle.opened:after, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle.opened:after, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .menu-toggle.opened:after {
    background: #fff; } }

@media (max-width: 767.99px) {
  body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call {
    border-color: #212121; }
    body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call i.svg.phone-icon {
      background-position: -5px -19px; }
    body:not(.home) header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-full-width header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-semantic header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-ads header.page-header:not(.fixed):not(.price-header1) .fxc .header-contact .get-call:hover i.svg.phone-icon {
      background-position: -5px 0px; } }
body:not(.home) header.page-header:not(.fixed) .trial--info .btn, body.page-template-page-full-width header.page-header:not(.fixed) .trial--info .btn, body.page-template-page-semantic header.page-header:not(.fixed) .trial--info .btn, body.page-template-page-ads header.page-header:not(.fixed) .trial--info .btn {
  color: #fff;
  border-color: #fff; }
  body:not(.home) header.page-header:not(.fixed) .trial--info .btn:hover, body.page-template-page-full-width header.page-header:not(.fixed) .trial--info .btn:hover, body.page-template-page-semantic header.page-header:not(.fixed) .trial--info .btn:hover, body.page-template-page-ads header.page-header:not(.fixed) .trial--info .btn:hover {
    color: #fff;
    background: #5951FF;
    border-color: #5951FF; }
@media (max-width: 767.99px) {
  body:not(.home) header.page-header.fixed, body.page-template-page-full-width header.page-header.fixed, body.page-template-page-semantic header.page-header.fixed, body.page-template-page-ads header.page-header.fixed {
    background: rgba(255, 255, 255, 0.95); } }
@media (max-width: 1023px) {
  body:not(.home) header.page-header.fixed .fxc .logo.opened, body.page-template-page-full-width header.page-header.fixed .fxc .logo.opened, body.page-template-page-semantic header.page-header.fixed .fxc .logo.opened, body.page-template-page-ads header.page-header.fixed .fxc .logo.opened {
    background: transparent; }
    body:not(.home) header.page-header.fixed .fxc .logo.opened img, body.page-template-page-full-width header.page-header.fixed .fxc .logo.opened img, body.page-template-page-semantic header.page-header.fixed .fxc .logo.opened img, body.page-template-page-ads header.page-header.fixed .fxc .logo.opened img {
      opacity: 1; } }
@media (min-width: 1024px) {
  body:not(.home) header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-ads header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
    color: #242a37; }
    body:not(.home) header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-ads header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
      color: #212121; }
  body:not(.home) header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow a:after, body.page-template-page-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow a:after, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow a:after, body.page-template-page-ads header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow a:after {
    border-color: #242a37; }
  body:not(.home) header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body:not(.home) header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a, body.page-template-page-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.page-template-page-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a, body.page-template-page-ads header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.page-template-page-ads header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a {
    color: #212121; }
  body:not(.home) header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow a:after, body.page-template-page-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow a:after, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow a:after, body.page-template-page-ads header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow a:after {
    border-color: #212121; }
  body:not(.home) header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu, body.page-template-page-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu, body.page-template-page-ads header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; } }
body:not(.home) header.page-header.fixed .fxc .header-contact .get-call, body.page-template-page-full-width header.page-header.fixed .fxc .header-contact .get-call, body.page-template-page-semantic header.page-header.fixed .fxc .header-contact .get-call, body.page-template-page-ads header.page-header.fixed .fxc .header-contact .get-call {
  border-color: #212121; }
  body:not(.home) header.page-header.fixed .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-full-width header.page-header.fixed .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-semantic header.page-header.fixed .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-ads header.page-header.fixed .fxc .header-contact .get-call i.svg.phone-icon {
    background-position: -5px -19px; }
  body:not(.home) header.page-header.fixed .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-full-width header.page-header.fixed .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-semantic header.page-header.fixed .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-ads header.page-header.fixed .fxc .header-contact .get-call:hover i.svg.phone-icon {
    background-position: -5px 0px; }
@media (min-width: 1024px) {
  body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
    color: #242a37; }
    body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:after, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:after, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:after, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:after, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:after {
      border-color: #242a37; }
    body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
      color: #212121; }
      body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover:after, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover:after, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover:after, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover:after, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover:after {
        border-color: #212121; }
  body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a {
    color: #212121; }
    body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a:after, body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a:after, body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a:after, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a:after, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a:after, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a:after, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a:after, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a:after, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a:after, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a:after, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a:after, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a:after, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a:after, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a:after, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a:after {
      border-color: #212121; }
  body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a {
    color: #5951FF; }
  body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body.home header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body:not(.page-template-page-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body:not(.page-template-page-semantic) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body:not(.page-template-page-ads) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body.page-template-page-full-width-primary header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after {
    border-color: #5951FF; } }
body.home header.page-header .fxc .header-contact .get-call, body:not(.page-template-page-full-width) header.page-header .fxc .header-contact .get-call, body:not(.page-template-page-semantic) header.page-header .fxc .header-contact .get-call, body:not(.page-template-page-ads) header.page-header .fxc .header-contact .get-call, body.page-template-page-full-width-primary header.page-header .fxc .header-contact .get-call {
  border-color: #212121; }
  body.home header.page-header .fxc .header-contact .get-call i.svg.phone-icon, body:not(.page-template-page-full-width) header.page-header .fxc .header-contact .get-call i.svg.phone-icon, body:not(.page-template-page-semantic) header.page-header .fxc .header-contact .get-call i.svg.phone-icon, body:not(.page-template-page-ads) header.page-header .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-full-width-primary header.page-header .fxc .header-contact .get-call i.svg.phone-icon {
    background-position: -5px -19px; }
  body.home header.page-header .fxc .header-contact .get-call:hover i.svg.phone-icon, body:not(.page-template-page-full-width) header.page-header .fxc .header-contact .get-call:hover i.svg.phone-icon, body:not(.page-template-page-semantic) header.page-header .fxc .header-contact .get-call:hover i.svg.phone-icon, body:not(.page-template-page-ads) header.page-header .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-full-width-primary header.page-header .fxc .header-contact .get-call:hover i.svg.phone-icon {
    background-position: -5px 0px; }
body.home header.page-header .trial--info .btn, body:not(.page-template-page-full-width) header.page-header .trial--info .btn, body:not(.page-template-page-semantic) header.page-header .trial--info .btn, body:not(.page-template-page-ads) header.page-header .trial--info .btn, body.page-template-page-full-width-primary header.page-header .trial--info .btn {
  color: #5951FF;
  border-color: #5951FF; }
  body.home header.page-header .trial--info .btn:hover, body:not(.page-template-page-full-width) header.page-header .trial--info .btn:hover, body:not(.page-template-page-semantic) header.page-header .trial--info .btn:hover, body:not(.page-template-page-ads) header.page-header .trial--info .btn:hover, body.page-template-page-full-width-primary header.page-header .trial--info .btn:hover {
    color: #fff;
    background: #5951FF; }
body.home header.page-header.price-header1 .trial--info .btn, body:not(.page-template-page-full-width) header.page-header.price-header1 .trial--info .btn, body:not(.page-template-page-semantic) header.page-header.price-header1 .trial--info .btn, body:not(.page-template-page-ads) header.page-header.price-header1 .trial--info .btn, body.page-template-page-full-width-primary header.page-header.price-header1 .trial--info .btn {
  color: #5951FF;
  border-color: #5951FF; }
  body.home header.page-header.price-header1 .trial--info .btn:hover, body:not(.page-template-page-full-width) header.page-header.price-header1 .trial--info .btn:hover, body:not(.page-template-page-semantic) header.page-header.price-header1 .trial--info .btn:hover, body:not(.page-template-page-ads) header.page-header.price-header1 .trial--info .btn:hover, body.page-template-page-full-width-primary header.page-header.price-header1 .trial--info .btn:hover {
    color: #fff;
    background: #5951FF; }
@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; }

@media (min-width: 768px) {
  body:not(.home) .page-header:not(.fixed):not(.price-header1) .fxc img, body.page-template-page-full-width .page-header:not(.fixed):not(.price-header1) .fxc img, body.page-template-page-semantic .page-header:not(.fixed):not(.price-header1) .fxc img, body.page-template-page-ads .page-header:not(.fixed):not(.price-header1) .fxc img {
    content: url(../img/logo/primary/zapium.svg); } }
@media (min-width: 1024px) {
  body:not(.home) .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body:not(.home) .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body:not(.home) .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-full-width .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.page-template-page-full-width .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.page-template-page-full-width .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-semantic .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.page-template-page-semantic .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.page-template-page-semantic .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a, body.page-template-page-ads .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body.page-template-page-ads .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body.page-template-page-ads .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a {
    color: #5951FF; }
  body:not(.home) .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body:not(.home) .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body:not(.home) .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body.page-template-page-full-width .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body.page-template-page-full-width .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body.page-template-page-full-width .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body.page-template-page-semantic .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body.page-template-page-semantic .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body.page-template-page-semantic .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after, body.page-template-page-ads .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-parent > a:after, body.page-template-page-ads .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow.current-menu-item > a:after, body.page-template-page-ads .page-header:not(.fixed):not(.price-header1) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.d-arrow:hover > a:after {
    border-color: #5951FF; } }

@-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;
  align-items: center;
  position: relative;
  background: #020C1E; }
  @media (min-width: 1024px) {
    .page-head {
      height: 100vh;
      min-height: 650px; } }
  @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;
      align-items: center;
      justify-content: space-between; } }
  @media (min-width: 1024px) and (max-width: 1300px) {
    .page-head .container {
      max-width: calc(100% - 100px); } }
  .page-head .container .cnts {
    height: 100%;
    position: relative; }
    @media (min-width: 1024px) {
      .page-head .container .cnts {
        width: 52%;
        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 {
      color: #96A0C1;
      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 {
        color: #fff;
        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;
          background: url(../img/svg/star.svg) no-repeat; }
        .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 {
        color: #fff;
        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; }
  @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; }
    .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 .awards {
    gap: 38px;
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767.99px) {
      .page-head .awards {
        gap: 20px;
        display: grid;
        padding: 20px;
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr); } }

.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; } }

body.home-gutter .page-head {
  overflow: hidden;
  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;
  background: #0b1121; }
  @media (min-width: 1024px) {
    body.home-gutter .page-head {
      height: 100vh;
      min-height: 650px; } }
  @media (min-width: 768px) {
    body.home-gutter .page-head {
      padding-top: 86px; } }
  @media (max-width: 1023.99px) {
    body.home-gutter .page-head {
      margin: 0;
      text-align: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding-top: 122px;
      padding-bottom: 62px;
      background: url(../img/svg/head.jpg) no-repeat center/100% #0b1121; } }
  body.home-gutter .page-head .cnt {
    z-index: 1;
    color: #96A0C1;
    position: relative; }
    @media (min-width: 1024px) {
      body.home-gutter .page-head .cnt {
        max-width: 630px; } }
    body.home-gutter .page-head .cnt div.heading {
      color: #fff;
      line-height: 1.2;
      font-weight: 500;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        body.home-gutter .page-head .cnt div.heading {
          font-size: 22px; } }
      @media (max-width: 767.99px) {
        body.home-gutter .page-head .cnt div.heading {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        body.home-gutter .page-head .cnt div.heading.max {
          margin-right: -25px; } }
    body.home-gutter .page-head .cnt p.heading,
    body.home-gutter .page-head .cnt aside {
      color: #fff;
      line-height: 1.2;
      font-weight: 600;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        body.home-gutter .page-head .cnt p.heading,
        body.home-gutter .page-head .cnt aside {
          font-size: 44px; } }
      @media (max-width: 767.99px) {
        body.home-gutter .page-head .cnt p.heading,
        body.home-gutter .page-head .cnt aside {
          font-size: 32px; } }
    body.home-gutter .page-head .cnt .dec {
      color: #96A0C1;
      font-size: 18px;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        body.home-gutter .page-head .cnt .dec {
          max-width: 400px; } }
      @media (max-width: 767.99px) {
        body.home-gutter .page-head .cnt .dec {
          font-size: 16px; } }
    body.home-gutter .page-head .cnt h1 {
      display: inline;
      font-size: inherit !important;
      font-weight: inherit !important; }
  @media (max-width: 1023.99px) {
    body.home-gutter .page-head br {
      display: none; } }
  body.home-gutter .page-head figure {
    transition: none !important; }
    body.home-gutter .page-head figure img {
      top: 90px;
      right: -50px;
      bottom: 0;
      margin: auto;
      position: absolute; }
      @media (min-width: 1900px) {
        body.home-gutter .page-head figure img {
          top: 20px;
          right: -200px; } }
      @media (min-width: 1680px) and (max-width: 1850px) {
        body.home-gutter .page-head figure img {
          right: 50px; } }
      @media (min-width: 1024px) and (max-width: 1366px) {
        body.home-gutter .page-head figure img {
          max-width: calc(100% - 450px); } }
      @media (min-width: 1024px) and (max-width: 1300px) {
        body.home-gutter .page-head figure img {
          right: 0; } }
    @media (max-width: 1023.99px) {
      body.home-gutter .page-head figure {
        display: none; } }
  @media (min-width: 1900px) {
    body.home-gutter .page-head .container {
      position: relative; } }
  @media (min-width: 1024px) and (max-width: 1300px) {
    body.home-gutter .page-head .container {
      max-width: calc(100% - 100px); } }
body.home-gutter .pro-gutter .col-md-4:not(:last-child) {
  margin-bottom: 22px; }
body.home-gutter .pro-gutter .box {
  padding: 28px;
  border-radius: 10px;
  display: flex;
  position: relative; }
  @media (max-width: 767.99px) {
    body.home-gutter .pro-gutter .box {
      padding: 24px; } }
  body.home-gutter .pro-gutter .box:before {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    background: url(../img/home/icon.svg) no-repeat 0 0; }
  body.home-gutter .pro-gutter .box.regular {
    background: #2EA826; }
  body.home-gutter .pro-gutter .box.primary {
    background: #EE840C; }
  body.home-gutter .pro-gutter .box.secondary {
    background: #2972E9; }
  body.home-gutter .pro-gutter .box span.circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1); }
    body.home-gutter .pro-gutter .box span.circle i.svg {
      width: 42px;
      height: 38px; }
      body.home-gutter .pro-gutter .box span.circle i.svg.crm-icon {
        background-position: -44px -197px; }
      body.home-gutter .pro-gutter .box span.circle i.svg.fs-icon {
        background-position: -46px -241px; }
      body.home-gutter .pro-gutter .box span.circle i.svg.fm-icon {
        background-position: -49px -284px; }
  body.home-gutter .pro-gutter .box .cnts {
    color: #fff;
    font-size: 15.5px; }
    body.home-gutter .pro-gutter .box .cnts .heading {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.25;
      margin-bottom: 6px; }
    body.home-gutter .pro-gutter .box .cnts .learn-more {
      color: #fff;
      font-weight: 600;
      display: inline-flex;
      align-items: center; }
      body.home-gutter .pro-gutter .box .cnts .learn-more i {
        top: 1px;
        left: 6px;
        width: 16px;
        height: 12px;
        background-position: -134px -105px;
        transition: all 0.5s ease-in-out; }
      body.home-gutter .pro-gutter .box .cnts .learn-more:hover i {
        left: 10px; }
body.home-gutter .business--gutter {
  overflow: hidden; }
  body.home-gutter .business--gutter .fc-col {
    position: relative; }
    @media (min-width: 1024px) {
      body.home-gutter .business--gutter .fc-col:not(:last-child) {
        margin-bottom: 70px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      body.home-gutter .business--gutter .fc-col:not(:last-child) {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      body.home-gutter .business--gutter .fc-col:not(:last-child) {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      body.home-gutter .business--gutter .fc-col .row {
        align-items: center; }
      body.home-gutter .business--gutter .fc-col.reverse .row {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      body.home-gutter .business--gutter .fc-col .left .cnt {
        margin-left: 40px; }
      body.home-gutter .business--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; }
      body.home-gutter .business--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; }
      body.home-gutter .business--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; }
        body.home-gutter .business--gutter .fc-col .right .flex-cnt .cnt {
          margin-right: 40px; } }
    @media (max-width: 767px) {
      body.home-gutter .business--gutter .fc-col figure {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      body.home-gutter .business--gutter .fc-col figure {
        min-height: 304px;
        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; }
        body.home-gutter .business--gutter .fc-col figure img {
          z-index: 1;
          position: relative; } }
    body.home-gutter .business--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) {
    body.home-gutter .business--gutter .tab-content {
      display: none; } }
  body.home-gutter .business--gutter .nav-tabs .tab-link:not(:last-child) .cnt {
    border-bottom: 1px solid #CACAE8; }
  body.home-gutter .business--gutter .nav-tabs .tab-link .cnt {
    max-height: 80px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 767.99px) {
      body.home-gutter .business--gutter .nav-tabs .tab-link .cnt {
        border-bottom: 1px solid #CACAE8; } }
    body.home-gutter .business--gutter .nav-tabs .tab-link .cnt h3 {
      line-height: 1.2;
      cursor: pointer;
      margin-bottom: 15px;
      display: flex;
      align-items: center; }
      @media (min-width: 1024px) {
        body.home-gutter .business--gutter .nav-tabs .tab-link .cnt h3 {
          font-size: 22px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        body.home-gutter .business--gutter .nav-tabs .tab-link .cnt h3 {
          font-size: 21px; } }
      @media (max-width: 767px) {
        body.home-gutter .business--gutter .nav-tabs .tab-link .cnt h3 {
          font-size: 18px; } }
      body.home-gutter .business--gutter .nav-tabs .tab-link .cnt h3 i.svg {
        width: 42px;
        height: 52px;
        min-width: 42px;
        margin-right: 20px;
        background-position: -1px -234px; }
    body.home-gutter .business--gutter .nav-tabs .tab-link .cnt .circle-list {
      margin-left: 60px; }
      body.home-gutter .business--gutter .nav-tabs .tab-link .cnt .circle-list li a {
        color: inherit; }
    body.home-gutter .business--gutter .nav-tabs .tab-link .cnt .button {
      margin-top: 22px;
      margin-left: 50px; }
  @media (min-width: 768px) {
    body.home-gutter .business--gutter .nav-tabs .tab-link.active .cnt {
      max-height: 400px; }
      body.home-gutter .business--gutter .nav-tabs .tab-link.active .cnt h3 i.svg {
        height: 30px;
        background-position: -2px -196px; } }
  @media (max-width: 767.99px) {
    body.home-gutter .business--gutter .nav-tabs.tab-mob .tab-link .cnt {
      max-height: 80px;
      padding: 10px 0; }
    body.home-gutter .business--gutter .nav-tabs.tab-mob .tab-link.opened .cnt {
      max-height: 500px; }
      body.home-gutter .business--gutter .nav-tabs.tab-mob .tab-link.opened .cnt i.svg {
        height: 30px;
        background-position: -2px -196px; } }
body.home-gutter .tab-gutter .p-box {
  background: #fff; }
  @media (min-width: 768px) {
    body.home-gutter .tab-gutter .p-box {
      padding: 60px 0 0 60px; }
      body.home-gutter .tab-gutter .p-box .heading-gutter {
        margin-left: -60px; } }
  @media (max-width: 767.99px) {
    body.home-gutter .tab-gutter .p-box {
      padding: 0;
      padding-top: 22px; } }
  body.home-gutter .tab-gutter .p-box.nopd {
    padding: 0; }
    @media (min-width: 768px) {
      body.home-gutter .tab-gutter .p-box.nopd .nav-tabs {
        padding: 45px; } }
    body.home-gutter .tab-gutter .p-box.nopd .tab-pane .cnts {
      padding: 0 !important; }
      body.home-gutter .tab-gutter .p-box.nopd .tab-pane .cnts figure {
        margin-bottom: 0 !important; }
@media (min-width: 768px) {
  body.home-gutter .tab-gutter .vertical-tabs-section {
    display: flex;
    align-items: flex-start; } }
@media (min-width: 768px) {
  body.home-gutter .tab-gutter .vertical-tabs-section .nav-tabs {
    width: 50%;
    display: flex;
    flex-wrap: wrap; }
    body.home-gutter .tab-gutter .vertical-tabs-section .nav-tabs li {
      width: 50%;
      font-size: 15px;
      color: #363B50;
      cursor: pointer;
      display: flex;
      align-items: center;
      position: relative;
      padding: 15px 30px 15px 22px;
      transition: 0.3s ease-in-out;
      border-left: 4px solid #FCFCFC; }
      body.home-gutter .tab-gutter .vertical-tabs-section .nav-tabs li.active {
        color: #0F62FE;
        font-weight: 500;
        border-color: #0F62FE; } }
@media (max-width: 767.99px) {
  body.home-gutter .tab-gutter .vertical-tabs-section .nav-tabs {
    display: flex;
    overflow: auto;
    border-radius: 30px;
    margin-bottom: 30px; }
    body.home-gutter .tab-gutter .vertical-tabs-section .nav-tabs li {
      color: #363B50;
      font-size: 13px;
      font-weight: 500;
      padding: 6px 8px;
      text-align: center;
      white-space: nowrap;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 2px solid transparent; }
      body.home-gutter .tab-gutter .vertical-tabs-section .nav-tabs li:not(:last-child) {
        margin-right: 10px; }
      body.home-gutter .tab-gutter .vertical-tabs-section .nav-tabs li i {
        display: none; }
      body.home-gutter .tab-gutter .vertical-tabs-section .nav-tabs li:hover, body.home-gutter .tab-gutter .vertical-tabs-section .nav-tabs li.active {
        color: #0F62FE;
        border-color: #0F62FE; } }
@media (min-width: 768px) {
  body.home-gutter .tab-gutter .vertical-tabs-section .tab-content {
    width: 50%;
    padding-left: 66px; } }
body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts {
  padding: 36px;
  color: #0F1941;
  padding-right: 0;
  background: #E7F3FF; }
  @media (max-width: 767.99px) {
    body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts {
      padding: 18px 0; } }
  body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 22px;
    padding: 0 20px; }
    @media (max-width: 767.99px) {
      body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts h3 {
        font-size: 17px;
        margin-bottom: 12px; } }
    body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts h3 a {
      color: inherit; }
  body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts figure {
    overflow: hidden;
    margin-bottom: 18px; }
    body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts figure img {
      left: 16px;
      position: relative;
      border-radius: 10px; }
  body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt {
    padding: 0 30px 0 20px; }
    @media (max-width: 767.99px) {
      body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt {
        padding: 0 20px;
        font-size: 14px; } }
    body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt .ellipsis {
      display: inline-block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt .owl-carousel .item {
      color: #878FB1;
      font-size: 14px;
      padding-bottom: 32px; }
      body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt .owl-carousel .item b {
        color: #000;
        display: block;
        font-size: 15px;
        font-weight: 500; }
    body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt .owl-carousel .owl-dots {
      bottom: 0;
      display: flex;
      align-items: center; }
      body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt .owl-carousel .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        border-radius: 100px; }
      body.home-gutter .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt .owl-carousel .owl-dots .owl-dot.active span {
        width: 12px;
        height: 12px; }
body.home-gutter .stkrbu {
  overflow: hidden; }
  body.home-gutter .stkrbu .button {
    margin-top: 20px;
    margin-left: 18px; }
body.home-gutter .business-gutter {
  overflow: hidden; }
  body.home-gutter .business-gutter .fc-col {
    position: relative; }
    @media (min-width: 1024px) {
      body.home-gutter .business-gutter .fc-col:not(:last-child) {
        margin-bottom: 170px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      body.home-gutter .business-gutter .fc-col:not(:last-child) {
        margin-bottom: 120px; } }
    @media (max-width: 767px) {
      body.home-gutter .business-gutter .fc-col:not(:last-child) {
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      body.home-gutter .business-gutter .fc-col.reverse .row {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      body.home-gutter .business-gutter .fc-col.left figure:before {
        left: -60px; }
      body.home-gutter .business-gutter .fc-col.left .cnt {
        margin-left: 40px; }
      body.home-gutter .business-gutter .fc-col.right figure {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
        body.home-gutter .business-gutter .fc-col.right figure:before {
          left: 54px; }
      body.home-gutter .business-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; }
        body.home-gutter .business-gutter .fc-col.right .flex-cnt .cnt {
          margin-right: 40px; } }
    @media (max-width: 767px) {
      body.home-gutter .business-gutter .fc-col figure {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      body.home-gutter .business-gutter .fc-col figure {
        min-height: 304px;
        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; }
        body.home-gutter .business-gutter .fc-col figure:before {
          left: 0;
          top: 0;
          width: 100%;
          bottom: 0;
          content: "";
          position: absolute;
          background: url(../img/animate//bussiness-bg.svg) no-repeat bottom center; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      body.home-gutter .business-gutter .fc-col figure:before {
        display: none; } }
    @media (min-width: 768px) {
        body.home-gutter .business-gutter .fc-col figure img {
          z-index: 1;
          position: relative; } }
    @media (min-width: 1024px) {
      body.home-gutter .business-gutter .fc-col.fc figure:after {
        z-index: 2;
        width: 84px;
        height: 12px;
        content: "";
        position: absolute;
        background: url(../img/fc.svg) no-repeat bottom center; } }
    @media (min-width: 1024px) {
      body.home-gutter .business-gutter .fc-col.fc.left figure:after {
        right: 52px;
        bottom: -16px; } }
    @media (min-width: 1024px) {
      body.home-gutter .business-gutter .fc-col.fc.right figure:after {
        right: -20px;
        bottom: -10px; } }
    body.home-gutter .business-gutter .fc-col .flex-cnt {
      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; }
    body.home-gutter .business-gutter .fc-col .nomore {
      color: #fe8300;
      font-weight: 300; }
      @media (min-width: 1024px) {
        body.home-gutter .business-gutter .fc-col .nomore {
          font-size: 17px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        body.home-gutter .business-gutter .fc-col .nomore {
          font-size: 16px; } }
      @media (max-width: 767px) {
        body.home-gutter .business-gutter .fc-col .nomore {
          font-size: 16px; } }
    body.home-gutter .business-gutter .fc-col h4, body.home-gutter .business-gutter .fc-col h3 {
      line-height: 1.2;
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        body.home-gutter .business-gutter .fc-col h4, body.home-gutter .business-gutter .fc-col h3 {
          font-size: 28px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        body.home-gutter .business-gutter .fc-col h4, body.home-gutter .business-gutter .fc-col h3 {
          font-size: 26px; } }
      @media (max-width: 767px) {
        body.home-gutter .business-gutter .fc-col h4, body.home-gutter .business-gutter .fc-col h3 {
          font-size: 24px; } }
    @media (min-width: 1024px) {
      body.home-gutter .business-gutter .fc-col p.li {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      body.home-gutter .business-gutter .fc-col p.li {
        font-size: 17px; } }
    @media (max-width: 767px) {
      body.home-gutter .business-gutter .fc-col p.li {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      body.home-gutter .business-gutter .fc-col .cnt {
        font-size: 17px; } }
    @media (max-width: 1023px) {
      body.home-gutter .business-gutter .fc-col .cnt {
        font-size: 16px; } }
    body.home-gutter .business-gutter .fc-col .cnt .button {
      margin-top: 22px;
      margin-left: 2px; }
    @media (min-width: 1024px) {
      body.home-gutter .business-gutter .fc-col .customer-logo h4, body.home-gutter .business-gutter .fc-col .customer-logo h3 {
        margin-bottom: 32px; }
      body.home-gutter .business-gutter .fc-col .customer-logo .cnt .secondary-list li:not(:last-child) {
        margin-bottom: 18px; }
      body.home-gutter .business-gutter .fc-col .customer-logo .cnt .button {
        margin-top: 30px; } }
  body.home-gutter .business-gutter.no .fc-col figure:before {
    display: none !important; }
  body.home-gutter .business-gutter figure.no:before {
    display: none !important; }
body.home-gutter .plain-gutter .owl-carousel .item .cnts {
  height: 200px;
  font-size: 15px;
  color: #2D385A;
  padding: 36px 30px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  border: 1px solid #EDEFF8; }
  @media (min-width: 1100px) and (max-width: 1299px) {
    body.home-gutter .plain-gutter .owl-carousel .item .cnts {
      height: 230px; } }
  @media (min-width: 1000px) and (max-width: 1100px) {
    body.home-gutter .plain-gutter .owl-carousel .item .cnts {
      height: 260px; } }
  @media (min-width: 768px) and (max-width: 1000px) {
    body.home-gutter .plain-gutter .owl-carousel .item .cnts {
      height: 330px; } }
  @media (max-width: 767.99px) {
    body.home-gutter .plain-gutter .owl-carousel .item .cnts {
      height: 250px;
      padding: 24px; } }
  body.home-gutter .plain-gutter .owl-carousel .item .cnts.no {
    border: 0 !important;
    background: transparent !important; }
  body.home-gutter .plain-gutter .owl-carousel .item .cnts .data {
    left: -1px;
    top: -1px;
    min-height: 200px;
    padding: 36px 30px;
    width: calc(100% + 2px);
    background: #fff;
    position: absolute;
    border-radius: 20px;
    border: 1px solid #EDEFF8; }
    @media (min-width: 1100px) and (max-width: 1299px) {
      body.home-gutter .plain-gutter .owl-carousel .item .cnts .data {
        min-height: 230px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      body.home-gutter .plain-gutter .owl-carousel .item .cnts .data {
        min-height: 260px; } }
    @media (min-width: 768px) and (max-width: 1000px) {
      body.home-gutter .plain-gutter .owl-carousel .item .cnts .data {
        min-height: 330px; } }
    @media (max-width: 767.99px) {
      body.home-gutter .plain-gutter .owl-carousel .item .cnts .data {
        min-height: 250px;
        padding: 24px; } }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .data.open {
      z-index: 2; }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .data h3 {
      margin-bottom: 10px; }
      body.home-gutter .plain-gutter .owl-carousel .item .cnts .data h3 a {
        color: inherit; }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .data p {
      margin-bottom: 0px; }
      body.home-gutter .plain-gutter .owl-carousel .item .cnts .data p .txt {
        display: inline-block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  body.home-gutter .plain-gutter .owl-carousel .item .cnts .circle {
    left: 20px;
    top: -22px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D9E1E8; }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .circle .svg.icon1 {
      width: 26px;
      height: 22px;
      background-position: -2px -50px; }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .circle .svg.icon2 {
      width: 26px;
      height: 24px;
      background-position: -2px -76px; }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .circle .svg.icon3 {
      width: 24px;
      height: 24px;
      background-position: -2px -104px; }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .circle .svg.icon4 {
      width: 19px;
      height: 25px;
      background-position: -5px -133px; }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .circle .svg.icon5 {
      width: 26px;
      height: 22px;
      background-position: -2px -50px; }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .circle .svg.icon6 {
      width: 23px;
      height: 23px;
      background-position: -4px -162px; }
    body.home-gutter .plain-gutter .owl-carousel .item .cnts .circle .svg.icon7 {
      width: 26px;
      height: 22px;
      background-position: -2px -50px; }
  body.home-gutter .plain-gutter .owl-carousel .item .cnts h3 {
    color: #0F1941;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px; }
  body.home-gutter .plain-gutter .owl-carousel .item .cnts .p1 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media (max-width: 767.99px) {
    body.home-gutter .plain-gutter .owl-carousel .item .cnts:last-child .data {
      bottom: 0;
      top: auto; } }
  @media (max-width: 767.99px) {
    body.home-gutter .plain-gutter .owl-carousel .item .cnts.last .data {
      bottom: auto;
      top: 0; } }
body.home-gutter .plain-gutter .owl-carousel .item .row .col-md-4:nth-child(4) .cnts .data, body.home-gutter .plain-gutter .owl-carousel .item .row .col-md-4:nth-child(5) .cnts .data, body.home-gutter .plain-gutter .owl-carousel .item .row .col-md-4:nth-child(6) .cnts .data {
  bottom: 0;
  top: auto; }
body.home-gutter .plain-gutter.type2 {
  background: #F9FAFB; }
  @media (min-width: 768px) {
    body.home-gutter .plain-gutter.type2 .owl-carousel:not(.no-nav) {
      padding-bottom: 70px; } }
  body.home-gutter .plain-gutter.type2 .owl-carousel .item .cnts {
    margin-bottom: 22px; }
body.home-gutter .plain-gutter.type4 {
  background: #0C1122; }
  @media (min-width: 768px) {
    body.home-gutter .plain-gutter.type4 .owl-carousel:not(.no-nav) {
      padding-bottom: 70px; } }
  body.home-gutter .plain-gutter.type4 .owl-carousel .item .cnts {
    color: #949CB3;
    margin-bottom: 26px;
    background: #161A2B;
    border-color: #161A2B; }
    body.home-gutter .plain-gutter.type4 .owl-carousel .item .cnts h3 {
      color: #fff; }
    body.home-gutter .plain-gutter.type4 .owl-carousel .item .cnts .data {
      background: #161A2B;
      border-color: #161A2B; }
      body.home-gutter .plain-gutter.type4 .owl-carousel .item .cnts .data p .bullet-list {
        display: block;
        overflow: auto;
        max-height: 220px;
        margin-bottom: 12px; }
        body.home-gutter .plain-gutter.type4 .owl-carousel .item .cnts .data p .bullet-list span {
          display: block;
          padding-left: 20px;
          position: relative; }
          body.home-gutter .plain-gutter.type4 .owl-carousel .item .cnts .data p .bullet-list span:not(:last-child) {
            margin-top: 10px; }
          body.home-gutter .plain-gutter.type4 .owl-carousel .item .cnts .data p .bullet-list span:before {
            left: 0;
            top: 10px;
            width: 7px;
            height: 7px;
            content: "";
            position: absolute;
            background: #3D61FF; }
body.home-gutter .work-gutter {
  background: #fff; }
  @media (min-width: 768px) {
    body.home-gutter .work-gutter .owl-carousel:not(.no-nav) {
      padding-bottom: 80px; } }
  body.home-gutter .work-gutter .owl-carousel .item .box {
    height: 100%;
    display: flex;
    border-radius: 20px; }
    body.home-gutter .work-gutter .owl-carousel .item .box.type1 {
      background-color: #EB0029; }
      body.home-gutter .work-gutter .owl-carousel .item .box.type1 .cnts {
        color: #fff; }
    body.home-gutter .work-gutter .owl-carousel .item .box.type2 {
      background-color: #105BAF; }
      body.home-gutter .work-gutter .owl-carousel .item .box.type2 .cnts {
        color: #fff; }
    body.home-gutter .work-gutter .owl-carousel .item .box.type3 {
      background-color: #EAECF3; }
      body.home-gutter .work-gutter .owl-carousel .item .box.type3 .cnts {
        color: #000; }
    body.home-gutter .work-gutter .owl-carousel .item .box.type4 {
      background-color: #F3EAEA; }
      body.home-gutter .work-gutter .owl-carousel .item .box.type4 .cnts {
        color: #000; }
  body.home-gutter .work-gutter .owl-carousel .item .cnts {
    font-size: 15px;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 767.99px) {
      body.home-gutter .work-gutter .owl-carousel .item .cnts {
        font-size: 14px;
        padding: 40px 24px; } }
    body.home-gutter .work-gutter .owl-carousel .item .cnts figure {
      max-width: 150px; }
      @media (max-width: 767.99px) {
        body.home-gutter .work-gutter .owl-carousel .item .cnts figure {
          margin-bottom: 40px; } }
    body.home-gutter .work-gutter .owl-carousel .item .cnts p {
      opacity: 0.8; }
    body.home-gutter .work-gutter .owl-carousel .item .cnts h3 {
      font-size: 24px;
      font-weight: 550;
      margin-bottom: 10px; }
      @media (max-width: 767.99px) {
        body.home-gutter .work-gutter .owl-carousel .item .cnts h3 {
          font-size: 20px; } }
      body.home-gutter .work-gutter .owl-carousel .item .cnts h3 a {
        color: inherit; }
    body.home-gutter .work-gutter .owl-carousel .item .cnts .more {
      color: inherit;
      font-weight: 500;
      margin-top: 12px;
      display: inline-block; }
      body.home-gutter .work-gutter .owl-carousel .item .cnts .more i {
        width: 18px;
        height: 8px;
        background-position: -28px -101px; }
        body.home-gutter .work-gutter .owl-carousel .item .cnts .more i.primary {
          background-position: -46px -101px; }
  body.home-gutter .work-gutter .owl-carousel .item .fig {
    min-width: 380px; }
    @media (max-width: 767.99px) {
      body.home-gutter .work-gutter .owl-carousel .item .fig {
        display: none; } }

body .homepage {
  color: #13184E; }
  body .homepage .learn-more {
    color: #13184E;
    font-weight: 500;
    display: inline-flex;
    align-items: center; }
    body .homepage .learn-more i {
      left: 10px;
      width: 27px;
      height: 27px;
      transition: all 0.5s ease-in-out;
      background-position: -177px -32px; }
    body .homepage .learn-more:hover {
      color: #13184E; }
      body .homepage .learn-more:hover i {
        left: 16px; }
    body .homepage .learn-more.primary {
      color: #fff; }
      body .homepage .learn-more.primary i {
        background-position: -209px -32px; }
  @media (min-width: 768px) {
    body .homepage .pro-gutter .owl-carousel {
      gap: 26px;
      display: flex; } }
  @media (min-width: 768px) {
    body .homepage .pro-gutter .item {
      width: 100%;
      max-width: 33.333%; } }
  body .homepage .pro-gutter .item .box {
    padding: 30px 28px;
    position: relative;
    border-radius: 16px; }
    @media (max-width: 767.99px) {
      body .homepage .pro-gutter .item .box {
        padding: 24px; } }
    body .homepage .pro-gutter .item .box.regular {
      background: #F4FCFF; }
      body .homepage .pro-gutter .item .box.regular span {
        background: #DDF6FF; }
    body .homepage .pro-gutter .item .box.primary {
      background: #F4F5FF; }
      body .homepage .pro-gutter .item .box.primary span {
        background: #DDE0FB; }
    body .homepage .pro-gutter .item .box.secondary {
      background: #FEF4FF; }
      body .homepage .pro-gutter .item .box.secondary span {
        background: #F7DDF9; }
    body .homepage .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; }
      body .homepage .pro-gutter .item .box span.circle i.svg {
        width: 30px;
        height: 30px; }
        body .homepage .pro-gutter .item .box span.circle i.svg.crm-icon {
          background-position: -148px 0px; }
        body .homepage .pro-gutter .item .box span.circle i.svg.fs-icon {
          background-position: -218px -2px; }
        body .homepage .pro-gutter .item .box span.circle i.svg.fm-icon {
          background-position: -181px 0px; }
    body .homepage .pro-gutter .item .box .cnts {
      font-size: 16px; }
      @media (max-width: 767.99px) {
        body .homepage .pro-gutter .item .box .cnts {
          font-size: 15px; } }
      body .homepage .pro-gutter .item .box .cnts h3,
      body .homepage .pro-gutter .item .box .cnts .heading {
        font-size: 23px;
        font-weight: 500;
        line-height: 1.25;
        margin-bottom: 22px; }
        @media (max-width: 767.99px) {
          body .homepage .pro-gutter .item .box .cnts h3,
          body .homepage .pro-gutter .item .box .cnts .heading {
            font-size: 20px;
            margin-bottom: 12px; } }
      @media (min-width: 768px) {
        body .homepage .pro-gutter .item .box .cnts p {
          min-height: 120px; } }
      @media (max-width: 767.99px) {
        body .homepage .pro-gutter .item .box .cnts p {
          margin-bottom: 22px; } }
  body .homepage .sku-gutter {
    background: #120044; }
    body .homepage .sku-gutter .row {
      align-items: center; }
    body .homepage .sku-gutter .box {
      padding: 0 30px;
      text-align: center;
      border-radius: 20px;
      background: #166AEA; }
      @media (max-width: 767.99px) {
        body .homepage .sku-gutter .box {
          padding: 0 22px; } }
    body .homepage .sku-gutter .cnts {
      padding: 30px; }
  body .homepage .protour-gutter {
    position: relative; }
    body .homepage .protour-gutter:before {
      top: 0px;
      left: 0;
      right: 0;
      content: "";
      height: 500px;
      position: absolute;
      background: #120044; }
  body .homepage .winning-gutter .inner {
    padding: 52px 40px;
    border-radius: 30px;
    background: #F5F9FD; }
    @media (max-width: 767.99px) {
      body .homepage .winning-gutter .inner {
        padding: 32px 10px;
        border-radius: 20px; } }
    body .homepage .winning-gutter .inner .awards {
      gap: 42px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767.99px) {
        body .homepage .winning-gutter .inner .awards {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 20px;
          padding: 20px; } }
      body .homepage .winning-gutter .inner .awards span {
        width: 180px;
        height: 140px;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 500;
        padding: 22px;
        display: flex;
        text-align: center;
        border-radius: 16px;
        background: #fff;
        align-items: center;
        justify-content: center; }
  body .homepage .other-gutter .owl-carousel {
    display: block; }
  @media (min-width: 768px) {
    body .homepage .other-gutter .other-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; } }
  body .homepage .other-gutter .other-list.margin {
    margin-bottom: 120px; }
  body .homepage .other-gutter .other-list .cols {
    font-size: 20px; }
    @media (min-width: 768px) {
      body .homepage .other-gutter .other-list .cols {
        width: 33.333%;
        padding: 42px 48px;
        position: relative;
        margin-bottom: 10px;
        border-top: 1px solid #F9F9F9; }
        body .homepage .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; }
        body .homepage .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; } }
    @media (max-width: 767.99px) {
      body .homepage .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; } }
    body .homepage .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) {
        body .homepage .other-gutter .other-list .cols .box i.svg {
          margin: 0 16px 0 0; } }
      body .homepage .other-gutter .other-list .cols .box i.svg.easy-icon {
        background-position: -400px -1px; }
      body .homepage .other-gutter .other-list .cols .box i.svg.highly-icon {
        background-position: -400px -43px; }
      body .homepage .other-gutter .other-list .cols .box i.svg.proven-icon {
        background-position: -400px -87px; }
      body .homepage .other-gutter .other-list .cols .box i.svg.training-icon {
        background-position: -400px -131px; }
      body .homepage .other-gutter .other-list .cols .box i.svg.team-icon {
        background-position: -400px -175px; }
      body .homepage .other-gutter .other-list .cols .box i.svg.security-icon {
        background-position: -400px -222px; }
    body .homepage .other-gutter .other-list .cols .box span {
      display: block;
      min-height: 66px; }
  @media (min-width: 1024px) {
    body .homepage .result-gutter .toggles {
      margin-right: 20px; } }
  body .homepage .result-gutter figure {
    border-radius: 20px;
    background: #166AEA;
    padding: 36px 0 20px 20px; }
  @media (min-width: 1024px) {
    body .homepage .result-gutter .reverse {
      margin-top: 50px; }
      body .homepage .result-gutter .reverse .toggles {
        margin-right: 0;
        margin-left: 20px; } }
  body .homepage .bemifits-gutter {
    overflow: hidden; }
    body .homepage .bemifits-gutter .fc-col {
      position: relative; }
      @media (min-width: 1024px) {
        body .homepage .bemifits-gutter .fc-col:not(:last-child) {
          margin-bottom: 70px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        body .homepage .bemifits-gutter .fc-col:not(:last-child) {
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        body .homepage .bemifits-gutter .fc-col:not(:last-child) {
          margin-bottom: 0; } }
      @media (min-width: 768px) {
        body .homepage .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; }
        body .homepage .bemifits-gutter .fc-col .left .cnt {
          margin-left: 40px; }
        body .homepage .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; }
        body .homepage .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; }
        body .homepage .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; }
          body .homepage .bemifits-gutter .fc-col .right .flex-cnt .cnt {
            margin-right: 40px; } }
      body .homepage .bemifits-gutter .fc-col figure {
        padding: 32px 40px;
        display: flex;
        border-radius: 20px;
        align-items: center;
        background: #120044;
        justify-content: center; }
        @media (max-width: 767px) {
          body .homepage .bemifits-gutter .fc-col figure {
            margin-bottom: 20px; } }
        @media (min-width: 768px) {
          body .homepage .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; }
            body .homepage .bemifits-gutter .fc-col figure img {
              z-index: 1;
              position: relative; } }
        body .homepage .bemifits-gutter .fc-col figure.type1 {
          background: #FDE2FF; }
        body .homepage .bemifits-gutter .fc-col figure.type2 {
          background: #90A3FF; }
        body .homepage .bemifits-gutter .fc-col figure.type3 {
          background: #C6EDCA; }
        body .homepage .bemifits-gutter .fc-col figure.type4 {
          background: #FAEDD0; }
      body .homepage .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) {
      body .homepage .bemifits-gutter .tab-content {
        display: none; } }
    body .homepage .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); } }
    body .homepage .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) {
        body .homepage .bemifits-gutter .nav-tabs .tab-link .cnt {
          margin-bottom: 0; } }
      body .homepage .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) {
          body .homepage .bemifits-gutter .nav-tabs .tab-link .cnt h3 {
            font-size: 24px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          body .homepage .bemifits-gutter .nav-tabs .tab-link .cnt h3 {
            font-size: 22px; } }
        @media (max-width: 767px) {
          body .homepage .bemifits-gutter .nav-tabs .tab-link .cnt h3 {
            font-size: 18px; } }
        body .homepage .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; }
      body .homepage .bemifits-gutter .nav-tabs .tab-link .cnt .plist {
        margin-left: 2px; }
      body .homepage .bemifits-gutter .nav-tabs .tab-link .cnt .button {
        margin-top: 22px;
        margin-left: 50px; }
    body .homepage .bemifits-gutter .nav-tabs .tab-link.active .cnt h3:after {
      transform: rotate(-180deg); }
    @media (min-width: 768px) {
      body .homepage .bemifits-gutter .nav-tabs .tab-link.active .cnt {
        max-height: 400px; }
        body .homepage .bemifits-gutter .nav-tabs .tab-link.active .cnt h3 i.svg {
          height: 30px;
          background-position: -2px -196px; } }
    @media (max-width: 767.99px) {
      body .homepage .bemifits-gutter .nav-tabs.tab-mob .tab-link .cnt {
        max-height: 60px;
        padding: 10px 0; }
      body .homepage .bemifits-gutter .nav-tabs.tab-mob .tab-link.opened .cnt {
        max-height: 500px; } }
  @media (max-width: 1023.99px) {
    body .homepage .toggles {
      border-bottom: 1px solid #EDEDED; } }
  body .homepage .toggles .toggle {
    border-top: 1px solid #EDEDED; }
    body .homepage .toggles .toggle h3 {
      margin: 0;
      cursor: pointer;
      font-weight: 500;
      position: relative;
      padding: 26px 40px 20px 0; }
      @media (min-width: 768px) {
        body .homepage .toggles .toggle h3 {
          font-size: 21px; } }
      @media (max-width: 767px) {
        body .homepage .toggles .toggle h3 {
          font-size: 18px; } }
      body .homepage .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; }
    body .homepage .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; }
      body .homepage .toggles .toggle .toggle-box .data {
        padding-bottom: 16px; }
    body .homepage .toggles .toggle.open h3:after {
      transform: rotate(-180deg); }
    body .homepage .toggles .toggle.open .toggle-box {
      max-height: 300px; }
      @media (max-width: 767.99px) {
        body .homepage .toggles .toggle.open .toggle-box {
          max-height: 600px; } }
  body .homepage .heading-gutter {
    color: #13184E; }
    body .homepage .heading-gutter.row {
      text-align: left;
      max-width: 1280px; }
      @media (min-width: 768px) {
        body .homepage .heading-gutter.row {
          margin-left: -50px;
          margin-right: -50px; } }
      body .homepage .heading-gutter.row .data, body .homepage .heading-gutter.row .dec {
        width: 100%;
        padding: 0 15px;
        position: relative; }
        @media (min-width: 768px) {
          body .homepage .heading-gutter.row .data, body .homepage .heading-gutter.row .dec {
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 50px; } }
      body .homepage .heading-gutter.row h2, body .homepage .heading-gutter.row .heading {
        font-size: 42px;
        font-weight: 600; }
        @media (max-width: 767.99px) {
          body .homepage .heading-gutter.row h2, body .homepage .heading-gutter.row .heading {
            font-size: 26px; } }
      body .homepage .heading-gutter.row .dec {
        font-size: 18px; }
        @media (min-width: 768px) {
          body .homepage .heading-gutter.row .dec {
            margin-top: 8px; } }
        @media (max-width: 767.99px) {
          body .homepage .heading-gutter.row .dec {
            font-size: 16px; } }
        body .homepage .heading-gutter.row .dec p {
          opacity: 1;
          max-width: 525px; }
      @media (min-width: 768px) {
        body .homepage .heading-gutter.row.type1 {
          margin-bottom: 80px; }
          body .homepage .heading-gutter.row.type1:not(.no):before {
            bottom: -30px; } }
    body .homepage .heading-gutter:not(.row) {
      text-align: center;
      margin-bottom: 56px; }
      @media (max-width: 767.99px) {
        body .homepage .heading-gutter:not(.row) {
          margin-bottom: 40px; } }
      body .homepage .heading-gutter:not(.row) h2, body .homepage .heading-gutter:not(.row) .heading {
        font-size: 42px;
        font-weight: 500; }
        @media (max-width: 767.99px) {
          body .homepage .heading-gutter:not(.row) h2, body .homepage .heading-gutter:not(.row) .heading {
            font-size: 26px; } }
    body .homepage .heading-gutter.primary {
      color: #fff; }

.business-gutter {
  overflow: hidden; }
  .business-gutter .fc-col {
    position: relative; }
    @media (min-width: 1024px) {
      .business-gutter .fc-col:not(:last-child) {
        margin-bottom: 170px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .business-gutter .fc-col:not(:last-child) {
        margin-bottom: 120px; } }
    @media (max-width: 767px) {
      .business-gutter .fc-col:not(:last-child) {
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .business-gutter .fc-col.reverse .row {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .business-gutter .fc-col.left figure:before {
        left: -60px; }
      .business-gutter .fc-col.left .cnt {
        margin-left: 40px; }
      .business-gutter .fc-col.right figure {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
        .business-gutter .fc-col.right figure:before {
          left: 54px; }
      .business-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; }
        .business-gutter .fc-col.right .flex-cnt .cnt {
          margin-right: 40px; } }
    @media (max-width: 767px) {
      .business-gutter .fc-col figure {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .business-gutter .fc-col figure {
        min-height: 304px;
        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; }
        .business-gutter .fc-col figure:before {
          left: 0;
          top: 0;
          width: 100%;
          bottom: 0;
          content: "";
          position: absolute;
          background: url(../img/animate//bussiness-bg.svg) no-repeat bottom center; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .business-gutter .fc-col figure:before {
        display: none; } }
    @media (min-width: 768px) {
        .business-gutter .fc-col figure img {
          z-index: 1;
          position: relative; } }
    @media (min-width: 1024px) {
      .business-gutter .fc-col.fc figure:after {
        z-index: 2;
        width: 84px;
        height: 12px;
        content: "";
        position: absolute;
        background: url(../img/fc.svg) no-repeat bottom center; } }
    @media (min-width: 1024px) {
      .business-gutter .fc-col.fc.left figure:after {
        right: 52px;
        bottom: -16px; } }
    @media (min-width: 1024px) {
      .business-gutter .fc-col.fc.right figure:after {
        right: -20px;
        bottom: -10px; } }
    .business-gutter .fc-col .flex-cnt {
      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; }
    .business-gutter .fc-col .nomore {
      color: #fe8300;
      font-weight: 300; }
      @media (min-width: 1024px) {
        .business-gutter .fc-col .nomore {
          font-size: 17px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .business-gutter .fc-col .nomore {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .business-gutter .fc-col .nomore {
          font-size: 16px; } }
    .business-gutter .fc-col h4, .business-gutter .fc-col h3 {
      line-height: 1.2;
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .business-gutter .fc-col h4, .business-gutter .fc-col h3 {
          font-size: 28px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .business-gutter .fc-col h4, .business-gutter .fc-col h3 {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .business-gutter .fc-col h4, .business-gutter .fc-col h3 {
          font-size: 24px; } }
    @media (min-width: 1024px) {
      .business-gutter .fc-col p.li {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .business-gutter .fc-col p.li {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .business-gutter .fc-col p.li {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .business-gutter .fc-col .cnt {
        font-size: 17px; } }
    @media (max-width: 1023px) {
      .business-gutter .fc-col .cnt {
        font-size: 16px; } }
    .business-gutter .fc-col .cnt .button {
      margin-top: 22px;
      margin-left: 2px; }
    @media (min-width: 1024px) {
      .business-gutter .fc-col .customer-logo h4, .business-gutter .fc-col .customer-logo h3 {
        margin-bottom: 32px; }
      .business-gutter .fc-col .customer-logo .cnt .secondary-list li:not(:last-child) {
        margin-bottom: 18px; }
      .business-gutter .fc-col .customer-logo .cnt .button {
        margin-top: 30px; } }
  .business-gutter.no .fc-col figure:before {
    display: none !important; }
  .business-gutter figure.no:before {
    display: none !important; }
  @media (min-width: 1024px) {
    .business-gutter.is .fc-col:not(:last-child) {
      margin-bottom: 110px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .business-gutter.is .fc-col:not(:last-child) {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    .business-gutter.is .fc-col:not(:last-child) {
      margin-bottom: 60px; } }
  .business-gutter.is .fc-col .cnt {
    max-width: 500px; }
  @media (max-width: 767px) {
    .business-gutter.is.are .fc-col figure {
      margin-bottom: 8px; } }
  @media (min-width: 1400px) {
    .business-gutter.is.are .fc-col figure img {
      max-width: none; } }
  @media (min-width: 1024px) {
    .business-gutter.is.are .fc-col .cnt {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .business-gutter.is.are .fc-col .cnt {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .business-gutter.is.are .fc-col .cnt {
      font-size: 14px;
      line-height: 1.5; }
      .business-gutter.is.are .fc-col .cnt h4, .business-gutter.is.are .fc-col .cnt h3 {
        font-size: 22px;
        margin-bottom: 6px; }
      .business-gutter.is.are .fc-col .cnt p {
        margin-bottom: 8px; }
      .business-gutter.is.are .fc-col .cnt .button {
        margin-top: 14px; }
        .business-gutter.is.are .fc-col .cnt .button .btn {
          padding: 12px 16px; } }
  @media (min-width: 768px) {
    .business-gutter.is.are .fc-col .cnt .regular-list {
      margin-top: 30px;
      margin-left: 16px; } }
  @media (max-width: 767px) {
    .business-gutter.is.are .fc-col .cnt .regular-list {
      margin-left: 5px; }
      .business-gutter.is.are .fc-col .cnt .regular-list li {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 5px;
        padding-left: 26px; }
        .business-gutter.is.are .fc-col .cnt .regular-list li:before {
          top: 0; } }
  .business-gutter .sales-video {
    width: 100%;
    height: 312px; }
    @media (max-width: 767px) {
      .business-gutter .sales-video {
        margin-bottom: 20px; } }
    @media (max-width: 450px) {
      .business-gutter .sales-video {
        height: 250px; } }
  .business-gutter.fsm .circle-list li {
    font-size: inherit; }
  .business-gutter.h-flex .fc-col {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .business-gutter.h-flex .fc-col {
        padding: 85px 0; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .business-gutter.h-flex .fc-col {
        padding: 60px 0; } }
    @media (max-width: 767.98px) {
      .business-gutter.h-flex .fc-col {
        padding: 30px 0; } }
    .business-gutter.h-flex .fc-col .box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media (min-width: 1024px) {
        .business-gutter.h-flex .fc-col .box {
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; } }
      @media (max-width: 767.98px) {
        .business-gutter.h-flex .fc-col .box {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (min-width: 1024px) {
        .business-gutter.h-flex .fc-col .box .cnt {
          width: 360px; } }
      @media (min-width: 768px) and (max-width: 1023.98px) {
        .business-gutter.h-flex .fc-col .box .cnt {
          width: 270px; } }
      @media (max-width: 767.98px) {
        .business-gutter.h-flex .fc-col .box .cnt {
          margin-bottom: 30px; } }
      .business-gutter.h-flex .fc-col .box .cnt i.svg {
        width: 73px;
        height: 73px;
        border-radius: 16px;
        margin-bottom: 32px; }
        .business-gutter.h-flex .fc-col .box .cnt i.svg.time-icon {
          background-position: -740px -3px; }
        .business-gutter.h-flex .fc-col .box .cnt i.svg.cost-icon {
          background-position: -740px -88px; }
        .business-gutter.h-flex .fc-col .box .cnt i.svg.eliminate-icon {
          background-position: -740px -175px; }
      .business-gutter.h-flex .fc-col .box .fig {
        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: 1024px) {
          .business-gutter.h-flex .fc-col .box .fig {
            width: calc(100% - 360px); } }
        @media (min-width: 768px) and (max-width: 1023.98px) {
          .business-gutter.h-flex .fc-col .box .fig {
            width: calc(100% - 270px); } }
        .business-gutter.h-flex .fc-col .box .fig figure:before {
          display: none; }
    @media (min-width: 768px) {
      .business-gutter.h-flex .fc-col.right .box {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .business-gutter.h-flex .fc-col.right .fig {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; } }
    .business-gutter.h-flex .fc-col:nth-child(even) {
      background: #F9FAFB; }

.blog-gutter {
  overflow: hidden;
  text-align: center; }
  .blog-gutter .heading-gutter .more {
    top: 16px;
    right: 0;
    font-size: 13px;
    color: #045fcf;
    line-height: 1;
    position: absolute;
    padding-right: 12px;
    text-transform: uppercase; }
    .blog-gutter .heading-gutter .more.shblog {
      cursor: pointer;
      text-transform: none; }
      .blog-gutter .heading-gutter .more.shblog:before {
        display: none; }
    .blog-gutter .heading-gutter .more:hover {
      color: #d96f32; }
    @media (max-width: 767px) {
      .blog-gutter .heading-gutter .more {
        display: none; } }
    .blog-gutter .heading-gutter .more:before {
      width: 6px;
      height: 11px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      position: absolute;
      background-position: -5px -307px; }
    .blog-gutter .heading-gutter .more:hover:before {
      background-position: -14px -307px; }
  .blog-gutter .blog-row {
    margin: 0 -30px; }
    .blog-gutter .blog-row .item {
      padding: 0 30px; }
      .blog-gutter .blog-row .item a {
        color: #212121;
        display: block;
        overflow: hidden; }
        .blog-gutter .blog-row .item a figure {
          overflow: hidden;
          position: relative;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          border-radius: 6px; }
          .blog-gutter .blog-row .item a figure:before {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            content: "";
            z-index: 1;
            opacity: 0;
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            -moz-transition: 0.45s;
            -o-transition: 0.45s;
            -webkit-transition: 0.45s;
            transition: 0.45s; }
          .blog-gutter .blog-row .item a figure img {
            width: 100%;
            -moz-transition: 0.45s;
            -o-transition: 0.45s;
            -webkit-transition: 0.45s;
            transition: 0.45s; }
        .blog-gutter .blog-row .item a .cnt {
          padding: 20px;
          background: #fff;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          margin: -30px 20px 0;
          position: relative;
          z-index: 1;
          border: 1px solid #eee;
          -moz-transition: 0.45s;
          -o-transition: 0.45s;
          -webkit-transition: 0.45s;
          transition: 0.45s; }
          .blog-gutter .blog-row .item a .cnt span {
            display: block;
            font-size: 20px;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 12px; }
        .blog-gutter .blog-row .item a:hover {
          color: #d96f32; }
          .blog-gutter .blog-row .item a:hover figure:before {
            opacity: 1; }
          .blog-gutter .blog-row .item a:hover figure img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
          .blog-gutter .blog-row .item a:hover .cnt {
            margin-top: -36px; }
  .blog-gutter:not(.change) {
    padding: 20px 0 !important; }
    .blog-gutter:not(.change) .heading-gutter h3, .blog-gutter:not(.change) .heading-gutter h2, .blog-gutter:not(.change) .heading-gutter p {
      display: none; }
    .blog-gutter:not(.change) .blog-row {
      display: none; }
    .blog-gutter:not(.change) .shblog {
      top: -38px; }

.fc-tour {
  z-index: 8;
  position: relative; }
  .fc-tour .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; }
  .fc-tour .sl-preview-cta:hover .sl-preview-cta-ripple-shadow {
    opacity: 0.125 !important; }
  .fc-tour .fc-form {
    z-index: 8;
    position: relative; }

.consultation-gutter:not(.primary) {
  z-index: 2;
  position: relative; }
.consultation-gutter.primary .form {
  z-index: 2;
  position: relative; }
.consultation-gutter .form .ins, .consultation-gutter .form .inner {
  max-width: 660px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1024px) {
    .consultation-gutter .form .ins, .consultation-gutter .form .inner {
      padding: 36px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .consultation-gutter .form .ins, .consultation-gutter .form .inner {
      padding: 30px; } }
  @media (max-width: 767px) {
    .consultation-gutter .form .ins, .consultation-gutter .form .inner {
      padding: 26px; } }
  .consultation-gutter .form .ins:hover, .consultation-gutter .form .inner:hover {
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16); }
  .consultation-gutter .form .ins .wpcf7-form-control-wrap, .consultation-gutter .form .inner .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px; }
  .consultation-gutter .form .ins .bottom, .consultation-gutter .form .inner .bottom {
    max-width: 100% !important;
    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; }
    @media (max-width: 767px) {
      .consultation-gutter .form .ins .bottom, .consultation-gutter .form .inner .bottom {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 768px) {
      .consultation-gutter .form .ins .bottom .quiz, .consultation-gutter .form .inner .bottom .quiz {
        padding: 0 15px; }
        .consultation-gutter .form .ins .bottom .quiz .form-control, .consultation-gutter .form .inner .bottom .quiz .form-control {
          max-width: 90px; } }
    .consultation-gutter .form .ins .bottom .quiz label, .consultation-gutter .form .inner .bottom .quiz label {
      margin-bottom: 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; }
    .consultation-gutter .form .ins .bottom .quiz .wpcf7-quiz-label, .consultation-gutter .form .inner .bottom .quiz .wpcf7-quiz-label {
      opacity: 0.6;
      margin-right: 12px;
      white-space: nowrap; }
    .consultation-gutter .form .ins .bottom .action, .consultation-gutter .form .inner .bottom .action {
      position: relative; }
      @media (min-width: 768px) {
        .consultation-gutter .form .ins .bottom .action, .consultation-gutter .form .inner .bottom .action {
          padding: 0 15px; } }
      .consultation-gutter .form .ins .bottom .action .btn, .consultation-gutter .form .inner .bottom .action .btn {
        min-width: 242px; }
        @media (max-width: 767px) {
          .consultation-gutter .form .ins .bottom .action .btn, .consultation-gutter .form .inner .bottom .action .btn {
            min-width: 300px; } }
  .consultation-gutter .form .ins .consultation-home-footer, .consultation-gutter .form .inner .consultation-home-footer {
    text-align: center; }
.consultation-gutter.no {
  margin-bottom: 40px; }

.cform .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 16px; }
.cform .bottom {
  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; }
  @media (max-width: 767px) {
    .cform .bottom {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 768px) {
    .cform .bottom .quiz {
      padding: 0 15px; }
      .cform .bottom .quiz .form-control {
        max-width: 90px; } }
  .cform .bottom .quiz label {
    margin-bottom: 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; }
  .cform .bottom .quiz .wpcf7-quiz-label {
    opacity: 0.6;
    margin-right: 12px;
    white-space: nowrap; }
  .cform .bottom .action {
    position: relative; }
    @media (min-width: 768px) {
      .cform .bottom .action {
        padding: 0 15px; } }
    .cform .bottom .action .btn {
      min-width: 200px; }
      @media (max-width: 767px) {
        .cform .bottom .action .btn {
          min-width: 300px; } }
.cform.circle .form-control {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 20px; }
.cform.circle .wpcf7-form-control-wrap {
  margin-bottom: 12px; }
  .cform.circle .wpcf7-form-control-wrap.col-md-12 {
    margin-bottom: 2px; }
.cform.circle .btn.lg {
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 20px; }

.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 {
  text-align: center;
  background: #5951FF; }
  .consultation-gutter.type2 .heading-gutter {
    margin-bottom: 35px !important; }

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; } }

/*# sourceMappingURL=apps.css.map */
