@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;
}
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%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container.resized.is {
    margin-right: 0;
    padding-right: 0;
  }
}
.container.resized:not(.is) {
  margin-right: 0;
  padding-right: 0;
}
.container.fluid {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container.fluid {
    padding: 0;
  }
}
.container.lg {
  max-width: 1300px;
}
@media (min-width: 1200px) {
  .container.md, .container.medium {
    max-width: 980px;
  }
  .container.xmd {
    max-width: 1150px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1899px) {
  .container {
    max-width: 1350px;
  }
}
@media (max-width: 1680px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 1550px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1366px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .container {
    max-width: 1070px;
  }
  .container.md {
    max-width: 980px;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: calc(100% - 30px);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.center {
  align-items: center;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
i.svg,
.vct:before,
footer i,
footer .vct:before,
ul.c-list > li:before,
ul.circle-list > li:before,
footer.page-footer .foot-menu .box .widgettitle:after,
footer.page-footer .foot-menu .social-list li a:before,
.feature-gutter .toggle-count .toggle h3:after,
.tours-gutter .toggle-data .toggle h3:after,
.tours-gutter .toggle-data .toggle .heading:after,
.plain-gutter .toggle-gutter .toggle h3:after,
section.h-toggle .heading-gutter.h-arrow h2:after,
.faq-box .toggle h3:after,
.toggles .toggle h3:after,
.testimonial-gutter .owl-carousel .item p:before,
.testimonial-gutter .owl-carousel .item .cnts .base figure,
.faq-gutter.price-faq .faq-box .toggle h3:after,
.pricing-pages .users-info ul.arrow-list li:before,
ul.feature-list > li:before,
ul.plist > li:before,
.type4 .owl-nav span,
.compares-gutter .more:after,
.vtabs .nav-tabs li .cnts .heading:before,
.bemifits-gutter .nav-tabs h3:after {
  background: url(../img/svg/sprites.svg) no-repeat;
}

i.svg {
  position: relative;
  display: inline-block;
}
i.svg.arrow-icon {
  width: 27px;
  height: 27px;
  background-position: -177px -32px;
}

.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;
}

i.svg,
.vct:before,
footer i,
footer.page-footer .foot-menu .box .widgettitle:after {
  background: url(../img/ads/sprites.svg) no-repeat;
}

.pricing-pages i,
.pricing-pages .users-info ul.arrow-list li:before,
ul.feature--list > li:before,
ul.feature-list > li:before,
.features-list li .box .svg,
.learn-more i,
.type4 .owl-nav span,
.is-action i,
ul.plist li:before,
.testimonial-gutter.type1 .testimonial-carousel .item .cnts p:before {
  background: url(../img/svg/sprites.svg) no-repeat;
}

i.svg {
  position: relative;
  display: inline-block;
}
i.svg.darrow-icon {
  width: 20px;
  height: 14px;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
  background-position: -226px -95px;
}
i.svg-logo {
  position: relative;
  display: inline-block;
  background: url(../img/ads/logo-sprites.svg) no-repeat;
}

.vct {
  position: relative;
}
.vct:before {
  content: "";
}
.vct.plus:before {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-position: -150px -361px;
}
.vct.plus.active:before {
  background-position: -150px -376px;
}
.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;
  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;
  -moz-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 {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-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 {
  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 {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fade-in-lg {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-lg {
  animation-name: fade-in-lg;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
.success-story-gutter .eno,
.plain-item-gutter .eno,
.team-row .eno,
.video-item-gutter .eno,
.partners-gutter .eno,
.plain-box-gutter .eno {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .success-story-gutter .eno,
  .plain-item-gutter .eno,
  .team-row .eno,
  .video-item-gutter .eno,
  .partners-gutter .eno,
  .plain-box-gutter .eno {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .success-story-gutter .eno,
  .plain-item-gutter .eno,
  .team-row .eno,
  .video-item-gutter .eno,
  .partners-gutter .eno,
  .plain-box-gutter .eno {
    transition: all 0.65s;
  }
}
.success-story-gutter .eno.addon,
.plain-item-gutter .eno.addon,
.team-row .eno.addon,
.video-item-gutter .eno.addon,
.partners-gutter .eno.addon,
.plain-box-gutter .eno.addon {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}

.heading-gutter.eno h2,
.heading-gutter.eno h3,
.heading-gutter.eno p,
.heading-gutter.eno .view-action span,
.heading-gutter.eno .more-link {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .heading-gutter.eno h2,
  .heading-gutter.eno h3,
  .heading-gutter.eno p,
  .heading-gutter.eno .view-action span,
  .heading-gutter.eno .more-link {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .heading-gutter.eno h2,
  .heading-gutter.eno h3,
  .heading-gutter.eno p,
  .heading-gutter.eno .view-action span,
  .heading-gutter.eno .more-link {
    transition: all 0.65s;
  }
}
.heading-gutter.eno.addon h2,
.heading-gutter.eno.addon h3,
.heading-gutter.eno.addon p,
.heading-gutter.eno.addon .view-action span,
.heading-gutter.eno.addon .more-link {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.heading-gutter.eno.addon h2,
.heading-gutter.eno.addon h3 {
  transition-delay: 0.2s;
}
@media (min-width: 768px) {
  .heading-gutter.eno.addon p {
    transition-delay: 0.6s;
  }
}
@media (max-width: 767px) {
  .heading-gutter.eno.addon p {
    transition-delay: 0.4s;
  }
}
@media (min-width: 768px) {
  .heading-gutter.eno.addon .view-action span {
    transition-delay: 0.8s;
  }
}
@media (max-width: 767px) {
  .heading-gutter.eno.addon .view-action span {
    transition-delay: 0.6s;
  }
}
@media (min-width: 768px) {
  .heading-gutter.eno.addon .more-link {
    transition-delay: 0.8s;
  }
}
@media (max-width: 767px) {
  .heading-gutter.eno.addon .more-link {
    transition-delay: 0.6s;
  }
}

.page-head .is .heading,
.page-head .is .sub,
.page-head .is .data,
.page-head .is .app-data,
.page-head .is h6 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .page-head .is .heading,
  .page-head .is .sub,
  .page-head .is .data,
  .page-head .is .app-data,
  .page-head .is h6 {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .page-head .is .heading,
  .page-head .is .sub,
  .page-head .is .data,
  .page-head .is .app-data,
  .page-head .is h6 {
    transition: all 0.65s;
  }
}
.page-head.active .is .heading,
.page-head.active .is .sub,
.page-head.active .is .data,
.page-head.active .is .app-data,
.page-head.active .is h6 {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.page-head.active .is .heading,
.page-head.active .is h6 {
  transition-delay: 0.2s;
}
.page-head.active .is .sub {
  transition-delay: 0.3s;
}
.page-head.active .is .data {
  transition-delay: 0.4s;
}
.page-head.active .is .app-data {
  transition-delay: 0.7s;
}

.success-story-gutter .owl-item .cnt h2,
.success-story-gutter .owl-item .cnt h3,
.success-story-gutter .owl-item .cnt p {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
}
@media (min-width: 768px) {
  .success-story-gutter .owl-item .cnt h2,
  .success-story-gutter .owl-item .cnt h3,
  .success-story-gutter .owl-item .cnt p {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .success-story-gutter .owl-item .cnt h2,
  .success-story-gutter .owl-item .cnt h3,
  .success-story-gutter .owl-item .cnt p {
    transition: all 0.65s;
  }
}
.success-story-gutter .owl-item .cnt .links-list,
.success-story-gutter .owl-item .cnt .btn {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .success-story-gutter .owl-item .cnt .links-list,
  .success-story-gutter .owl-item .cnt .btn {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .success-story-gutter .owl-item .cnt .links-list,
  .success-story-gutter .owl-item .cnt .btn {
    transition: all 0.65s;
  }
}
.success-story-gutter .owl-item.active .cnt h2,
.success-story-gutter .owl-item.active .cnt h3,
.success-story-gutter .owl-item.active .cnt p,
.success-story-gutter .owl-item.active .cnt .links-list,
.success-story-gutter .owl-item.active .cnt .btn {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.success-story-gutter .owl-item.active .cnt h2 {
  transition-delay: 0.25s;
}
.success-story-gutter .owl-item.active .cnt h3 {
  transition-delay: 0.4s;
}
.success-story-gutter .owl-item.active .cnt p {
  transition-delay: 0.6s;
}
.success-story-gutter .owl-item.active .cnt .links-list,
.success-story-gutter .owl-item.active .cnt .btn {
  transition-delay: 0.8s;
}
.success-story-gutter .btn.primary {
  transition-delay: 0.65s;
}

@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(1).eno.addon {
    transition-delay: 0.4s;
  }
}
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(1).eno.addon {
    transition-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(2).eno.addon {
    transition-delay: 0.6s;
  }
}
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(2).eno.addon {
    transition-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(3).eno.addon {
    transition-delay: 0.8s;
  }
}
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(3).eno.addon {
    transition-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(4).eno.addon {
    transition-delay: 1s;
  }
}
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(4).eno.addon {
    transition-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(5).eno.addon {
    transition-delay: 1.2s;
  }
}
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(5).eno.addon {
    transition-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(6).eno.addon {
    transition-delay: 1.4s;
  }
}
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(6).eno.addon {
    transition-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .plain-item-gutter .btn.primary {
    transition-delay: 1.6s;
  }
}

@media (min-width: 768px) {
  .video-item-gutter .eno.addon.wistia-widget {
    transition-delay: 0.8s;
  }
}
@media (min-width: 768px) {
  .video-item-gutter .eno.addon.primary {
    transition-delay: 1s;
  }
}

.clients-gutter .eno h6,
.clients-gutter .eno p,
.clients-gutter .eno .btn,
.clients-gutter .eno figure {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
@media (min-width: 768px) {
  .clients-gutter .eno h6,
  .clients-gutter .eno p,
  .clients-gutter .eno .btn,
  .clients-gutter .eno figure {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .clients-gutter .eno h6,
  .clients-gutter .eno p,
  .clients-gutter .eno .btn,
  .clients-gutter .eno figure {
    transition: all 0.65s;
  }
}
.clients-gutter .eno.addon h6,
.clients-gutter .eno.addon p,
.clients-gutter .eno.addon .btn,
.clients-gutter .eno.addon figure {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .clients-gutter .eno.addon figure {
    transition-delay: 0.5s;
  }
}
@media (min-width: 768px) {
  .clients-gutter .eno.addon h6 {
    transition-delay: 0.8s;
  }
}
@media (min-width: 768px) {
  .clients-gutter .eno.addon p {
    transition-delay: 1.1s;
  }
}
@media (min-width: 768px) {
  .clients-gutter .eno.addon .btn {
    transition-delay: 1.4s;
  }
}

@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(2).addon {
    transition-delay: 0.6s;
  }
}
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(2).addon {
    transition-delay: 0.4s;
  }
}
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(3).addon {
    transition-delay: 0.8s;
  }
}
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(3).addon {
    transition-delay: 0.5s;
  }
}
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(4).addon {
    transition-delay: 1s;
  }
}
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(4).addon {
    transition-delay: 0.6s;
  }
}
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(5).addon {
    transition-delay: 1.2s;
  }
}
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(5).addon {
    transition-delay: 0.7s;
  }
}
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(6).addon {
    transition-delay: 1.4s;
  }
}
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(6).addon {
    transition-delay: 0.8s;
  }
}
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(7).addon {
    transition-delay: 1.6s;
  }
}
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(7).addon {
    transition-delay: 0.9s;
  }
}

.service-gutter .logos.eno {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
}
@media (min-width: 768px) {
  .service-gutter .logos.eno {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .service-gutter .logos.eno {
    transition: all 0.65s;
  }
}
.service-gutter .logos.addon {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
@media (min-width: 768px) {
  .service-gutter .logos.addon {
    transition-delay: 1.5s;
  }
}
@media (max-width: 767px) {
  .service-gutter .logos.addon {
    transition-delay: 0.9s;
  }
}
.service-gutter .box.eno h3,
.service-gutter .box.eno p,
.service-gutter .box.eno li, .service-gutter .box.eno .buttons,
.service-gutter .box.eno .more {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
}
@media (min-width: 768px) {
  .service-gutter .box.eno h3,
  .service-gutter .box.eno p,
  .service-gutter .box.eno li, .service-gutter .box.eno .buttons,
  .service-gutter .box.eno .more {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno h3,
  .service-gutter .box.eno p,
  .service-gutter .box.eno li, .service-gutter .box.eno .buttons,
  .service-gutter .box.eno .more {
    transition: all 0.65s;
  }
}
.service-gutter .box.eno.addon h3,
.service-gutter .box.eno.addon p,
.service-gutter .box.eno.addon li, .service-gutter .box.eno.addon .buttons,
.service-gutter .box.eno.addon .more, .service-gutter .box.eno.addon .link-more {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon h3 {
    transition-delay: 0.4s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon h3 {
    transition-delay: 0.1s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon p {
    transition-delay: 0.6s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon p {
    transition-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon .more {
    transition-delay: 0.8s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon .more {
    transition-delay: 0.3s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon .link-more {
    transition-delay: 0.8s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon .link-more {
    transition-delay: 0.3s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon .buttons {
    transition-delay: 1.3s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon .buttons {
    transition-delay: 0.7s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(1) {
    transition-delay: 0.8s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(1) {
    transition-delay: 0.3s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(2) {
    transition-delay: 1s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(2) {
    transition-delay: 0.4s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(3) {
    transition-delay: 1.1s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(3) {
    transition-delay: 0.5s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(4) {
    transition-delay: 1.2s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(4) {
    transition-delay: 0.6s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(5) {
    transition-delay: 1.3s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(5) {
    transition-delay: 0.7s;
  }
}
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(6) {
    transition-delay: 1.3s;
  }
}
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(6) {
    transition-delay: 0.7s;
  }
}

.plain-head-gutter:not(.no) h3,
.plain-head-gutter:not(.no) .heading,
.plain-head-gutter:not(.no) p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .plain-head-gutter:not(.no) h3,
  .plain-head-gutter:not(.no) .heading,
  .plain-head-gutter:not(.no) p {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .plain-head-gutter:not(.no) h3,
  .plain-head-gutter:not(.no) .heading,
  .plain-head-gutter:not(.no) p {
    transition: all 0.65s;
  }
}
.plain-head-gutter:not(.no).active h3,
.plain-head-gutter:not(.no).active .heading,
.plain-head-gutter:not(.no).active p,
.plain-head-gutter:not(.no).active .normal-list {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.plain-head-gutter:not(.no).active h3,
.plain-head-gutter:not(.no).active .heading {
  transition-delay: 0.8s;
}
.plain-head-gutter:not(.no).active p,
.plain-head-gutter:not(.no).active .normal-list {
  transition-delay: 1s;
}
.plain-head-gutter.no h3,
.plain-head-gutter.no .heading,
.plain-head-gutter.no p,
.plain-head-gutter.no .normal-list {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .plain-head-gutter.no h3,
  .plain-head-gutter.no .heading,
  .plain-head-gutter.no p,
  .plain-head-gutter.no .normal-list {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .plain-head-gutter.no h3,
  .plain-head-gutter.no .heading,
  .plain-head-gutter.no p,
  .plain-head-gutter.no .normal-list {
    transition: all 0.65s;
  }
}
.plain-head-gutter.no h3,
.plain-head-gutter.no .heading {
  transform: translateX(-30px);
}
.plain-head-gutter.no p,
.plain-head-gutter.no .normal-list {
  transform: translateX(30px);
}
.plain-head-gutter.no.active h3,
.plain-head-gutter.no.active .heading,
.plain-head-gutter.no.active p,
.plain-head-gutter.no.active .normal-list {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  transition-delay: 0.8s;
}

@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(1).eno.addon {
    transition-delay: 0.4s;
  }
}
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(2).eno.addon {
    transition-delay: 0.6s;
  }
}
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(3).eno.addon {
    transition-delay: 0.8s;
  }
}
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(4).eno.addon {
    transition-delay: 1s;
  }
}
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(5).eno.addon {
    transition-delay: 1.2s;
  }
}
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(6).eno.addon {
    transition-delay: 1.4s;
  }
}
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(7).eno.addon {
    transition-delay: 1.6s;
  }
}
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(8).eno.addon {
    transition-delay: 1.8s;
  }
}

.stellar-gutter .eno h5,
.stellar-gutter .eno p,
.stellar-gutter .eno .btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .stellar-gutter .eno h5,
  .stellar-gutter .eno p,
  .stellar-gutter .eno .btn {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .stellar-gutter .eno h5,
  .stellar-gutter .eno p,
  .stellar-gutter .eno .btn {
    transition: all 0.65s;
  }
}
.stellar-gutter .eno.addon h5,
.stellar-gutter .eno.addon p,
.stellar-gutter .eno.addon .btn {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.stellar-gutter .eno.addon h5 {
  transition-delay: 0.2s;
}
.stellar-gutter .eno.addon p {
  transition-delay: 0.6s;
}
.stellar-gutter .eno.addon .btn {
  transition-delay: 0.8s;
}

.work-gutter .web-data .box.eno {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
@media (min-width: 768px) {
  .work-gutter .web-data .box.eno {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutter .web-data .box.eno {
    transition: all 0.65s;
  }
}
.work-gutter .web-data .box.eno.addon {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
@media (min-width: 768px) {
  .work-gutter .web-data .box.eno.addon {
    transition-delay: 0.6s;
  }
}
.work-gutter .mobile-data .eno .box {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .work-gutter .mobile-data .eno .box {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutter .mobile-data .eno .box {
    transition: all 0.65s;
  }
}
.work-gutter .mobile-data .eno .box.left-data {
  transform: translateX(-60px);
}
.work-gutter .mobile-data .eno .box.right-data {
  transform: translateX(60px);
}
.work-gutter .mobile-data .eno.addon .box {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
@media (min-width: 768px) {
  .work-gutter .mobile-data .eno.addon .box {
    transition-delay: 0.6s;
  }
}

.book-gutter .box.eno {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-80px);
}
@media (min-width: 768px) {
  .book-gutter .box.eno {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .book-gutter .box.eno {
    transition: all 0.65s;
  }
}
.book-gutter .box.eno.addon {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.book-gutter .box.eno.addon:nth-child(1) {
  transition-delay: 1s;
}
.book-gutter .box.eno.addon:nth-child(2) {
  transition-delay: 1.6s;
}
.work-gutters .box.eno .gutter figure {
  opacity: 0;
  visibility: hidden;
  bottom: -300px;
}
@media (min-width: 768px) {
  .work-gutters .box.eno .gutter figure {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutters .box.eno .gutter figure {
    transition: all 0.65s;
  }
}
.work-gutters .box.eno .gutter .cnt {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  .work-gutters .box.eno .gutter .cnt {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutters .box.eno .gutter .cnt {
    transition: all 0.65s;
  }
}
.work-gutters .box.eno .gutter .cnt h4,
.work-gutters .box.eno .gutter .cnt p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .work-gutters .box.eno .gutter .cnt h4,
  .work-gutters .box.eno .gutter .cnt p {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutters .box.eno .gutter .cnt h4,
  .work-gutters .box.eno .gutter .cnt p {
    transition: all 0.65s;
  }
}
.work-gutters .box.eno .gutter .cnt .social-list li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .work-gutters .box.eno .gutter .cnt .social-list li {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutters .box.eno .gutter .cnt .social-list li {
    transition: all 0.65s;
  }
}
.work-gutters .box.addon.left-data .flip:after {
  transform: translateX(100%);
}
.work-gutters .box.addon.right-data .flip:after {
  transform: translateX(-100%);
}
.work-gutters .box.addon .gutter figure {
  opacity: 1;
  visibility: visible;
  bottom: 0 !important;
  transition-delay: 1s;
  animation: workflip 2s alternate infinite;
}
.work-gutters .box.addon .gutter .cnt {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  transition-delay: 8s;
}
.work-gutters .box.addon .gutter .cnt h4,
.work-gutters .box.addon .gutter .cnt p {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.work-gutters .box.addon .gutter .cnt h4 {
  transition-delay: 0.4s;
}
.work-gutters .box.addon .gutter .cnt p {
  transition-delay: 0.8s;
}
.work-gutters .box.addon .gutter .cnt .social-list li {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.work-gutters .box.addon .gutter .cnt .social-list li:nth-child(1) {
  transition-delay: 1s;
}
.work-gutters .box.addon .gutter .cnt .social-list li:nth-child(2) {
  transition-delay: 1.4s;
}
.work-gutters .box.addon .gutter .cnt .social-list li:nth-child(3) {
  transition-delay: 1.6s;
}

@keyframes animation-fin-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.plain-pro-gutter .eno i:not(.long-arrow),
.plain-pro-gutter .eno h3,
.plain-pro-gutter .eno h4, .plain-pro-gutter .eno .button,
.plain-pro-gutter .eno p, .smb-partner .eno i:not(.long-arrow),
.smb-partner .eno h3,
.smb-partner .eno h4, .smb-partner .eno .button,
.smb-partner .eno p, .serv-success .eno i:not(.long-arrow),
.serv-success .eno h3,
.serv-success .eno h4, .serv-success .eno .button,
.serv-success .eno p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .plain-pro-gutter .eno i:not(.long-arrow),
  .plain-pro-gutter .eno h3,
  .plain-pro-gutter .eno h4, .plain-pro-gutter .eno .button,
  .plain-pro-gutter .eno p, .smb-partner .eno i:not(.long-arrow),
  .smb-partner .eno h3,
  .smb-partner .eno h4, .smb-partner .eno .button,
  .smb-partner .eno p, .serv-success .eno i:not(.long-arrow),
  .serv-success .eno h3,
  .serv-success .eno h4, .serv-success .eno .button,
  .serv-success .eno p {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .plain-pro-gutter .eno i:not(.long-arrow),
  .plain-pro-gutter .eno h3,
  .plain-pro-gutter .eno h4, .plain-pro-gutter .eno .button,
  .plain-pro-gutter .eno p, .smb-partner .eno i:not(.long-arrow),
  .smb-partner .eno h3,
  .smb-partner .eno h4, .smb-partner .eno .button,
  .smb-partner .eno p, .serv-success .eno i:not(.long-arrow),
  .serv-success .eno h3,
  .serv-success .eno h4, .serv-success .eno .button,
  .serv-success .eno p {
    transition: all 0.65s;
  }
}
.plain-pro-gutter .eno.addon i:not(.long-arrow), .plain-pro-gutter .eno.addon .button,
.plain-pro-gutter .eno.addon h3,
.plain-pro-gutter .eno.addon h4,
.plain-pro-gutter .eno.addon p, .smb-partner .eno.addon i:not(.long-arrow), .smb-partner .eno.addon .button,
.smb-partner .eno.addon h3,
.smb-partner .eno.addon h4,
.smb-partner .eno.addon p, .serv-success .eno.addon i:not(.long-arrow), .serv-success .eno.addon .button,
.serv-success .eno.addon h3,
.serv-success .eno.addon h4,
.serv-success .eno.addon p {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.plain-pro-gutter .eno.addon i:not(.long-arrow), .smb-partner .eno.addon i:not(.long-arrow), .serv-success .eno.addon i:not(.long-arrow) {
  transition-delay: 0.2s;
}
.plain-pro-gutter .eno.addon h3,
.plain-pro-gutter .eno.addon h4, .smb-partner .eno.addon h3,
.smb-partner .eno.addon h4, .serv-success .eno.addon h3,
.serv-success .eno.addon h4 {
  transition-delay: 0.4s;
}
.plain-pro-gutter .eno.addon p, .smb-partner .eno.addon p, .serv-success .eno.addon p {
  transition-delay: 0.6s;
}
.plain-pro-gutter .eno.addon .button, .smb-partner .eno.addon .button, .serv-success .eno.addon .button {
  transition-delay: 1s;
}

.consultation-gutter .eno li, .trustedBy .eno li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .consultation-gutter .eno li, .trustedBy .eno li {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .consultation-gutter .eno li, .trustedBy .eno li {
    transition: all 0.65s;
  }
}
.consultation-gutter .eno.addon li, .trustedBy .eno.addon li {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.consultation-gutter .eno.addon li, .trustedBy .eno.addon li {
  transition-delay: 0.2s;
}

.green-erth.eno h3, .green-erth.eno .data, .green-erth.eno p, .green-erth.eno a {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .green-erth.eno h3, .green-erth.eno .data, .green-erth.eno p, .green-erth.eno a {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .green-erth.eno h3, .green-erth.eno .data, .green-erth.eno p, .green-erth.eno a {
    transition: all 0.65s;
  }
}
.green-erth.eno.addon h3, .green-erth.eno.addon .data, .green-erth.eno.addon p, .green-erth.eno.addon a {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.green-erth.eno.addon h3 {
  transition-delay: 0.2s;
}
.green-erth.eno.addon .data {
  transition-delay: 0.4s;
}
.green-erth.eno.addon p {
  transition-delay: 0.6s;
}

.footer-form.eno {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .footer-form.eno {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .footer-form.eno {
    transition: all 0.65s;
  }
}
.footer-form.eno.addon {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  transition-delay: 0.2s;
}

.story-lists .eno .details {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
}
@media (min-width: 768px) {
  .story-lists .eno .details {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .story-lists .eno .details {
    transition: all 0.65s;
  }
}
.story-lists .eno .animated-items {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
}
@media (min-width: 768px) {
  .story-lists .eno .animated-items {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .story-lists .eno .animated-items {
    transition: all 0.65s;
  }
}
.story-lists .eno.addon .details, .story-lists .eno.addon .animated-items {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.story-lists .eno.addon .details {
  transition-delay: 0.2s;
}
.story-lists .eno.addon .animated-items {
  transition-delay: 0.4s;
}

@media (min-width: 768px) {
  .plain-pro-gutter .row.eno .col-md-4, .plain-pro-gutter .row.eno .col-md-3, .plain-pro-gutter .row.eno .col-lg-3, .plain-item-gutter .row.eno .col-md-4, .plain-item-gutter .row.eno .col-md-3, .plain-item-gutter .row.eno .col-lg-3, .team-row .row.eno .col-md-4, .team-row .row.eno .col-md-3, .team-row .row.eno .col-lg-3 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(90px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .plain-pro-gutter .row.eno .col-md-4, .plain-pro-gutter .row.eno .col-md-3, .plain-pro-gutter .row.eno .col-lg-3, .plain-item-gutter .row.eno .col-md-4, .plain-item-gutter .row.eno .col-md-3, .plain-item-gutter .row.eno .col-lg-3, .team-row .row.eno .col-md-4, .team-row .row.eno .col-md-3, .team-row .row.eno .col-lg-3 {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .plain-pro-gutter .row.eno .col-md-4, .plain-pro-gutter .row.eno .col-md-3, .plain-pro-gutter .row.eno .col-lg-3, .plain-item-gutter .row.eno .col-md-4, .plain-item-gutter .row.eno .col-md-3, .plain-item-gutter .row.eno .col-lg-3, .team-row .row.eno .col-md-4, .team-row .row.eno .col-md-3, .team-row .row.eno .col-lg-3 {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) {
  .plain-pro-gutter .row.eno.addon .col-md-4, .plain-pro-gutter .row.eno.addon .col-md-3, .plain-pro-gutter .row.eno.addon .col-lg-3, .plain-item-gutter .row.eno.addon .col-md-4, .plain-item-gutter .row.eno.addon .col-md-3, .plain-item-gutter .row.eno.addon .col-lg-3, .team-row .row.eno.addon .col-md-4, .team-row .row.eno.addon .col-md-3, .team-row .row.eno.addon .col-lg-3 {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .plain-pro-gutter .row.eno.addon .col-md-4:nth-child(1), .plain-pro-gutter .row.eno.addon .col-md-3:nth-child(1), .plain-pro-gutter .row.eno.addon .col-lg-3:nth-child(1), .plain-item-gutter .row.eno.addon .col-md-4:nth-child(1), .plain-item-gutter .row.eno.addon .col-md-3:nth-child(1), .plain-item-gutter .row.eno.addon .col-lg-3:nth-child(1), .team-row .row.eno.addon .col-md-4:nth-child(1), .team-row .row.eno.addon .col-md-3:nth-child(1), .team-row .row.eno.addon .col-lg-3:nth-child(1) {
    transition-delay: 0.2s;
  }
  .plain-pro-gutter .row.eno.addon .col-md-4:nth-child(2), .plain-pro-gutter .row.eno.addon .col-md-3:nth-child(2), .plain-pro-gutter .row.eno.addon .col-lg-3:nth-child(2), .plain-item-gutter .row.eno.addon .col-md-4:nth-child(2), .plain-item-gutter .row.eno.addon .col-md-3:nth-child(2), .plain-item-gutter .row.eno.addon .col-lg-3:nth-child(2), .team-row .row.eno.addon .col-md-4:nth-child(2), .team-row .row.eno.addon .col-md-3:nth-child(2), .team-row .row.eno.addon .col-lg-3:nth-child(2) {
    transition-delay: 0.4s;
  }
  .plain-pro-gutter .row.eno.addon .col-md-4:nth-child(3), .plain-pro-gutter .row.eno.addon .col-md-3:nth-child(3), .plain-pro-gutter .row.eno.addon .col-lg-3:nth-child(3), .plain-item-gutter .row.eno.addon .col-md-4:nth-child(3), .plain-item-gutter .row.eno.addon .col-md-3:nth-child(3), .plain-item-gutter .row.eno.addon .col-lg-3:nth-child(3), .team-row .row.eno.addon .col-md-4:nth-child(3), .team-row .row.eno.addon .col-md-3:nth-child(3), .team-row .row.eno.addon .col-lg-3:nth-child(3) {
    transition-delay: 0.6s;
  }
  .plain-pro-gutter .row.eno.addon .col-md-4:nth-child(4), .plain-pro-gutter .row.eno.addon .col-md-3:nth-child(4), .plain-pro-gutter .row.eno.addon .col-lg-3:nth-child(4), .plain-item-gutter .row.eno.addon .col-md-4:nth-child(4), .plain-item-gutter .row.eno.addon .col-md-3:nth-child(4), .plain-item-gutter .row.eno.addon .col-lg-3:nth-child(4), .team-row .row.eno.addon .col-md-4:nth-child(4), .team-row .row.eno.addon .col-md-3:nth-child(4), .team-row .row.eno.addon .col-lg-3:nth-child(4) {
    transition-delay: 0.8s;
  }
  .plain-pro-gutter .row.eno.addon .col-md-4:nth-child(5), .plain-pro-gutter .row.eno.addon .col-md-3:nth-child(5), .plain-pro-gutter .row.eno.addon .col-lg-3:nth-child(5), .plain-item-gutter .row.eno.addon .col-md-4:nth-child(5), .plain-item-gutter .row.eno.addon .col-md-3:nth-child(5), .plain-item-gutter .row.eno.addon .col-lg-3:nth-child(5), .team-row .row.eno.addon .col-md-4:nth-child(5), .team-row .row.eno.addon .col-md-3:nth-child(5), .team-row .row.eno.addon .col-lg-3:nth-child(5) {
    transition-delay: 1s;
  }
  .plain-pro-gutter .row.eno.addon .col-md-4:nth-child(6), .plain-pro-gutter .row.eno.addon .col-md-3:nth-child(6), .plain-pro-gutter .row.eno.addon .col-lg-3:nth-child(6), .plain-item-gutter .row.eno.addon .col-md-4:nth-child(6), .plain-item-gutter .row.eno.addon .col-md-3:nth-child(6), .plain-item-gutter .row.eno.addon .col-lg-3:nth-child(6), .team-row .row.eno.addon .col-md-4:nth-child(6), .team-row .row.eno.addon .col-md-3:nth-child(6), .team-row .row.eno.addon .col-lg-3:nth-child(6) {
    transition-delay: 1.2s;
  }
  .plain-pro-gutter .row.eno.addon .col-md-4:nth-child(7), .plain-pro-gutter .row.eno.addon .col-md-3:nth-child(7), .plain-pro-gutter .row.eno.addon .col-lg-3:nth-child(7), .plain-item-gutter .row.eno.addon .col-md-4:nth-child(7), .plain-item-gutter .row.eno.addon .col-md-3:nth-child(7), .plain-item-gutter .row.eno.addon .col-lg-3:nth-child(7), .team-row .row.eno.addon .col-md-4:nth-child(7), .team-row .row.eno.addon .col-md-3:nth-child(7), .team-row .row.eno.addon .col-lg-3:nth-child(7) {
    transition-delay: 1.3s;
  }
  .plain-pro-gutter .row.eno.addon .col-md-4:nth-child(8), .plain-pro-gutter .row.eno.addon .col-md-3:nth-child(8), .plain-pro-gutter .row.eno.addon .col-lg-3:nth-child(8), .plain-item-gutter .row.eno.addon .col-md-4:nth-child(8), .plain-item-gutter .row.eno.addon .col-md-3:nth-child(8), .plain-item-gutter .row.eno.addon .col-lg-3:nth-child(8), .team-row .row.eno.addon .col-md-4:nth-child(8), .team-row .row.eno.addon .col-md-3:nth-child(8), .team-row .row.eno.addon .col-lg-3:nth-child(8) {
    transition-delay: 1.4s;
  }
}
@media (max-width: 767px) {
  .plain-pro-gutter .col-md-4.eno, .plain-pro-gutter .col-md-3.eno, .plain-pro-gutter .col-lg-3.eno, .plain-item-gutter .col-md-4.eno, .plain-item-gutter .col-md-3.eno, .plain-item-gutter .col-lg-3.eno, .team-row .col-md-4.eno, .team-row .col-md-3.eno, .team-row .col-lg-3.eno {
    opacity: 0;
    visibility: hidden;
    transform: translateY(90px);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .plain-pro-gutter .col-md-4.eno, .plain-pro-gutter .col-md-3.eno, .plain-pro-gutter .col-lg-3.eno, .plain-item-gutter .col-md-4.eno, .plain-item-gutter .col-md-3.eno, .plain-item-gutter .col-lg-3.eno, .team-row .col-md-4.eno, .team-row .col-md-3.eno, .team-row .col-lg-3.eno {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .plain-pro-gutter .col-md-4.eno, .plain-pro-gutter .col-md-3.eno, .plain-pro-gutter .col-lg-3.eno, .plain-item-gutter .col-md-4.eno, .plain-item-gutter .col-md-3.eno, .plain-item-gutter .col-lg-3.eno, .team-row .col-md-4.eno, .team-row .col-md-3.eno, .team-row .col-lg-3.eno {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .plain-pro-gutter .col-md-4.eno.addon, .plain-pro-gutter .col-md-3.eno.addon, .plain-pro-gutter .col-lg-3.eno.addon, .plain-item-gutter .col-md-4.eno.addon, .plain-item-gutter .col-md-3.eno.addon, .plain-item-gutter .col-lg-3.eno.addon, .team-row .col-md-4.eno.addon, .team-row .col-md-3.eno.addon, .team-row .col-lg-3.eno.addon {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .eng-gutter .row.eno .col-md-6 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(90px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .eng-gutter .row.eno .col-md-6 {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .eng-gutter .row.eno .col-md-6 {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) {
  .eng-gutter .row.eno.addon .col-md-6 {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .eng-gutter .row.eno.addon .col-md-6:nth-child(1) {
    transition-delay: 0.2s;
  }
  .eng-gutter .row.eno.addon .col-md-6:nth-child(2) {
    transition-delay: 0.4s;
  }
  .eng-gutter .row.eno.addon .col-md-6:nth-child(3) {
    transition-delay: 0.6s;
  }
  .eng-gutter .row.eno.addon .col-md-6:nth-child(4) {
    transition-delay: 0.8s;
  }
}
@media (max-width: 767px) {
  .eng-gutter .col-md-6.eno {
    opacity: 0;
    visibility: hidden;
    transform: translateY(90px);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .eng-gutter .col-md-6.eno {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .eng-gutter .col-md-6.eno {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .eng-gutter .col-md-6.eno.addon {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.2s;
  }
}

.flip-list.eno li .ember {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
@media (min-width: 768px) {
  .flip-list.eno li .ember {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .flip-list.eno li .ember {
    transition: all 0.65s;
  }
}
.flip-list.eno.addon li .ember {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.flip-list.eno.addon li:nth-child(1) .ember {
  transition-delay: 0.3s;
}
.flip-list.eno.addon li:nth-child(2) .ember {
  transition-delay: 0.6s;
}
.flip-list.eno.addon li:nth-child(3) .ember {
  transition-delay: 0.9s;
}
.flip-list.eno.addon li:nth-child(4) .ember {
  transition-delay: 1.2s;
}
.flip-list.eno.addon li:nth-child(5) .ember {
  transition-delay: 1.5s;
}
.flip-list.eno.addon li:nth-child(6) .ember {
  transition-delay: 1.8s;
}

@media (min-width: 768px) {
  .success-story-gutter .flip-list li .active-data:before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.65s;
    transform: translateX(40px);
  }
  .success-story-gutter .flip-list li .active-data .cnt h2,
  .success-story-gutter .flip-list li .active-data .cnt h3,
  .success-story-gutter .flip-list li .active-data .cnt p,
  .success-story-gutter .flip-list li .active-data .cnt i,
  .success-story-gutter .flip-list li .active-data .cnt .view {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-40px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .success-story-gutter .flip-list li .active-data .cnt h2,
  .success-story-gutter .flip-list li .active-data .cnt h3,
  .success-story-gutter .flip-list li .active-data .cnt p,
  .success-story-gutter .flip-list li .active-data .cnt i,
  .success-story-gutter .flip-list li .active-data .cnt .view {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .success-story-gutter .flip-list li .active-data .cnt h2,
  .success-story-gutter .flip-list li .active-data .cnt h3,
  .success-story-gutter .flip-list li .active-data .cnt p,
  .success-story-gutter .flip-list li .active-data .cnt i,
  .success-story-gutter .flip-list li .active-data .cnt .view {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) {
  .success-story-gutter .flip-list li .active-data .thumb {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .success-story-gutter .flip-list li .active-data .thumb {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .success-story-gutter .flip-list li .active-data .thumb {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) {
  .success-story-gutter .flip-list li.active .active-data:before {
    opacity: 0.06;
    visibility: visible;
    transform: none !important;
    transition-delay: 1s;
  }
  .success-story-gutter .flip-list li.active .active-data .cnt h2,
  .success-story-gutter .flip-list li.active .active-data .cnt h3,
  .success-story-gutter .flip-list li.active .active-data .cnt p,
  .success-story-gutter .flip-list li.active .active-data .cnt i,
  .success-story-gutter .flip-list li.active .active-data .cnt .view {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .success-story-gutter .flip-list li.active .active-data .cnt h2 {
    transition-delay: 0.2s;
  }
  .success-story-gutter .flip-list li.active .active-data .cnt h3 {
    transition-delay: 0.4s;
  }
  .success-story-gutter .flip-list li.active .active-data .cnt p {
    transition-delay: 0.6s;
  }
  .success-story-gutter .flip-list li.active .active-data .cnt i {
    transition-delay: 0.8s;
  }
  .success-story-gutter .flip-list li.active .active-data .cnt .view {
    transition-delay: 1s;
  }
  .success-story-gutter .flip-list li.active .active-data .thumb {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.6s;
  }
}
@media (max-width: 767px) {
  .success-story-gutter .flip-list li .ember {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition-delay: 0s !important;
  }
  .success-story-gutter .flip-list li.eno .active-data:before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.65s;
  }
  .success-story-gutter .flip-list li.eno .active-data .cnt h2,
  .success-story-gutter .flip-list li.eno .active-data .cnt h3,
  .success-story-gutter .flip-list li.eno .active-data .cnt p,
  .success-story-gutter .flip-list li.eno .active-data .cnt i,
  .success-story-gutter .flip-list li.eno .active-data .cnt .view {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .success-story-gutter .flip-list li.eno .active-data .cnt h2,
  .success-story-gutter .flip-list li.eno .active-data .cnt h3,
  .success-story-gutter .flip-list li.eno .active-data .cnt p,
  .success-story-gutter .flip-list li.eno .active-data .cnt i,
  .success-story-gutter .flip-list li.eno .active-data .cnt .view {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .success-story-gutter .flip-list li.eno .active-data .cnt h2,
  .success-story-gutter .flip-list li.eno .active-data .cnt h3,
  .success-story-gutter .flip-list li.eno .active-data .cnt p,
  .success-story-gutter .flip-list li.eno .active-data .cnt i,
  .success-story-gutter .flip-list li.eno .active-data .cnt .view {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .success-story-gutter .flip-list li.eno .active-data .thumb {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .success-story-gutter .flip-list li.eno .active-data .thumb {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .success-story-gutter .flip-list li.eno .active-data .thumb {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .success-story-gutter .flip-list li.eno.addon .active-data:before {
    opacity: 0.06;
    visibility: visible;
    transform: none !important;
    transition-delay: 1s;
  }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt h2,
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt h3,
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt p,
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt i,
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt .view {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt h2 {
    transition-delay: 0.2s;
  }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt h3 {
    transition-delay: 0.4s;
  }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt p {
    transition-delay: 0.6s;
  }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt i {
    transition-delay: 0.8s;
  }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt .view {
    transition-delay: 1s;
  }
  .success-story-gutter .flip-list li.eno.addon .active-data .thumb {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.6s;
  }
}

.plain-item-gutter .flip-list li .ember .cnt p,
.plain-item-gutter .flip-list li .ember .cnt .action {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
}
@media (min-width: 768px) {
  .plain-item-gutter .flip-list li .ember .cnt p,
  .plain-item-gutter .flip-list li .ember .cnt .action {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .plain-item-gutter .flip-list li .ember .cnt p,
  .plain-item-gutter .flip-list li .ember .cnt .action {
    transition: all 0.65s;
  }
}
.plain-item-gutter .flip-list li.active .ember .cnt p,
.plain-item-gutter .flip-list li.active .ember .cnt .action {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.plain-item-gutter .flip-list li.active .ember .cnt p {
  transition-delay: 0.2s;
}
.plain-item-gutter .flip-list li.active .ember .cnt .action {
  transition-delay: 0.4s;
}
.plain-item-gutter .flip-list li.active .ember i {
  animation: animation-fin-1 ease 4s;
}

.blog-gutter .owl-item .cnt .heading,
.blog-gutter .owl-item .cnt p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
@media (min-width: 768px) {
  .blog-gutter .owl-item .cnt .heading,
  .blog-gutter .owl-item .cnt p {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .blog-gutter .owl-item .cnt .heading,
  .blog-gutter .owl-item .cnt p {
    transition: all 0.65s;
  }
}
.blog-gutter .owl-item.active .cnt .heading,
.blog-gutter .owl-item.active .cnt p,
.blog-gutter .owl-item.active .cnt .links-list {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.blog-gutter .owl-item.active .cnt .heading {
  transition-delay: 0.25s;
}
.blog-gutter .owl-item.active .cnt p {
  transition-delay: 0.4s;
}

.testimonial-slider .owl-item .item figure,
.testimonial-slider .owl-item .item .dec,
.testimonial-slider .owl-item .item h5,
.testimonial-slider .owl-item .item span {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .testimonial-slider .owl-item .item figure,
  .testimonial-slider .owl-item .item .dec,
  .testimonial-slider .owl-item .item h5,
  .testimonial-slider .owl-item .item span {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .owl-item .item figure,
  .testimonial-slider .owl-item .item .dec,
  .testimonial-slider .owl-item .item h5,
  .testimonial-slider .owl-item .item span {
    transition: all 0.65s;
  }
}
.testimonial-slider .owl-item .item .dec:after {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
}
@media (min-width: 768px) {
  .testimonial-slider .owl-item .item .dec:after {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .owl-item .item .dec:after {
    transition: all 0.65s;
  }
}
.testimonial-slider .owl-item .item .dec:before {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .testimonial-slider .owl-item .item .dec:before {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .owl-item .item .dec:before {
    transition: all 0.65s;
  }
}
.testimonial-slider .owl-item.active .item figure,
.testimonial-slider .owl-item.active .item .dec,
.testimonial-slider .owl-item.active .item h5,
.testimonial-slider .owl-item.active .item span {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.testimonial-slider .owl-item.active .item figure {
  transition-delay: 0.2s;
}
.testimonial-slider .owl-item.active .item .dec {
  transition-delay: 0.4s;
}
.testimonial-slider .owl-item.active .item h5 {
  transition-delay: 0.6s;
}
.testimonial-slider .owl-item.active .item span {
  transition-delay: 0.8s;
}
.testimonial-slider .owl-item.active .item .dec:after {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  max-width: 30px;
  transition-delay: 1s;
}
.testimonial-slider .owl-item.active .item .dec:before {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  transition-delay: 1s;
}

.fin-offices .eno i,
.fin-offices .eno h4,
.fin-offices .eno p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .fin-offices .eno i,
  .fin-offices .eno h4,
  .fin-offices .eno p {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .fin-offices .eno i,
  .fin-offices .eno h4,
  .fin-offices .eno p {
    transition: all 0.65s;
  }
}
.fin-offices .eno.addon i,
.fin-offices .eno.addon h4,
.fin-offices .eno.addon p {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.fin-offices .eno.addon i {
  transition-delay: 0.2s;
}
.fin-offices .eno.addon h4 {
  transition-delay: 0.4s;
}
.fin-offices .eno.addon p {
  transition-delay: 0.6s;
}
.work-gutter .box.eno .flip .item {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .work-gutter .box.eno .flip .item {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutter .box.eno .flip .item {
    transition: all 0.65s;
  }
}
.work-gutter .box.eno .flip .item .animated-box figure {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .work-gutter .box.eno .flip .item .animated-box figure {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutter .box.eno .flip .item .animated-box figure {
    transition: all 0.65s;
  }
}
.work-gutter .box.eno .flip .item .animated-box.ani1 figure.fig1 {
  transform: translateY(300px);
}
.work-gutter .box.eno .flip .item .animated-box.ani1 figure.fig2 {
  transform: translateY(-300px);
}
.work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig1 {
  transform: translateY(-100px);
}
.work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig2 {
  transform: translateX(100px);
}
.work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig3 {
  transform: translateY(100px);
}
.work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig4 {
  transform: translateX(-100px);
}
.work-gutter .box.eno .flip .item .animated-box.ani3 figure.fig1 {
  transform: translateY(300px);
}
.work-gutter .box.eno .flip .item .animated-box.ani3 figure.fig2 {
  transform: translateY(300px);
}
.work-gutter .box.eno .flip .item .animated-box.ani4 figure.fig1 {
  transform: translateY(300px);
}
.work-gutter .box.eno .flip .item .animated-box.ani4 figure.fig2 {
  transform: translateY(-300px);
}
.work-gutter .box.eno .contents .cnt h4,
.work-gutter .box.eno .contents .cnt h5,
.work-gutter .box.eno .contents .cnt p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .work-gutter .box.eno .contents .cnt h4,
  .work-gutter .box.eno .contents .cnt h5,
  .work-gutter .box.eno .contents .cnt p {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutter .box.eno .contents .cnt h4,
  .work-gutter .box.eno .contents .cnt h5,
  .work-gutter .box.eno .contents .cnt p {
    transition: all 0.65s;
  }
}
.work-gutter .box.eno .contents .cnt i {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .work-gutter .box.eno .contents .cnt i {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutter .box.eno .contents .cnt i {
    transition: all 0.65s;
  }
}
.work-gutter .box.eno .contents .cnt .social-list li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .work-gutter .box.eno .contents .cnt .social-list li {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .work-gutter .box.eno .contents .cnt .social-list li {
    transition: all 0.65s;
  }
}
.work-gutter .box.addon.left-data .flip:after {
  transform: translateX(100%);
}
.work-gutter .box.addon.right-data .flip:after {
  transform: translateX(-100%);
}
.work-gutter .box.addon .flip .item {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  transition-delay: 0.8s;
}
.work-gutter .box.addon .flip .item .animated-box figure {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.work-gutter .box.addon .flip .item .animated-box.ani1 figure {
  transition-delay: 0.8s;
}
.work-gutter .box.addon .flip .item .animated-box.ani2 figure {
  transition-delay: 0.8s;
}
.work-gutter .box.addon .flip .item .animated-box.ani3 figure.fig1 {
  transition-delay: 0.8s;
}
.work-gutter .box.addon .flip .item .animated-box.ani3 figure.fig2 {
  transition-delay: 1s;
}
.work-gutter .box.addon .flip .item .animated-box.ani4 figure {
  transition-delay: 0.8s;
}
.work-gutter .box.addon .contents .cnt i,
.work-gutter .box.addon .contents .cnt h4,
.work-gutter .box.addon .contents .cnt h5,
.work-gutter .box.addon .contents .cnt p {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.work-gutter .box.addon .contents .cnt h4 {
  transition-delay: 0.4s;
}
.work-gutter .box.addon .contents .cnt h5 {
  transition-delay: 0.8s;
}
.work-gutter .box.addon .contents .cnt p {
  transition-delay: 1.2s;
}
.work-gutter .box.addon .contents .cnt .social-list li {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.work-gutter .box.addon .contents .cnt .social-list li:nth-child(1) {
  transition-delay: 1.4s;
}
.work-gutter .box.addon .contents .cnt .social-list li:nth-child(2) {
  transition-delay: 1.6s;
}
.work-gutter .box.addon .contents .cnt .social-list li:nth-child(3) {
  transition-delay: 1.8s;
}
.work-gutter .box.addon .contents .cnt .social-list li:nth-child(4) {
  transition-delay: 2s;
}
.work-gutter .box.addon .contents .cnt i {
  transition-delay: 2s;
}

.page-footer.eno .get-foot {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
@media (min-width: 768px) {
  .page-footer.eno .get-foot {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno .get-foot {
    transition: all 0.65s;
  }
}
.page-footer.eno .get-foot .list li {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .page-footer.eno .get-foot .list li {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno .get-foot .list li {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) {
  .page-footer.eno .get-foot .list li {
    transform: translateY(-40px);
  }
}
@media (max-width: 767px) {
  .page-footer.eno .get-foot .list li {
    transform: translateY(-30px);
  }
}
.page-footer.eno .info-foot .menu,
.page-footer.eno .info-foot .copyright,
.page-footer.eno .info-foot .social-list,
.page-footer.eno .info-foot .term-list {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .page-footer.eno .info-foot .menu,
  .page-footer.eno .info-foot .copyright,
  .page-footer.eno .info-foot .social-list,
  .page-footer.eno .info-foot .term-list {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno .info-foot .menu,
  .page-footer.eno .info-foot .copyright,
  .page-footer.eno .info-foot .social-list,
  .page-footer.eno .info-foot .term-list {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) {
  .page-footer.eno .info-foot .menu,
  .page-footer.eno .info-foot .copyright,
  .page-footer.eno .info-foot .social-list,
  .page-footer.eno .info-foot .term-list {
    transform: translateY(-40px);
  }
}
@media (max-width: 767px) {
  .page-footer.eno .info-foot .menu,
  .page-footer.eno .info-foot .copyright,
  .page-footer.eno .info-foot .social-list,
  .page-footer.eno .info-foot .term-list {
    transform: translateY(-30px);
  }
}
.page-footer.eno .info-foot .dmca {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .page-footer.eno .info-foot .dmca {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno .info-foot .dmca {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno .info-foot .dmca {
    transform: translateY(-30px);
  }
}
.page-footer.eno .menu-foot .btn {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .page-footer.eno .menu-foot .btn {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno .menu-foot .btn {
    transition: all 0.65s;
  }
}
.page-footer.eno.addon .get-foot {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  transition-delay: 0.2s;
}
.page-footer.eno.addon .get-foot .list li {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.page-footer.eno.addon .get-foot .list li:nth-child(1) {
  transition-delay: 0.4s;
}
.page-footer.eno.addon .get-foot .list li:nth-child(2) {
  transition-delay: 0.6s;
}
.page-footer.eno.addon .get-foot .list li:nth-child(3) {
  transition-delay: 0.8s;
}
.page-footer.eno.addon .get-foot .list li:nth-child(4) {
  transition-delay: 1s;
}
.page-footer.eno.addon .info-foot .menu,
.page-footer.eno.addon .info-foot .dmca,
.page-footer.eno.addon .info-foot .copyright,
.page-footer.eno.addon .info-foot .social-list,
.page-footer.eno.addon .info-foot .term-list {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
@media (min-width: 768px) {
  .page-footer.eno.addon .info-foot .menu {
    transition-delay: 1s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno.addon .info-foot .menu.left {
    transition-delay: 1.2s;
  }
  .page-footer.eno.addon .info-foot .menu.right {
    transition-delay: 1.4s;
  }
}
@media (min-width: 768px) {
  .page-footer.eno.addon .info-foot .dmca {
    transition-delay: 2s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno.addon .info-foot .dmca {
    transition-delay: 1.6s;
  }
}
@media (min-width: 768px) {
  .page-footer.eno.addon .info-foot .copyright,
  .page-footer.eno.addon .info-foot .social-list {
    transition-delay: 1.2s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno.addon .info-foot .copyright {
    transition-delay: 1.8s;
  }
  .page-footer.eno.addon .info-foot .social-list {
    transition-delay: 2s;
  }
}
@media (min-width: 768px) {
  .page-footer.eno.addon .info-foot .term-list {
    transition-delay: 1.4s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno.addon .info-foot .term-list {
    transition-delay: 2.2s;
  }
}
.page-footer.eno.addon .menu-foot .btn {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
@media (min-width: 768px) {
  .page-footer.eno.addon .menu-foot .btn {
    transition-delay: 2s;
  }
}
@media (max-width: 767px) {
  .page-footer.eno.addon .menu-foot .btn {
    transition-delay: 2.2s;
  }
}

.terms-gutter .eno h3,
.terms-gutter .eno p,
.terms-gutter .eno li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
}
@media (min-width: 768px) {
  .terms-gutter .eno h3,
  .terms-gutter .eno p,
  .terms-gutter .eno li {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .terms-gutter .eno h3,
  .terms-gutter .eno p,
  .terms-gutter .eno li {
    transition: all 0.65s;
  }
}
.terms-gutter .eno.addon h3,
.terms-gutter .eno.addon p,
.terms-gutter .eno.addon li {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.terms-gutter .eno.addon .a1 {
  transition-delay: 0.5s;
}
.terms-gutter .eno.addon .a2 {
  transition-delay: 0.6s;
}
.terms-gutter .eno.addon .a3 {
  transition-delay: 0.7s;
}
.terms-gutter .eno.addon .a4 {
  transition-delay: 0.8s;
}
.terms-gutter .eno.addon .a5 {
  transition-delay: 0.9s;
}
.terms-gutter .eno.addon .a6 {
  transition-delay: 1s;
}
.terms-gutter .eno.addon .a7 {
  transition-delay: 1.1s;
}
.terms-gutter .eno.addon .a8 {
  transition-delay: 1.2s;
}
.terms-gutter .eno.addon .a9 {
  transition-delay: 1.3s;
}
.terms-gutter .eno.addon .a10 {
  transition-delay: 1.4s;
}
.terms-gutter .eno.addon .a11 {
  transition-delay: 1.5s;
}
.terms-gutter .eno.addon .a12 {
  transition-delay: 1.6s;
}
.terms-gutter .eno.addon .a13 {
  transition-delay: 1.7s;
}
.terms-gutter .eno.addon .a14 {
  transition-delay: 1.8s;
}
.terms-gutter .eno.addon .a15 {
  transition-delay: 1.9s;
}
.terms-gutter .eno.addon .a16 {
  transition-delay: 2s;
}
.terms-gutter .eno.addon .a17 {
  transition-delay: 2.1s;
}
.terms-gutter .eno.addon .a18 {
  transition-delay: 2.2s;
}
.terms-gutter .eno.addon .a19 {
  transition-delay: 2.3s;
}
.terms-gutter .eno.addon .a20 {
  transition-delay: 2.4s;
}
.terms-gutter .eno.addon .a21 {
  transition-delay: 2.5s;
}
.terms-gutter .eno.addon .a22 {
  transition-delay: 2.6s;
}
.terms-gutter .eno.addon .a23 {
  transition-delay: 2.7s;
}
.terms-gutter .eno.addon .a24 {
  transition-delay: 2.8s;
}
.terms-gutter .eno.addon .a25 {
  transition-delay: 2.9s;
}
.terms-gutter .eno.addon .a26 {
  transition-delay: 3s;
}
.terms-gutter .eno.addon .a27 {
  transition-delay: 3.1s;
}
.terms-gutter .eno.addon .a28 {
  transition-delay: 3.2s;
}
.terms-gutter .eno.addon .a29 {
  transition-delay: 3.3s;
}
.terms-gutter .eno.addon .a30 {
  transition-delay: 3.4s;
}
.terms-gutter .eno.addon .a31 {
  transition-delay: 3.5s;
}
.terms-gutter .eno.addon .a32 {
  transition-delay: 3.6s;
}
.terms-gutter .eno.addon .a33 {
  transition-delay: 3.7s;
}
.terms-gutter .eno.addon .a34 {
  transition-delay: 3.8s;
}
.terms-gutter .eno.addon .a35 {
  transition-delay: 3.9s;
}
.terms-gutter .eno.addon .a36 {
  transition-delay: 4s;
}
.terms-gutter .eno.addon .a37 {
  transition-delay: 4.1s;
}
.terms-gutter .eno.addon .a38 {
  transition-delay: 4.2s;
}
.terms-gutter .eno.addon .a39 {
  transition-delay: 4.3s;
}
.terms-gutter .eno.addon .a40 {
  transition-delay: 4.4s;
}
.terms-gutter .eno.addon .a41 {
  transition-delay: 4.5s;
}
.terms-gutter .eno.addon .a42 {
  transition-delay: 4.6s;
}
.terms-gutter .eno.addon .a43 {
  transition-delay: 4.7s;
}
.terms-gutter .eno.addon .a44 {
  transition-delay: 4.8s;
}
.terms-gutter .eno.addon .a45 {
  transition-delay: 4.9s;
}
.terms-gutter .eno.addon .a46 {
  transition-delay: 5s;
}
.terms-gutter .eno.addon .a47 {
  transition-delay: 5.1s;
}
.terms-gutter .eno.addon .a48 {
  transition-delay: 5.2s;
}
.terms-gutter .eno.addon .a49 {
  transition-delay: 5.3s;
}
.terms-gutter .eno.addon .a50 {
  transition-delay: 5.4s;
}
.terms-gutter .eno.addon .a51 {
  transition-delay: 5.6s;
}
.terms-gutter .eno.addon .a52 {
  transition-delay: 5.7s;
}
.terms-gutter .eno.addon .a53 {
  transition-delay: 5.8s;
}
.terms-gutter .eno.addon .a54 {
  transition-delay: 5.9s;
}
.terms-gutter .eno.addon .a55 {
  transition-delay: 6s;
}
.terms-gutter .eno.addon .a56 {
  transition-delay: 6.1s;
}
.terms-gutter .eno.addon .a57 {
  transition-delay: 6.2s;
}
.terms-gutter .eno.addon .a58 {
  transition-delay: 6.3s;
}
.terms-gutter .eno.addon .a59 {
  transition-delay: 6.4s;
}
.terms-gutter .eno.addon .a60 {
  transition-delay: 6.5s;
}

@media (min-width: 768px) {
  .contact-gutter .eno.col-md-8, .contact-gutter .eno.col-md-4 {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .contact-gutter .eno.col-md-8, .contact-gutter .eno.col-md-4 {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .contact-gutter .eno.col-md-8, .contact-gutter .eno.col-md-4 {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) {
  .contact-gutter .eno.col-md-8 {
    transform: translateX(-80px);
  }
}
@media (max-width: 767px) {
  .contact-gutter .eno.col-md-8 h3,
  .contact-gutter .eno.col-md-8 [class*=col-] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contact-gutter .eno.col-md-8 h3,
  .contact-gutter .eno.col-md-8 [class*=col-] {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contact-gutter .eno.col-md-8 h3,
  .contact-gutter .eno.col-md-8 [class*=col-] {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) {
  .contact-gutter .eno.col-md-4 {
    transform: translateX(80px);
  }
}
@media (max-width: 767px) {
  .contact-gutter .eno.col-md-4 h3,
  .contact-gutter .eno.col-md-4 .address-col {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contact-gutter .eno.col-md-4 h3,
  .contact-gutter .eno.col-md-4 .address-col {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contact-gutter .eno.col-md-4 h3,
  .contact-gutter .eno.col-md-4 .address-col {
    transition: all 0.65s;
  }
}
@media (min-width: 768px) {
  .contact-gutter .eno.addon.col-md-8, .contact-gutter .eno.addon.col-md-4 {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition-delay: 0.6s;
  }
}
@media (max-width: 767px) {
  .contact-gutter .eno.addon.col-md-8 h3,
  .contact-gutter .eno.addon.col-md-8 [class*=col-] {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .contact-gutter .eno.addon.col-md-8 h3 {
    transition-delay: 0.6s;
  }
  .contact-gutter .eno.addon.col-md-8 .row [class*=col-]:nth-child(1) {
    transition-delay: 0.6s;
  }
  .contact-gutter .eno.addon.col-md-8 .row [class*=col-]:nth-child(2) {
    transition-delay: 0.7s;
  }
  .contact-gutter .eno.addon.col-md-8 .row [class*=col-]:nth-child(3) {
    transition-delay: 0.8s;
  }
  .contact-gutter .eno.addon.col-md-8 .row [class*=col-]:nth-child(4) {
    transition-delay: 0.9s;
  }
  .contact-gutter .eno.addon.col-md-8 .row [class*=col-]:nth-child(5) {
    transition-delay: 1s;
  }
  .contact-gutter .eno.addon.col-md-8 .row [class*=col-]:nth-child(6) {
    transition-delay: 1.1s;
  }
  .contact-gutter .eno.addon.col-md-8 .row [class*=col-]:nth-child(7) {
    transition-delay: 1.2s;
  }
  .contact-gutter .eno.addon.col-md-8 .row [class*=col-]:nth-child(8) {
    transition-delay: 1.3s;
  }
  .contact-gutter .eno.addon.col-md-8 .row [class*=col-]:nth-child(9) {
    transition-delay: 1.4s;
  }
  .contact-gutter .eno.addon.col-md-4 h3,
  .contact-gutter .eno.addon.col-md-4 .address-col {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .contact-gutter .eno.addon.col-md-4 h3 {
    transition-delay: 0.6s;
  }
}

.queries-gutter .eno h3,
.queries-gutter .eno p,
.queries-gutter .eno li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .queries-gutter .eno h3,
  .queries-gutter .eno p,
  .queries-gutter .eno li {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .queries-gutter .eno h3,
  .queries-gutter .eno p,
  .queries-gutter .eno li {
    transition: all 0.65s;
  }
}
.queries-gutter .eno.addon h3,
.queries-gutter .eno.addon p,
.queries-gutter .eno.addon li {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
.queries-gutter .eno.addon h3 {
  transition-delay: 0.4s;
}
.queries-gutter .eno.addon .email-list p:nth-child(1) {
  transition-delay: 0.6s;
}
.queries-gutter .eno.addon .email-list p:nth-child(2) {
  transition-delay: 0.7s;
}
.queries-gutter .eno.addon .email-list p:nth-child(3) {
  transition-delay: 0.8s;
}
.queries-gutter .eno.addon .email-list p:nth-child(4) {
  transition-delay: 0.9s;
}
@media (min-width: 768px) {
  .queries-gutter .eno.addon .social li:nth-child(1), .queries-gutter .eno.addon .social li:nth-child(2) {
    transition-delay: 0.6s;
  }
  .queries-gutter .eno.addon .social li:nth-child(3), .queries-gutter .eno.addon .social li:nth-child(4) {
    transition-delay: 0.7s;
  }
}
@media (max-width: 767px) {
  .queries-gutter .eno.addon .social li:nth-child(1) {
    transition-delay: 0.6s;
  }
  .queries-gutter .eno.addon .social li:nth-child(2) {
    transition-delay: 0.7s;
  }
  .queries-gutter .eno.addon .social li:nth-child(3) {
    transition-delay: 0.8s;
  }
  .queries-gutter .eno.addon .social li:nth-child(4) {
    transition-delay: 0.9s;
  }
}

.consultation-gutter .row.eno [class*=col-] {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .consultation-gutter .row.eno [class*=col-] {
    transition: all 0.65s;
  }
}
@media (max-width: 767px) {
  .consultation-gutter .row.eno [class*=col-] {
    transition: all 0.65s;
  }
}
.consultation-gutter .row.eno.addon [class*=col-] {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}
@media (min-width: 768px) {
  .consultation-gutter .row.eno.addon [class*=col-].cm-1, .consultation-gutter .row.eno.addon [class*=col-].cm-2 {
    transition-delay: 0.6s;
  }
  .consultation-gutter .row.eno.addon [class*=col-].cm-3, .consultation-gutter .row.eno.addon [class*=col-].cm-4 {
    transition-delay: 0.7s;
  }
  .consultation-gutter .row.eno.addon [class*=col-].cm-5 {
    transition-delay: 0.8s;
  }
  .consultation-gutter .row.eno.addon [class*=col-].cm-6 {
    transition-delay: 0.9s;
  }
}
@media (max-width: 767px) {
  .consultation-gutter .row.eno.addon [class*=col-].cm-1 {
    transition-delay: 0.6s;
  }
  .consultation-gutter .row.eno.addon [class*=col-].cm-2 {
    transition-delay: 0.7s;
  }
  .consultation-gutter .row.eno.addon [class*=col-].cm-3 {
    transition-delay: 0.8s;
  }
  .consultation-gutter .row.eno.addon [class*=col-].cm-4 {
    transition-delay: 0.9s;
  }
  .consultation-gutter .row.eno.addon [class*=col-].cm-5 {
    transition-delay: 1s;
  }
  .consultation-gutter .row.eno.addon [class*=col-].cm-6 {
    transition-delay: 1.1s;
  }
}

/*.slide-carousel {
  .owl-item {
    .pro-box{
      .dots,.logo,.name,.name,.link,.store-links,p,.key-points{
        @include eno;
        @include transform(translateX(-30px));      
      }
      .pro-box-rt{
        figure{
          @include eno;
          @include transform(translateX(50px));
        }
        &:after{
          @include eno;
          @include rotate(90deg);
          transform-origin: top right;
        }
      }

    }    
    &.active {
      .pro-box{
        .dots,.logo,.name,.link,.store-links,p,.key-points,.pro-box-rt figure,.pro-box-rt:after{
          @include addon;          
        }
        .dots{
          @include transition-delay(0.4s);          
        }
        .logo{
          @include transition-delay(0.5s);          
        }
        .name{
          @include transition-delay(0.6s);          
        }
        p{
          @include transition-delay(0.7s);          
        }
        .link{
          @include transition-delay(0.8s);          
        }
        .store-links{
          @include transition-delay(0.9s);          
        }
        .key-points{
          @include transition-delay(0.9s);
        }
        .pro-box-rt{
          figure{
            @include transition-delay(1s); 
          }
          &:after{
            @include transition-delay(1.2s); 
            opacity: 0.07!important;
          }
        }
      }      
    }
  }
}*/
.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-50 {
  margin-top: 50px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-20 {
  margin-top: 20px !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;
}

.txt-orange,
.txt-primary {
  color: #d96f32;
}

.flex-center {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (min-width: 1024px) {
  section.ispd {
    padding: 80px 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: 80px;
  }
}
@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: 80px;
  }
}
@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: #EEF1F6;
}
section.secondary {
  background: #F8F6F4;
}
section.g-primary {
  background: linear-gradient(85.95deg, #F6F1FF 0.3%, #E3EFFF 99.72%);
}

.j-center {
  justify-content: center;
}

.heading-gutter {
  color: #1E0D4E;
  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;
  }
}
@media (min-width: 1200px) {
  .heading-gutter.is {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .heading-gutter.is {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .heading-gutter.is {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .heading-gutter.in {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .heading-gutter.in {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .heading-gutter.in {
    margin-bottom: 16px;
  }
}
.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;
    font-size: 38px;
  }
}
@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;
}
@media (min-width: 768px) {
  .heading-gutter.row {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 80px;
    text-align: left;
  }
}
@media (max-width: 767.99px) {
  .heading-gutter.row {
    margin-bottom: 40px;
  }
}
.heading-gutter.row .data, .heading-gutter.row .dec {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  .heading-gutter.row .data, .heading-gutter.row .dec {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .heading-gutter.row .dec {
    margin-top: 8px;
  }
}
.heading-gutter.row .dec.type1 {
  font-size: 19px;
}
@media (max-width: 767.99px) {
  .heading-gutter.row .dec.type1 {
    font-size: 16px;
  }
}
.heading-gutter.row .dec p {
  max-width: 525px;
}
@media (min-width: 768px) {
  .heading-gutter.row.type1 {
    margin-bottom: 80px;
  }
  .heading-gutter.row.type1:not(.no):before {
    bottom: -30px;
  }
}

@media (max-width: 767.99px) {
  .owl-carousel {
    padding: 0 38px !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-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: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  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: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    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 .owl-dots {
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
@media (min-width: 768px) {
  .owl-carousel .owl-dots.disabled {
    display: none !important;
  }
}
.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.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) {
  .hide-web {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mob {
    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;
  }
}
.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 .regular {
  border: 0 !important;
  height: auto !important;
  padding: 12px 20px !important;
  color: #333 !important;
  background: #fff !important;
}

.trm {
  font-size: 12px;
  color: #999;
  max-width: 100% !important;
  margin-bottom: 0;
}

.card-data {
  display: none !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-0 {
  margin: 0 !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.top-0 {
  top: 0 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.uppercase {
  text-transform: uppercase;
}

.color-inherit {
  color: inherit !important;
}

.link {
  color: #d96f32 !important;
}
.link:hover {
  color: #fe8300 !important;
}

.fc-form {
  z-index: 1;
  position: relative;
}

.txt-orange,
.txt-primary {
  color: #d96f32;
}

.flex-center {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (min-width: 1024px) {
  section.ispd {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  section.ispd {
    padding: 50px 0;
  }
}
@media (max-width: 767.99px) {
  section.ispd {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  section.ispdb {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  section.ispdb {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.99px) {
  section.ispdb {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  section.ispdt {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  section.ispdt {
    padding-top: 50px;
  }
}
@media (max-width: 767.99px) {
  section.ispdt {
    padding-top: 40px;
  }
}
section.primary {
  background: #f9fafb;
}
section.d-primary {
  background: #f4f5ff;
}

.j-center {
  justify-content: center;
}

.heading-gutter {
  color: #0f1941;
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
  .heading-gutter {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .heading-gutter {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading-gutter {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .heading-gutter {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .heading-gutter {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.99px) {
  .heading-gutter {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023.99px) {
  .heading-gutter br {
    display: none;
  }
}
.heading-gutter.p-max p {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.heading-gutter .heading,
.heading-gutter h2,
.heading-gutter h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .heading-gutter .heading,
  .heading-gutter h2,
  .heading-gutter h3 {
    font-size: 35px;
    font-size: 38px;
  }
}
@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: #5951ff;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #5951ff;
}
.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: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  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: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    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: #5951ff;
  border-color: #5951ff;
  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: #5951ff;
  border-color: #5951ff;
}
.owl-carousel.type3 .owl-nav button[type=button]:hover span {
  border-color: #fff;
}
.owl-carousel.type3 .owl-dots .owl-dot {
  border-color: #22273a;
}
.owl-carousel.type3 .owl-dots .owl-dot span {
  background: #22273a;
}
.owl-carousel.type3 .owl-dots .owl-dot.active {
  opacity: 1;
  border-color: #1887fc;
}
.owl-carousel.type3 .owl-dots .owl-dot.active span {
  background: #1887fc;
}
@media (min-width: 768px) {
  .owl-carousel.type4 .owl-nav {
    gap: 10px;
    left: auto;
    right: 30px;
    font-size: 0;
    display: flex;
    position: absolute;
    justify-content: space-between;
  }
  .owl-carousel.type4 .owl-nav.disabled {
    display: none;
  }
  .owl-carousel.type4 .owl-nav button[type=button] {
    padding: 0;
    width: 51px;
    height: 51px;
    display: flex !important;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 0 solid #dedede;
  }
  .owl-carousel.type4 .owl-nav button[type=button].disabled {
    cursor: not-allowed;
  }
  .owl-carousel.type4 .owl-nav button[type=button].disabled span {
    opacity: 0.45;
  }
  .owl-carousel.type4 .owl-nav button[type=button] span {
    border: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    transform: none;
    position: static;
    background-position: -95px -270px;
  }
  .owl-carousel.type4 .owl-nav button[type=button].owl-prev span {
    transform: rotate(-180deg);
  }
}
.owl-carousel.type4 .owl-dots {
  bottom: -20px;
  margin-top: 20px;
  position: relative;
}
.owl-carousel.type4 .owl-dots .owl-dot {
  border: 0;
  margin: 0;
  padding: 0;
}
.owl-carousel.type4 .owl-dots .owl-dot span {
  width: 10px;
  height: 5px;
  background: #d7d7d7;
}
.owl-carousel.type4 .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-carousel.type4 .owl-dots .owl-dot.active span {
  background: #3c4766;
}
@media (min-width: 768px) {
  .owl-carousel.nav-top .owl-nav {
    right: 5px;
    top: -70px;
  }
}
@media (min-width: 768px) {
  .owl-carousel.nav-bottom .owl-nav {
    bottom: -88px;
  }
}

section.d-light .owl-carousel.type4 .owl-dots .owl-dot span {
  background: rgba(167, 167, 167, 0.2196078431);
}
section.d-light .owl-carousel.type4 .owl-dots .owl-dot.active span {
  background: #5951ff;
}

@media (max-width: 767.99px) {
  .mob-hide {
    display: none !important;
  }
}

.l-more,
.moreless,
button.is-moreless,
button.new-moreless,
button.new_moreless {
  border: unset;
  font-size: inherit;
  cursor: pointer;
  color: #5951ff !important;
  font-weight: 500;
  white-space: nowrap;
  background: unset;
}

.mrcont,
.mcnt,
.mrcnt {
  display: none;
}

@media (max-width: 767.99px) {
  p span.m-mrcnt {
    display: none;
  }
  .slicedata .sdata .m-mrcnt {
    display: none;
  }
}
@media (min-width: 768px) {
  p span.d-mrcnt {
    display: none;
  }
  .slicedata .sdata .d-mrcnt {
    display: none;
  }
}
.rdmr {
  font-size: 14px;
  margin-left: 6px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .rdmr:not(.desktop) {
    display: none;
  }
}
.rdmr i.arr-dwn {
  width: 16px;
  height: 8px;
  margin-left: 4px;
  background-position: 0px -34px;
}

.gx-11 {
  margin-right: -11px;
  margin-left: -11px;
}
.gx-11 [class^=col] {
  padding-right: 11px;
  padding-left: 11px;
}

.gx-9 {
  margin-right: -9px;
  margin-left: -9px;
}
.gx-9 [class^=col] {
  padding-right: 9px;
  padding-left: 9px;
}

@media (max-width: 767.99px) {
  .hideOnMobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hideOnDesktop {
    display: none !important;
  }
}

.nav-tabs::-webkit-scrollbar-track {
  background-color: inherit;
}
.nav-tabs::-webkit-scrollbar {
  width: 6px;
  height: 0px;
  background-color: inherit;
}
.nav-tabs::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.tab-navigation {
  position: relative;
}
@media (min-width: 768px) {
  .tab-navigation {
    display: none;
  }
}
.tab-navigation span {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 7;
}
.tab-navigation span a,
.tab-navigation span button {
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.08);
}
.tab-navigation span a i,
.tab-navigation span button i {
  opacity: 0.6;
}
.tab-navigation span a:before,
.tab-navigation span button:before {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  display: block;
  position: relative;
  content: "";
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}
.tab-navigation span.prev-button {
  left: -6px;
  top: -28px;
  height: 86px;
  box-shadow: 12px 0 55px 30px #fff;
}
.tab-navigation span.prev-button.disabled a,
.tab-navigation span.prev-button.disabled button {
  display: none;
}
.tab-navigation span.prev-button a,
.tab-navigation span.prev-button button {
  left: 0px;
}
.tab-navigation span.prev-button a:before,
.tab-navigation span.prev-button button:before {
  transform: rotate(-45deg);
}
.tab-navigation span.next-button {
  right: -6px;
  top: -28px;
  height: 86px;
  box-shadow: -12px 0 55px 30px #fff;
}
.tab-navigation span.next-button.disabled {
  display: none;
}
.tab-navigation span.next-button a,
.tab-navigation span.next-button button {
  right: 0px;
}
.tab-navigation span.next-button a:before,
.tab-navigation span.next-button button:before {
  transform: rotate(135deg);
}
.tab-navigation span .arr-right {
  width: 12px;
  height: 17px;
  background-position: -60px -7056px;
}
.tab-navigation span .arr-left {
  width: 12px;
  height: 17px;
  background-position: -60px -7056px;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .sd .owl-stage-outer:before {
    content: "";
    width: 193px;
    background-color: transparent;
    background-image: linear-gradient(to left, transparent, #fff);
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
  }
  .sd .owl-stage-outer:after {
    content: "";
    width: 193px;
    background-color: transparent;
    background-image: linear-gradient(to right, transparent, #fff);
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0;
    position: absolute;
  }
}

.d-none {
  display: none;
}

p small.dot {
  font-size: 100%;
  padding-left: 1px;
}

#cookie-notice .cookie-notice-container .cn-close-icon {
  top: 7px;
  right: 0;
  left: 0;
  margin: 0 10px;
  position: relative;
}
#cookie-notice .cookie-notice-container a:not(.btn) {
  color: #fff !important;
  text-decoration: underline !important;
}
#cookie-notice .cookie-notice-container a:not(.btn):hover {
  text-decoration: none !important;
}
#cookie-notice .cookie-notice-container .btn {
  height: 40px;
  display: inline-flex !important;
}

.trm {
  font-size: 12px;
  color: #999;
  max-width: 100% !important;
  margin-bottom: 0;
}
.trm a {
  text-decoration: underline !important;
}

.trial-data {
  display: none !important;
}

@media (min-width: 768px) {
  .hide-web {
    display: none !important;
  }
}

@media (max-width: 767.999px) {
  .hide-mob {
    display: none !important;
  }
}

.broken_link,
a.broken_link {
  text-decoration: none !important;
}

section.h-toggle {
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  section.h-toggle:not(.h-opened).ispd {
    padding: 8px 0 2px;
  }
}
@media (max-width: 767.99px) {
  section.h-toggle:not(.h-opened).ispd {
    padding: 15px 0 10px;
  }
}
section.h-toggle:not(.h-opened) .data-gutter .cnts,
section.h-toggle:not(.h-opened) .heading-gutter,
section.h-toggle:not(.h-opened) .heading-gutter p {
  margin-bottom: 0 !important;
}
section.h-toggle:not(.h-opened).ht-type3 .heading-gutter {
  top: 0;
  color: #0f1941;
  max-width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  section.h-toggle:not(.h-opened).ht-type3 .heading-gutter h2 {
    white-space: nowrap;
  }
}
section.h-toggle:not(.h-opened).ht-type3 .heading-gutter h2:before {
  opacity: 0;
}
section.h-toggle:not(.h-opened).ht-type3 .heading-gutter h2 br {
  display: none;
}
section.h-toggle:not(.h-opened).ht-type3 img,
section.h-toggle:not(.h-opened).ht-type3 .heading-gutter p,
section.h-toggle:not(.h-opened).ht-type3 .btn,
section.h-toggle:not(.h-opened).ht-type3 .row .col-md-6:last-child {
  padding: 0 !important;
}
section.h-toggle:not(.h-opened).ht-type3 figure {
  height: 0;
}
section.h-toggle:not(.h-opened).ht-type3 .btn {
  display: none;
}
section.h-toggle .heading-gutter {
  text-align: left !important;
  transition: all 0.5s ease-in-out;
}
section.h-toggle .heading-gutter.h-arrow h2 {
  cursor: pointer;
}
section.h-toggle .heading-gutter.h-arrow h2:after {
  left: 15px;
  top: -4px;
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  transform: scale(1.75);
  background-position: -2px 0px;
}
@media (max-width: 767px) {
  section.h-toggle .heading-gutter.h-arrow h2:after {
    top: -2px;
    transform: scale(1.45);
  }
}
section.h-toggle .heading-gutter p {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
section.h-toggle.h-opened .heading-gutter.h-arrow h2:after {
  background-position: -2px -16px;
}
section.h-toggle.h-opened .heading-gutter p {
  max-height: 300px;
}
section.h-toggle.ht-type1 .bullet-list,
section.h-toggle.ht-type1 figure {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
section.h-toggle.ht-type1.h-opened .heading-gutter {
  max-height: 300px;
}
section.h-toggle.ht-type1.h-opened .bullet-list,
section.h-toggle.ht-type1.h-opened figure {
  max-height: 600px;
}
section.h-toggle.ht-type2 .row {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
section.h-toggle.ht-type2.h-opened .row {
  max-height: 800px;
}
section.h-toggle.ht-type3 img,
section.h-toggle.ht-type3 .heading-gutter p,
section.h-toggle.ht-type3 .btn,
section.h-toggle.ht-type3 .row .col-md-6:last-child {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
section.h-toggle.ht-type3 h2,
section.h-toggle.ht-type3 figure {
  transition: all 0.5s ease-in-out;
}
section.h-toggle.ht-type3.h-opened .heading-gutter p,
section.h-toggle.ht-type3.h-opened .heading-gutter .btn {
  visibility: visible;
  max-height: 300px;
}
section.h-toggle.ht-type3.h-opened img,
section.h-toggle.ht-type3.h-opened .row .col-md-6:last-child {
  visibility: visible;
  max-height: 900px;
}
@media (max-width: 767.99px) {
  section.h-toggle.feature-gutter .toggle-count {
    padding-top: 26px !important;
  }
}
@media (min-width: 768px) {
  section.ispd.fxt {
    padding-top: 30px;
  }
}
@media (max-width: 767.99px) {
  section.ispd.fxt {
    padding-top: 30px;
  }
}

.form-control {
  width: 100%;
  display: block;
  border-width: 1px;
  border-style: solid;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 12px;
  border-radius: 2px;
  -webkit-appearance: none;
  border-color: #d8d8d8;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ff9b57;
}
.form-control.wpcf7-not-valid {
  border-color: #fba9a9;
}
.form-control::-moz-placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.form-control::placeholder {
  color: #8e8e8e;
}

textarea.form-control {
  min-height: 120px;
  max-height: 160px;
  resize: none;
}

select.form-control {
  background: url(../img/select.svg) no-repeat calc(100% - 11px) center #fff;
}

div.wpcf7 .ajax-loader {
  width: 16px;
  height: 16px;
  display: block;
  visibility: hidden;
  margin: 6px auto 0;
  background: url(../img/ajax-loader.gif) no-repeat center center;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7 .wpcf7-response-output {
  margin: 4px 0;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid transparent;
}
div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #fff9f9;
  border-color: #fba9a9;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #eef7ef;
  border-color: #4caf50;
}
div.wpcf7 p {
  margin: 0;
}
div.wpcf7 .wpcf7-display-none,
div.wpcf7 .screen-reader-response,
div.wpcf7 .wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 6px auto 0;
}

/*
.frm_forms{
  .frm_error_style{
    display: none !important;
  }
  .frm_error{
    display: none !important;
  }
  .frm_form_fields{
    .frm_form_title{
      display: none;
    }
    .frm_primary_label{
      .frm_required{
        display: none;
      }
    }

    .frm_form_field{
      margin-bottom: 14px !important;
      input,
      textarea{
        width: 100%;
        height: auto !important;
        border-width: 1px;
        border-style: solid !important;
        font-size: $form-font-size !important;
        line-height: 1.5;
        padding: 10px 12px !important;
        box-shadow: none !important;
        border-radius: 2px !important;
        -webkit-appearance: none;
        border-color: $form-border-color !important;
        &:focus {
          border-color: $form-border-focus-color !important;
        }
        &::-webkit-input-placeholder {
          color: $form-placeholder-color !important;
        }
        &:-moz-placeholder {
          color: $form-placeholder-color !important;
          opacity: 1 !important;
        }
        &::-moz-placeholder {
          color: $form-placeholder-color !important;
          opacity: 1 !important;
        }
        &:-ms-input-placeholder {
          color: $form-placeholder-color !important;
        }
        &::-ms-input-placeholder {
          color: $form-placeholder-color !important;
        }

        &::placeholder {
          color: $form-placeholder-color !important;
        }
      }
      textarea {
        min-height: 120px !important;
        max-height: 160px !important;
        resize: none !important;
      }
      &.frm_blank_field{
        input,
        textarea{
          border-color: $form-invalid !important;
        }
      }
    }

  }
}

.page-footer{
  .frm_forms{
    .frm_form_fields{
      .frm_form_field{
        margin-bottom: 0 !important;
        input{
          border-radius: 4px 0 0 4px !important;
        }
      }
      .frm_fields_container{
        grid-gap: 0 !important;
        display: flex !important;
        align-items: center !important;
      }
    }
    .frm_submit button{
      left: -1px !important;
      top: 1px !important;
      margin: 0 !important;
      height: 44px !important;
      position: relative !important;
      padding: 12px 18px !important;
      box-shadow: none !important;
      border-radius: 0 4px 4px 0 !important;
    }
  }
}*/
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;
  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.plist li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
}
ul.plist li:before {
  left: 2px;
  top: 3px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-position: -151px -31px;
}
ul.plist li b {
  font-size: 16px;
}
ul.plist li a {
  color: #0446D5;
}
ul.plist.primary li {
  color: #fff;
}
ul.plist.primary li:before {
  filter: brightness(0) invert(1);
}
ul.plist.type1 li {
  margin-bottom: 16px;
}
ul.plist.type1 li:before {
  top: 5px;
}
ul.plist.type1 li b {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
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;
  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;
}

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;
}

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.regular.outline {
  color: white;
  background: transparent;
  border-color: #5951FF;
}
.btn.regular.outline:hover {
  color: #fff;
  background: #5951FF;
  border-color: #5951FF;
}
.btn.regular.outline:hover:after {
  border-color: #5951FF;
}
.btn.secondary:not(.outline) {
  color: #fff;
  background: #FF6252;
  border-color: #FF6252;
}
.btn.secondary:not(.outline):hover {
  background: #FF6252;
  border-color: #FF6252;
}
.btn.secondary:not(.outline):hover:after {
  border-color: #FF6252;
}
.btn.secondary:not(.outline):hover i {
  transform: translateX(6px);
}
.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: #001B4B;
  background: #fff;
}
.btn.default:not(.outline).active, .btn.default:not(.outline):hover {
  color: #001B4B;
  background: #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;
}

.success-story-gutter .container .text-center {
  position: relative;
}
.success-story-gutter .container a.more-success {
  right: 20px;
  transition: 0.3s;
  font-weight: 500;
  white-space: nowrap;
}
.success-story-gutter .container a.more-success:before {
  left: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  content: "";
  position: absolute;
  background: #d96f32;
  transition: 0.3s;
}
.success-story-gutter .container a.more-success:hover:before {
  width: 16px;
  background: #086892;
}
@media (min-width: 768px) {
  .success-story-gutter .container a.more-success {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .success-story-gutter .container a.more-success {
    margin: 10px;
    display: inline-block;
  }
}

div.social-list {
  display: flex;
  align-items: center;
}
div.social-list a {
  margin-right: 30px;
}
div.social-list a.vct:before {
  height: 33px;
  content: "";
  display: block;
  position: relative;
}
div.social-list a.vct.ios-icon:before {
  width: 28px;
  background-position: -70px -1671px;
}
div.social-list a.vct.ios-icon:hover:before {
  background-position: -70px -1711px;
}
div.social-list a.vct.android-icon:before {
  width: 26px;
  background-position: -116px -1670px;
}
div.social-list a.vct.android-icon:hover:before {
  background-position: -116px -1710px;
}
div.social-list a.vct.web-icon:before {
  width: 34px;
  background-position: -161px -1670px;
}
div.social-list a.vct.web-icon:hover:before {
  background-position: -161px -1710px;
}
div.social-list a.vct.microsoft-icon:before {
  width: 30px;
  background-position: -213px -1670px;
}
div.social-list a.vct.microsoft-icon:hover:before {
  background-position: -213px -1710px;
}

.learn-more {
  color: #13184E;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.learn-more i {
  left: 10px;
  width: 27px;
  height: 27px;
  transition: all 0.5s ease-in-out;
  background-position: -177px -32px;
}
.learn-more:hover {
  color: #13184E;
}
.learn-more:hover i {
  left: 16px;
}
.learn-more.primary {
  color: #fff;
}
.learn-more.primary i {
  background-position: -209px -32px;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.btn {
  height: 48px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding: 2px 18px;
  border-radius: 50px;
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.btn:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 50px;
  animation-duration: 1s;
  border: 2px solid transparent;
}
.btn:hover:after {
  animation-name: hvr-ripple-out;
}
@media (max-width: 767.99px) {
  .btn {
    height: 45px;
    font-size: 15px;
  }
}
.btn.normal {
  font-size: 16px;
  text-transform: none;
}
.btn.lg {
  font-size: 16px;
  padding: 14px 18px 14px 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .btn.lg {
    font-size: 14px;
    padding: 11px 15px 11px 21px;
    font-weight: 500;
  }
}
.btn.sm {
  font-size: 13px;
}
.btn.breed {
  width: 100%;
}
.btn.circle {
  border-radius: 50px;
}
.btn.circle:after {
  border-radius: 50px;
}
.btn.primary:not(.outline) {
  color: #fff;
  background: #FF6F00;
}
.btn.primary:not(.outline).active, .btn.primary:not(.outline):hover {
  color: #fff;
  background: #F9750F;
}
.btn.primary:not(.outline).active:after, .btn.primary:not(.outline):hover:after {
  border-color: #ff6f00;
}
.btn.primary:not(.outline).no {
  box-shadow: none;
}
.btn.regular:not(.outline) {
  color: #fff;
  background: #5951ff;
  border-color: #5951ff;
}
.btn.regular:not(.outline):hover {
  background: #5149f8;
  border-color: #5149f8;
}
.btn.regular:not(.outline):hover:after {
  border-color: #5951ff;
}
.btn.regular.outline {
  color: #5951ff;
  background: #fff;
  border-color: #5951ff;
}
.btn.regular.outline i.arrow-icon {
  left: 10px;
  filter: invert(26%) sepia(98%) saturate(4000%) hue-rotate(237deg) brightness(101%) contrast(101%);
}
.btn.regular.outline:hover {
  color: #fff;
  background: #5951ff;
  border-color: #5951ff;
}
.btn.regular.outline:hover:after {
  border-color: #5951ff;
}
.btn.regular.outline:hover i.arrow-icon {
  filter: brightness(0) invert(1);
}
.btn.lregular.outline {
  color: #bfc3f0;
  border-color: #e8e8e8;
}
.btn.lregular.outline i.arrow-icon {
  left: 10px;
  filter: brightness(0) invert(1);
}
.btn.lregular.outline:hover {
  color: #5951ff;
  background: #e8e8e8;
  border-color: #e8e8e8;
}
.btn.lregular.outline:hover:after {
  border-color: #e8e8e8;
}
.btn.lregular.outline:hover i.arrow-icon {
  filter: invert(26%) sepia(98%) saturate(4000%) hue-rotate(237deg) brightness(101%) contrast(101%);
}
.btn.dregular:not(.outline) {
  color: #fff;
  background: #1e0d4e;
  border-color: #5e5282;
}
.btn.dregular:not(.outline):hover {
  background: #14063a;
  border-color: #1e0d4e;
}
.btn.dregular:not(.outline):hover:after {
  border-color: #1e0d4e;
}
.btn.default:not(.outline) {
  color: #5951ff;
  background: #fff;
  border-color: #fff;
}
.btn.default:not(.outline):hover {
  color: #5149f8;
  background: #e0efff;
  border-color: #e0efff;
}
.btn.default:not(.outline):hover:after {
  border-color: #e0efff;
}
.btn.default.outline {
  color: #fff;
  border-color: #fff;
  background: unset;
}
.btn.default.outline:hover {
  color: #5149f8;
  background: #fff;
  border-color: #fff;
}
.btn.default.outline:hover:after {
  border-color: #fff;
}
.btn.outline.primary {
  color: #d96f32;
  border-color: #d96f32;
}
.btn.outline.primary:hover {
  color: #fff;
  background: #FF6F00;
}
.btn.outline.white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.btn.outline.white:hover {
  border-color: #fff;
}

.learn-more {
  color: #13184e;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.learn-more i {
  left: 10px;
  width: 27px;
  height: 27px;
  transition: all 0.5s ease-in-out;
  background-position: -177px -32px;
}
.learn-more:hover {
  color: #13184e;
}
.learn-more:hover i {
  left: 16px;
}
.learn-more.primary {
  color: #fff;
}
.learn-more.primary i {
  background-position: -209px -32px;
}

.view-all {
  color: #5951ff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border: 1px solid #5951ff;
}
.view-all i {
  left: 10px;
  width: 27px;
  height: 27px;
  transition: all 0.5s ease-in-out;
  background-position: -177px -32px;
}
.view-all:hover {
  color: #13184e;
}
.view-all:hover i {
  left: 16px;
}
.view-all.primary {
  color: #fff;
}
.view-all.primary i {
  background-position: -209px -32px;
}

.b-action {
  gap: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .b-action .btn.outline {
    display: none;
  }
}

.is-action {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-action.type1 {
  margin-top: 40px;
}

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;
  border-radius: 6px;
  background: #eeeff1;
  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;
  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: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  background: #fff;
  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: flex;
  -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 .vct.close:before {
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  position: absolute;
  background: url(https://www.fieldcircle.com/wp-content/themes/fieldtitan/assets/layouts/img/sprites.svg) no-repeat -4px -269px;
}

@media (min-width: 1024px) {
  .serve-gutter .serve-list {
    top: 62px;
    z-index: 2;
    position: sticky;
    padding-top: 12px;
    background: #fff;
  }
}
.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: 48px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 2px 19px;
  margin-bottom: 12px;
  border-radius: 6px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.99px) {
  .serve-gutter .serve-list .owl-item .item {
    height: 34px;
    font-size: 12px;
    padding: 2px 12px;
    margin-bottom: 8px;
  }
}
.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;
}
@media (max-width: 767.99px) {
  .serve-gutter .serve-carousel .item {
    padding: 20px;
    flex-direction: column-reverse;
  }
}
.serve-gutter .serve-carousel .item figure {
  min-width: 54%;
  max-width: 860px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: #90a3ff;
  justify-content: center;
}
@media (max-width: 767.99px) {
  .serve-gutter .serve-carousel .item figure {
    padding: 15px;
  }
}
.serve-gutter .serve-carousel .item .cnts {
  width: 100%;
  padding: 30px;
}
@media (max-width: 767.99px) {
  .serve-gutter .serve-carousel .item .cnts {
    padding: 0;
  }
}
.serve-gutter .serve-carousel .item .cnts a {
  color: inherit;
}
.serve-gutter .serve-carousel .item .cnts .data {
  overflow: hidden;
  overflow-y: auto;
  max-height: 260px;
  padding-right: 10px;
}
.serve-gutter .serve-carousel .item .cnts .data::-webkit-scrollbar {
  background: #f6f6f6;
}
.serve-gutter .serve-carousel .item .cnts .data::-webkit-scrollbar-thumb {
  background: #5951ff;
}
.serve-gutter .serve-carousel .item .cnts .data p:not(.margin) {
  margin-bottom: 22px;
}
.serve-gutter .serve-carousel .item .cnts h3,
.serve-gutter .serve-carousel .item .cnts .heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .serve-gutter .serve-carousel .item .cnts h3,
  .serve-gutter .serve-carousel .item .cnts .heading {
    margin-right: -20px;
  }
}
@media (max-width: 767.99px) {
  .serve-gutter .serve-carousel .item .cnts h3,
  .serve-gutter .serve-carousel .item .cnts .heading {
    font-size: 26px;
  }
}
.serve-gutter .serve-carousel .item .cnts ul.plist {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .serve-gutter .serve-carousel.ctype1 .item {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .serve-gutter .serve-carousel.owl-carousel .owl-nav {
    bottom: 30px;
  }
}
.serve-gutter.primary .serve-list {
  background: #f9fafb;
}

.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: flex;
  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: flex;
  -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;
  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: flex;
  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: flex;
  -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;
  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: 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: 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;
  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: 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: flex;
  -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;
}

@media (min-width: 768px) {
  .testimonial-gutter .customer-carousel:not(.no-nav) {
    padding-bottom: 80px;
  }
}
.testimonial-gutter .customer-carousel .item .cnts {
  height: 100%;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  padding: 70px 70px 120px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  border: 1px solid #EDEFF8;
}
@media (max-width: 767px) {
  .testimonial-gutter .customer-carousel .item .cnts {
    font-size: 14px;
    padding: 66px 24px 120px;
  }
}
.testimonial-gutter .customer-carousel .item .cnts p {
  position: relative;
}
.testimonial-gutter .customer-carousel .item .cnts p span {
  display: block;
  margin-bottom: 12px;
}
.testimonial-gutter .customer-carousel .item .cnts p::before {
  top: -26px;
  left: -36px;
  width: 34px;
  height: 25px;
  content: "";
  position: absolute;
  background-position: -28px -72px;
}
@media (max-width: 767px) {
  .testimonial-gutter .customer-carousel .item .cnts p::before {
    top: -38px;
    left: -4px;
  }
}
.testimonial-gutter .customer-carousel .item .cnts .base {
  width: 100%;
  bottom: 30px;
  left: 74px;
  display: flex;
  align-items: center;
  position: absolute;
}
@media (max-width: 767px) {
  .testimonial-gutter .customer-carousel .item .cnts .base {
    left: 22px;
  }
}
.testimonial-gutter .customer-carousel .item .cnts .base figure {
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  background-position: -65px -65px;
}
.testimonial-gutter .customer-carousel .item .cnts .base .data span {
  display: block;
}
.testimonial-gutter .customer-carousel .item .cnts .base .data span.name {
  font-size: 15px;
}
.testimonial-gutter .customer-carousel .item .cnts .base .data span.title {
  font-size: 13px;
  color: #9298AC;
  font-weight: normal;
}
.testimonial-gutter .customer-carousel .item .cnts .base .data span.c-name {
  font-size: 13px;
  color: #9298AC;
  font-weight: normal;
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item {
  padding: 30px;
  background: #fff;
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item .heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  min-height: 130px;
  margin: 0 12px 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DCE2F9;
}
@media (max-width: 767.99px) {
  .testimonial-gutter:not(.type1) .testimonial-carousel .item .heading {
    font-size: 21px;
  }
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item p {
  color: #515C70;
  font-size: 21px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
@media (max-width: 767.99px) {
  .testimonial-gutter:not(.type1) .testimonial-carousel .item p {
    font-size: 18px;
  }
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item p:before {
  top: 5px;
  width: 40px;
  height: 26px;
  opacity: 0.45;
  content: "";
  position: relative;
  display: inline-block;
  transform: scale(1.2);
  background-position: -26px -72px;
}
@media (max-width: 767.99px) {
  .testimonial-gutter:not(.type1) .testimonial-carousel .item p:before {
    top: 8px;
    transform: scale(0.9);
  }
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding-top: 60px;
}
@media (max-width: 767.99px) {
  .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info {
    padding-top: 30px;
  }
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info figure img {
  width: auto;
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des {
  margin-left: 12px;
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span {
  display: block;
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span.name {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767.99px) {
  .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span.name {
    font-size: 17px;
  }
}
.testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span.des {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  .testimonial-gutter:not(.type1) .testimonial-carousel .item .client-info .name-des span.des {
    font-size: 13px;
  }
}
.testimonial-gutter.type1 .testimonial-carousel .item {
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #13184E;
}
.testimonial-gutter.type1 .testimonial-carousel .item .head {
  padding: 30px 22px;
}
.testimonial-gutter.type1 .testimonial-carousel .item .head figure {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-gutter.type1 .testimonial-carousel .item .head figure img {
  width: auto;
}
.testimonial-gutter.type1 .testimonial-carousel .item .head .heading {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767.99px) {
  .testimonial-gutter.type1 .testimonial-carousel .item .head .heading {
    font-size: 21px;
  }
}
.testimonial-gutter.type1 .testimonial-carousel .item .cnts {
  color: #fff;
  padding: 20px 22px;
  background: #13184E;
}
.testimonial-gutter.type1 .testimonial-carousel .item .cnts p {
  font-size: 19px;
  min-height: 150px;
  position: relative;
}
@media (max-width: 767.99px) {
  .testimonial-gutter.type1 .testimonial-carousel .item .cnts p {
    font-size: 16px;
  }
}
.testimonial-gutter.type1 .testimonial-carousel .item .cnts p:before {
  top: 5px;
  width: 40px;
  height: 26px;
  content: "";
  position: relative;
  display: inline-block;
  transform: scale(1.2);
  background-position: -26px -72px;
}
@media (max-width: 767.99px) {
  .testimonial-gutter.type1 .testimonial-carousel .item .cnts p:before {
    top: 8px;
    transform: scale(0.9);
  }
}
.testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info {
  padding-top: 12px;
}
.testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span {
  display: block;
}
.testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span.name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
@media (max-width: 767.99px) {
  .testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span.name {
    font-size: 16px;
  }
}
.testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span.des {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  .testimonial-gutter.type1 .testimonial-carousel .item .cnts .client-info span.des {
    font-size: 13px;
  }
}
.testimonial-gutter .button {
  margin-top: 30px;
}

.faq-box {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .faq-box {
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media (min-width: 1024px) {
  .faq-box .ins {
    display: flex;
  }
}
.faq-box .tab-sidebar {
  width: 100%;
  max-width: 340px;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 1023.99px) {
  .faq-box .tab-sidebar {
    display: none;
  }
}
.faq-box .tab-sidebar ul li {
  font-size: 13px;
  cursor: pointer;
  line-height: 1.2;
  padding: 12px 10px 12px 16px;
  font-weight: 500;
  min-height: 58px;
  position: relative;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.faq-box .tab-sidebar ul li:before {
  width: 0;
  height: 0;
  right: -23px;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  opacity: 0;
  position: absolute;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 22px solid rgba(0, 0, 0, 0.1);
}
.faq-box .tab-sidebar ul li:after {
  width: 0;
  height: 0;
  right: -22px;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  opacity: 0;
  position: absolute;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 22px solid #f3f7ff;
}
.faq-box .tab-sidebar ul li.active {
  background: #f3f7ff;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.25);
}
.faq-box .tab-sidebar ul li.active:before {
  opacity: 1;
}
.faq-box .tab-sidebar ul li.active:after {
  opacity: 1;
}
.faq-box .tab-sidebar ul li:first-child {
  top: -1px;
}
.faq-box .tab-content {
  width: 100%;
  max-width: calc(100% - 340px);
  max-width: 100%;
}
@media (max-width: 1023.99px) {
  .faq-box .tab-content {
    max-width: 100%;
  }
}
.faq-box .tab-content .toggle {
  border-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .faq-box .tab-content .toggle {
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .faq-box .tab-content .toggle .toggle-box {
    max-height: 300px;
  }
}
.faq-box .tab-content .tab-pane {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.faq-box .tab-content .tab-pane.active {
  opacity: 1;
  overflow: visible;
  visibility: visible;
  max-height: 900px;
  max-height: 100%;
}
@media (max-width: 1023.99px) {
  .faq-box .tab-content .tab-pane {
    opacity: 1;
    max-height: 100%;
    visibility: visible;
  }
}
.faq-box .toggle:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.faq-box .toggle h3 {
  margin: 0;
  padding: 20px 46px 20px 0px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .faq-box .toggle h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .faq-box .toggle h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-box .toggle h3 {
    padding: 22px 36px 22px 0px;
  }
}
.faq-box .toggle h3:after {
  right: 0;
  top: 19px;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  background: url(../img/svg/sprites.svg) no-repeat -2px 0px;
}
.faq-box .toggle .toggle-box {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .faq-box .toggle .toggle-box {
    padding: 0 18px 0px 0px;
  }
}
.faq-box .toggle .toggle-box .data {
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .faq-box .toggle .toggle-box .data {
    margin-top: 0;
  }
}
.faq-box .toggle .toggle-box .data p.opacity {
  opacity: 0.8;
  padding-top: 6px;
  margin-bottom: 4px;
  font-weight: 500;
}
.faq-box .toggle.open h3:after {
  background-position: -2px -16px;
}
.faq-box .toggle.open .toggle-box {
  max-height: 1000px;
}
@media (max-width: 767px) {
  .faq-box .toggle.open .toggle-box {
    max-height: 1500px;
  }
}
.faq-box .toggle.open .toggle-box.lg {
  max-height: 1800px;
}
@media (max-width: 767px) {
  .faq-box .toggle.open .toggle-box.lg {
    max-height: 2200px;
  }
}
.faq-box.no {
  z-index: 8;
  max-width: 920px;
  position: relative;
  background: #fff;
  margin-bottom: -60px;
}
.faq-box.no .toggle h3 {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .faq-box.no .toggle h3 {
    font-size: 14px;
  }
}
.faq-box.no .toggle .toggle-box {
  font-size: 15px;
}
@media (max-width: 767px) {
  .faq-box.no .toggle .toggle-box {
    font-size: 14px;
  }
}

.faq-gutter {
  background: #F9FAFB;
  max-width: 1030px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
@media (max-width: 767.99px) {
  .faq-gutter {
    margin: 0 12px;
  }
}
.faq-gutter .heading-gutter h2 small {
  font-size: 100%;
}
@media (max-width: 767.99px) {
  .faq-gutter .heading-gutter h2 small {
    display: none;
  }
}
@media (max-width: 1023.99px) {
  .faq-gutter .faq-box.no {
    top: 90px;
    position: sticky;
    overflow: auto;
    max-height: calc(100vh - 210px);
  }
}
@media (min-width: 1024px) {
  .faq-gutter .faq-box.no .toggle-box {
    max-height: 800px;
    overflow: auto;
  }
}
.faq-gutter .faq-box .toggle h3 {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq-gutter .faq-box .toggle h3 {
    font-size: 14px;
  }
}
.faq-gutter .faq-box .toggle .toggle-box {
  font-size: 15px;
}
@media (max-width: 767px) {
  .faq-gutter .faq-box .toggle .toggle-box {
    font-size: 14px;
  }
}
.faq-gutter ul.bullet-list {
  margin-bottom: 12px;
}
.faq-gutter ul.line-list li {
  font-size: 15px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
}
.faq-gutter ul.line-list li:before {
  left: 0;
  top: 0;
  content: "-";
  position: absolute;
}
.faq-gutter.career .faq-box {
  border: 0;
  max-width: 100%;
}
.faq-gutter.career .faq-box .toggle h3 {
  opacity: 0.8;
  font-size: 16px;
  padding-left: 4px;
}
.faq-gutter.career .faq-box .toggle .toggle-box {
  font-size: 14px;
  padding: 0 4px;
}
.faq-gutter.career .faq-box .toggle .toggle-box p {
  opacity: 0.75;
}
.faq-gutter.career .faq-box .toggle .toggle-box .button {
  margin: 20px 0;
}
.faq-gutter.career .faq-box .toggle .toggle-box .button .btn {
  min-width: 90px;
}

.frm_dropzone.frm_single_upload {
  max-width: 250px !important;
  position: relative !important;
}

.frm_icon_font.frm_upload_icon {
  position: absolute !important;
  left: 21px !important;
  top: 25px !important;
}

.frm_dropzone .dz-message {
  padding: 14px 14px 14px 58px !important;
  text-align: left;
  margin-top: -3px !important;
}

.frm_upload_text {
  font-size: 16px !important;
}

.frm_dropzone .frm_small_text {
  font-size: 11px !important;
}

.frm_dropzone .frm_upload_icon:before {
  font-size: 24px !important;
  margin-bottom: 4px;
  display: block;
}

.item-gutter .owl-carousel {
  padding: 0 !important;
}
.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 .item {
  width: 370px;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
@media (max-width: 767.99px) {
  .item-gutter .item {
    width: 340px;
    height: 335px;
  }
}
@media (max-width: 380px) {
  .item-gutter .item {
    width: 310px;
  }
}
.item-gutter .item.bg1 {
  background: #FFF7EB;
}
.item-gutter .item.bg2 {
  background: #EFFBFA;
}
.item-gutter .item.bg3 {
  background: #F6F1FF;
}
.item-gutter .item.bg4 {
  background: #F4F9FF;
}
.item-gutter .item.bg5 {
  background: #EFFBFA;
}
.item-gutter .item.bg6 {
  background: #F6F1FF;
}
.item-gutter .item .circle {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 100%;
  margin-bottom: 26px;
  align-items: center;
  justify-content: center;
  background: rgba(32, 34, 51, 0.0392156863);
}
.item-gutter .item i.svg {
  width: 34px;
  height: 34px;
}
.item-gutter .item i.svg.icon1 {
  background-position: -288px -166px;
}
.item-gutter .item i.svg.icon2 {
  background-position: -288px -205px;
}
.item-gutter .item i.svg.icon3 {
  background-position: -288px -241px;
}
.item-gutter .item i.svg.icon4 {
  background-position: -288px -275px;
}
.item-gutter .item i.svg.icon5 {
  background-position: -288px -310px;
}
.item-gutter .item i.svg.icon6 {
  background-position: -288px -345px;
}
.item-gutter .item h3,
.item-gutter .item .heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 767.99px) {
  .item-gutter .item h3,
  .item-gutter .item .heading {
    font-size: 20px;
  }
}

header.page-header {
  top: 0;
  z-index: 9;
  width: 100%;
}
@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: flex;
  -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 {
    top: -1px;
    min-width: 175px;
  }
}
header.page-header .fxc .logo .formerly {
  left: 0;
  bottom: -25px;
  font-size: 12px;
  color: #13184e;
  font-weight: 500;
  position: absolute;
  white-space: nowrap;
}
header.page-header .fxc .header-contact {
  display: flex;
  -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: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@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;
    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;
    transform: rotate(-45deg);
  }
  header.page-header .fxc .header-contact .menu-toggle.opened:after {
    border: 0;
    height: 2px;
    background: #fff;
    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;
  }
}
header.page-header .fxc nav.header-nav {
  display: none;
}
header.page-header.type1 .logo img {
  max-width: 130px;
  content: unset !important;
}
header.page-header.type1 .header-contact .pricing {
  color: #212121 !important;
}
header.page-header.type1 .header-contact .pricing:hover, header.page-header.type1 .header-contact .pricing.active {
  color: #5951ff !important;
}
header.fixed {
  top: 0px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  header.fixed {
    animation-fill-mode: none;
  }
}
@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 .fxc .logo .formerly {
  bottom: -15px;
  font-size: 11px;
}

@media (min-width: 768px) {
  body.page-template-page-ads header.page-header:not(.fixed) .fxc .header-contact .get-call {
    border-color: #fff;
  }
  body.page-template-page-ads header.page-header:not(.fixed) .fxc .header-contact .get-call i.svg.phone-icon {
    background-position: -5px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.page-template-page-ads header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:before {
    background: #fff;
  }
  body.page-template-page-ads header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:after {
    border-color: #fff;
  }
  body.page-template-page-ads header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:before {
    background: #fff;
  }
  body.page-template-page-ads header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:after {
    background: #fff;
  }
}
@media (max-width: 767.99px) {
  body.page-template-page-ads header.page-header:not(.fixed) .fxc .header-contact .get-call {
    border-color: #212121;
  }
  body.page-template-page-ads header.page-header:not(.fixed) .fxc .header-contact .get-call i.svg.phone-icon {
    background-position: -5px -19px;
  }
  body.page-template-page-ads header.page-header:not(.fixed) .fxc .header-contact .get-call:hover i.svg.phone-icon {
    background-position: -5px 0px;
  }
}
@media (max-width: 767.99px) {
  body.page-template-page-ads header.page-header.fixed {
    background: rgba(255, 255, 255, 0.95);
  }
}
@media (max-width: 1023px) {
  body.page-template-page-ads header.page-header.fixed .fxc .logo.opened {
    background: transparent;
  }
  body.page-template-page-ads header.page-header.fixed .fxc .logo.opened img {
    opacity: 1;
  }
}
body:not(.page-template-page-ads) header.page-header .fxc .header-contact .get-call {
  border-color: #212121;
}
body:not(.page-template-page-ads) header.page-header .fxc .header-contact .get-call i.svg.phone-icon {
  background-position: -5px -19px;
}
body:not(.page-template-page-ads) header.page-header .fxc .header-contact .get-call:hover i.svg.phone-icon {
  background-position: -5px 0px;
}
@media (min-width: 1024px) {
  body .menu-overlay {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .menu-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -9999;
    position: fixed;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: visibility 0s, opacity 0.2s linear;
  }
}
body.menu-opened {
  height: 100vh;
  overflow: hidden;
}
body.menu-opened .menu-overlay {
  opacity: 1;
  z-index: 8;
  visibility: visible;
}

@media (min-width: 768px) {
  body.page-template-page-ads .page-header:not(.fixed) .fxc img {
    content: url(../img/logo/white/fieldcircle.svg);
  }
}
@media (min-width: 768px) {
  body.page-template-page-ads .page-header.cmms:not(.fixed) .fxc img {
    content: url(../img/ads/logo/cmms/white/logo.svg);
  }
}
@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;
  }
}

.ai .page-header:not(.ads),
.ai .page-footer:not(.ads),
.ai .card-data {
  display: none !important;
}

.page-head {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: rgb(5, 41, 71);
  background: linear-gradient(180deg, rgb(5, 41, 71) 0%, rgb(1, 9, 17) 100%);
}
.page-head.bg1 {
  background: #020c1e;
}
@media (min-width: 768px) {
  .page-head {
    min-height: 100vh;
    padding-top: 182px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.99px) {
  .page-head {
    padding-top: 122px;
    padding-bottom: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .page-head {
    padding-bottom: 0;
  }
}
.page-head .flex-row {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-head .flex-row {
    min-height: 62vh;
    padding: 0 15px;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .page-head .flex-row {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767.99px) {
  .page-head .flex-row {
    padding: 0 36px;
    text-align: center;
  }
}
.page-head .flex-row .cnts {
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .page-head .flex-row .cnts {
    width: 56%;
    margin-bottom: 32px;
    padding-right: 28px;
  }
}
@media (min-width: 1023.99px) {
  .page-head .flex-row .cnts {
    max-width: 800px;
    max-width: 620px;
  }
}
@media (max-width: 1400px) {
  .page-head .flex-row .cnts br {
    display: none;
  }
}
.page-head .flex-row .cnts br.mob {
  display: none;
}
@media (max-width: 767.99px) {
  .page-head .flex-row .cnts br.mob {
    display: block;
  }
}
.page-head .flex-row .cnts .cnt {
  color: #96a0c1;
  margin-bottom: 42px;
}
@media (max-width: 767.99px) {
  .page-head .flex-row .cnts .cnt {
    margin-bottom: 22px;
  }
}
.page-head .flex-row .cnts .cnt div.heading {
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-head .flex-row .cnts .cnt div.heading {
    font-size: 24px;
  }
}
@media (max-width: 767.99px) {
  .page-head .flex-row .cnts .cnt div.heading {
    font-size: 18px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .page-head .flex-row .cnts .cnt div.heading.max {
    margin-right: -25px;
  }
}
.page-head .flex-row .cnts .cnt p.heading,
.page-head .flex-row .cnts .cnt aside {
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-head .flex-row .cnts .cnt p.heading,
  .page-head .flex-row .cnts .cnt aside {
    font-size: 45px;
  }
}
@media (max-width: 767.99px) {
  .page-head .flex-row .cnts .cnt p.heading,
  .page-head .flex-row .cnts .cnt aside {
    font-size: 28px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .page-head .flex-row .cnts .cnt p.heading.max,
  .page-head .flex-row .cnts .cnt aside.max {
    margin-right: -25px;
  }
}
.page-head .flex-row .cnts .cnt p.heading span.primary,
.page-head .flex-row .cnts .cnt aside span.primary {
  color: #305afa;
}
.page-head .flex-row .cnts .cnt .p-tag {
  display: block;
  padding-top: 12px;
}
.page-head .flex-row .cnts .cnt h1 {
  display: inline;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.page-head .flex-row .cnts .cnt .sub-head {
  font-size: 22px;
}
@media (max-width: 767.99px) {
  .page-head .flex-row .cnts .cnt .sub-head {
    font-size: 18px;
  }
}
.page-head .flex-row .cnts .cnt .bullet-list {
  margin-left: 2px;
  margin-bottom: 10px;
}
.page-head .flex-row .cnts .cnt .bullet-list li {
  text-align: left;
  margin-bottom: 2px;
}
.page-head .flex-row .cnts .cnt span.bullet-list {
  margin-top: 18px;
}
.page-head .flex-row .cnts small.dot {
  display: none;
}
.page-head .flex-row .cnts .moreless {
  padding: 0;
  font-size: 0;
  position: relative;
}
.page-head .flex-row .cnts .moreless:before {
  top: 0px;
  left: 16px;
  width: 9px;
  height: 9px;
  content: "";
  position: relative;
  display: inline-block;
  border-top: 2px solid #ff6f00;
  border-left: 2px solid #ff6f00;
  transform: rotate(-135deg);
  transition: all 0.5s ease-in-out;
}
.page-head .flex-row .cnts .moreless:after {
  left: -4px;
  top: -6px;
  color: #96a0c1;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  content: "..";
  position: absolute;
  letter-spacing: 1px;
}
.page-head .flex-row .cnts .moreless.active:before {
  top: 1px;
  transform: rotate(-315deg);
}
.page-head .flex-row .fig {
  position: relative;
}
@media (max-width: 767.99px) {
  .page-head .flex-row .fig {
    padding: 0 10px;
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-head .flex-row .fig {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .page-head .flex-row .fig {
    top: 40px;
  }
}
.page-head.h .flex-row .cnts .cnt h1 {
  font-size: 45px !important;
}
@media (max-width: 767.99px) {
  .page-head.h .flex-row .cnts .cnt h1 {
    font-size: 28px !important;
    margin-bottom: 14px !important;
  }
}
.page-head .head-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 767.99px) {
  .page-head .head-logo {
    margin: 20px -10px 0;
  }
  .page-head .head-logo img {
    height: 48px;
    max-width: none;
  }
}
.page-head .head-logo a {
  padding: 0 15px;
}
@media (max-width: 767.99px) {
  .page-head .head-logo a {
    padding: 8px;
  }
}
.page-head .head-logo figure {
  padding: 0 15px;
}
@media (max-width: 767.99px) {
  .page-head .head-logo figure {
    padding: 8px;
  }
}
.page-head .head-logo.type2 img {
  height: 78px;
  max-width: none;
}
@media (max-width: 767.99px) {
  .page-head .head-logo.type2 img {
    height: 38px;
  }
}
.page-head .head-logo.type2 figure {
  padding: 0 12px;
}
@media (max-width: 767.99px) {
  .page-head .head-logo.type2 figure {
    padding: 0 8px;
  }
}
@media (max-width: 400px) {
  .page-head .head-logo.type2 figure {
    padding: 0 6px;
  }
}
.page-head .head-logo.type2 figure img {
  height: 100px;
  max-width: none;
}
@media (max-width: 767.99px) {
  .page-head .head-logo.type2 figure img {
    height: 38px;
  }
}
@media (min-width: 768px) {
  .page-head.type1 .flex-row .cnt {
    max-width: 500px;
  }
  .page-head.type1 .flex-row .cnt p {
    display: none;
  }
  .page-head.type1 .flex-row .fig {
    min-width: 55%;
  }
}
@media (max-width: 767.99px) {
  .page-head.type1 {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .page-head.type2 .flex-row .cnt {
    max-width: 500px;
  }
  .page-head.type2 .flex-row .cnt .heading,
  .page-head.type2 .flex-row .cnt aside {
    margin-right: -40px;
  }
  .page-head.type2 .flex-row .fig {
    right: 0;
    top: 90px;
    max-width: 56%;
    position: absolute;
  }
}
@media (max-width: 767.99px) {
  .page-head.type2 {
    padding-bottom: 60px;
  }
}
.page-head.type3 {
  padding-top: 150px;
  padding-bottom: 190px;
  background: #020c1e;
}
.page-head.type3 .flex-row {
  flex-direction: column;
  justify-content: center;
}
.page-head.type3 .flex-row .cnts {
  width: 100%;
  max-width: 840px;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .page-head.type3 .flex-row .cnts {
    margin-bottom: 80px;
  }
}
.page-head.type3 .flex-row .cnts .cnt {
  text-align: center;
}
.page-head.type3 .flex-row .cnts .cnt .heading {
  height: 48px;
  font-size: 15px;
  padding: 4px 20px;
  margin-bottom: 20px;
  border-radius: 100px;
  background: #09152b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.page-head.type3 .flex-row .cnts .cnt .heading h1 {
  margin-bottom: 0;
}
.page-head.type3 .flex-row .cnts .cnt .heading i.ai-icon {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  background-position: -146px -71px;
}
.page-head.type3 .flex-row .cnts .cnt aside span {
  color: #305afa;
}
@media (min-width: 1024px) {
  .page-head.type3 .flex-row .ai-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1023.99px) {
  .page-head.type3 .flex-row .ai-list {
    max-width: 300px;
    margin: 0 auto;
  }
}
.page-head.type3 .flex-row .ai-list li {
  padding: 0 22px;
  color: #96a0c1;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1023.99px) {
  .page-head.type3 .flex-row .ai-list li {
    padding: 16px 0;
    text-align: left;
  }
  .page-head.type3 .flex-row .ai-list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
}
.page-head.type3 .flex-row .ai-list li i {
  margin-right: 12px;
}
.page-head.type3 .flex-row .ai-list li i.facility-icon {
  width: 48px;
  height: 56px;
  background-position: -273px -8px;
}
.page-head.type3 .flex-row .ai-list li i.highly-icon {
  width: 57px;
  height: 45px;
  background-position: -269px -70px;
}
.page-head.type3 .flex-row .ai-list li i.costs-icon {
  width: 44px;
  height: 45px;
  background-position: -276px -120px;
}
@media (max-width: 1023.99px) {
  .page-head.type3 .flex-row .ai-list li i {
    min-width: 48px;
  }
}
.page-head.type4 {
  background: #f7f7f8;
}
.page-head.type4 .flex-row {
  flex-direction: column;
  justify-content: center;
}
.page-head.type4 .flex-row .cnts {
  width: 100%;
  max-width: 840px;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .page-head.type4 .flex-row .cnts {
    margin-bottom: 80px;
  }
}
.page-head.type4 .flex-row .cnts .cnt {
  color: #020c1e;
  text-align: center;
}
.page-head.type4 .flex-row .cnts .cnt .heading {
  color: #020c1e;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-head.type4 .flex-row .cnts .cnt .heading {
    font-size: 32px;
  }
}
@media (max-width: 767.99px) {
  .page-head.type4 .flex-row .cnts .cnt .heading {
    font-size: 18px;
  }
}
.page-head.type4 .flex-row .cnts .cnt aside {
  color: #020c1e;
}
.page-head.type5 {
  background: #000;
}
@media (min-width: 768px) {
  .page-head.type5 {
    padding-top: 130px;
  }
}
@media (min-width: 1024px) {
  .page-head.type5.is-cushman {
    padding-bottom: 220px;
  }
}
@media (max-width: 1023.99px) {
  .page-head.type5.is-cushman {
    padding-bottom: 180px;
  }
}
@media (min-width: 1023.99px) {
  .page-head.type5 .flex-row .cnts {
    width: 55%;
    max-width: 100%;
  }
  .page-head.type5 .flex-row .cnts.type1 {
    width: 57%;
  }
  .page-head.type5 .flex-row .cnts.type2 {
    width: 58%;
  }
}
.page-head.type5 .flex-row .cnts .cnt .heading.type1 {
  height: 48px;
  font-size: 15px;
  padding: 4px 20px;
  margin-bottom: 20px;
  border-radius: 100px;
  background: #09152b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.page-head.type5 .flex-row .cnts .cnt .heading.type1 h1 {
  margin-bottom: 0;
}
.page-head.type5 .flex-row .cnts .cnt .heading.type1 i.ai-icon {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  background-position: -146px -71px;
}
.page-head.type5 .flex-row .cnts .cnt aside span {
  color: #305afa;
}
@media (min-width: 1023.99px) {
  .page-head.type5 .video {
    width: 38%;
    max-width: 100%;
  }
  .page-head.type5 .video.type1 {
    width: 40%;
  }
}
@media (max-width: 767.99px) {
  .page-head.type5 .video {
    max-width: 340px;
    margin: 0 auto;
  }
}
.page-head.type5 .video video {
  width: 100%;
}
.page-head.type5 .ai-list {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .page-head.type5 .ai-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1023.99px) {
  .page-head.type5 .ai-list {
    max-width: 300px;
    margin: 20px auto;
  }
}
.page-head.type5 .ai-list li {
  padding: 0 22px;
  color: #96a0c1;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1023.99px) {
  .page-head.type5 .ai-list li {
    padding: 16px 0;
    text-align: left;
  }
  .page-head.type5 .ai-list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
}
.page-head.type5 .ai-list li i {
  margin-right: 12px;
}
.page-head.type5 .ai-list li i.facility-icon {
  width: 48px;
  height: 56px;
  background-position: -273px -8px;
}
.page-head.type5 .ai-list li i.highly-icon {
  width: 57px;
  height: 45px;
  background-position: -269px -70px;
}
.page-head.type5 .ai-list li i.costs-icon {
  width: 44px;
  height: 45px;
  background-position: -276px -120px;
}
@media (max-width: 1023.99px) {
  .page-head.type5 .ai-list li i {
    min-width: 48px;
  }
}
.page-head .tours {
  position: relative;
}
.page-head .tours .video {
  transition: all 0.45s ease-in-out;
}
.page-head .tours figure {
  position: relative;
  transition: all 0.45s ease-in-out;
}
.page-head.type6 {
  display: flex;
  overflow: hidden;
  position: relative;
  background: #fff;
  max-height: unset !important;
}
@media (min-width: 1024px) {
  .page-head.type6 {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .page-head.type6 {
    padding-top: 86px;
  }
}
@media (max-width: 767.99px) {
  .page-head.type6 {
    padding-top: 122px;
    padding-bottom: 62px;
    text-align: center;
    justify-content: center;
  }
}
.page-head.type6 .container:not(.is) {
  position: relative;
}
@media (min-width: 768px) {
  .page-head.type6 .container:not(.is) {
    min-height: 62vh;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .page-head.type6 .container:not(.is) {
    max-width: calc(100% - 100px);
  }
}
.page-head.type6 .container:not(.is):after {
  top: 60px;
  right: -58px;
  content: "";
  width: 700px;
  height: 100%;
  position: absolute;
  background: url(../img/ads/svg/stars.svg) no-repeat right bottom;
}
.page-head.type6 .container .cnts {
  z-index: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .page-head.type6 .container .cnts {
    width: 52%;
    margin-top: 60px;
    margin-bottom: 32px;
    padding-right: 28px;
  }
}
@media (max-width: 1400px) {
  .page-head.type6 .container .cnts br {
    display: none;
  }
}
.page-head.type6 .container .cnts br.mob {
  display: none;
}
@media (max-width: 767.99px) {
  .page-head.type6 .container .cnts br.mob {
    display: block;
  }
}
.page-head.type6 .container .cnts .cnt {
  margin-bottom: 42px;
}
@media (min-width: 1023.99px) {
  .page-head.type6 .container .cnts .cnt {
    max-width: 620px;
  }
}
@media (max-width: 767.99px) {
  .page-head.type6 .container .cnts .cnt {
    margin-bottom: 22px;
  }
}
.page-head.type6 .container .cnts .cnt .heading {
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-head.type6 .container .cnts .cnt .heading {
    font-size: 22px;
  }
}
@media (max-width: 767.99px) {
  .page-head.type6 .container .cnts .cnt .heading {
    font-size: 18px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page-head.type6 .container .cnts .cnt .heading .data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767.99px) {
  .page-head.type6 .container .cnts .cnt .heading .data {
    justify-content: center;
  }
}
.page-head.type6 .container .cnts .cnt aside {
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-head.type6 .container .cnts .cnt aside {
    font-size: 45px;
  }
}
@media (max-width: 767.99px) {
  .page-head.type6 .container .cnts .cnt aside {
    font-size: 28px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page-head.type6 .container .cnts .cnt aside span {
  color: #5951ff;
}
.page-head.type6 .container .cnts .cnt h1 {
  margin: 0;
  display: inline;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.page-head.type6 .container .cnts .cnt .moreless:not(.active):after {
  left: -4px;
  top: -6px;
  color: #13184e;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  content: "..";
  position: absolute;
  letter-spacing: 1px;
}
.page-head.type6 .awards {
  gap: 38px;
  display: flex;
  padding: 20px 0;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767.99px) {
  .page-head.type6 .awards {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-top: 20px;
  }
  .page-head.type6 .awards a,
  .page-head.type6 .awards figure {
    flex: 0 1 28%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-head.type6 .video {
  z-index: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .page-head.type6 .video {
    margin-top: 50px;
  }
}
@media (min-width: 1023.99px) {
  .page-head.type6 .video {
    width: 34%;
    max-width: 100%;
  }
  .page-head.type6 .video.type1 {
    width: 40%;
  }
}
@media (max-width: 767.99px) {
  .page-head.type6 .video {
    max-width: 340px;
    margin: 32px auto 0;
  }
}
.page-head.type6 .video video {
  width: 100%;
  border-radius: 16px;
}
.page-head.type6 .container .cnts .cnt {
  color: #13184e;
}
.page-head.type6 .container .cnts .cnt .heading {
  color: #13184e;
}
.page-head.type6 .container .cnts .cnt aside {
  color: #13184e;
}
.page-head.type6 .moreless {
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 0;
  cursor: pointer;
  position: relative;
  background: transparent;
}
.page-head.type6 .moreless:before {
  top: -2px;
  left: 6px;
  width: 10px;
  height: 10px;
  content: "";
  position: relative;
  display: inline-block;
  border-top: 2px solid #5951ff;
  border-left: 2px solid #5951ff;
  transform: rotate(-135deg);
  transition: all 0.5s ease-in-out;
}
.page-head.type6 .moreless.active:before {
  top: 1px;
  transform: rotate(-315deg);
}
@media (min-width: 768px) {
  .page-head.type6 .ai-list {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .page-head.type6 .ai-list {
    margin-top: 20px;
  }
}
@media (max-width: 767.99px) {
  .page-head.type6 .ai-list {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
.page-head.type6 .ai-list li {
  padding: 0 22px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .page-head.type6 .ai-list li {
    font-size: 14px;
    padding: 0 12px;
    white-space: unset;
  }
  .page-head.type6 .ai-list li br {
    display: none;
  }
}
@media (max-width: 767.99px) {
  .page-head.type6 .ai-list li {
    padding: 16px 0;
    text-align: left;
  }
  .page-head.type6 .ai-list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
}
.page-head.type6 .ai-list li i {
  margin-right: 12px;
}
.page-head.type6 .ai-list li i.facility-icon {
  width: 48px;
  height: 56px;
  background-position: -273px -8px;
}
.page-head.type6 .ai-list li i.highly-icon {
  width: 57px;
  height: 45px;
  background-position: -269px -70px;
}
.page-head.type6 .ai-list li i.costs-icon {
  width: 44px;
  height: 45px;
  background-position: -276px -120px;
}
@media (max-width: 1023.99px) {
  .page-head.type6 .ai-list li i {
    min-width: 48px;
  }
}

.page--head {
  overflow: hidden;
  position: relative;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background: rgb(247, 249, 252);
  background: linear-gradient(0deg, rgb(247, 249, 252) 0%, rgb(255, 255, 255) 100%);
}
@media (min-width: 768px) {
  .page--head {
    min-height: 100vh;
    padding-top: 182px;
    padding-top: 140px;
    padding-bottom: 110px;
  }
}
@media (max-width: 767.99px) {
  .page--head {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .page--head {
    padding-bottom: 0;
  }
}
.page--head .flex-row {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page--head .flex-row {
    padding: 0 15px;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .page--head .flex-row {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767.99px) {
  .page--head .flex-row {
    padding: 0 40px;
    text-align: center;
  }
}
.page--head .flex-row .cnts {
  height: 100%;
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .page--head .flex-row .cnts {
    width: 56%;
    padding-right: 28px;
  }
}
@media (min-width: 1023.99px) {
  .page--head .flex-row .cnts {
    max-width: 800px;
    max-width: 620px;
  }
}
@media (max-width: 1400px) {
  .page--head .flex-row .cnts br {
    display: none;
  }
}
.page--head .flex-row .cnts br.mob {
  display: none;
}
@media (max-width: 767.99px) {
  .page--head .flex-row .cnts br.mob {
    display: block;
  }
}
.page--head .flex-row .cnts .cnt {
  color: #070e38;
  margin-bottom: 42px;
}
@media (max-width: 767.99px) {
  .page--head .flex-row .cnts .cnt {
    margin-bottom: 22px;
  }
}
.page--head .flex-row .cnts .cnt div.heading1 {
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page--head .flex-row .cnts .cnt div.heading1 {
    font-size: 24px;
  }
}
@media (max-width: 767.99px) {
  .page--head .flex-row .cnts .cnt div.heading1 {
    font-size: 18px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 1200px) {
  .page--head .flex-row .cnts .cnt div.heading1.max {
    margin-right: -25px;
  }
}
.page--head .flex-row .cnts .cnt p.heading {
  color: #070e38;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page--head .flex-row .cnts .cnt p.heading {
    font-size: 45px;
  }
}
@media (max-width: 767.99px) {
  .page--head .flex-row .cnts .cnt p.heading {
    font-size: 28px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 1200px) {
  .page--head .flex-row .cnts .cnt p.heading.max {
    margin-right: -25px;
  }
}
.page--head .flex-row .cnts .cnt .heading {
  color: #070e38;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page--head .flex-row .cnts .cnt .heading {
    font-size: 45px;
  }
}
@media (max-width: 767.99px) {
  .page--head .flex-row .cnts .cnt .heading {
    font-size: 28px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 1200px) {
  .page--head .flex-row .cnts .cnt .heading.max {
    margin-right: -25px;
  }
}
.page--head .flex-row .cnts .cnt h1 {
  display: inline;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.page--head .flex-row .cnts .cnt .sub-head {
  font-size: 22px;
}
@media (max-width: 767.99px) {
  .page--head .flex-row .cnts .cnt .sub-head {
    font-size: 18px;
  }
}
.page--head .flex-row .cnts .cnt .bullet-list {
  margin-left: 2px;
  margin-bottom: 10px;
}
.page--head .flex-row .cnts .cnt .bullet-list li {
  text-align: left;
  margin-bottom: 2px;
}
.page--head .flex-row .cnts .moreless {
  color: #ff6f00 !important;
}
.page--head .flex-row .cnts .moreless:before {
  right: -20px;
  top: 2px;
  bottom: 0;
  content: "";
  margin: auto;
  width: 16px;
  height: 8px;
  position: absolute;
  background-position: 0px -34px;
  transition: all 0.25s ease-in-out;
}
.page--head .flex-row .cnts .moreless.active:before {
  right: -22px;
  transform: rotate(180deg);
}
.page--head .flex-row .fig {
  position: relative;
}
@media (max-width: 767.99px) {
  .page--head .flex-row .fig {
    padding: 0 10px;
    display: none;
  }
}
@media (min-width: 1024px) {
  .page--head .flex-row .fig {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .page--head .flex-row .fig {
    top: 40px;
  }
}
.page--head .head-logo {
  margin-top: 60px;
  padding: 0 20px;
}
@media (max-width: 767.99px) {
  .page--head .head-logo {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .page--head.is .flex-row {
    min-height: 62vh;
  }
  .page--head.is .flex-row .cnt {
    max-width: 500px;
  }
  .page--head.is .flex-row .cnt .heading {
    margin-right: -40px;
  }
  .page--head.is .flex-row .fig {
    right: 0;
    top: 90px;
    max-width: 56%;
    position: absolute;
  }
  .page--head.is .head-logo {
    top: 40px;
    margin-top: 120px;
    position: relative;
  }
}
@media (max-width: 767.99px) {
  .page--head.is {
    padding-bottom: 60px;
  }
}
.page--head.is .head-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--head.is .head-logo a {
  padding: 0 12px;
}
@media (max-width: 767.99px) {
  .page--head.is .head-logo a {
    padding: 0 8px;
  }
}
@media (max-width: 400px) {
  .page--head.is .head-logo a {
    padding: 0 6px;
  }
}
.page--head.is .head-logo a img {
  height: 78px;
  max-width: none;
}
@media (max-width: 767.99px) {
  .page--head.is .head-logo a img {
    height: 38px;
  }
}
.page--head.is .head-logo figure {
  padding: 0 12px;
}
@media (max-width: 767.99px) {
  .page--head.is .head-logo figure {
    padding: 0 8px;
  }
}
@media (max-width: 400px) {
  .page--head.is .head-logo figure {
    padding: 0 6px;
  }
}
.page--head.is .head-logo figure img {
  height: 100px;
  max-width: none;
}
@media (max-width: 767.99px) {
  .page--head.is .head-logo figure img {
    height: 38px;
  }
}

.page-contents {
  min-height: calc(100vh - 356px);
}

.terms-gutter {
  font-size: 15px;
}
.terms-gutter h3 {
  font-size: 22px;
  margin: 30px 0 10px;
  font-weight: 700;
}
.terms-gutter p.heading {
  font-size: 18px;
  margin: 20px 0 2px 0;
  font-weight: 600;
}
.terms-gutter .container {
  max-width: 980px;
}
.terms-gutter ul.number-list {
  margin-left: 18px;
  margin-bottom: 12px;
}
.terms-gutter ul.number-list li {
  margin-bottom: 12px;
  list-style-type: decimal;
}
.terms-gutter ul.number-list li li {
  list-style: none;
  margin-bottom: 10px;
}
.terms-gutter h4 {
  font-size: 20px;
  margin: 30px 0 10px;
}
.terms-gutter ul.bullet-list {
  margin-left: 18px;
  margin-bottom: 12px;
}
.terms-gutter table.pricing-table thead tr th {
  font-size: 14px;
}
.terms-gutter table td,
.terms-gutter table th {
  padding: 12px 22px;
  white-space: normal !important;
  text-align: left !important;
}
.terms-gutter .bold-txt {
  display: block;
  margin-top: 14px;
  margin-bottom: 4px;
}

.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;
  }
}

.action-btn {
  margin-top: 26px;
}

.l-arrow {
  position: relative;
}
.l-arrow:before {
  top: 0;
  bottom: 0;
  left: 6px;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 2px solid #1E0D4E;
  border-left: 2px solid #1E0D4E;
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.l-arrow:after {
  top: 0;
  bottom: 0;
  left: 2px;
  width: 12px;
  height: 1px;
  margin: auto;
  content: "";
  position: absolute;
  border-top: 1px solid #1E0D4E;
  transition: all 0.5s ease-in-out;
}

[class*=-gutter] .moreless {
  padding: 0;
  font-size: 0;
  position: relative;
}
[class*=-gutter] .moreless:before {
  top: -2px;
  left: 6px;
  width: 10px;
  height: 10px;
  content: "";
  position: relative;
  display: inline-block;
  border-top: 2px solid #3184FF;
  border-left: 2px solid #3184FF;
  transform: rotate(-135deg);
  transition: all 0.5s ease-in-out;
}
[class*=-gutter] .moreless:after {
  left: -4px;
  top: -6px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  content: "..";
  position: absolute;
  letter-spacing: 1px;
}
[class*=-gutter] .moreless.active:before {
  top: 1px;
  transform: rotate(-315deg);
}

@media (max-width: 767.99px) {
  .header-contact .btn {
    display: none;
  }
}

.impact-gutter {
  position: relative;
  text-align: center;
}
.impact-gutter:before {
  left: 0;
  right: 0;
  height: 560px;
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(241, 245, 252) 100%);
}
@media (max-width: 767.99px) {
  .impact-gutter:before {
    height: 672px;
  }
}
.impact-gutter .container {
  position: relative;
}
.impact-gutter .gutter {
  overflow: hidden;
  margin-bottom: 70px;
}
@media (max-width: 767.99px) {
  .impact-gutter .gutter {
    margin-bottom: 30px;
  }
}
.impact-gutter .gutter .box {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  .impact-gutter .gutter .box {
    margin: 0 -30px;
  }
}
.impact-gutter .gutter .box .data {
  font-size: 16px;
  padding: 0 15px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 767.99px) {
  .impact-gutter .gutter .box .data {
    font-size: 14px;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
  }
  .impact-gutter .gutter .box .data:nth-child(1), .impact-gutter .gutter .box .data:nth-child(2) {
    margin-bottom: 30px;
  }
  .impact-gutter .gutter .box .data:nth-child(1):before, .impact-gutter .gutter .box .data:nth-child(3):before {
    top: 10px;
    right: 0;
    bottom: 6px;
    width: 1px;
    content: "";
    position: absolute;
    background: #CDD9EC;
  }
}
@media (min-width: 1024px) {
  .impact-gutter .gutter .box .data:not(:last-child):before {
    top: 10px;
    left: 122%;
    width: 1px;
    height: 90px;
    content: "";
    position: absolute;
    background: #CDD9EC;
  }
}
.impact-gutter .gutter .box .data span {
  display: block;
  font-size: 48px;
  color: #170F49;
  font-weight: 600;
  margin-bottom: 2px;
}
@media (max-width: 1023.99px) {
  .impact-gutter .gutter .box .data span {
    font-size: 45px;
  }
}
@media (max-width: 767.99px) {
  .impact-gutter .gutter .box .data span {
    font-size: 32px;
  }
}
.impact-gutter .gutter .box .data span small {
  font-size: 100%;
  color: #4A3AFF;
}
.impact-gutter .gutter .box .data p {
  color: #404351;
  margin-bottom: 0;
}
@media (max-width: 767.99px) {
  .impact-gutter .gutter .box .data p {
    max-width: 136px;
  }
}
@media (max-width: 1023.99px) {
  .impact-gutter .gutter .box .data p br {
    display: none;
  }
}
.impact-gutter .ember {
  padding: 50px 0;
  border-radius: 12px;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.04);
  background: linear-gradient(180deg, rgb(247, 249, 254) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767.99px) {
  .impact-gutter .ember {
    padding: 18px;
  }
}
.impact-gutter .ember h2, .impact-gutter .ember h3, .impact-gutter .ember .heading {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 48px;
}
@media (max-width: 767.99px) {
  .impact-gutter .ember h2, .impact-gutter .ember h3, .impact-gutter .ember .heading {
    font-size: 21px;
    margin-bottom: 26px;
  }
  .impact-gutter .ember h2 br, .impact-gutter .ember h3 br, .impact-gutter .ember .heading br {
    display: none;
  }
}
@media (max-width: 767.99px) {
  .impact-gutter .ember figure img {
    content: url(../img/ads/clients/mobile/logo.svg);
  }
}

@media (min-width: 768px) {
  .tab-gutter .vertical-tabs {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 767.99px) {
  .tab-gutter .vertical-tabs .nav-tabs {
    display: flex;
    align-items: center;
    overflow: auto;
    margin-bottom: 30px;
  }
}
.tab-gutter .vertical-tabs .nav-tabs li {
  min-height: 60px;
  font-size: 16px;
  color: #1E0D4E;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 2px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
}
.tab-gutter .vertical-tabs .nav-tabs li.active {
  border-color: #1E0D4E;
}
.tab-gutter .vertical-tabs .nav-tabs li i.svg {
  width: 24px;
  height: 24px;
  margin-right: 21px;
}
.tab-gutter .vertical-tabs .nav-tabs li i.svg.wo-icon {
  background-position: -145px -197px;
}
.tab-gutter .vertical-tabs .nav-tabs li i.svg.preventive-icon {
  background-position: -145px -224px;
}
.tab-gutter .vertical-tabs .nav-tabs li i.svg.asset-icon {
  background-position: -145px -251px;
}
.tab-gutter .vertical-tabs .nav-tabs li i.svg.scheduling-icon {
  background-position: -145px -279px;
}
.tab-gutter .vertical-tabs .nav-tabs li i.svg.dashboard-icon {
  background-position: -145px -304px;
}
.tab-gutter .vertical-tabs .nav-tabs li i.svg.mobile-icon {
  background-position: -145px -331px;
}
@media (max-width: 767.99px) {
  .tab-gutter .vertical-tabs .nav-tabs li {
    font-size: 15px;
    min-height: 50px;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
  }
  .tab-gutter .vertical-tabs .nav-tabs li:not(:last-child) {
    margin-right: 10px;
  }
  .tab-gutter .vertical-tabs .nav-tabs li i {
    display: none;
  }
}
.tab-gutter .vertical-tabs .tab-navigation span {
  top: -20px;
}
@media (min-width: 768px) {
  .tab-gutter .vertical-tabs .tab-content {
    padding-left: 66px;
  }
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts {
  color: #0F1941;
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 22px;
  padding: 0 20px;
}
@media (max-width: 767.99px) {
  .tab-gutter .vertical-tabs .tab-content .tab-pane .cnts h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts h3 a {
  color: inherit;
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts figure {
  overflow: hidden;
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts figure img {
  left: 10px;
  position: relative;
  border-radius: 10px;
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts .cnt {
  padding: 0 30px 0 20px;
}
@media (max-width: 767.99px) {
  .tab-gutter .vertical-tabs .tab-content .tab-pane .cnts .cnt {
    padding: 0 20px;
    font-size: 14px;
  }
}
.tab-gutter .vertical-tabs .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;
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts .cnt .owl-carousel .item {
  color: #878FB1;
  font-size: 14px;
  padding-bottom: 32px;
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts .cnt .owl-carousel .item b {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts .cnt .owl-carousel .owl-dots {
  bottom: 0;
  display: flex;
  align-items: center;
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts .cnt .owl-carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 100px;
}
.tab-gutter .vertical-tabs .tab-content .tab-pane .cnts .cnt .owl-carousel .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .tab-gutter .vertical-tabs.type1 .nav-tabs {
    width: 35%;
  }
}
.tab-gutter .vertical-tabs.type1 .tab-content {
  text-align: center;
}
@media (min-width: 768px) {
  .tab-gutter .vertical-tabs.type1 .tab-content {
    width: 65%;
  }
}
.tab-gutter .vertical-tabs.type1 .tab-content .cnts {
  font-size: 16px;
  font-weight: 500;
  padding: 22px 20px;
}
@media (max-width: 767.99px) {
  .tab-gutter .vertical-tabs.type1 .tab-content .cnts {
    font-size: 14px;
    padding-bottom: 0;
  }
}
@media (max-width: 767.99px) {
  .tab-gutter.primary {
    background: #fff;
  }
}

.features-gutter {
  overflow: hidden;
}
.features-gutter .feature-list {
  max-height: 450px;
  overflow: hidden;
  margin: 0 -18px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.99px) {
  .features-gutter .feature-list {
    margin: 0 -6px;
    max-height: 350px;
  }
}
.features-gutter .feature-list.opened {
  max-height: 800px;
}
.features-gutter .feature-list:not(.opened):before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  content: "";
  position: absolute;
  background: url(../img/ads/line2.svg) repeat-x center bottom;
}
.features-gutter .feature-list li {
  width: 100%;
  max-width: 350px;
  height: 132px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 26px;
  margin: 0 18px 30px;
  border-radius: 10px;
  background: #fff;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .features-gutter .feature-list li {
    height: 100%;
    max-width: calc(50% - 12px);
    font-size: 16px;
    padding: 22px 20px;
    margin: 0 6px 12px;
    text-align: center;
    justify-content: center;
  }
  .features-gutter .feature-list li.hl-3 {
    min-height: 132px;
  }
}
.features-gutter .buttom {
  margin-top: 40px;
}

.info-gutter {
  text-align: center;
}
.info-gutter .cnts {
  font-size: 16px;
  font-weight: 500;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
@media (max-width: 767.99px) {
  .info-gutter .cnts {
    font-size: 14px;
  }
}

.benefits-gutter {
  background: #003CC2;
}
.benefits-gutter .row {
  margin: 0 -10px;
}
.benefits-gutter .row [class*=col-] {
  padding: 0 10px;
  margin-bottom: 20px;
}
.benefits-gutter .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .benefits-gutter .buttons {
    margin-bottom: 46px;
  }
}
@media (max-width: 767.99px) {
  .benefits-gutter .buttons {
    margin-bottom: 40px;
  }
}
.benefits-gutter .buttons .btn {
  margin: 0 8px;
}
@media (max-width: 400px) {
  .benefits-gutter .buttons .btn {
    margin: 0 4px;
    font-size: 14px;
  }
}
.benefits-gutter .box {
  height: 100%;
  display: flex;
  padding: 46px 36px;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 767.99px) {
  .benefits-gutter .box {
    padding: 30px 20px;
    align-items: center;
  }
}
.benefits-gutter .box i.svg {
  height: 56px;
  min-width: 52px;
  margin-right: 30px;
}
@media (max-width: 767.99px) {
  .benefits-gutter .box i.svg {
    margin-right: 16px;
    transform: scale(0.85);
  }
}
.benefits-gutter .box i.svg.icon1 {
  background-position: -179px -170px;
}
.benefits-gutter .box i.svg.icon2 {
  background-position: -179px -227px;
}
.benefits-gutter .box i.svg.icon3 {
  background-position: -179px -284px;
}
.benefits-gutter .box i.svg.icon4 {
  background-position: -179px -346px;
}
.benefits-gutter .box .cnts {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  .benefits-gutter .box .cnts {
    font-size: 15px;
  }
}
.benefits-gutter .box .cnts h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767.99px) {
  .benefits-gutter .box .cnts h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.benefits-gutter .box .cnts p {
  opacity: 0.85;
  margin-bottom: 4px;
}
@media (max-width: 767.99px) {
  .benefits-gutter .box .cnts p {
    display: none;
  }
}

.story-gutter {
  background: #052A49;
}
.story-gutter .row {
  margin: 0 -10px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.story-gutter .row [class*=col-] {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767.99px) {
  .story-gutter .row {
    max-height: 505px;
  }
}
.story-gutter .row.opened {
  max-height: 1200px;
}
.story-gutter .row:not(.opened):before {
  left: 0;
  bottom: -10px;
  z-index: 1;
  width: 100%;
  height: 232px;
  content: "";
  position: absolute;
  background: url(../img/ads/line3.svg) repeat-x center bottom;
}
.story-gutter .box {
  height: 100%;
  padding: 40px 30px;
  border-radius: 10px;
  background: #fff;
}
.story-gutter .box i.svg-logo {
  width: 170px;
  height: 54px;
  margin-bottom: 38px;
}
@media (max-width: 767.99px) {
  .story-gutter .box i.svg-logo {
    margin-bottom: 22px;
  }
}
.story-gutter .box i.svg-logo.cushman {
  background-position: 0px 6px;
}
.story-gutter .box i.svg-logo.tsi {
  background-position: 0px -48px;
}
.story-gutter .box i.svg-logo.yourspace {
  background-position: 0px -103px;
}
.story-gutter .box i.svg-logo.nicco {
  background-position: 0px -158px;
}
.story-gutter .box .cnts {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767.99px) {
  .story-gutter .box .cnts {
    font-size: 15px;
    margin-bottom: 22px;
  }
}
.story-gutter .box .cnts h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767.99px) {
  .story-gutter .box .cnts h3 {
    font-size: 20px;
  }
}
.story-gutter .box .cnts p {
  opacity: 0.85;
  margin-bottom: 0;
}
.story-gutter .more {
  color: #1E0D4E;
  font-size: 16px;
  font-weight: 580;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.story-gutter .more i.r-arrow {
  width: 18px;
  height: 14px;
  margin-left: 6px;
  background-position: -148px -391px;
  transition: all 0.5s ease-in-out;
}
.story-gutter .more:hover i.r-arrow {
  margin-left: 10px;
}
.story-gutter .buttom .btn {
  z-index: 2;
}
.story-gutter .buttom .btn.active {
  top: 20px;
}
.story-gutter .buttom .btn:not(.active) {
  top: -100px;
}

.ai .page-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 1023.99px) {
  .ai .page-header br {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .ai .page-header br:not(.mob) {
    display: none;
  }
}
.ai .heading-gutter .txt-light {
  color: #7B86A6;
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
}
.ai .heading-gutter h2 span {
  color: #5951FF;
}
.ai .owl-carousel:not(.serve-carousel) {
  padding: 0 26px !important;
}
.ai .owl-carousel:not(.serve-carousel) .owl-nav {
  top: 0;
  font-size: 0;
}
.ai .owl-carousel:not(.serve-carousel) .owl-nav button[type=button] {
  top: -100px;
  bottom: 0;
  border: 0;
  font-size: 0;
  width: 90px;
  height: 90px;
  margin: auto;
  position: absolute;
  border-radius: 100%;
  background: rgba(28, 28, 28, 0.85);
  transition: all 0.5s ease-in-out;
}
.ai .owl-carousel:not(.serve-carousel) .owl-nav button[type=button].disabled {
  opacity: 0;
}
@media (max-width: 767.99px) {
  .ai .owl-carousel:not(.serve-carousel) .owl-nav button[type=button] {
    top: -30px;
    width: 65px;
    height: 65px;
  }
}
.ai .owl-carousel:not(.serve-carousel) .owl-nav button[type=button] span {
  width: 12px;
  height: 12px;
  display: inline-flex;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.99px) {
  .ai .owl-carousel:not(.serve-carousel) .owl-nav button[type=button] span {
    width: 10px;
    height: 10px;
  }
}
.ai .owl-carousel:not(.serve-carousel) .owl-nav button[type=button].owl-prev {
  left: 6px;
}
.ai .owl-carousel:not(.serve-carousel) .owl-nav button[type=button].owl-prev span {
  transform: rotate(-45deg);
}
.ai .owl-carousel:not(.serve-carousel) .owl-nav button[type=button].owl-next {
  right: 22.5%;
}
@media (max-width: 767.99px) {
  .ai .owl-carousel:not(.serve-carousel) .owl-nav button[type=button].owl-next {
    right: 6px;
  }
}
.ai .owl-carousel:not(.serve-carousel) .owl-dots {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.99px) {
  .ai .owl-carousel:not(.serve-carousel) .owl-dots {
    margin-top: 40px;
  }
}
.ai .owl-carousel:not(.serve-carousel) .owl-dots .owl-dot {
  font-size: 0;
  width: 100px;
  height: 20px;
  border: 0;
  padding: 0;
  background: transparent;
}
@media (max-width: 767.99px) {
  .ai .owl-carousel:not(.serve-carousel) .owl-dots .owl-dot {
    width: 42px;
  }
}
@media (max-width: 421px) {
  .ai .owl-carousel:not(.serve-carousel) .owl-dots .owl-dot {
    width: 32px;
  }
}
.ai .owl-carousel:not(.serve-carousel) .owl-dots .owl-dot span {
  height: 1px;
  font-size: 0;
  display: block;
  background: #252447;
}
.ai .owl-carousel:not(.serve-carousel) .owl-dots .owl-dot.active span {
  height: 3px;
  background: #1871F5;
}
.ai .owl-carousel:not(.serve-carousel) .resized .owl-stage {
  display: flex;
}
.ai .owl-carousel:not(.serve-carousel).no-dots .owl-dots {
  display: none;
}
.ai .item-gutter .owl-carousel {
  padding: 0 !important;
}
.ai .impacts-gutter .impact-boxes {
  display: flex;
  flex-wrap: wrap;
}
.ai .impacts-gutter .impact-boxes .col {
  width: 50%;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .ai .impacts-gutter .impact-boxes .col {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ai .impacts-gutter .impact-boxes .col .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  background-color: #ffffff;
  padding: 40px 46px;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ai .impacts-gutter .impact-boxes .col .inner {
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 600;
  }
}
.ai .impacts-gutter .impact-boxes .col .inner span {
  color: rgb(72, 195, 80);
  font-size: 88px;
  margin-right: 20px;
  white-space: nowrap;
  font-weight: 100;
}
@media (max-width: 767px) {
  .ai .impacts-gutter .impact-boxes .col .inner span {
    font-size: 50px;
  }
}
.ai .impacts-gutter .impact-boxes .col .inner span sup {
  font-size: 48px;
}
@media (max-width: 767px) {
  .ai .impacts-gutter .impact-boxes .col .inner span sup {
    font-size: 27px;
  }
}
.ai .impact--box {
  display: flex;
  flex-wrap: wrap;
}
.ai .impact--box .col {
  width: 25%;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 26px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .ai .impact--box .col {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ai .impact--box .col .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 40px 46px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ai .impact--box .col .inner {
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    flex-direction: row;
  }
}
.ai .impact--box .col .inner.type1 {
  background: #FFCF75;
}
.ai .impact--box .col .inner.type2 {
  background: #C8DAFF;
}
.ai .impact--box .col .inner.type3 {
  background: #FDC0FF;
}
.ai .impact--box .col .inner.type4 {
  background: #B8FBF1;
}
.ai .impact--box .col .inner .upto {
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 4px 14px;
  position: absolute;
  background: #48c350;
  background: rgba(72, 195, 80, 0.4392156863);
  border-radius: 0 4px 4px 0;
}
.ai .impact--box .col .inner span {
  color: rgb(72, 195, 80);
  font-size: 60px;
  white-space: nowrap;
  font-weight: 100;
}
@media (max-width: 767px) {
  .ai .impact--box .col .inner span {
    font-size: 50px;
    margin-right: 20px;
  }
}
.ai .impact--box .col .inner span sup {
  font-size: 70%;
}
@media (max-width: 1023.99px) {
  .ai .cushman-gutter.type1 {
    margin-top: -120px;
  }
}
.ai .cushman-gutter .box {
  width: 100%;
  display: flex;
  padding: 50px;
  max-width: 1100px;
  min-height: 310px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  background: #2d26d3;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  .ai .cushman-gutter .box {
    padding: 30px;
    flex-direction: column;
  }
}
.ai .cushman-gutter .box:after {
  top: 42px;
  right: 0;
  content: "";
  width: 700px;
  height: 100%;
  position: absolute;
  background: url(../img/ads/svg/mask.svg) no-repeat 0 0;
}
.ai .cushman-gutter .box p {
  z-index: 1;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
}
@media (min-width: 1024px) {
  .ai .cushman-gutter .box p {
    max-width: calc(100% - 230px);
  }
}
@media (max-width: 767.99px) {
  .ai .cushman-gutter .box p {
    font-size: 26px;
  }
  .ai .cushman-gutter .box p br {
    display: none;
  }
}
.ai .cushman-gutter .box .data {
  z-index: 1;
  position: relative;
  padding-top: 42px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  .ai .cushman-gutter .box .data {
    flex-direction: column;
  }
}
.ai .cushman-gutter .box .data .cushman {
  line-height: 0.8;
  display: flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .ai .cushman-gutter .box .data .cushman {
    transform: scale(0.75);
  }
}
.ai .cushman-gutter .box .data .cushman .svg {
  top: 5px;
  right: 16px;
  width: 65px;
  height: 45px;
  margin-right: 10px;
  background-position: -322px -310px;
}
.ai .cushman-gutter .box .data .cushman span {
  font-size: 90px;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: flex-end;
}
.ai .cushman-gutter .box .data .cushman span small {
  top: -2px;
  font-size: 48px;
  position: relative;
}
.ai .scheduling-dispatch-gutter .row .col-md-6 {
  display: flex;
  align-items: center;
}
.ai .scheduling-dispatch-gutter .check-list li {
  font-size: 24px;
  position: relative;
  padding-left: 54px;
}
@media (max-width: 767px) {
  .ai .scheduling-dispatch-gutter .check-list li {
    font-size: 19px;
    padding-left: 47px;
  }
}
.ai .scheduling-dispatch-gutter .check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: url(../img/ads/sprites.svg) no-repeat -504px -5px;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .ai .scheduling-dispatch-gutter .check-list li:before {
    transform: scale(0.8);
  }
}
.ai .scheduling-dispatch-gutter .check-list li:not(:last-child) {
  margin-bottom: 30px;
}
.ai .scheduling-dispatch-gutter .check-list.lg {
  margin-bottom: 26px;
}
@media (min-width: 1024px) {
  .ai .scheduling-dispatch-gutter .check-list.lg {
    display: flex;
    gap: 50px;
  }
}
.ai .scheduling-dispatch-gutter .check-list.lg li {
  font-size: 22px;
  position: relative;
  padding-left: 54px;
}
@media (max-width: 767px) {
  .ai .scheduling-dispatch-gutter .check-list.lg li {
    font-size: 19px;
    padding-left: 47px;
  }
}
.ai .scheduling-dispatch-gutter .check-list.lg li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: url(../img/ads/sprites.svg) no-repeat -504px -5px;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .ai .scheduling-dispatch-gutter .check-list.lg li:before {
    transform: scale(0.8);
  }
}
.ai .scheduling-dispatch-gutter .check-list.lg li:not(:last-child) {
  margin-bottom: 30px;
}
.ai .scheduling-dispatch-gutter .tour {
  width: 100%;
  max-width: 574px;
  height: 414px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/svg/tour-bg.svg) no-repeat 0 0;
  background-size: 100%;
}
@media (min-width: 768px) {
  .ai .scheduling-dispatch-gutter .tour {
    margin-left: 30px;
  }
}
.ai .scheduling-dispatch-gutter .tour:not(.no) {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .ai .scheduling-dispatch-gutter .tour {
    margin-left: 30px;
  }
}
@media (max-width: 767.999px) {
  .ai .scheduling-dispatch-gutter .tour {
    height: 290px;
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ai .scheduling-dispatch-gutter .tour {
    height: 370px;
  }
}
@media (max-width: 400px) {
  .ai .scheduling-dispatch-gutter .tour {
    height: 266px;
  }
}
.ai .scheduling-dispatch-gutter .tour .sl-preview-cta {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 32px 0 0 0 !important;
  padding-top: 100px;
  cursor: pointer;
  background: transparent !important;
}
@media (max-width: 767.999px) {
  .ai .scheduling-dispatch-gutter .tour .sl-preview-cta {
    padding-top: 82px;
  }
}
@media (max-width: 400px) {
  .ai .scheduling-dispatch-gutter .tour .sl-preview-cta {
    padding-top: 66px;
  }
}
.ai .boysGirls-gutter {
  margin-top: -140px;
}
.ai .boysGirls-gutter .box {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 40px 36px;
  position: relative;
  border-radius: 20px;
  background: #102EA1;
}
.ai .boysGirls-gutter .box:after {
  top: 0;
  right: 20px;
  content: "";
  width: 184px;
  height: 136px;
  position: absolute;
  background: url(../img/ads/ai/boysGirls-icon.svg) no-repeat 0 0;
}
.ai .boysGirls-gutter .box p {
  z-index: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
}
@media (max-width: 767.99px) {
  .ai .boysGirls-gutter .box p {
    font-size: 20px;
  }
  .ai .boysGirls-gutter .box p br {
    display: none;
  }
}
.ai .boysGirls-gutter .box .data {
  z-index: 1;
  position: relative;
  padding-top: 42px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.ai .boysGirls-gutter .box .data .cushman {
  line-height: 0.8;
  display: flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .ai .boysGirls-gutter .box .data .cushman {
    right: -34px;
    bottom: -16px;
    position: absolute;
    transform: scale(0.75);
  }
}
.ai .boysGirls-gutter .box .data .cushman .svg {
  top: 5px;
  width: 40px;
  height: 52px;
  margin-right: 10px;
  background-position: -331px -311px;
}
.ai .boysGirls-gutter .box .data .cushman span {
  font-size: 88px;
  color: #48C350;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.ai .boysGirls-gutter .box .data .cushman span small {
  top: -12px;
  font-size: 48px;
  font-weight: 500;
  position: relative;
}
.ai .marquee-gutter h2 {
  color: #8B9AAF;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ai .marquee-gutter h2 br.mob {
    display: none;
  }
}
.ai .marquee-gutter .marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.ai .marquee-gutter .marquee:before, .ai .marquee-gutter .marquee:after {
  position: absolute;
  top: 0;
  width: 350px;
  height: 150px;
  content: "";
  z-index: 1;
}
.ai .marquee-gutter .marquee:before {
  left: 0;
  background: linear-gradient(to right, white 5%, transparent 100%);
}
.ai .marquee-gutter .marquee:after {
  right: 0;
  background: linear-gradient(to left, white 5%, transparent 100%);
}
.ai .marquee-gutter .marquee-content {
  width: 100%;
  display: flex;
  line-height: 30px;
  animation: marquee 10s linear infinite forwards;
}
.ai .marquee-gutter .marquee-content:hover {
  animation-play-state: paused;
}
@media (max-width: 767.99px) {
  .ai .marquee-gutter .marquee-content {
    animation: marquee 5s linear infinite forwards;
  }
}
.ai .marquee-gutter ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ai .marquee-gutter ul li {
  padding: 2em;
}
.ai .marquee-gutter ul li img {
  max-width: none;
}
.ai .marquee-gutter.type1 .marquee:before {
  background: linear-gradient(to right, #eef1f6 5%, transparent 100%);
}
.ai .marquee-gutter.type1 .marquee:after {
  background: linear-gradient(to left, #eef1f6 5%, transparent 100%);
}
.ai .marquee-gutter.type1 ul li {
  height: 94px;
}
.ai .marquee-gutter.type1 ul li img {
  height: 100%;
}
.ai .marquee-gutter.type2 {
  background: #FAFAFA;
}
.ai .marquee-gutter.type2 .marquee:before {
  background: linear-gradient(to right, #FAFAFA 5%, transparent 100%);
}
.ai .marquee-gutter.type2 .marquee:after {
  background: linear-gradient(to left, #FAFAFA 5%, transparent 100%);
}
.ai .marquee-gutter.type2 ul li {
  height: 94px;
}
.ai .marquee-gutter.type2 ul li img {
  height: 100%;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.6%);
  }
}
.ai .scheduling-feature-gutter .row {
  margin-left: 10px;
  margin-right: 10px;
}
.ai .scheduling-feature-gutter .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  flex-direction: column;
  min-height: 180px;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 15px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
  color: rgb(2, 12, 30);
}
.ai .scheduling-feature-gutter .col-md-4 .inner .icon-1 {
  width: 48px;
  height: 45px;
  background-position: -503px -49px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner .icon-2 {
  width: 48px;
  height: 45px;
  background-position: -504px -106px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner .icon-3 {
  width: 51px;
  height: 52px;
  background-position: -504px -162px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner .icon-4 {
  width: 37px;
  height: 42px;
  background-position: -513px -224px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner .icon-5 {
  width: 48px;
  height: 45px;
  background-position: -509px -280px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner .icon-6 {
  width: 48px;
  height: 45px;
  background-position: -509px -340px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner .icon-7 {
  width: 48px;
  height: 45px;
  background-position: -510px -402px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner .icon-8 {
  width: 48px;
  height: 45px;
  background-position: -514px -469px;
}
.ai .scheduling-feature-gutter .col-md-4 .inner .icon-9 {
  width: 56px;
  height: 49px;
  background-position: -510px -532px;
}
.ai .solution-gutter {
  background: #10013A;
}
.ai .solution-gutter .heading-gutter {
  color: #fff;
}
.ai .solution-gutter .button {
  margin-top: 40px;
}
.ai .solution-gutter .button .btn {
  margin: 0 6px;
  min-width: 140px;
}
@media (min-width: 768px) {
  .ai .solution-gutter .items {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}
.ai .solution-gutter .items .item {
  width: calc(33.333% - 20px);
  height: 300px;
  color: #fff;
  overflow: hidden;
  padding: 40px 30px;
  position: relative;
}
@media (max-width: 767.99px) {
  .ai .solution-gutter .items .item {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
}
.ai .solution-gutter .items .item.bg1 {
  background: #04014D;
}
.ai .solution-gutter .items .item.bg2 {
  background: #0E1142;
}
.ai .solution-gutter .items .item i.svg {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.ai .solution-gutter .items .item i.svg.icon1 {
  background-position: -336px -4px;
}
.ai .solution-gutter .items .item i.svg.icon2 {
  background-position: -336px -55px;
}
.ai .solution-gutter .items .item i.svg.icon3 {
  background-position: -336px -111px;
}
.ai .solution-gutter .items .item i.svg.icon4 {
  background-position: -336px -164px;
}
.ai .solution-gutter .items .item i.svg.icon5 {
  background-position: -336px -210px;
}
.ai .solution-gutter .items .item i.svg.icon6 {
  background-position: -336px -258px;
}
.ai .solution-gutter .items .item h3,
.ai .solution-gutter .items .item .heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 767.99px) {
  .ai .solution-gutter .items .item h3,
  .ai .solution-gutter .items .item .heading {
    font-size: 18px;
  }
}
.ai .solution-gutter .items .item .data {
  color: rgba(221, 228, 253, 0.8980392157);
}
.ai .solution-gutter .optimized .items .item {
  padding: 26px 22px;
}
.ai .solution-gutter .optimized .items .item .head {
  display: flex;
  align-items: center;
}
.ai .solution-gutter .optimized .items .item .head i.svg {
  min-width: 48px;
  margin: 0 16px 0 0;
}
.ai .solution-gutter .optimized .items .item .head h3 {
  margin-bottom: 0;
}
.ai .solution-gutter .optimized .items .item .head h3 br {
  display: none;
}
.ai .industries-gutter {
  background: #fff;
}
@media (min-width: 768px) {
  .ai .industries-gutter .heading-gutter {
    margin-bottom: -160px;
  }
}
.ai .industries-gutter .heading-gutter .button {
  margin-top: 20px;
}
.ai .industries-gutter .row {
  margin: 0 6px;
}
@media (min-width: 768px) {
  .ai .industries-gutter .row .col-b {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.ai .industries-gutter .row .col {
  padding: 0 6px;
}
@media (min-width: 768px) {
  .ai .industries-gutter .row .col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.ai .industries-gutter .item {
  height: 180px;
  padding: 30px;
  font-size: 17px;
  font-weight: 600;
  color: #020C1E;
  line-height: 1.35;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  background: #FAFAFA;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.ai .industries-gutter .item i.svg {
  width: 45px;
  height: 52px;
  margin-bottom: 20px;
}
.ai .industries-gutter .item i.svg.icon1 {
  background-position: -394px 4px;
}
.ai .industries-gutter .item i.svg.icon2 {
  background-position: -394px -48px;
}
.ai .industries-gutter .item i.svg.icon3 {
  background-position: -394px -101px;
}
.ai .industries-gutter .item i.svg.icon4 {
  background-position: -394px -158px;
}
.ai .industries-gutter .item i.svg.icon5 {
  background-position: -394px -204px;
}
.ai .industries-gutter .item i.svg.icon6 {
  background-position: -394px -257px;
}
.ai .industries-gutter .item i.svg.icon7 {
  background-position: -394px -204px;
}
.ai .industries-gutter .item i.svg.icon8 {
  background-position: -394px -307px;
}
.ai .industries-gutter .item i.svg.icon9 {
  background-position: -394px -358px;
}
.ai .industries-gutter .item i.svg.icon10 {
  background-position: -394px -408px;
}
.ai .industries-gutter .item i.svg.icon11 {
  background-position: -394px -456px;
}
.ai .industries-gutter .item i.svg.icon12 {
  background-position: -394px -505px;
}
.ai .results-gutter {
  background: #FAFAFA;
}
.ai .results-gutter .item {
  padding: 30px;
  background: #fff;
}
.ai .results-gutter .item .heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  min-height: 160px;
  margin: 0 12px 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DCE2F9;
}
@media (max-width: 767.99px) {
  .ai .results-gutter .item .heading {
    font-size: 21px;
  }
}
.ai .results-gutter .item p {
  color: #515C70;
  font-size: 21px;
  font-weight: 500;
  min-height: 186px;
  font-style: italic;
  position: relative;
}
@media (max-width: 767.99px) {
  .ai .results-gutter .item p {
    font-size: 18px;
  }
}
.ai .results-gutter .item p:before {
  top: 5px;
  width: 58px;
  height: 40px;
  opacity: 0.3;
  position: relative;
  display: inline-block;
  background-position: -167px -71px;
}
@media (max-width: 767.99px) {
  .ai .results-gutter .item p:before {
    top: 8px;
    transform: scale(0.9);
  }
}
.ai .results-gutter .item .client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 767.99px) {
  .ai .results-gutter .item .client-info {
    padding-top: 30px;
  }
}
.ai .results-gutter .item .client-info figure img {
  width: auto;
}
.ai .results-gutter .item .client-info .name-des {
  margin-left: 12px;
}
.ai .results-gutter .item .client-info .name-des h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.ai .results-gutter .item .client-info .name-des span {
  display: block;
}
.ai .results-gutter .item .client-info .name-des span.name {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767.99px) {
  .ai .results-gutter .item .client-info .name-des span.name {
    font-size: 17px;
  }
}
.ai .results-gutter .item .client-info .name-des span.des {
  color: #515C70;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 767.99px) {
  .ai .results-gutter .item .client-info .name-des span.des {
    font-size: 13px;
  }
}
.ai .results-gutter .button {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .program .heading-gutter {
    font-size: 18px;
  }
}
@media (max-width: 767.99px) {
  .program .heading-gutter {
    text-align: center !important;
  }
}
.program .heading-gutter h2 span {
  color: #FF6252;
}
.program .heading-gutter p {
  opacity: 1;
}
.program .heading-gutter .button {
  padding-top: 20px;
}
.program .heading-gutter .txt-light {
  opacity: 0.8;
}
.program section.primary {
  background: #F7F7F8;
}
.program section .container.md {
  max-width: 1100px;
}
.program section.stuck-gutter .row {
  margin: 0 -6px;
}
.program section.stuck-gutter .row [class*=col-] {
  padding: 0 6px;
  margin-bottom: 12px;
}
.program section.stuck-gutter .box {
  border-radius: 15px;
}
.program section.stuck-gutter .box.lg {
  color: #fff;
  padding: 40px;
  height: calc(100% - 12px);
  background: url(../img/ads/program/bg.svg) no-repeat center bottom #020C1E;
  background-size: 100%;
}
@media (max-width: 767.99px) {
  .program section.stuck-gutter .box.lg {
    height: 206px;
    padding: 30px;
  }
}
.program section.stuck-gutter .box.lg h3 {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  .program section.stuck-gutter .box.lg h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.program section.stuck-gutter .box.lg h3 span {
  color: #FF6252;
}
.program section.stuck-gutter .box:not(.lg) {
  height: 232px;
  color: #020C1E;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  padding: 36px 50px 36px 32px;
}
@media (max-width: 767.99px) {
  .program section.stuck-gutter .box:not(.lg) {
    height: 180px;
    padding: 30px;
    font-size: 16px;
  }
}
.program section.stuck-gutter .box:not(.lg).type1 {
  background: #FFCF75;
}
.program section.stuck-gutter .box:not(.lg).type2 {
  background: #C8DAFF;
}
.program section.stuck-gutter .box:not(.lg).type3 {
  background: #FDC0FF;
}
.program section.stuck-gutter .box:not(.lg).type4 {
  background: #B8FBF1;
}
.program section.stuck-gutter .box:not(.lg) .svg {
  width: 42px;
  height: 42px;
  margin-bottom: 32px;
}
@media (max-width: 767.99px) {
  .program section.stuck-gutter .box:not(.lg) .svg {
    margin-bottom: 12px;
  }
}
.program section.stuck-gutter .box:not(.lg) .svg.icon1 {
  background-position: -448px -1px;
}
.program section.stuck-gutter .box:not(.lg) .svg.icon2 {
  background-position: -448px -45px;
}
.program section.stuck-gutter .box:not(.lg) .svg.icon3 {
  background-position: -448px -92px;
}
.program section.stuck-gutter .box:not(.lg) .svg.icon4 {
  background-position: -448px -138px;
}
.program section.stuck-gutter .box:not(.lg) p {
  margin-bottom: 0;
}
.program section.matter-gutter .box .data {
  display: flex;
  align-items: center;
}
.program section.matter-gutter .box .data:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #132442;
}
@media (max-width: 767.99px) {
  .program section.matter-gutter .box .data:not(:last-child) {
    margin-bottom: 26px;
    padding-bottom: 26px;
  }
}
.program section.matter-gutter .box .data .svg {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 22px;
}
.program section.matter-gutter .box .data .svg.icon1 {
  background-position: -448px -182px;
}
.program section.matter-gutter .box .data .svg.icon2 {
  background-position: -448px -227px;
}
.program section.matter-gutter .box .data .svg.icon3 {
  background-position: -448px -271px;
}
.program section.matter-gutter .box .data .svg.icon4 {
  background-position: -448px -315px;
}
.program section.matter-gutter .box .data span {
  color: #020C1E;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767.99px) {
  .program section.matter-gutter .box .data span {
    font-size: 16px;
  }
}
.program section.work-gutter ul {
  position: relative;
}
.program section.work-gutter ul:before {
  left: 32px;
  top: 2px;
  bottom: 60px;
  content: "";
  position: absolute;
  border: 1px dashed #2DB967;
}
@media (max-width: 767.99px) {
  .program section.work-gutter ul:before {
    left: 26px;
    margin-bottom: 26px;
    padding-bottom: 26px;
  }
}
.program section.work-gutter ul li {
  font-size: 16px;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 767.99px) {
  .program section.work-gutter ul li {
    font-size: 15px;
    padding-left: 68px;
  }
}
.program section.work-gutter ul li:not(:last-child) {
  padding-bottom: 36px;
}
.program section.work-gutter ul li b {
  font-size: 20px;
  display: block;
}
@media (max-width: 767.99px) {
  .program section.work-gutter ul li b {
    font-size: 17px;
  }
}
.program section.work-gutter ul li:before {
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  content: "";
  font-size: 22px;
  color: #2DB967;
  font-weight: 600;
  position: absolute;
  background: #F7F7F8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #2DB967;
}
@media (max-width: 767.99px) {
  .program section.work-gutter ul li:before {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.program section.work-gutter ul li:nth-child(1):before {
  content: "1";
}
.program section.work-gutter ul li:nth-child(2):before {
  content: "2";
}
.program section.work-gutter ul li:nth-child(3):before {
  content: "3";
}
.program section.work-gutter ul li:nth-child(4):before {
  content: "4";
}
@media (min-width: 1024px) {
  .program section.consultation-gutter .col-md-5 {
    max-width: 460px;
    flex: 0 0 460px;
  }
  .program section.consultation-gutter .col-md-7 {
    max-width: calc(100% - 460px);
    flex: 0 0 calc(100% - 460px);
  }
}
.program section.consultation-gutter .form {
  padding: 30px 45px 30px 30px;
}
@media (max-width: 767.99px) {
  .program section.consultation-gutter .form {
    padding: 30px 20px;
  }
}
.program section.consultation-gutter .cnts {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  background: #000845;
}
.program section.consultation-gutter .cnts p {
  font-weight: 300;
  margin-bottom: 40px;
}
.program section.consultation-gutter .cnts .apply {
  font-size: 80%;
  font-weight: 600;
}

.broken_link, a.broken_link {
  text-decoration: none !important;
}

.page-header.ads .fxc {
  justify-content: space-between;
}
.page-header.ads .fxc .header-contact .pricing {
  color: #fff;
  font-size: 18px;
  margin-right: 40px;
}
@media (max-width: 767.99px) {
  .page-header.ads .fxc .header-contact .pricing {
    color: #000;
    margin-right: 10px;
  }
}
.page-header.ads.fixed .header-contact .pricing {
  color: #000;
}

.page-footer.ads {
  padding-top: 0;
}
.page-footer.ads .social-list {
  margin-bottom: 0;
}
@media (max-width: 767.99px) {
  .page-footer.ads .social-list {
    margin-bottom: 16px;
  }
}

.primay-gutter .box {
  border-radius: 5px;
  background: #0F1B51;
  padding: 80px 40px 80px 80px;
}
@media (max-width: 767.99px) {
  .primay-gutter .box {
    padding: 32px 30px;
  }
}
.primay-gutter .box .cnts {
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .primay-gutter .box .cnts {
    font-size: 21px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.99px) {
  .primay-gutter .box .cnts {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.primay-gutter .box .cnts h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .primay-gutter .box .cnts h2 {
    font-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .primay-gutter .box .cnts h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.99px) {
  .primay-gutter .box .cnts h2 {
    font-size: 24px;
  }
}
.primay-gutter .box .cnts p {
  opacity: 0.6;
  margin-bottom: 40px;
}
.primay-gutter .box .cnts p a {
  color: inherit;
}

.tab-gutter .p-box {
  background: #fff;
}
@media (min-width: 768px) {
  .tab-gutter .vertical-tabs-section {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .tab-gutter .vertical-tabs-section .nav-tabs {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 45px;
  }
  .tab-gutter .vertical-tabs-section .nav-tabs li {
    width: 50%;
    font-size: 16px;
    color: #2B2F34;
    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;
  }
  .tab-gutter .vertical-tabs-section .nav-tabs li.active {
    color: #091D7C;
    font-weight: 500;
    border-color: #091D7C;
  }
}
@media (max-width: 767.99px) {
  .tab-gutter .vertical-tabs-section .nav-tabs {
    display: flex;
    overflow: auto;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .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;
  }
  .tab-gutter .vertical-tabs-section .nav-tabs li:not(:last-child) {
    margin-right: 10px;
  }
  .tab-gutter .vertical-tabs-section .nav-tabs li i {
    display: none;
  }
  .tab-gutter .vertical-tabs-section .nav-tabs li:hover, .tab-gutter .vertical-tabs-section .nav-tabs li.active {
    color: #0F62FE;
    border-color: #0F62FE;
  }
}
@media (min-width: 768px) {
  .tab-gutter .vertical-tabs-section .tab-content {
    width: 50%;
    padding-left: 66px;
  }
}
.tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts {
  padding: 0;
  color: #0F1941;
  background: #F3FBFE;
}
@media (max-width: 767.99px) {
  .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts {
    padding: 0;
  }
}
.tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 22px;
  padding: 0 18px;
}
@media (max-width: 767.99px) {
  .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
.tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts h3 a {
  color: inherit;
}
.tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts figure {
  overflow: hidden;
}
.tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts figure img {
  left: 10px;
  position: relative;
  border-radius: 10px;
}
.tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt {
  padding: 0 30px 0 20px;
}
@media (max-width: 767.99px) {
  .tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt {
    padding: 0 20px;
    font-size: 14px;
  }
}
.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;
}
.tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt .owl-carousel .item {
  color: #878FB1;
  font-size: 14px;
  padding-bottom: 32px;
}
.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;
}
.tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt .owl-carousel .owl-dots {
  bottom: 0;
  display: flex;
  align-items: center;
}
.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;
}
.tab-gutter .vertical-tabs-section .tab-content .tab-pane .cnts .cnt .owl-carousel .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .tab-gutter .vertical-tabs-section.type2 .nav-tabs {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .tab-gutter .vertical-tabs-section.type2 .nav-tabs li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tab-gutter .vertical-tabs-section.type2 .tab-content {
    width: 65%;
  }
  .tab-gutter .vertical-tabs-section.type2 .tab-content .cnt {
    max-width: 580px;
  }
}

.lead-gutter .box.margin {
  margin-bottom: 70px;
}
@media (max-width: 767.99px) {
  .lead-gutter .box.margin {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.99px) {
  .lead-gutter .box:not(.margin) .row {
    flex-direction: column-reverse;
  }
}
.lead-gutter .box .nav-tabs li {
  cursor: pointer;
  padding: 50px 60px 30px;
}
@media (max-width: 767.99px) {
  .lead-gutter .box .nav-tabs li {
    padding: 32px 30px;
  }
}
.lead-gutter .box .nav-tabs li.left {
  border-radius: 5px 0 0 0;
}
.lead-gutter .box .nav-tabs li.right {
  border-radius: 0 5px 0 0;
}
.lead-gutter .box .nav-tabs li .cnts {
  max-width: 450px;
}
.lead-gutter .box .nav-tabs li .cnts i.svg {
  width: 46px;
  height: 44px;
  margin-bottom: 8px;
}
.lead-gutter .box .nav-tabs li .cnts i.svg.icon1 {
  background-position: -2px -206px;
}
.lead-gutter .box .nav-tabs li .cnts i.svg.icon2 {
  background-position: -2px -255px;
}
.lead-gutter .box .nav-tabs li .cnts i.svg.icon3 {
  background-position: -2px -307px;
}
.lead-gutter .box .nav-tabs li .cnts i.svg.icon4 {
  background-position: -2px -361px;
}
.lead-gutter .box .nav-tabs li .cnts h3 {
  font-size: 20px;
  font-weight: 500;
}
.lead-gutter .box .nav-tabs li.active {
  color: #fff;
  background: #0F1B51;
}
.lead-gutter .box .nav-tabs li.active i.svg.icon1 {
  background-position: -62px -206px;
}
.lead-gutter .box .nav-tabs li.active i.svg.icon2 {
  background-position: -62px -255px;
}
.lead-gutter .box .nav-tabs li.active i.svg.icon3 {
  background-position: -62px -307px;
}
.lead-gutter .box .nav-tabs li.active i.svg.icon4 {
  background-position: -62px -361px;
}
.lead-gutter .box .nav-tabs li.active p {
  opacity: 0.75;
}
.lead-gutter .box .tab-content .tab-pane {
  background: #F9FAFF;
}
.lead-gutter .item .cnts {
  padding: 26px 22px;
  border-radius: 5px;
  background: #F9FAFF;
}
.lead-gutter .item .cnts i.svg {
  width: 46px;
  height: 44px;
  margin-bottom: 8px;
}
.lead-gutter .item .cnts i.svg.icon1 {
  background-position: -2px -206px;
}
.lead-gutter .item .cnts i.svg.icon2 {
  background-position: -2px -255px;
}
.lead-gutter .item .cnts i.svg.icon3 {
  background-position: -2px -307px;
}
.lead-gutter .item .cnts i.svg.icon4 {
  background-position: -2px -361px;
}
.lead-gutter .item .cnts h3 {
  font-size: 20px;
  font-weight: 500;
}

.app-gutter {
  overflow: hidden;
  background: rgb(35, 56, 151);
  background: linear-gradient(180deg, rgb(35, 56, 151) 0%, rgb(20, 3, 61) 100%);
}
@media (max-width: 767.99px) {
  .app-gutter {
    padding-top: 50px;
  }
}
.app-gutter .row {
  align-items: center;
}
.app-gutter .cnts .action {
  display: flex;
  align-items: center;
}
.app-gutter .cnts .action a.vct {
  font-size: 0;
  margin-right: 5px;
}
.app-gutter .cnts .action a.vct:before {
  width: 165px;
  height: 52px;
  display: inline-flex;
}
.app-gutter .cnts .action a.vct.google:before {
  background-position: -2px -419px;
}
.app-gutter .cnts .action a.vct.app:before {
  background-position: 0px -478px;
}
.app-gutter figure {
  top: 10px;
  position: relative;
}

.cost-gutter {
  background: #F1F6FC;
}
@media (max-width: 767.99px) {
  .cost-gutter {
    padding-bottom: 0 !important;
  }
}
.cost-gutter .box {
  background: #fff;
  border-radius: 5px;
}
.cost-gutter .box .cnts {
  padding: 50px 0 50px 70px;
}
@media (max-width: 767.99px) {
  .cost-gutter .box .cnts {
    padding: 30px;
  }
}
.cost-gutter .box .cnts h2 {
  font-size: 38px;
  font-weight: 500;
  margin-right: -20px;
}
@media (max-width: 767.99px) {
  .cost-gutter .box .cnts h2 {
    font-size: 26px;
    margin-right: 0;
  }
}
.cost-gutter .box .cnts h2 span {
  color: #BF0C2B;
  font-weight: 700;
}
.cost-gutter .box .cnts p {
  margin-bottom: 60px;
}
@media (max-width: 767.99px) {
  .cost-gutter .box .cnts p {
    margin-bottom: 30px;
  }
}
.cost-gutter .box .cnts .btn {
  width: 250px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BF0C2B;
}
.cost-gutter .box .cnts .btn:hover {
  background: #a80823;
}
.cost-gutter .box .cnts .btn i {
  left: 8px;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  position: relative;
  background-position: -116px -210px;
}
@media (max-width: 767.99px) {
  .cost-gutter .box .cnts .btn {
    left: -20px;
    position: relative;
    transform: scale(0.85);
  }
}

@media (min-width: 1320px) {
  .consultation--gutter .container {
    max-width: 1320px;
  }
}
@media (min-width: 1024px) {
  .consultation--gutter .row {
    align-items: center;
  }
}
.consultation--gutter .box {
  padding-top: 100px;
  background: url(../img/ads/foot.svg) no-repeat center top;
}
.consultation--gutter .box .inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1024px) {
  .consultation--gutter .box .inner {
    padding: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .consultation--gutter .box .inner {
    padding: 30px;
  }
}
@media (max-width: 767.99px) {
  .consultation--gutter .box .inner {
    padding: 26px;
  }
}
.consultation--gutter .box .inner h3 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767.99px) {
  .consultation--gutter .box .inner h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.99px) {
  .consultation--gutter .box .inner .cnts {
    margin-bottom: 40px;
  }
}
.consultation--gutter .box .inner .cnts .data {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .consultation--gutter .box .inner .cnts .data {
    font-size: 18px;
  }
}
.consultation--gutter .box .inner .cnts .data:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767.99px) {
  .consultation--gutter .box .inner .cnts .data:not(:last-child) {
    margin-bottom: 20px;
  }
  .consultation--gutter .box .inner .cnts .data:not(:last-child) br {
    display: none;
  }
}
.consultation--gutter .box .inner .cnts .data span {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.99px) {
  .consultation--gutter .box .inner .cnts .data span {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 20px;
  }
}
.consultation--gutter .box .inner .cnts .data span.primary {
  background: #FEECE1;
}
.consultation--gutter .box .inner .cnts .data span.regular {
  background: #E1EDFE;
}
.consultation--gutter .box .inner .cnts .data span.secondary {
  background: #FCFEE1;
}
.consultation--gutter .box .inner .cnts .data span i.svg {
  width: 38px;
  height: 38px;
}
.consultation--gutter .box .inner .cnts .data span i.svg.icon1 {
  height: 32px;
  background-position: -106px -197px;
}
.consultation--gutter .box .inner .cnts .data span i.svg.icon2 {
  background-position: -106px -235px;
}
.consultation--gutter .box .inner .cnts .data span i.svg.icon3 {
  background-position: -106px -274px;
}
.consultation--gutter .box .inner .form h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767.99px) {
  .consultation--gutter .box .inner .form h3 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .consultation-gutter .container .row .col-md-5 {
    max-width: 400px;
    flex: 0 0 400px;
  }
  .consultation-gutter .container .row .col-md-7 {
    max-width: calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
  }
}
@media (max-width: 767.99px) {
  .consultation-gutter .container .row .col-md-5 {
    display: none;
  }
}
.consultation-gutter .box {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #F3F3F3;
}
.consultation-gutter .box .cnts {
  height: 100%;
  padding: 60px 40px 50px;
  background: #020c1e;
}
@media (max-width: 767.99px) {
  .consultation-gutter .box .cnts {
    min-height: 440px;
    padding: 40px 30px;
  }
}
.consultation-gutter .box .cnts h3,
.consultation-gutter .box .cnts .heading {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767.99px) {
  .consultation-gutter .box .cnts h3,
  .consultation-gutter .box .cnts .heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.consultation-gutter .box .cnts .data {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .consultation-gutter .box .cnts .data {
    font-size: 15px;
  }
}
.consultation-gutter .box .cnts .data:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767.99px) {
  .consultation-gutter .box .cnts .data:not(:last-child) {
    margin-bottom: 20px;
  }
}
.consultation-gutter .box .cnts .data i.svg {
  width: 38px;
  height: 38px;
  margin-right: 22px;
}
@media (max-width: 767.99px) {
  .consultation-gutter .box .cnts .data i.svg {
    margin-right: 18px;
    transform: scale(0.85);
  }
}
.consultation-gutter .box .cnts .data i.svg.icon1 {
  background-position: -106px -197px;
}
.consultation-gutter .box .cnts .data i.svg.icon2 {
  background-position: -106px -235px;
}
.consultation-gutter .box .cnts .data i.svg.icon3 {
  background-position: -106px -274px;
}
.consultation-gutter .box .cnts figure {
  padding-top: 20px;
}
.consultation-gutter .box .form {
  padding: 50px 60px 30px 40px;
}
@media (max-width: 767.99px) {
  .consultation-gutter .box .form {
    padding: 30px 20px;
  }
}
.consultation-gutter .box .form .data {
  text-align: center;
  margin-bottom: 40px;
}
.consultation-gutter .box .form .data h3,
.consultation-gutter .box .form .data .heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 767.99px) {
  .consultation-gutter .box .form .data h3,
  .consultation-gutter .box .form .data .heading {
    font-size: 21px;
  }
}
.consultation-gutter .box .form .data p {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767.99px) {
  .consultation-gutter .box .form .data p {
    font-size: 14px;
  }
}
.consultation-gutter .box .head-logo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: space-between;
}
.consultation-gutter .box .head-logo figure,
.consultation-gutter .box .head-logo a {
  padding: 12px;
  max-width: 140px;
}
.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 {
  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: -107px -314px;
}
.consultation-gutter.type1 .data ul li i.svg.icon2 {
  background-position: -107px -346px;
}
.consultation-gutter.type1 .data ul li i.svg.icon3 {
  background-position: -107px -377px;
}
.consultation-gutter.type1 .forms {
  padding: 40px;
  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 {
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #120043 0%, rgb(22, 2, 80) 46%, rgb(27, 2, 96) 55%, rgb(27, 2, 96) 64%, rgb(0, 0, 0) 100%);
}
.consultation-gutter.type2:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(26, 0, 97, 0) 0%, #120044 100%);
}
@media (min-width: 1300px) {
  .consultation-gutter.type2 .container {
    max-width: 1150px;
  }
}
.consultation-gutter.type2 .data {
  z-index: 5;
  color: #fff;
  max-width: 490px;
  position: relative;
  padding: 30px 40px 0 0;
}
.consultation-gutter.type2 .data .heading-gutter {
  color: #fff;
}
.consultation-gutter.type2 .data .heading-gutter .heading {
  line-height: 1.25;
  margin-bottom: 20px;
}
.consultation-gutter.type2 .data .heading-gutter p {
  opacity: 0.75;
}
.consultation-gutter.type2 .data ul {
  opacity: 0.75;
  padding-top: 20px;
}
.consultation-gutter.type2 .data ul.type1 {
  padding-left: 20px;
}
.consultation-gutter.type2 .data ul li {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.consultation-gutter.type2 .data ul li:not(:last-child) {
  margin-bottom: 18px;
}
.consultation-gutter.type2 .data ul li i.svg {
  width: 38px;
  height: 32px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.consultation-gutter.type2 .data ul li i.svg.icon1 {
  background-position: -107px -314px;
}
.consultation-gutter.type2 .data ul li i.svg.icon2 {
  background-position: -107px -346px;
}
.consultation-gutter.type2 .data ul li i.svg.icon3 {
  background-position: -107px -377px;
}
.consultation-gutter.type2 .forms {
  z-index: 5;
  padding: 40px;
  border-radius: 4px;
  position: relative;
  background: #030731;
}
@media (max-width: 767.99px) {
  .consultation-gutter.type2 .forms {
    padding: 32px 26px;
  }
}
.consultation-gutter.type2 .forms .head {
  text-align: center;
  margin-bottom: 40px;
}
.consultation-gutter.type2 .forms .head h3,
.consultation-gutter.type2 .forms .head .heading {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 767.99px) {
  .consultation-gutter.type2 .forms .head h3,
  .consultation-gutter.type2 .forms .head .heading {
    font-size: 21px;
  }
}
.consultation-gutter.type2 .forms .head p {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767.99px) {
  .consultation-gutter.type2 .forms .head p {
    font-size: 14px;
  }
}
.consultation-gutter.type2 .trm {
  color: #9C9EBD;
  text-align: center;
  margin-top: 20px;
}
.consultation-gutter.type2 .trm a {
  color: #5951FF;
}

@media (min-width: 768px) {
  .cases-gutter .owl-carousel:not(.no-nav) {
    padding-bottom: 90px;
  }
}
.cases-gutter .owl-carousel .item {
  height: 100%;
  margin: 0 1px;
}
.cases-gutter .owl-carousel .item .cnts {
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid #EDEFF8;
  background: rgb(247, 250, 255);
  background: linear-gradient(0deg, rgb(247, 250, 255) 0%, rgb(249, 251, 255) 30%, rgb(254, 254, 255) 75%, rgb(255, 255, 255) 100%);
}
.cases-gutter .owl-carousel .item .cnts .data {
  padding: 30px 30px 10px 30px;
}
@media (max-width: 767.99px) {
  .cases-gutter .owl-carousel .item .cnts .data {
    padding: 24px 24px 10px 24px;
  }
}
.cases-gutter .owl-carousel .item .cnts .data h3 {
  font-size: 18px;
  font-weight: 550;
  margin-bottom: 12px;
}
@media (max-width: 767.99px) {
  .cases-gutter .owl-carousel .item .cnts .data h3 {
    font-size: 16px;
  }
}
.cases-gutter .owl-carousel .item .cnts .data h3 a {
  color: inherit;
}
.cases-gutter .owl-carousel .item .cnts figure {
  padding-left: 30px;
}
@media (max-width: 767.99px) {
  .cases-gutter .owl-carousel .item .cnts figure {
    padding-left: 24px;
  }
}
.cases-gutter .owl-carousel .item .cnts figure img {
  top: 1px;
  left: 1px;
  border-radius: 10px 0 0 0;
  border-top: 2px solid #EDEFF8;
  border-left: 2px solid #EDEFF8;
  position: relative;
}

.feature-gutter {
  position: relative;
}
.feature-gutter .row {
  margin: 0;
}
.feature-gutter .row [class*=col-] {
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .feature-gutter figure {
    height: 100%;
  }
}
.feature-gutter figure img {
  width: 100%;
}
@media (min-width: 768px) {
  .feature-gutter figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.feature-gutter .heading-gutter:not(.no) {
  left: 0;
  top: 60px;
  max-width: 560px;
  margin-bottom: 0;
  text-align: left;
  position: absolute;
  padding: 6px 42px;
}
@media (max-width: 767.99px) {
  .feature-gutter .heading-gutter:not(.no) {
    padding: 6px 32px;
  }
}
.feature-gutter .heading-gutter:not(.no) h2 {
  position: relative;
}
@media (max-width: 767.99px) {
  .feature-gutter .heading-gutter:not(.no) h2 {
    font-size: 26px;
  }
}
.feature-gutter .heading-gutter:not(.no) h2:before {
  left: -42px;
  top: -6px;
  bottom: -6px;
  width: 5px;
  content: "";
  position: absolute;
  background: #0F62FE;
}
@media (max-width: 767.99px) {
  .feature-gutter .heading-gutter:not(.no) h2:before {
    left: -32px;
  }
}
.feature-gutter .heading-gutter:not(.no) .moreless {
  color: #FF6F00 !important;
}
.feature-gutter .heading-gutter:not(.no) .moreless:before {
  right: -20px;
  top: 2px;
  bottom: 0;
  content: "";
  margin: auto;
  width: 16px;
  height: 8px;
  position: absolute;
  background-position: 0px -34px;
  transition: all 0.25s ease-in-out;
}
.feature-gutter .heading-gutter:not(.no) .moreless.active:before {
  right: -22px;
  transform: rotate(180deg);
}
.feature-gutter .toggle-count {
  min-height: 100%;
  background: #F9FAFB;
  padding: 50px 50px 50px 80px;
}
@media (max-width: 767.99px) {
  .feature-gutter .toggle-count {
    padding: 50px 20px 20px 55px;
  }
}
.feature-gutter .toggle-count .toggle {
  position: relative;
}
.feature-gutter .toggle-count .toggle:not(:last-child) {
  margin-bottom: 14px;
  border-bottom: 1px solid #707070;
}
.feature-gutter .toggle-count .toggle:before {
  left: -34px;
  top: -1px;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  border-radius: 4px;
  background: #1887FC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: counter(decimal-counter);
}
.feature-gutter .toggle-count .toggle:nth-child(1):before {
  content: "1";
}
.feature-gutter .toggle-count .toggle:nth-child(2):before {
  content: "2";
}
.feature-gutter .toggle-count .toggle:nth-child(3):before {
  content: "3";
}
.feature-gutter .toggle-count .toggle:nth-child(4):before {
  content: "4";
}
.feature-gutter .toggle-count .toggle:nth-child(5):before {
  content: "5";
}
.feature-gutter .toggle-count .toggle:nth-child(6):before {
  content: "6";
}
.feature-gutter .toggle-count .toggle:nth-child(7):before {
  content: "7";
}
.feature-gutter .toggle-count .toggle:nth-child(8):before {
  content: "8";
}
.feature-gutter .toggle-count .toggle:nth-child(9):before {
  content: "9";
}
.feature-gutter .toggle-count .toggle:nth-child(10):before {
  content: "10";
}
.feature-gutter .toggle-count .toggle:nth-child(11):before {
  content: "11";
}
.feature-gutter .toggle-count .toggle:nth-child(12):before {
  content: "12";
}
.feature-gutter .toggle-count .toggle h3 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  margin-bottom: 14px;
  padding-right: 20px;
}
@media (max-width: 767.99px) {
  .feature-gutter .toggle-count .toggle h3 {
    font-size: 16px;
  }
}
.feature-gutter .toggle-count .toggle h3 a {
  color: inherit;
}
.feature-gutter .toggle-count .toggle h3:after {
  right: 0;
  top: 4px;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background-position: -2px 0px;
}
.feature-gutter .toggle-count .toggle .toggle-box {
  color: #464A5A;
  font-size: 14px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  transition-property: max-height;
}
.feature-gutter .toggle-count .toggle.open h3:after {
  background-position: -2px -16px;
}
.feature-gutter .toggle-count .toggle.open .toggle-box {
  max-height: 1000px;
}
.feature-gutter .box {
  top: 50px;
  left: -200px;
  right: 0;
  bottom: 50px;
  position: absolute;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.99px) {
  .feature-gutter .box {
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    height: 230px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
  }
}
.feature-gutter .box i {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  margin: auto;
  position: absolute;
  border-radius: 100px;
  background-position: -162px -2px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.feature-gutter .tour {
  min-height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 18px;
}
.feature-gutter .tour::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  border-radius: 10px;
  position: absolute;
  background: rgba(40, 37, 54, 0.75);
}
.feature-gutter .tour .inner {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  position: absolute;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.feature-gutter .tour .inner h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.ai .button .btn {
  margin: 0 6px;
}

.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) {
  .plain-gutter .owl-carousel .item .cnts {
    height: 230px;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .plain-gutter .owl-carousel .item .cnts {
    height: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .plain-gutter .owl-carousel .item .cnts {
    height: 330px;
  }
}
@media (max-width: 767.99px) {
  .plain-gutter .owl-carousel .item .cnts {
    height: 250px;
    padding: 24px;
  }
}
.plain-gutter .owl-carousel .item .cnts.no {
  border: 0 !important;
  background: transparent !important;
}
.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) {
  .plain-gutter .owl-carousel .item .cnts .data {
    min-height: 230px;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .plain-gutter .owl-carousel .item .cnts .data {
    min-height: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .plain-gutter .owl-carousel .item .cnts .data {
    min-height: 330px;
  }
}
@media (max-width: 767.99px) {
  .plain-gutter .owl-carousel .item .cnts .data {
    min-height: 250px;
    padding: 24px;
  }
}
.plain-gutter .owl-carousel .item .cnts .data.open {
  z-index: 2;
}
.plain-gutter .owl-carousel .item .cnts .data h3 {
  margin-bottom: 10px;
}
.plain-gutter .owl-carousel .item .cnts .data h3 a {
  color: inherit;
}
.plain-gutter .owl-carousel .item .cnts .data p {
  margin-bottom: 0px;
}
.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;
}
.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;
}
.plain-gutter .owl-carousel .item .cnts .circle .svg.icon1 {
  width: 26px;
  height: 22px;
  background-position: -2px -50px;
}
.plain-gutter .owl-carousel .item .cnts .circle .svg.icon2 {
  width: 26px;
  height: 24px;
  background-position: -2px -76px;
}
.plain-gutter .owl-carousel .item .cnts .circle .svg.icon3 {
  width: 24px;
  height: 24px;
  background-position: -2px -104px;
}
.plain-gutter .owl-carousel .item .cnts .circle .svg.icon4 {
  width: 19px;
  height: 25px;
  background-position: -5px -133px;
}
.plain-gutter .owl-carousel .item .cnts .circle .svg.icon5 {
  width: 26px;
  height: 22px;
  background-position: -2px -50px;
}
.plain-gutter .owl-carousel .item .cnts .circle .svg.icon6 {
  width: 23px;
  height: 23px;
  background-position: -4px -162px;
}
.plain-gutter .owl-carousel .item .cnts .circle .svg.icon7 {
  width: 26px;
  height: 22px;
  background-position: -2px -50px;
}
.plain-gutter .owl-carousel .item .cnts h3 {
  color: #0F1941;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.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) {
  .plain-gutter .owl-carousel .item .cnts:last-child .data {
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 767.99px) {
  .plain-gutter .owl-carousel .item .cnts.last .data {
    bottom: auto;
    top: 0;
  }
}
.plain-gutter .owl-carousel .item .row .col-md-4:nth-child(4) .cnts .data, .plain-gutter .owl-carousel .item .row .col-md-4:nth-child(5) .cnts .data, .plain-gutter .owl-carousel .item .row .col-md-4:nth-child(6) .cnts .data {
  bottom: 0;
  top: auto;
}
@media (min-width: 768px) {
  .plain-gutter.type1 .owl-carousel:not(.no-nav) {
    padding-bottom: 60px;
  }
}
.plain-gutter.type1 .owl-carousel .item .cnts {
  margin: 22px 0 30px;
}
@media (max-width: 767.99px) {
  .plain-gutter.type1 .owl-carousel .item .cnts {
    margin-bottom: 42px;
  }
}
.plain-gutter.type2 {
  background: #F9FAFB;
}
@media (min-width: 768px) {
  .plain-gutter.type2 .owl-carousel:not(.no-nav) {
    padding-bottom: 70px;
  }
}
.plain-gutter.type2 .owl-carousel .item .cnts {
  margin-bottom: 22px;
}
.plain-gutter.type3 {
  background: #0C1122;
}
@media (min-width: 768px) {
  .plain-gutter.type3 .owl-carousel:not(.no-nav) {
    padding-bottom: 90px;
  }
}
.plain-gutter.type3 .owl-carousel .item .cnts {
  height: auto;
  min-height: 260px;
  color: #949CB3;
  margin-bottom: 0px;
  background: #161A2B;
  border-color: #161A2B;
}
@media (max-width: 767.99px) {
  .plain-gutter.type3 .owl-carousel .item .cnts {
    height: auto;
  }
}
.plain-gutter.type3 .owl-carousel .item .cnts h3 {
  color: #fff;
}
.plain-gutter.type4 {
  background: #0C1122;
}
@media (min-width: 768px) {
  .plain-gutter.type4 .owl-carousel:not(.no-nav) {
    padding-bottom: 70px;
  }
}
.plain-gutter.type4 .owl-carousel .item .cnts {
  color: #949CB3;
  margin-bottom: 26px;
  background: #161A2B;
  border-color: #161A2B;
}
.plain-gutter.type4 .owl-carousel .item .cnts h3 {
  color: #fff;
}
.plain-gutter.type4 .owl-carousel .item .cnts .data {
  background: #161A2B;
  border-color: #161A2B;
}
.plain-gutter.type4 .owl-carousel .item .cnts .data p .bullet-list {
  display: block;
  overflow: auto;
  max-height: 220px;
  margin-bottom: 12px;
}
.plain-gutter.type4 .owl-carousel .item .cnts .data p .bullet-list span {
  display: block;
  padding-left: 20px;
  position: relative;
}
.plain-gutter.type4 .owl-carousel .item .cnts .data p .bullet-list span:not(:last-child) {
  margin-top: 10px;
}
.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;
}
.plain-gutter.type5 {
  background: #fff;
}
@media (min-width: 768px) {
  .plain-gutter.type5 .owl-carousel:not(.no-nav) {
    padding-bottom: 70px;
  }
}
.plain-gutter.type5 .owl-carousel .item .cnts {
  margin-bottom: 22px;
}

.work-gutter {
  background: #fff;
}
@media (min-width: 768px) {
  .work-gutter .owl-carousel:not(.no-nav) {
    padding-bottom: 80px;
  }
}
.work-gutter .owl-carousel .item .box {
  height: 100%;
  display: flex;
  border-radius: 20px;
  background: url(../img/work/water.svg) no-repeat 0 0;
}
.work-gutter .owl-carousel .item .box.type1 {
  background-color: #EB0029;
}
.work-gutter .owl-carousel .item .box.type1 .cnts {
  color: #fff;
}
.work-gutter .owl-carousel .item .box.type2 {
  background-color: #105BAF;
}
.work-gutter .owl-carousel .item .box.type2 .cnts {
  color: #fff;
}
.work-gutter .owl-carousel .item .box.type3 {
  background-color: #EAECF3;
}
.work-gutter .owl-carousel .item .box.type3 .cnts {
  color: #000;
}
.work-gutter .owl-carousel .item .box.type4 {
  background-color: #F3EAEA;
}
.work-gutter .owl-carousel .item .box.type4 .cnts {
  color: #000;
}
.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) {
  .work-gutter .owl-carousel .item .cnts {
    font-size: 14px;
    padding: 40px 24px;
  }
}
.work-gutter .owl-carousel .item .cnts figure {
  max-width: 150px;
}
@media (max-width: 767.99px) {
  .work-gutter .owl-carousel .item .cnts figure {
    margin-bottom: 40px;
  }
}
.work-gutter .owl-carousel .item .cnts p {
  opacity: 0.8;
}
.work-gutter .owl-carousel .item .cnts h3 {
  font-size: 24px;
  font-weight: 550;
  margin-bottom: 10px;
}
@media (max-width: 767.99px) {
  .work-gutter .owl-carousel .item .cnts h3 {
    font-size: 20px;
  }
}
.work-gutter .owl-carousel .item .cnts h3 a {
  color: inherit;
}
.work-gutter .owl-carousel .item .cnts .more {
  color: inherit;
  font-weight: 500;
  margin-top: 12px;
  display: inline-block;
}
.work-gutter .owl-carousel .item .cnts .more i {
  width: 18px;
  height: 8px;
  background-position: -28px -101px;
}
.work-gutter .owl-carousel .item .cnts .more i.primary {
  background-position: -46px -101px;
}
.work-gutter .owl-carousel .item .fig {
  min-width: 380px;
}
@media (max-width: 767.99px) {
  .work-gutter .owl-carousel .item .fig {
    display: none;
  }
}

@media (min-width: 1200px) {
  .data-gutter .cnts {
    padding-right: 30px;
  }
}
@media (max-width: 767.99px) {
  .data-gutter .cnts {
    margin-bottom: 30px;
  }
}
.data-gutter .cnts .heading-gutter {
  margin-bottom: 12px;
}
.data-gutter .cnts .heading-gutter p {
  opacity: 1;
}
.data-gutter .cnts .bullet-list li {
  color: #595F70;
}

.features-list {
  gap: 20px;
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.features-list li {
  width: calc(20% - 20px);
}
.features-list li .box {
  height: 100%;
  font-weight: 500;
  border-radius: 15px;
  padding: 25px 30px 22px;
  display: flex;
  flex-direction: column;
}
.features-list li .box i.svg {
  width: 45px;
  height: 45px;
  opacity: 0.75;
  min-height: 45px;
  margin-bottom: 15px;
  filter: grayscale(1);
}
.features-list li .box i.svg.calendar-icon {
  background-position: 0px -383px;
}
.features-list li .box i.svg.preventive-icon {
  background-position: -48px -481px;
}
.features-list li .box i.svg.work-icon {
  background-position: 0px -430px;
}
.features-list li .box i.svg.asset-icon {
  background-position: -48px -528px;
}
.features-list li .box i.svg.location-icon {
  background-position: 0px -477px;
}
.features-list li .box i.svg.vendor-icon {
  background-position: -48px -576px;
}
.features-list li .box i.svg.time-icon {
  background-position: 0px -527px;
}
.features-list li .box i.svg.contract-icon {
  background-position: -99px -383px;
}
.features-list li .box i.svg.inventory-icon {
  background-position: 0px -577px;
}
.features-list li .box i.svg.reports-icon {
  background-position: -99px -436px;
}
.features-list li .box i.svg.mobile-icon {
  background-position: -48px -382px;
}
.features-list li .box i.svg.qrcode-icon {
  background-position: -99px -485px;
}
.features-list li .box i.svg.checklist-icon {
  background-position: -48px -434px;
}
.features-list li .box i.svg.technician-icon {
  background-position: -99px -535px;
}
.features-list li:nth-child(1) .box {
  background: #FFF7EB;
}
.features-list li:nth-child(2) .box {
  background: #EFFBFA;
}
.features-list li:nth-child(3) .box {
  background: #F6F1FF;
}
.features-list li:nth-child(4) .box {
  background: #F4F9FF;
}
.features-list li:nth-child(5) .box {
  background: #F4F5FF;
}
.features-list li:nth-child(6) .box {
  background: #EFFBFA;
}
.features-list li:nth-child(7) .box {
  background: #F6F1FF;
}
.features-list li:nth-child(8) .box {
  background: #F4F5FF;
}
.features-list li:nth-child(9) .box {
  background: #FFF7EB;
}
.features-list li:nth-child(10) .box {
  background: #F4F5FF;
}
.features-list li:nth-child(11) .box {
  background: #EFFBFA;
}
.features-list li:nth-child(12) .box {
  background: #F6F1FF;
}
.features-list li:nth-child(13) .box {
  background: #EFFBFA;
}
.features-list li:nth-child(14) .box {
  background: #F4F5FF;
}
.features-list li:nth-child(15) .box {
  background: #F4F5FF;
}
.features-list li:nth-child(16) .box {
  background: #FFF7EB;
}
.features-list.primary li .box {
  border-color: #EDEFF8;
}

.results-gutter .badge-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 767.99px) {
  .results-gutter .badge-logo {
    margin: 20px -10px 0;
    justify-content: center;
  }
  .results-gutter .badge-logo img {
    height: 48px;
    max-width: none;
  }
}
.results-gutter .badge-logo a {
  padding: 0 15px;
}
@media (max-width: 767.99px) {
  .results-gutter .badge-logo a {
    padding: 8px;
  }
}
.results-gutter .badge-logo figure {
  max-width: none;
  padding: 0 15px;
  margin-bottom: 0;
}
@media (max-width: 767.99px) {
  .results-gutter .badge-logo figure {
    padding: 8px;
  }
}
.results-gutter .badge-logo img {
  filter: grayscale(100%) brightness(0.7) contrast(1.2);
}

.comparison-gutter {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.comparison-gutter:after {
  content: "";
  left: -25%;
  bottom: 0;
  width: 150%;
  height: 390px;
  position: absolute;
  background: #F6F8FB;
  border-radius: 150% 150% 0 0;
}
.comparison-gutter .box {
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 0 26px 26px 26px;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.031372549);
}
.comparison-gutter table {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  border-collapse: collapse;
}
.comparison-gutter table thead tr th {
  padding: 12px 16px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.comparison-gutter table thead tr th:first-child {
  text-align: left;
  border-radius: 4px 0 0 0;
  border-right: 1px solid #e8e8e8;
}
.comparison-gutter table thead tr th:last-child {
  border-radius: 0 4px 0 0;
  border-left: 1px solid #e8e8e8;
}
.comparison-gutter table tbody tr td {
  padding: 10px 16px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.comparison-gutter table tbody tr td i.svg {
  width: 30px;
  height: 30px;
}
.comparison-gutter table tbody tr td i.svg.wrong-icon {
  background-position: -458px -396px;
}
.comparison-gutter table tbody tr td i.svg.right-icon {
  background-position: -458px -429px;
}
.comparison-gutter table tbody tr td:first-child {
  text-align: left;
  border-right: 1px solid #e8e8e8;
}
.comparison-gutter table tbody tr td:last-child {
  border-left: 1px solid #e8e8e8;
}
.comparison-gutter table tbody tr:last-child td {
  border-bottom: 0;
}
.comparison-gutter table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.comparison-gutter table tbody tr:last-child td:last-child {
  border-radius: 0 4px 0 0;
}

.ai .mob-carousel {
  display: block;
  padding: 0 !important;
}
@media (max-width: 767.99px) {
  .ai .mob-carousel .item {
    padding: 0 20px;
    max-width: 320px;
    margin: 0 auto;
  }
}

.scheduling-ai-gutter .top {
  position: relative;
}
.scheduling-ai-gutter .top:after {
  content: "";
  display: block;
  margin-bottom: 40px;
  padding-bottom: 20px;
  max-width: calc(100% - 20px);
  border-bottom: 1px solid #eee;
}
@media (max-width: 767.99px) {
  .scheduling-ai-gutter .top:after {
    max-width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .scheduling-ai-gutter .top .row {
    align-items: center;
  }
  .scheduling-ai-gutter .top .row .heading-gutter {
    text-align: left;
    margin-bottom: 0;
    padding-right: 20px;
  }
  .scheduling-ai-gutter .top .row .col-md-5 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .scheduling-ai-gutter .top .row .col-md-7 {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 768px) {
  .scheduling-ai-gutter .top .check-list .item {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.scheduling-ai-gutter .top .check-list .box {
  height: 140px;
  padding: 26px;
  font-size: 18px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #eee;
}
.scheduling-ai-gutter .top .check-list .box:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .scheduling-ai-gutter .top .check-list .box {
    display: flex;
    margin: 0 10px;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767.99px) {
  .scheduling-ai-gutter .top .check-list .box {
    font-size: 16px;
  }
}
.scheduling-ai-gutter .top .check-list .box span {
  display: block;
  position: relative;
  padding-left: 45px;
}
.scheduling-ai-gutter .top .check-list .box span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: url(../img/ads/sprites.svg) no-repeat -453px -359px;
  width: 35px;
  height: 35px;
}
@media (max-width: 767.99px) {
  .scheduling-ai-gutter .top .check-list .box span:before {
    transform: scale(0.9);
  }
}
.scheduling-ai-gutter .impact-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .scheduling-ai-gutter .impact-box .item {
    width: 50%;
    display: flex;
  }
}
@media (min-width: 768px) {
  .scheduling-ai-gutter .impact-box .col {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767.99px) {
  .scheduling-ai-gutter .impact-box .col:first-child {
    margin-bottom: 20px;
  }
}
.scheduling-ai-gutter .impact-box .col .inner {
  position: relative;
  background: #fff;
  padding: 24px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .scheduling-ai-gutter .impact-box .col .inner {
    font-size: 16px;
  }
}
.scheduling-ai-gutter .impact-box .col .inner.type1 {
  background: linear-gradient(90deg, rgba(197, 224, 244, 0.6) 0%, rgba(197, 224, 244, 0.1) 100%);
}
.scheduling-ai-gutter .impact-box .col .inner.type2 {
  background: linear-gradient(90deg, rgba(213, 241, 231, 0.6) 0%, rgba(213, 241, 231, 0.1) 100%);
}
.scheduling-ai-gutter .impact-box .col .inner.type3 {
  background: linear-gradient(90deg, rgba(248, 249, 197, 0.6) 0%, rgba(248, 249, 197, 0.1) 100%);
}
.scheduling-ai-gutter .impact-box .col .inner.type4 {
  background: linear-gradient(90deg, rgba(242, 228, 255, 0.6) 0%, rgba(242, 228, 255, 0.1) 100%);
}
.scheduling-ai-gutter .impact-box .col .inner .upto {
  width: 48px;
  height: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  background: #305AFA;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.scheduling-ai-gutter .impact-box .col .inner span {
  display: block;
  color: #1E1E1E;
  font-size: 51px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 767.99px) {
  .scheduling-ai-gutter .impact-box .col .inner span {
    font-size: 48px;
  }
}

.scheduling-cost-gutter .row {
  margin-left: 10px;
  margin-right: 10px;
}
.scheduling-cost-gutter .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.scheduling-cost-gutter .col-md-4 .inner {
  display: flex;
  align-items: center;
  background: #fff;
  min-height: 100px;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px;
}
.scheduling-cost-gutter .col-md-4 .inner p {
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  margin-bottom: 0;
  color: rgb(2, 12, 30);
}
@media (max-width: 767.99px) {
  .scheduling-cost-gutter .col-md-4 .inner p {
    font-size: 16px;
  }
}
.scheduling-cost-gutter .col-md-4 .inner .icon-1 {
  width: 48px;
  height: 45px;
  background-position: -503px -49px;
}
.scheduling-cost-gutter .col-md-4 .inner .icon-2 {
  width: 48px;
  height: 45px;
  min-width: 48px;
  background-position: -504px -106px;
}
.scheduling-cost-gutter .col-md-4 .inner .icon-3 {
  width: 51px;
  height: 52px;
  min-width: 51px;
  background-position: -504px -162px;
}
.scheduling-cost-gutter .col-md-4 .inner .icon-4 {
  width: 37px;
  height: 42px;
  background-position: -513px -224px;
}
.scheduling-cost-gutter .col-md-4 .inner .icon-5 {
  width: 48px;
  height: 45px;
  background-position: -509px -280px;
}
.scheduling-cost-gutter .col-md-4 .inner .icon-6 {
  width: 48px;
  height: 45px;
  background-position: -509px -340px;
}
.scheduling-cost-gutter .col-md-4 .inner .icon-7 {
  width: 48px;
  height: 45px;
  background-position: -510px -402px;
}
.scheduling-cost-gutter .col-md-4 .inner .icon-8 {
  width: 48px;
  height: 45px;
  min-width: 48px;
  background-position: -514px -469px;
}
.scheduling-cost-gutter .col-md-4 .inner .icon-9 {
  width: 56px;
  height: 49px;
  min-width: 56px;
  background-position: -510px -532px;
}

.winning-gutter .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 52px 50px;
  border-radius: 30px;
  background: linear-gradient(85.95deg, #F6F1FF 0.3%, #E3EFFF 99.72%);
}
@media (min-width: 1024px) {
  .winning-gutter .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .winning-gutter .inner .heading-gutter {
    text-align: left;
    margin: 0 40px 0 0;
  }
  .winning-gutter .inner .heading-gutter h2 {
    font-weight: 400;
  }
}
@media (max-width: 767.99px) {
  .winning-gutter .inner {
    padding: 32px 20px;
    border-radius: 20px;
  }
}
.winning-gutter .inner .awards {
  gap: 40px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 767.99px) {
  .winning-gutter .inner .awards {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.99px) {
  .other-gutter .owl-carousel.padding {
    padding: 0 26px !important;
  }
}
@media (min-width: 768px) {
  .other-gutter .other-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.other-gutter .other-list.margin {
  margin-bottom: 120px;
}
.other-gutter .other-list .cols {
  font-size: 20px;
}
@media (min-width: 768px) {
  .other-gutter .other-list .cols {
    width: 33.333%;
    padding: 42px 48px;
    position: relative;
    margin-bottom: 10px;
    border-top: 1px solid #F9F9F9;
  }
  .other-gutter .other-list .cols:before {
    left: 0;
    top: -35px;
    width: 68px;
    height: 68px;
    content: "";
    position: absolute;
    background: url(../img/ads/plus.svg) no-repeat;
  }
  .other-gutter .other-list .cols.plus:after {
    right: 0;
    top: -35px;
    width: 68px;
    height: 68px;
    content: "";
    position: absolute;
    background: url(../img/ads/plus.svg) no-repeat;
  }
}
@media (max-width: 767.99px) {
  .other-gutter .other-list .cols .box {
    display: flex;
    padding: 12px;
    margin: 10px 0;
    font-size: 16px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #eee;
  }
}
.other-gutter .other-list .cols .box i.svg {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767.99px) {
  .other-gutter .other-list .cols .box i.svg {
    margin: 0 16px 0 0;
  }
}
.other-gutter .other-list .cols .box i.svg.easy-icon {
  background-position: -558px 4px;
}
.other-gutter .other-list .cols .box i.svg.highly-icon {
  background-position: -558px -39px;
}
.other-gutter .other-list .cols .box i.svg.proven-icon {
  background-position: -558px -83px;
}
.other-gutter .other-list .cols .box i.svg.training-icon {
  background-position: -558px -126px;
}
.other-gutter .other-list .cols .box i.svg.team-icon {
  background-position: -558px -171px;
}
.other-gutter .other-list .cols .box i.svg.security-icon {
  background-position: -558px -218px;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.pricing-pages .container {
  max-width: 1280px;
}
@media (max-width: 767.999px) {
  .pricing-pages .plain-gutter,
  .pricing-pages .all-price-sec {
    display: none !important;
  }
}
.pricing-pages .btn {
  font-size: 14px;
}
.pricing-pages .btn.primary.outline:not(.lg) {
  color: #0F1941;
  border-color: #0F1941;
}
.pricing-pages .btn.primary.outline:not(.lg):hover {
  color: #fff;
  background: #0F1941;
}
.pricing-pages .users-info {
  min-height: 74px;
  margin: 0 -24px;
  padding: 8px 24px;
  background: #F8F8FB;
  border-top: 1px solid #E2E2E2;
}
@media (max-width: 767.99px) {
  .pricing-pages .users-info {
    margin: 0;
    min-height: 0;
  }
}
.pricing-pages .users-info span {
  opacity: 0.85;
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}
.pricing-pages .users-info ul.arrow-list {
  padding-left: 10px;
}
.pricing-pages .users-info ul.arrow-list li {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}
.pricing-pages .users-info ul.arrow-list li:before {
  left: 2px;
  top: 4px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  background: url(../img/sprites.svg) no-repeat -3px -789px;
}
.pricing-pages .users-info ul.arrow-list li .tooltip {
  width: 20px;
  height: 20px;
  color: #bd7930;
  font-size: 13px;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
  font-style: normal;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  background: #fffefd;
  justify-content: center;
  border: 1px solid #fe8300;
  transition: all 0.25s ease-in-out;
}
.pricing-pages .users-info ul.arrow-list li .tooltip:hover {
  color: #fff;
  background: #fe8300;
}
.pricing-pages .users-info ul.arrow-list li .tooltip:before, .pricing-pages .users-info ul.arrow-list li .tooltip:after {
  content: "";
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.pricing-pages .users-info ul.arrow-list li .tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #fe8300 transparent transparent transparent;
  top: -15px;
  transform: translateY(20px);
}
.pricing-pages .users-info ul.arrow-list li .tooltip:after {
  color: #fff;
  content: attr(data-tooltip);
  background: #fe8300;
  width: 260px;
  font-size: 12px;
  bottom: 32px;
  left: -10px;
  padding: 10px;
  font-weight: 300;
  border-radius: 5px;
  letter-spacing: 1px;
  transform: translateY(20px);
}
@media (max-width: 767.99px) {
  .pricing-pages .users-info ul.arrow-list li .tooltip:after {
    left: -118px;
  }
}
.pricing-pages .users-info ul.arrow-list li .tooltip:hover::before, .pricing-pages .users-info ul.arrow-list li .tooltip:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .pricing-pages .base-info {
    display: none;
  }
}
.pricing-pages .all-prices .compare-menu {
  display: none;
}
@media (max-width: 767.99px) {
  .pricing-pages .all-prices {
    min-width: 0 !important;
  }
  .pricing-pages .all-prices .top-price-row {
    min-width: 0 !important;
  }
  .pricing-pages .all-prices .compare-menu {
    display: block;
    margin-bottom: 20px;
  }
  .pricing-pages .all-prices .compare-menu .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .pricing-pages .all-prices .compare-menu .col-6 {
    position: relative;
    width: 100%;
    max-width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .pricing-pages .all-prices .compare-menu .col-6 .dropdown {
    position: relative;
  }
  .pricing-pages .all-prices .compare-menu .col-6 .dropdown .cmp-btn {
    width: 100%;
    height: 42px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border-radius: 8px;
    padding: 0 16px;
    border: 1px solid #D8D8EF;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pricing-pages .all-prices .compare-menu .col-6 .dropdown .cmp-btn:after {
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    margin-left: 12px;
    transform: rotate(225deg);
    border-top: 2px solid #0F1941;
    border-left: 2px solid #0F1941;
  }
  .pricing-pages .all-prices .compare-menu .col-6 .dropdown .dropdown-menu {
    top: 41px;
    left: 0;
    display: none;
    z-index: 6;
    width: 100%;
    min-width: 160px;
    position: absolute;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D8D8EF;
  }
  .pricing-pages .all-prices .compare-menu .col-6 .dropdown .dropdown-menu li {
    cursor: pointer;
    padding: 6px 12px;
  }
  .pricing-pages .all-prices .compare-menu .col-6 .dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #D8D8EF;
  }
  .pricing-pages .all-prices .compare-menu .col-6 .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.pricing-pages .all-prices .users-info {
  margin: 0;
  padding: 8px 14px;
  border-bottom: 0;
}
.pricing-pages .all-prices .users-info ul.arrow-list li {
  white-space: normal;
}
@media (max-width: 767.99px) {
  .pricing-pages .all-prices .top-price-row-inner {
    min-width: 0 !important;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-boxes-in-rw {
    width: 50% !important;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-boxes-in-rw.p-none {
    display: none !important;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-box-head {
    background: #0F1941;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-box-head .price-box-header {
    height: 114px;
    color: #fff;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-box-head .price-box-header.india {
    height: 44px;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-box-head .price-box-header h3 {
    font-size: 14px;
    font-weight: normal;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-box-head .price-box-header .user-txt {
    display: none;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-box-head .price-box-header .pricing {
    text-align: center;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-box-head .price-box-header .pricing .p-value {
    font-size: 22px;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-box-head .price-box-header .pricing .p-value .txt {
    color: #fff;
    display: block;
    opacity: 0.65;
    font-weight: 500;
  }
  .pricing-pages .all-prices .top-price-row-inner .price-box-head .price-box-subheader,
  .pricing-pages .all-prices .top-price-row-inner .price-box-head .user-txt {
    display: none;
  }
}
@media (max-width: 767.99px) and (max-width: 767.99px) {
  .pricing-pages .all-prices .price-body line {
    min-width: 0 !important;
  }
  .pricing-pages .all-prices .price-body .comp-box-body-col:not(:first-child) {
    width: 50% !important;
  }
  .pricing-pages .all-prices .price-body .comp-box-body-col.pro-comp {
    display: none;
  }
  .pricing-pages .all-prices .price-body .comp-box-body-col.enterprise-comp {
    display: none;
  }
}
.pricing-pages .head-price-box {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
  justify-content: center;
  list-style-type: none;
}
@media (max-width: 767.98px) {
  .pricing-pages .head-price-box {
    gap: 0;
    max-width: 350px;
    margin: 20px auto 0;
  }
}
.pricing-pages .head-price-box li {
  color: #fff;
  position: relative;
}
@media (max-width: 767.98px) {
  .pricing-pages .head-price-box li {
    width: calc(50% - 4px);
    margin-bottom: 27px;
    text-align: left;
  }
}
.pricing-pages .head-price-box li h4 {
  font-size: 15px;
  margin: 0px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.pricing-pages .head-price-box li p {
  font-size: 14px;
  color: #7F8BAC;
  white-space: normal !important;
}
@media (max-width: 767.98px) {
  .pricing-pages .head-price-box li p {
    display: none;
  }
}
.pricing-pages .head-price-box li .svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
  margin-right: 10px;
  background-position: -137px -65px;
}
.pricing-pages .pricing-gutter {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.pricing-pages .pricing-gutter .heading h2 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .pricing-pages .pricing-gutter .heading h2 {
    font-size: 22px;
  }
}
.pricing-pages .pricing-gutter .tab-content .tab-pane.active {
  max-height: 2000px;
}
.pricing-pages .pricing-gutter .nav-tabs {
  max-width: 922px;
  padding: 10px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  justify-content: space-between;
  border: 1px solid #E2E2E2;
}
@media (min-width: 1024px) {
  .pricing-pages .pricing-gutter .nav-tabs {
    top: 62px;
    z-index: 6;
    position: sticky;
  }
}
.pricing-pages .pricing-gutter .nav-tabs li {
  width: 50%;
  height: 68px;
  font-size: 21px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-gutter .nav-tabs li {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    font-size: 16px;
    white-space: nowrap;
  }
}
.pricing-pages .pricing-gutter .nav-tabs li.active {
  color: #fff;
  background: #252F4B;
}
.pricing-pages .pricing-gutter .price-box-head {
  height: 100%;
}
@media (max-width: 767.999px) {
  .pricing-pages .pricing-gutter .price-box-head {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #E7E7F3;
  }
  .pricing-pages .pricing-gutter .price-box-head .inner {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .pricing-pages .pricing-gutter .price-box-head .inner .top-data {
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 12px;
    background: #F8F8FB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #E7E7F3;
    transition: all 0.5s ease-in-out;
  }
  .pricing-pages .pricing-gutter .price-box-head .inner .top-data h3 {
    margin-bottom: 5px;
    transition: all 0.5s ease-in-out;
  }
  .pricing-pages .pricing-gutter .price-box-head .inner .top-data p {
    transition: all 0.5s ease-in-out;
  }
  .pricing-pages .pricing-gutter .price-box-head .inner .bottom-data .p-value span {
    transition: all 0.5s ease-in-out;
  }
  .pricing-pages .pricing-gutter .price-box-head .inner .button {
    transition: all 0.5s ease-in-out;
  }
  .pricing-pages .pricing-gutter .price-box-head .inner .quote-data {
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }
  .pricing-pages .pricing-gutter .price-box-head .inner .include-box {
    padding: 0 20px;
  }
  .pricing-pages .pricing-gutter .price-box-head .base-info {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #E7E7F3;
  }
  .pricing-pages .pricing-gutter .price-box-head .base-info span {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pricing-pages .pricing-gutter .price-box-head .base-info span:after {
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    margin-left: 12px;
    transform: rotate(225deg);
    border-top: 2px solid #0F1941;
    border-left: 2px solid #0F1941;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner {
    overflow: hidden;
    max-height: 172px;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner.enterprise {
    max-height: 111px;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner .top-data {
    margin-bottom: 4px;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner .top-data h3 {
    margin-bottom: 0;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner .top-data p {
    height: 0;
    margin: 0;
    overflow: hidden;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner .bottom-data .p-value span {
    opacity: 0;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner .button {
    margin-top: -10px !important;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner .quote-data {
    visibility: hidden;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner .user-txt,
  .pricing-pages .pricing-gutter .price-box-head:not(.opened) .inner .save {
    margin: 0 !important;
    height: 0 !important;
    overflow: hidden;
    visibility: hidden;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened).india .inner {
    max-height: 114px;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened).india .inner.enterprise {
    max-height: 114px;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened).india .inner.enterprise .button {
    margin-top: -6px !important;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened).india .inner .top-data {
    margin-bottom: 0;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened).india .inner .button {
    margin-top: 16px !important;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened):not(.india) .inner {
    max-height: 114px;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened):not(.india) .inner .top-data {
    align-items: flex-start;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened):not(.india) .inner .bottom-data {
    width: 100%;
    padding: 0 10px 0 18px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened):not(.india) .inner .bottom-data .pricing {
    height: 52px;
    text-align: left;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened):not(.india) .inner .bottom-data .pricing .p-value {
    margin-top: 4px;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened):not(.india) .inner .bottom-data .button {
    margin-top: 12px !important;
  }
  .pricing-pages .pricing-gutter .price-box-head:not(.opened):not(.india) .inner.enterprise .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px !important;
  }
  .pricing-pages .pricing-gutter .price-box-head.opened .base-info span:after {
    transform: rotate(45deg);
  }
  .pricing-pages .pricing-gutter .price-box-head.opened .inner .quote-data {
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .pricing-pages .pricing-gutter {
    margin-top: 0;
  }
  .pricing-pages .pricing-gutter .price-box-head {
    padding: 20px 24px 0;
  }
  .pricing-pages .pricing-gutter .price-box-head .quote-data {
    font-size: 18px;
    line-height: 1.45;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pricing-pages .pricing-gutter .price-box-head .quote-data:not(.no) {
    height: 140px;
  }
  .pricing-pages .pricing-gutter .price-box-head .quote-data.no {
    height: 74px;
  }
}
.pricing-pages .pricing-gutter .pricing-gutter-inner {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}
@media (max-width: 767.98px) {
  .pricing-pages .pricing-gutter .pricing-gutter-inner {
    border: 0;
  }
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .pricing-switcher {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-gutter .pricing-gutter-inner .pricing-switcher {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .pricing-switcher span.bill {
  font-weight: 600;
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .pricing-switcher span.save {
  color: #9EA5C4;
  font-weight: 500;
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .pricing-switcher span.save span {
  color: #fe8300;
}
@media (min-width: 768px) {
  .pricing-pages .pricing-gutter .pricing-gutter-inner .pricing-switcher span.save span {
    font-size: 20px;
  }
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .switch {
  margin: 0 16px;
  position: relative;
  top: -11px;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-gutter .pricing-gutter-inner .switch {
    margin: 0 6px;
  }
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 22px;
  background: #BABDD2;
  display: block;
  border-radius: 100px;
  position: relative;
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .switch label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .switch input:checked + label {
  background: #fe8300;
}
.pricing-pages .pricing-gutter .pricing-gutter-inner .switch input:checked + label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}
.pricing-pages .pricing-gutter .price-row {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (min-width: 768px) {
  .pricing-pages .pricing-gutter .price-row {
    /*margin-bottom: 45px;*/
  }
}
@media (max-width: 1023.98px) {
  .pricing-pages .pricing-gutter .price-row {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .pricing-pages .pricing-gutter .price-row {
    margin-bottom: 0;
  }
}
.pricing-pages .pricing-gutter .price-row .price-box {
  width: 25%;
  position: relative;
  transition: 0.3s;
}
.pricing-pages .pricing-gutter .price-row .price-box:not(:last-child) .price-box-head {
  border-right: 1px solid #E2E2E2;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pricing-pages .pricing-gutter .price-row .price-box {
    width: calc(50% - 7px);
    margin-bottom: 10px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .pricing-pages .pricing-gutter .price-row .price-box {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.pricing-pages .pricing-gutter .price-row .price-box h4,
.pricing-pages .pricing-gutter .price-row .price-box p,
.pricing-pages .pricing-gutter .price-row .price-box .button {
  text-align: center;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-gutter .price-row .price-box .include-box {
    padding: 0 20px;
  }
}
.pricing-pages .pricing-gutter .price-row .price-box .include-box .feature-list li {
  font-size: 13.5px;
}
.pricing-pages .pricing-gutter .price-row .price-box .include-box h3 {
  font-size: 16px;
  margin: 16px 0;
  font-weight: 600;
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-header {
  padding-bottom: 24px;
  text-align: center;
  position: relative;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-header h3 {
  z-index: 1;
  font-size: 21px;
  margin-bottom: 10px;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-gutter .price-row .price-box .price-box-header h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-header .user-txt {
  width: 180px;
  height: 45px;
  color: #1F7528;
  font-size: 17px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F2FEF4;
  border-radius: 100px;
  margin: 4px 0 8px;
  border: 1px solid #D6F2DB;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-gutter .price-row .price-box .price-box-header .user-txt {
    height: 36px;
    width: 150px;
    font-size: 15px;
  }
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-header .pricing .p-value {
  font-size: 26px;
  font-weight: 600;
  display: block;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-gutter .price-row .price-box .price-box-header .pricing .p-value {
    font-size: 24px;
  }
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-header .pricing .p-value span {
  font-size: 15px;
  font-weight: 400;
  padding-left: 4px;
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-header .txt {
  color: #4F5567;
  font-size: 13px;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-gutter .price-row .price-box .price-box-header .txt {
    display: none;
  }
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-header .save {
  color: #fe8300;
  font-size: 16px;
  display: inline-block;
  padding-top: 2px;
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-header .save span {
  font-size: 20px;
  font-weight: 600;
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-header span.users {
  display: block;
  font-size: 14px;
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-subheader {
  text-align: center;
  padding: 20px 0px;
}
@media (max-width: 600px) {
  .pricing-pages .pricing-gutter .price-row .price-box .price-box-subheader {
    padding: 20px 8px;
  }
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-subheader .enterprise {
  font-weight: 500;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 13px;
  min-height: 177px;
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-subheader .button a {
  width: 100%;
}
.pricing-pages .pricing-gutter .price-row .price-box .price-box-body {
  padding: 18px;
}
.pricing-pages .pricing-gutter .price-row .price-box .button {
  margin-top: 16px;
}
.pricing-pages .pricing-gutter .price-row .price-box .button .btn {
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  font-weight: 500;
}
.pricing-pages .pricing-gutter .price-row .price-box h4 small {
  font-size: 100%;
  display: flex;
  justify-content: center;
}
.pricing-pages .pricing-gutter .price-row .price-box h4 small span {
  display: inline-block;
}
.pricing-pages .pricing-gutter .price-row .price-box h4 small span.currency {
  font-size: 23px;
  font-weight: 600;
  line-height: 63px;
  margin-right: 2px;
}
.pricing-pages .pricing-gutter .price-row .price-box h4 small span.price {
  font-size: 47px;
  font-weight: 700;
}
.pricing-pages .pricing-gutter .price-row .price-box h4 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.pricing-pages .pricing-gutter .price-row .price-box .alt-price {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}
.pricing-pages .pricing-gutter .price-row .price-box .alt-price small {
  font-size: 100%;
}
.pricing-pages .pricing-gutter .price-row .price-box .alt-price span.or {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.pricing-pages .pricing-gutter .price-row .price-box .alt-price span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.pricing-pages .pricing-gutter .price-row .price-box p {
  font-size: 14px;
  line-height: 1.25;
}
.pricing-pages .pricing-gutter .price-row .price-box h5 {
  font-size: 19px;
  margin-bottom: 23px;
  text-align: left;
}
.pricing-pages .pricing-gutter .price-row .price-box h6 {
  font-size: 36px;
  margin-bottom: 34px;
}
.pricing-pages .pricing-gutter .price-row .price-box:hover, .pricing-pages .pricing-gutter .price-row .price-box.active {
  z-index: 4;
}
.pricing-pages .compares-gutter .action {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.pricing-pages .compares-gutter:not(.open) {
  padding-bottom: 16px;
}
.pricing-pages .compares-gutter.open .action {
  max-height: 900px;
}
.pricing-pages .compares-gutter .container {
  position: relative;
}
.pricing-pages .compares-gutter .container .more {
  top: -16px;
  z-index: 2;
  cursor: pointer;
  font-size: 15px;
  color: #045fcf;
  line-height: 1;
  font-weight: 500;
  position: relative;
}
.pricing-pages .compares-gutter .feature-box {
  width: 100%;
  display: flex;
  border-radius: 16px;
  border: 1px solid #E2E2E2;
}
.pricing-pages .compares-gutter .feature-box .feature-list li {
  font-size: 13px;
}
.pricing-pages .compares-gutter .feature-box h3 {
  font-size: 16px;
  margin: 22px 0 18px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767.99px) {
  .pricing-pages .compares-gutter .feature-box h3 {
    font-size: 15px;
    min-height: 60px;
  }
}
.pricing-pages .compares-gutter .feature-box .feature-col {
  padding-bottom: 22px;
}
.pricing-pages .compares-gutter .feature-box .feature-col.lg {
  width: 75%;
  padding-left: 12px;
  border-right: 1px solid #E2E2E2;
}
@media (max-width: 767.99px) {
  .pricing-pages .compares-gutter .feature-box .feature-col.lg {
    width: 50%;
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .pricing-pages .compares-gutter .feature-box .feature-col.lg .inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .pricing-pages .compares-gutter .feature-box .feature-col.lg .inner .col {
    width: 33.333%;
    padding: 0 16px;
  }
}
.pricing-pages .compares-gutter .feature-box .feature-col.sm {
  width: 25%;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 767.99px) {
  .pricing-pages .compares-gutter .feature-box .feature-col.sm {
    width: 50%;
    padding: 0 16px;
  }
}
.pricing-pages .pricing-box-gutter {
  background: #F9FAFB;
  margin-bottom: 24px;
}
.pricing-pages .pricing-box-gutter .inner {
  max-width: 1020px;
  margin: 0 auto;
}
.pricing-pages .pricing-box-gutter .inner .row {
  justify-content: center;
}
.pricing-pages .pricing-box-gutter .box {
  height: 148px;
  padding: 0 32px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-box-gutter .box {
    padding: 0 20px;
  }
}
.pricing-pages .pricing-box-gutter .box .data {
  display: flex;
  align-items: center;
}
.pricing-pages .pricing-box-gutter .box .data span.circle {
  width: 81px;
  height: 81px;
  min-width: 81px;
  margin-right: 22px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-box-gutter .box .data span.circle {
    margin-right: 12px;
  }
}
.pricing-pages .pricing-box-gutter .box .data span.circle.primary {
  background: #6377B3;
}
.pricing-pages .pricing-box-gutter .box .data span.circle.regular {
  background: #F2D75B;
}
.pricing-pages .pricing-box-gutter .box .data i.svg {
  width: 38px;
  height: 38px;
}
.pricing-pages .pricing-box-gutter .box .data i.svg.icon1 {
  background-position: -88px -195px;
}
.pricing-pages .pricing-box-gutter .box .data i.svg.icon2 {
  background-position: -88px -230px;
}
.pricing-pages .pricing-box-gutter .box .data .cnts span {
  font-size: 22px;
  display: block;
  line-height: 1.25;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-box-gutter .box .data .cnts span {
    font-size: 18px;
  }
}
.pricing-pages .pricing-box-gutter .box .data .cnts span.value {
  font-weight: 500;
}
.pricing-pages .pricing-box-gutter .box .data .cnts span:not(.value) {
  font-weight: bold;
}
.pricing-pages .pricing-box-gutter .box .cost {
  font-size: 44px;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  .pricing-pages .pricing-box-gutter .box .cost {
    font-size: 38px;
  }
}
.pricing-pages .all-price-sec {
  padding: 25px 0px;
}
@media (max-width: 600px) {
  .pricing-pages .all-price-sec {
    overflow: auto;
  }
}
.pricing-pages .all-price-sec .all-prices {
  min-width: 653px;
}
.pricing-pages .all-price-sec .top-price-row {
  padding-left: 400px;
  background: #fff;
  min-width: 653px;
  margin-bottom: -1px;
  border-bottom: 1px solid #E2E2E2;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .pricing-pages .all-price-sec .top-price-row {
    padding-left: 300px;
  }
}
@media (min-width: 900px) and (max-width: 1023px) {
  .pricing-pages .all-price-sec .top-price-row {
    padding-left: 181px;
  }
}
@media (max-width: 899px) {
  .pricing-pages .all-price-sec .top-price-row {
    padding-left: 0px;
  }
}
@media (min-width: 600px) {
  .pricing-pages .all-price-sec .top-price-row {
    position: sticky;
    top: 62px;
    z-index: 1;
  }
}
.pricing-pages .all-price-sec .top-price-row .top-price-row-inner {
  top: 1px;
  display: flex;
  background: #fff;
  min-width: 653px;
  position: relative;
  border: 1px solid #E2E2E2;
}
.pricing-pages .all-price-sec .top-price-row .top-price-row-inner .price-boxes-in-rw {
  width: 25%;
  min-width: 155px;
}
.pricing-pages .all-price-sec .top-price-row .top-price-row-inner .price-boxes-in-rw:not(:last-child) {
  border-right: 1px solid #E2E2E2;
}
.pricing-pages .all-price-sec .top-price-row .top-price-row-bottom {
  border: 1px solid #E2E2E2;
  border-top: 0;
  min-width: 653px;
}
.pricing-pages .all-price-sec .comparison-action {
  text-align: center;
  margin-top: 12px;
}
.pricing-pages .all-price-sec .comparison-action .btn {
  height: 50px;
  cursor: pointer;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767.99px) {
  .pricing-pages .all-price-sec .comparison-action .btn {
    height: 48px;
    font-size: 16px;
    border: 0 !important;
    background: transparent !important;
  }
}
.pricing-pages .all-price-sec .comparison-action .btn::after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  margin-left: 12px;
  transform: rotate(225deg);
  border-top: 2px solid #d96f32;
  border-left: 2px solid #d96f32;
}
.pricing-pages .all-price-sec .comparison-action .btn:hover::after {
  border-color: #fff;
}
.pricing-pages .all-price-sec .price-body {
  transition: all 1s ease-in-out;
}
.pricing-pages .all-price-sec .price-body:not(.opened) {
  max-height: 365px;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .pricing-pages .all-price-sec .price-body:not(.opened) {
    max-height: 490px;
    margin-bottom: 20px;
  }
}
.pricing-pages .all-price-sec .price-body .comp-box {
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-head {
  font-size: 18px;
  padding: 13px 20px;
  min-width: 653px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.99px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-head {
    font-size: 16px;
    min-width: 0;
    padding: 9px 20px;
    background: #E7E7F3;
  }
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-head i {
  position: absolute;
  right: 20px;
  top: 25px;
}
@media (min-width: 768px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-head i {
    display: none !important;
  }
}
@media (max-width: 767.99px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-head i {
    right: 20px;
    top: 16px;
  }
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-head .angle-down {
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../img/pricing.svg) no-repeat -15px -706px;
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-head.open .angle-down {
  transform: rotate(180deg);
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-head span {
  display: inline-block;
}
.pricing-pages .all-price-sec .price-body .comp-box .line {
  width: 100%;
  height: 1px;
  display: block;
  background: #E2E2E2;
  min-width: 653px;
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw {
  display: flex;
  border-bottom: 1px solid #E2E2E2;
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw:first-child {
  border-top: 1px solid #E2E2E2;
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col {
  padding: 13px 10px;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 767.99px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col {
    font-size: 14px;
  }
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col span {
  display: block;
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col span.btxt {
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 900px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col span.txt {
    display: none;
  }
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col.checked {
  background: #FCFCFC;
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col:not(:first-child) {
  width: 25%;
  min-width: 155px;
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col:not(:last-child) {
  border-right: 1px solid #E2E2E2;
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col:first-child {
  padding-left: 48px;
  padding-left: 20px;
  width: 400px;
  min-width: 400px;
  text-align: left;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col:first-child {
    width: 300px;
    min-width: 300px;
  }
}
@media (min-width: 900px) and (max-width: 1023px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col:first-child {
    width: 181px;
    min-width: 181px;
  }
}
@media (max-width: 899px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col:first-child {
    width: 0px;
    min-width: 0px;
    display: none;
  }
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col .check-icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  background-position: -137px -65px;
}
@media (max-width: 767.99px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col .check-icon {
    top: 5px;
    position: relative;
  }
}
.pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col .cross-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: -2px -766px;
}
@media (max-width: 767.99px) {
  .pricing-pages .all-price-sec .price-body .comp-box .comp-box-body .comp-box-body-rw .comp-box-body-col .cross-icon {
    top: 5px;
    position: relative;
  }
}
.pricing-pages .all-price-sec .price-box {
  position: relative;
  transition: 0.3s;
}
.pricing-pages .all-price-sec .price-box .quote-data {
  font-size: 14px;
  line-height: 1.25;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  top: -20px;
  padding: 0 12px;
}
.pricing-pages .all-price-sec .price-box h4,
.pricing-pages .all-price-sec .price-box p,
.pricing-pages .all-price-sec .price-box .button {
  text-align: center;
}
.pricing-pages .all-price-sec .price-box .price-box-header {
  height: 100px;
  padding-top: 12px;
  position: relative;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
.pricing-pages .all-price-sec .price-box .price-box-header.in {
  height: 80px;
}
.pricing-pages .all-price-sec .price-box .price-box-header.in .quote-data {
  top: -12px;
}
.pricing-pages .all-price-sec .price-box .price-box-header .user-txt {
  min-height: 24px;
  color: #1F7528;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F2FEF4;
  border-radius: 100px;
  margin: 0 0 6px;
  border: 1px solid #D6F2DB;
}
.pricing-pages .all-price-sec .price-box .price-box-header .pricing {
  display: flex;
  align-items: center;
}
.pricing-pages .all-price-sec .price-box .price-box-header .pricing .p-value {
  font-size: 18px;
  font-weight: 600;
}
.pricing-pages .all-price-sec .price-box .price-box-header .pricing .txt {
  color: #4F5567;
  font-size: 14px;
  padding-left: 6px;
  font-weight: 400;
}
.pricing-pages .all-price-sec .price-box .price-box-header h3 {
  z-index: 1;
  font-size: 21px;
  margin-bottom: 8px;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
}
@media (max-width: 767.99px) {
  .pricing-pages .all-price-sec .price-box .price-box-header h3 {
    font-size: 20px;
  }
}
.pricing-pages .all-price-sec .price-box .price-box-header span.users {
  display: block;
  font-size: 14px;
}
.pricing-pages .all-price-sec .price-box .price-box-subheader {
  text-align: center;
  padding: 20px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .pricing-pages .all-price-sec .price-box .price-box-subheader {
    padding: 20px 8px;
  }
}
@media (min-width: 900px) and (max-width: 1023px) {
  .pricing-pages .all-price-sec .price-box .price-box-subheader {
    padding: 20px 8px;
  }
}
@media (max-width: 899px) {
  .pricing-pages .all-price-sec .price-box .price-box-subheader {
    padding: 20px 8px;
  }
}
.pricing-pages .all-price-sec .price-box .price-box-subheader .enterprise {
  font-weight: 500;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 13px;
  min-height: 75px;
}
.pricing-pages .all-price-sec .price-box .price-box-subheader .button a {
  width: 100%;
}
.pricing-pages .all-price-sec .price-box .price-box-body {
  padding: 18px;
}
.pricing-pages .all-price-sec .price-box .button .btn {
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
.pricing-pages .all-price-sec .price-box h4 small {
  font-size: 100%;
  display: flex;
  justify-content: center;
}
.pricing-pages .all-price-sec .price-box h4 small span {
  display: inline-block;
}
.pricing-pages .all-price-sec .price-box h4 small span.currency {
  font-size: 23px;
  font-weight: 600;
  line-height: 45px;
  margin-right: 2px;
}
.pricing-pages .all-price-sec .price-box h4 small span.price {
  font-size: 33px;
  font-weight: 700;
}
.pricing-pages .all-price-sec .price-box h4 span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.pricing-pages .all-price-sec .price-box .alt-price {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}
.pricing-pages .all-price-sec .price-box .alt-price small {
  font-size: 100%;
}
.pricing-pages .all-price-sec .price-box .alt-price span.or {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.pricing-pages .all-price-sec .price-box .alt-price span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.pricing-pages .all-price-sec .price-box p {
  font-size: 13px;
  font-weight: 500;
  color: #6790B7;
  margin-bottom: 0px;
}
.pricing-pages .all-price-sec .price-box h5 {
  font-size: 19px;
  margin-bottom: 23px;
  text-align: left;
}
.pricing-pages .all-price-sec .price-box h6 {
  font-size: 36px;
  margin-bottom: 34px;
}
.pricing-pages .all-price-sec .price-box:hover, .pricing-pages .all-price-sec .price-box.active {
  z-index: 4;
}
.pricing-pages .pricing-info {
  position: relative;
}
.pricing-pages .pricing-info span {
  font-weight: 500;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pricing-pages .pricing-info span small {
  font-size: 100%;
  margin-left: 8px;
}
.pricing-pages .pricing-info span i {
  width: 16px;
  height: 16px;
  cursor: pointer;
  font-size: 12px;
  color: #045fcf;
  font-weight: bold;
  border-radius: 100%;
  font-style: normal;
  margin-left: 6px;
  border: 1px solid #045fcf;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.pricing-pages .pricing-info .popover {
  left: 61px;
  bottom: 25px;
  padding: 12px;
  opacity: 0;
  z-index: -99;
  visibility: hidden;
  font-size: 14px;
  max-width: 300px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  transition: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pricing-pages .pricing-info .popover:before {
  left: calc(50% - 5px);
  bottom: -9px;
  display: block;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.pricing-pages .pricing-info .popover:after {
  left: calc(50% - 5px);
  bottom: -8px;
  display: block;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.pricing-pages .pricing-info .popover.active {
  opacity: 1;
  z-index: 99;
  bottom: 32px;
  visibility: visible;
}
.pricing-pages .add-mr-users-sec {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 600;
  background: #FAFAFA;
  text-align: center;
  padding: 6px 10px;
}
.pricing-pages .includes-sec {
  display: flex;
  flex-wrap: wrap;
}
.pricing-pages .includes-sec .include-box {
  padding: 16px 20px;
}
@media (min-width: 768px) {
  .pricing-pages .includes-sec .include-box {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .pricing-pages .includes-sec .include-box {
    width: 50%;
    border: 1px solid #E2E2E2;
  }
}
@media (max-width: 500px) {
  .pricing-pages .includes-sec .include-box {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .pricing-pages .includes-sec .include-box {
    border-right: 0px;
  }
}
.pricing-pages .includes-sec .include-box .feature-list li {
  font-size: 13.5px;
}
.pricing-pages .includes-sec .include-box:not(:last-child) {
  border-right: 1px solid #E2E2E2;
}
.pricing-pages .includes-sec .include-box h3 {
  font-size: 14px;
  margin-bottom: 19px;
  font-weight: 600;
}
.pricing-pages .icon-ar {
  display: inline-block;
  width: 25px;
  height: 9px;
  margin-left: 24px;
  background-position: -9px -772px !important;
}
.pricing-pages .faq-boxes .faq-box {
  border: 1px solid #F3F3F3;
  padding: 22px 30px;
  margin-bottom: 10px;
}
.pricing-pages .faq-boxes .faq-box .faq-head {
  font-size: 20px;
  position: relative;
  font-weight: 600;
}
.pricing-pages .faq-boxes .faq-box .faq-head .miplus {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 0;
  top: 11px;
  background: url(../img/svg/sprites.svg) no-repeat -2px 0;
}
.pricing-pages .faq-boxes .faq-box .faq-head.open .miplus {
  background-position: -2px -16px;
}
.pricing-pages .faq-boxes .faq-box .faq-body {
  font-size: 16px;
  padding-top: 20px;
}
.pricing-pages .page-head {
  height: auto;
  background: #111C3E;
}
@media (max-width: 767.99px) {
  .pricing-pages .page-head {
    padding-top: 120px;
  }
}
.pricing-pages .page-head span {
  display: block;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 400;
}
.pricing-pages .page-head .heading {
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 767.99px) {
  .pricing-pages .page-head .heading {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .pricing-pages .page-head {
    min-height: 380px;
  }
}
.pricing-pages .page-head .cnt {
  padding: 0 0 15px;
}
@media (max-width: 767.99px) {
  .pricing-pages .page-head .cnt {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pricing-pages .page-head .cnt {
    width: calc(100% - 40px) !important;
  }
}
.pricing-pages .page-head .cnt .button {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .pricing-pages .page-head .cnt {
    margin-top: 20px;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pricing-pages .price-header .sub-header a {
    color: #000 !important;
  }
}
.pricing-pages .add-mr-users-sec1 {
  font-size: 18px;
  margin-top: 40px;
  font-weight: 600;
}
.pricing-pages .pricing-gutter .price-row .price-box h4 small.price {
  align-items: baseline;
}
.pricing-pages .pricing-gutter .price-row .price-box h4 small.price b {
  font-size: 21px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.pricing-pages .all-price-sec .price-box h4 small.price {
  align-items: baseline;
}
.pricing-pages .all-price-sec .price-box h4 small.price b {
  font-size: 18px;
  min-height: 58px;
  display: flex;
  align-items: center;
}

.faq-gutter.price-faq {
  background: #F9FAFB;
  max-width: 1140px;
  margin: 0 auto 40px;
  z-index: 2;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.faq-gutter.price-faq .faq-box {
  max-width: 1024px;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .faq-gutter.price-faq .faq-box {
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media (min-width: 1024px) {
  .faq-gutter.price-faq .faq-box .ins {
    display: flex;
  }
}
.faq-gutter.price-faq .faq-box .toggle:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.faq-gutter.price-faq .faq-box .toggle h3 {
  margin: 0;
  padding: 20px 46px 20px 0px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .faq-gutter.price-faq .faq-box .toggle h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .faq-gutter.price-faq .faq-box .toggle h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-gutter.price-faq .faq-box .toggle h3 {
    padding: 22px 36px 22px 0px;
  }
}
.faq-gutter.price-faq .faq-box .toggle h3:after {
  right: 0;
  top: 19px;
  width: 16px;
  height: 16px;
  content: "";
  border: 0;
  position: absolute;
  background-position: -2px 0px;
}
.faq-gutter.price-faq .faq-box .toggle .toggle-box {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .faq-gutter.price-faq .faq-box .toggle .toggle-box {
    padding: 0 18px 0px 0px;
  }
}
.faq-gutter.price-faq .faq-box .toggle .toggle-box .data {
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .faq-gutter.price-faq .faq-box .toggle .toggle-box .data {
    margin-top: 0;
  }
}
.faq-gutter.price-faq .faq-box .toggle .toggle-box .data p.opacity {
  opacity: 0.8;
  padding-top: 6px;
  margin-bottom: 4px;
  font-weight: 500;
}
.faq-gutter.price-faq .faq-box .toggle.open h3:after {
  background-position: -2px -16px;
}
.faq-gutter.price-faq .faq-box .toggle.open .toggle-box {
  max-height: 1000px;
}
@media (max-width: 767px) {
  .faq-gutter.price-faq .faq-box .toggle.open .toggle-box {
    max-height: 1500px;
  }
}
.faq-gutter.price-faq .faq-box .toggle.open .toggle-box.lg {
  max-height: 1800px;
}
@media (max-width: 767px) {
  .faq-gutter.price-faq .faq-box .toggle.open .toggle-box.lg {
    max-height: 2200px;
  }
}
.faq-gutter.price-faq .heading-gutter h2 small {
  font-size: 100%;
}
@media (max-width: 767.99px) {
  .faq-gutter.price-faq .heading-gutter h2 small {
    display: none;
  }
}
@media (max-width: 1023.99px) {
  .faq-gutter.price-faq .faq-box.no {
    top: 90px;
    position: sticky;
    overflow: auto;
    max-height: calc(100vh - 210px);
  }
}
@media (min-width: 1024px) {
  .faq-gutter.price-faq .faq-box.no .toggle-box {
    max-height: 800px;
    overflow: auto;
  }
}
.faq-gutter.price-faq .faq-box .toggle h3 {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq-gutter.price-faq .faq-box .toggle h3 {
    font-size: 14px;
  }
}
.faq-gutter.price-faq .faq-box .toggle .toggle-box {
  font-size: 15px;
}
@media (max-width: 767px) {
  .faq-gutter.price-faq .faq-box .toggle .toggle-box {
    font-size: 14px;
  }
}

footer.page-footer {
  background: #07165D;
}
@media (min-width: 768px) {
  footer.page-footer {
    padding-top: 60px;
  }
}
@media (max-width: 767.99px) {
  footer.page-footer {
    padding-top: 6px;
  }
}
footer.page-footer .social-list {
  display: flex;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  footer.page-footer .social-list {
    margin-bottom: 20px;
  }
}
footer.page-footer .social-list li:not(:last-child) {
  margin-right: 6px;
}
footer.page-footer .social-list li a {
  width: 40px;
  height: 40px;
  margin: 0 2px;
  overflow: hidden;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 100%;
}
footer.page-footer .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 .social-list li a.fb-icon:before {
  background-position: -28px -122px;
}
footer.page-footer .social-list li a.linkedin-icon:before {
  background-position: -118px -122px;
}
footer.page-footer .social-list li a.twit-icon:before {
  background-position: -73px -122px;
}
footer.page-footer .social-list li a.youtube-icon:before {
  background-position: -161px -122px;
}
footer.page-footer .social-list li a.location-icon:before {
  background-position: -206px -122px;
}
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;
}
@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;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: 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 #7F8FB2;
}
footer.page-footer .foot-bottom .term-list li a {
  color: #7F8FB2;
  position: relative;
  font-weight: 500;
}
footer.page-footer .foot-bottom .term-list li a:hover {
  color: #fff;
}
@media (max-width: 767.99px) {
  footer.page-footer {
    padding-bottom: 100px;
  }
}
footer.page-footer .base-mob {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  position: fixed;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 768px) {
  footer.page-footer .base-mob {
    display: none;
  }
}
footer.page-footer.primary {
  background: #F8FAFC;
}
footer.page-footer.primary .foot-menu .widgettitle {
  color: #1E0D4E;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  footer.page-footer.primary .foot-menu .box {
    border-color: #D7E0EB;
  }
}
@media (max-width: 767.99px) {
  footer.page-footer.primary .foot-menu .box .widgettitle:after {
    background-position: -2px -1px;
  }
}
footer.page-footer.primary .foot-menu .menu li a {
  color: #5E5282;
}
footer.page-footer.primary .foot-menu .menu li a:hover {
  color: #1E0D4E;
}
footer.page-footer.primary .foot-menu .app-btns a {
  background: transparent;
  border: 1px solid #D7E0EB;
  transition: all 0.5s ease-in-out;
}
footer.page-footer.primary .foot-menu .app-btns a:hover {
  background: transparent;
  border-color: #5E5282;
}
footer.page-footer.primary .foot-menu .app-btns a.app-store:before {
  background-position: -151px 0px;
}
footer.page-footer.primary .foot-menu .app-btns a.google-pay:before {
  background-position: -151px -36px;
}
footer.page-footer.primary .foot-bottom .textwidget {
  border-color: #D7E0EB;
}
footer.page-footer.primary .foot-bottom .left .copyright {
  color: #627295;
}
footer.page-footer.primary .foot-bottom .term-list li:not(:last-child) {
  border-color: #D7E0EB;
}
footer.page-footer.primary .foot-bottom .term-list li a {
  color: #627295;
}
footer.page-footer.primary .foot-bottom .term-list li a:hover {
  color: #1E0D4E;
}
footer.page-footer .back-to-top {
  right: 5px;
  bottom: -50px;
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: 0;
  z-index: 9;
  position: fixed;
  border-radius: 5px;
  transition: all 1s ease-in-out;
}
footer.page-footer .back-to-top:after {
  border-radius: 5px;
}
footer.page-footer .back-to-top.active {
  bottom: 10px;
}
@media (max-width: 767.99px) {
  footer.page-footer .back-to-top.active {
    bottom: 38px;
  }
}
@media (max-width: 767.99px) {
  footer.page-footer .back-to-top {
    right: 0;
    z-index: 100;
    border-bottom: 0;
  }
}
footer.page-footer .back-to-top:before {
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-315deg);
}/*# sourceMappingURL=ads.css.map */