/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.table-responsive {
  width: 100%;
  overflow-x: auto; }

table.normal-table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  border-collapse: collapse; }
  table.normal-table caption {
    font-size: 18px;
    text-align: left;
    padding: 12px 16px;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    font-weight: 600;
    background: #fafafa; }
  table.normal-table thead tr th {
    font-size: 18px;
    color: #333;
    padding: 12px 16px;
    font-weight: 700;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
    background: #f7f7f7; }
  table.normal-table tbody tr td {
    padding: 10px 16px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e8e8e8; }
  table.normal-table.table-striped tbody tr:nth-child(even) td {
    background: #f7f7f7; }

* {
  outline: 0 !important; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: "Heebo", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: "Heebo", sans-serif;
  color: #000;
  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: "SF-Pro", 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: 500; }

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: 1170;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container.md {
      max-width: 980px; } }
  @media (min-width: 1900px) {
    .container {
      max-width: 1500px; } }
  @media (max-width: 1899px) {
    .container {
      max-width: 1350px; } }
  @media (max-width: 1680px) {
    .container {
      max-width: 1300px; } }
  @media (max-width: 1550px) {
    .container {
      max-width: 1240px; } }
  @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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fade-in-lg {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fade-in-lg {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fade-in-lg {
  -webkit-animation-name: fade-in-lg;
  animation-name: fade-in-lg; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes scrollright {
  0% {
    left: 35px; }
  50% {
    left: 25px; }
  100% {
    left: 35px; } }
@-webkit-keyframes blinking {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dots {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-webkit-keyframes consumer {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@-webkit-keyframes globe {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes airplane {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
@-webkit-keyframes cloud {
  0% {
    bottom: 5px; }
  50% {
    bottom: -5px; }
  100% {
    bottom: 5px; } }
@-webkit-keyframes phone {
  0% {
    transform: translateY(4px); }
  50% {
    transform: translateY(-4px); }
  100% {
    transform: translateY(4px); } }
.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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
@media (min-width: 768px) {
  .heading-gutter.eno.addon p {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; } }
@media (max-width: 767px) {
  .heading-gutter.eno.addon p {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; } }
@media (min-width: 768px) {
  .heading-gutter.eno.addon .view-action span {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (max-width: 767px) {
  .heading-gutter.eno.addon .view-action span {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; } }
@media (min-width: 768px) {
  .heading-gutter.eno.addon .more-link {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (max-width: 767px) {
  .heading-gutter.eno.addon .more-link {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    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;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.page-head.active .is .sub {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.page-head.active .is .data {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.page-head.active .is .app-data {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .success-story-gutter .owl-item .cnt .links-list,
    .success-story-gutter .owl-item .cnt .btn {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }
.success-story-gutter .owl-item.active .cnt h3 {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.success-story-gutter .owl-item.active .cnt p {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.success-story-gutter .owl-item.active .cnt .links-list,
.success-story-gutter .owl-item.active .cnt .btn {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.success-story-gutter .btn.primary {
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s; }

@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(1).eno.addon {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; } }
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(1).eno.addon {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; } }
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(2).eno.addon {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; } }
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(2).eno.addon {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; } }
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(3).eno.addon {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(3).eno.addon {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; } }
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(4).eno.addon {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; } }
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(4).eno.addon {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; } }
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(5).eno.addon {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; } }
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(5).eno.addon {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; } }
@media (min-width: 768px) {
  .plain-item-gutter .item-row .item-col:nth-child(6).eno.addon {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; } }
@media (max-width: 767px) {
  .plain-item-gutter .item-row .item-col:nth-child(6).eno.addon {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; } }
@media (min-width: 768px) {
  .plain-item-gutter .btn.primary {
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; } }

@media (min-width: 768px) {
  .video-item-gutter .eno.addon.wistia-widget {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (min-width: 768px) {
  .video-item-gutter .eno.addon.primary {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; } }

.clients-gutter .eno h6,
.clients-gutter .eno p,
.clients-gutter .eno .btn,
.clients-gutter .eno figure {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
  @media (min-width: 768px) {
    .clients-gutter .eno h6,
    .clients-gutter .eno p,
    .clients-gutter .eno .btn,
    .clients-gutter .eno figure {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .clients-gutter .eno h6,
    .clients-gutter .eno p,
    .clients-gutter .eno .btn,
    .clients-gutter .eno figure {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; } }
@media (min-width: 768px) {
  .clients-gutter .eno.addon h6 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (min-width: 768px) {
  .clients-gutter .eno.addon p {
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s; } }
@media (min-width: 768px) {
  .clients-gutter .eno.addon .btn {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; } }

@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(2).addon {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; } }
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(2).addon {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; } }
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(3).addon {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(3).addon {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; } }
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(4).addon {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; } }
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(4).addon {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; } }
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(5).addon {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; } }
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(5).addon {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; } }
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(6).addon {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; } }
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(6).addon {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (min-width: 1024px) {
  .partners-gutter .eno:nth-child(7).addon {
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; } }
@media (max-width: 1023px) {
  .partners-gutter .eno:nth-child(7).addon {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; } }

.service-gutter .logos.eno {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px); }
  @media (min-width: 768px) {
    .service-gutter .logos.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .service-gutter .logos.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.service-gutter .logos.addon {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  @media (min-width: 768px) {
    .service-gutter .logos.addon {
      -moz-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      -webkit-transition-delay: 1.5s;
      transition-delay: 1.5s; } }
  @media (max-width: 767px) {
    .service-gutter .logos.addon {
      -moz-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      -webkit-transition-delay: 0.9s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon h3 {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon p {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon p {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon .more {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon .more {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon .link-more {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon .link-more {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon .buttons {
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon .buttons {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(1) {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(1) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(2) {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(2) {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(3) {
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(3) {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(4) {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(4) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(5) {
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(5) {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; } }
@media (min-width: 768px) {
  .service-gutter .box.eno.addon li:nth-child(6) {
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s; } }
@media (max-width: 767px) {
  .service-gutter .box.eno.addon li:nth-child(6) {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    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;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.plain-head-gutter:not(.no).active p,
.plain-head-gutter:not(.no).active .normal-list {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(1).eno.addon {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; } }
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(2).eno.addon {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; } }
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(3).eno.addon {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; } }
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(4).eno.addon {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; } }
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(5).eno.addon {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; } }
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(6).eno.addon {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; } }
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(7).eno.addon {
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; } }
@media (min-width: 768px) {
  .plain-box-gutter .row-xs .col-xs-6:nth-child(8).eno.addon {
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; } }

.stellar-gutter .eno h5,
.stellar-gutter .eno p,
.stellar-gutter .eno .btn {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }
  @media (min-width: 768px) {
    .stellar-gutter .eno h5,
    .stellar-gutter .eno p,
    .stellar-gutter .eno .btn {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .stellar-gutter .eno h5,
    .stellar-gutter .eno p,
    .stellar-gutter .eno .btn {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.stellar-gutter .eno.addon p {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.stellar-gutter .eno.addon .btn {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.work-gutter .web-data .box.eno {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px); }
  @media (min-width: 768px) {
    .work-gutter .web-data .box.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutter .web-data .box.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s; } }
.work-gutter .mobile-data .eno .box {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .work-gutter .mobile-data .eno .box {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutter .mobile-data .eno .box {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; } }

.book-gutter .box.eno {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px); }
  @media (min-width: 768px) {
    .book-gutter .box.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .book-gutter .box.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  .book-gutter .box.eno.addon {
    opacity: 1;
    visibility: visible;
    transform: none !important; }
    .book-gutter .box.eno.addon:nth-child(1) {
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      -webkit-transition-delay: 1s;
      transition-delay: 1s; }
    .book-gutter .box.eno.addon:nth-child(2) {
      -moz-transition-delay: 1.6s;
      -o-transition-delay: 1.6s;
      -webkit-transition-delay: 1.6s;
      transition-delay: 1.6s; }

@-webkit-keyframes workflip {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
.work-gutters .box.eno .gutter figure {
  opacity: 0;
  visibility: hidden;
  bottom: -300px; }
  @media (min-width: 768px) {
    .work-gutters .box.eno .gutter figure {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutters .box.eno .gutter figure {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.work-gutters .box.eno .gutter .cnt {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  @media (min-width: 768px) {
    .work-gutters .box.eno .gutter .cnt {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutters .box.eno .gutter .cnt {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  .work-gutters .box.eno .gutter .cnt h4,
  .work-gutters .box.eno .gutter .cnt p {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
    @media (min-width: 768px) {
      .work-gutters .box.eno .gutter .cnt h4,
      .work-gutters .box.eno .gutter .cnt p {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        transition: all 0.65s; } }
    @media (max-width: 767px) {
      .work-gutters .box.eno .gutter .cnt h4,
      .work-gutters .box.eno .gutter .cnt p {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        transition: all 0.65s; } }
  .work-gutters .box.eno .gutter .cnt .social-list li {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
    @media (min-width: 768px) {
      .work-gutters .box.eno .gutter .cnt .social-list li {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        transition: all 0.65s; } }
    @media (max-width: 767px) {
      .work-gutters .box.eno .gutter .cnt .social-list li {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        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;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  animation: workflip 2s alternate infinite; }
.work-gutters .box.addon .gutter .cnt {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 8s;
  -o-transition-delay: 8s;
  -webkit-transition-delay: 8s;
  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 {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .work-gutters .box.addon .gutter .cnt p {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    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) {
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      -webkit-transition-delay: 1s;
      transition-delay: 1s; }
    .work-gutters .box.addon .gutter .cnt .social-list li:nth-child(2) {
      -moz-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      -webkit-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .work-gutters .box.addon .gutter .cnt .social-list li:nth-child(3) {
      -moz-transition-delay: 1.6s;
      -o-transition-delay: 1.6s;
      -webkit-transition-delay: 1.6s;
      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;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  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 {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.plain-pro-gutter .eno.addon p, .smb-partner .eno.addon p, .serv-success .eno.addon p {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.plain-pro-gutter .eno.addon .button, .smb-partner .eno.addon .button, .serv-success .eno.addon .button {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.consultation-gutter .eno li, .trustedBy .eno li {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }
  @media (min-width: 768px) {
    .consultation-gutter .eno li, .trustedBy .eno li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .consultation-gutter .eno li, .trustedBy .eno li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.green-erth.eno h3, .green-erth.eno .data, .green-erth.eno p, .green-erth.eno a {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }
  @media (min-width: 768px) {
    .green-erth.eno h3, .green-erth.eno .data, .green-erth.eno p, .green-erth.eno a {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .green-erth.eno h3, .green-erth.eno .data, .green-erth.eno p, .green-erth.eno a {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.green-erth.eno.addon .data {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.green-erth.eno.addon p {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.footer-form.eno {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }
  @media (min-width: 768px) {
    .footer-form.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .footer-form.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  .footer-form.eno.addon {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }

.story-lists .eno .details {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }
  @media (min-width: 768px) {
    .story-lists .eno .details {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .story-lists .eno .details {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.story-lists .eno .animated-items {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }
  @media (min-width: 768px) {
    .story-lists .eno .animated-items {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .story-lists .eno .animated-items {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.story-lists .eno.addon .animated-items {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  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;
    -moz-transform: translateY(90px);
    -o-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -webkit-transform: translateY(90px);
    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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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) {
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      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) {
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      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) {
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      -webkit-transition-delay: 0.6s;
      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) {
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      -webkit-transition-delay: 0.8s;
      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) {
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      -webkit-transition-delay: 1s;
      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) {
      -moz-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      -webkit-transition-delay: 1.2s;
      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) {
      -moz-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      -webkit-transition-delay: 1.3s;
      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) {
      -moz-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      -webkit-transition-delay: 1.4s;
      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;
    -moz-transform: translateY(90px);
    -o-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -webkit-transform: translateY(90px);
    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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; } }

@media (min-width: 768px) {
  .eng-gutter .row.eno .col-md-6 {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(90px);
    -o-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -webkit-transform: translateY(90px);
    transform: translateY(90px); } }
  @media (min-width: 768px) and (min-width: 768px) {
    .eng-gutter .row.eno .col-md-6 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .eng-gutter .row.eno .col-md-6 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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) {
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .eng-gutter .row.eno.addon .col-md-6:nth-child(2) {
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .eng-gutter .row.eno.addon .col-md-6:nth-child(3) {
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .eng-gutter .row.eno.addon .col-md-6:nth-child(4) {
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      -webkit-transition-delay: 0.8s;
      transition-delay: 0.8s; } }
@media (max-width: 767px) {
  .eng-gutter .col-md-6.eno {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(90px);
    -o-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -webkit-transform: translateY(90px);
    transform: translateY(90px); } }
  @media (max-width: 767px) and (min-width: 768px) {
    .eng-gutter .col-md-6.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .eng-gutter .col-md-6.eno {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
@media (max-width: 767px) {
    .eng-gutter .col-md-6.eno.addon {
      opacity: 1;
      visibility: visible;
      transform: none !important;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; } }

.flip-list.eno li .ember {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }
  @media (min-width: 768px) {
    .flip-list.eno li .ember {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .flip-list.eno li .ember {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.flip-list.eno.addon li:nth-child(2) .ember {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.flip-list.eno.addon li:nth-child(3) .ember {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
.flip-list.eno.addon li:nth-child(4) .ember {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.flip-list.eno.addon li:nth-child(5) .ember {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }
.flip-list.eno.addon li:nth-child(6) .ember {
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

@media (min-width: 768px) {
  .success-story-gutter .flip-list li .active-data:before {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.65s;
    -o-transition: all 0.65s;
    -webkit-transition: all 0.65s;
    transition: all 0.65s;
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    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;
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
@media (min-width: 768px) {
  .success-story-gutter .flip-list li .active-data .thumb {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    transform: translateY(80px); } }
  @media (min-width: 768px) and (min-width: 768px) {
    .success-story-gutter .flip-list li .active-data .thumb {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .success-story-gutter .flip-list li .active-data .thumb {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    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 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .success-story-gutter .flip-list li.active .active-data .cnt h3 {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .success-story-gutter .flip-list li.active .active-data .cnt p {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .success-story-gutter .flip-list li.active .active-data .cnt i {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .success-story-gutter .flip-list li.active .active-data .cnt .view {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .success-story-gutter .flip-list li.active .active-data .thumb {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    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;
    -moz-transition: all 0.65s;
    -o-transition: all 0.65s;
    -webkit-transition: all 0.65s;
    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;
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
@media (max-width: 767px) {
  .success-story-gutter .flip-list li.eno .active-data .thumb {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    transform: translateY(80px); } }
  @media (max-width: 767px) and (min-width: 768px) {
    .success-story-gutter .flip-list li.eno .active-data .thumb {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .success-story-gutter .flip-list li.eno .active-data .thumb {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    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 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt h3 {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt p {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt i {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .success-story-gutter .flip-list li.eno.addon .active-data .cnt .view {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .success-story-gutter .flip-list li.eno.addon .active-data .thumb {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    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;
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.plain-item-gutter .flip-list li.active .ember .cnt .action {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .blog-gutter .owl-item .cnt .heading,
    .blog-gutter .owl-item .cnt p {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }
.blog-gutter .owl-item.active .cnt p {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .testimonial-slider .owl-item .item .dec:after {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .testimonial-slider .owl-item .item .dec:before {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.testimonial-slider .owl-item.active .item .dec {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.testimonial-slider .owl-item.active .item h5 {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.testimonial-slider .owl-item.active .item span {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.testimonial-slider .owl-item.active .item .dec:after {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  max-width: 30px;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }
.testimonial-slider .owl-item.active .item .dec:before {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.fin-offices .eno i,
.fin-offices .eno h4,
.fin-offices .eno p {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }
  @media (min-width: 768px) {
    .fin-offices .eno i,
    .fin-offices .eno h4,
    .fin-offices .eno p {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .fin-offices .eno i,
    .fin-offices .eno h4,
    .fin-offices .eno p {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.fin-offices .eno.addon h4 {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.fin-offices .eno.addon p {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

@-webkit-keyframes workflip {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
.work-gutter .box.eno .flip .item {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .work-gutter .box.eno .flip .item {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutter .box.eno .flip .item {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        transition: all 0.65s; } }
    @media (max-width: 767px) {
      .work-gutter .box.eno .flip .item .animated-box figure {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        transition: all 0.65s; } }
  .work-gutter .box.eno .flip .item .animated-box.ani1 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani1 figure.fig2 {
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig1 {
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  .work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig2 {
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  .work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig3 {
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  .work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig4 {
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  .work-gutter .box.eno .flip .item .animated-box.ani3 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani3 figure.fig2 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani4 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani4 figure.fig2 {
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    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;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutter .box.eno .contents .cnt i {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.work-gutter .box.eno .contents .cnt .social-list li {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }
  @media (min-width: 768px) {
    .work-gutter .box.eno .contents .cnt .social-list li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutter .box.eno .contents .cnt .social-list li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  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 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani2 figure {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani3 figure.fig1 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani3 figure.fig2 {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .work-gutter .box.addon .flip .item .animated-box.ani4 figure {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    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 {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.work-gutter .box.addon .contents .cnt h5 {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.work-gutter .box.addon .contents .cnt p {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  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) {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .work-gutter .box.addon .contents .cnt .social-list li:nth-child(2) {
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .work-gutter .box.addon .contents .cnt .social-list li:nth-child(3) {
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .work-gutter .box.addon .contents .cnt .social-list li:nth-child(4) {
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s; }
.work-gutter .box.addon .contents .cnt i {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.page-footer.eno .get-foot {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px); }
  @media (min-width: 768px) {
    .page-footer.eno .get-foot {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .page-footer.eno .get-foot {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        transition: all 0.65s; } }
    @media (max-width: 767px) {
      .page-footer.eno .get-foot .list li {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -webkit-transform: translateY(-40px);
      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 {
      -moz-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); } }
.page-footer.eno .info-foot .dmca {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .page-footer.eno .info-foot .dmca {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .page-footer.eno .info-foot .dmca {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .page-footer.eno .info-foot .dmca {
      -moz-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); } }
.page-footer.eno .menu-foot .btn {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .page-footer.eno .menu-foot .btn {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .page-footer.eno .menu-foot .btn {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.page-footer.eno.addon .get-foot {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  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) {
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .page-footer.eno.addon .get-foot .list li:nth-child(2) {
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .page-footer.eno.addon .get-foot .list li:nth-child(3) {
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      -webkit-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .page-footer.eno.addon .get-foot .list li:nth-child(4) {
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      -webkit-transition-delay: 1s;
      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 {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; } }
@media (max-width: 767px) {
  .page-footer.eno.addon .info-foot .menu.left {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .page-footer.eno.addon .info-foot .menu.right {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; } }
@media (min-width: 768px) {
  .page-footer.eno.addon .info-foot .dmca {
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s; } }
@media (max-width: 767px) {
  .page-footer.eno.addon .info-foot .dmca {
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; } }
@media (min-width: 768px) {
  .page-footer.eno.addon .info-foot .copyright,
  .page-footer.eno.addon .info-foot .social-list {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; } }
@media (max-width: 767px) {
  .page-footer.eno.addon .info-foot .copyright {
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .page-footer.eno.addon .info-foot .social-list {
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s; } }
@media (min-width: 768px) {
  .page-footer.eno.addon .info-foot .term-list {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; } }
@media (max-width: 767px) {
  .page-footer.eno.addon .info-foot .term-list {
    -moz-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    -webkit-transition-delay: 2.2s;
    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 {
      -moz-transition-delay: 2s;
      -o-transition-delay: 2s;
      -webkit-transition-delay: 2s;
      transition-delay: 2s; } }
  @media (max-width: 767px) {
    .page-footer.eno.addon .menu-foot .btn {
      -moz-transition-delay: 2.2s;
      -o-transition-delay: 2.2s;
      -webkit-transition-delay: 2.2s;
      transition-delay: 2.2s; } }

.terms-gutter .eno h3,
.terms-gutter .eno p,
.terms-gutter .eno li {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px); }
  @media (min-width: 768px) {
    .terms-gutter .eno h3,
    .terms-gutter .eno p,
    .terms-gutter .eno li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .terms-gutter .eno h3,
    .terms-gutter .eno p,
    .terms-gutter .eno li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }
.terms-gutter .eno.addon .a2 {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.terms-gutter .eno.addon .a3 {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
.terms-gutter .eno.addon .a4 {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.terms-gutter .eno.addon .a5 {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
.terms-gutter .eno.addon .a6 {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }
.terms-gutter .eno.addon .a7 {
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }
.terms-gutter .eno.addon .a8 {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.terms-gutter .eno.addon .a9 {
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }
.terms-gutter .eno.addon .a10 {
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }
.terms-gutter .eno.addon .a11 {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }
.terms-gutter .eno.addon .a12 {
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s; }
.terms-gutter .eno.addon .a13 {
  -moz-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s; }
.terms-gutter .eno.addon .a14 {
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }
.terms-gutter .eno.addon .a15 {
  -moz-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s; }
.terms-gutter .eno.addon .a16 {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }
.terms-gutter .eno.addon .a17 {
  -moz-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s; }
.terms-gutter .eno.addon .a18 {
  -moz-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s; }
.terms-gutter .eno.addon .a19 {
  -moz-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s; }
.terms-gutter .eno.addon .a20 {
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s; }
.terms-gutter .eno.addon .a21 {
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s; }
.terms-gutter .eno.addon .a22 {
  -moz-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s; }
.terms-gutter .eno.addon .a23 {
  -moz-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s; }
.terms-gutter .eno.addon .a24 {
  -moz-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s; }
.terms-gutter .eno.addon .a25 {
  -moz-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s; }
.terms-gutter .eno.addon .a26 {
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s; }
.terms-gutter .eno.addon .a27 {
  -moz-transition-delay: 3.1s;
  -o-transition-delay: 3.1s;
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s; }
.terms-gutter .eno.addon .a28 {
  -moz-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s; }
.terms-gutter .eno.addon .a29 {
  -moz-transition-delay: 3.3s;
  -o-transition-delay: 3.3s;
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s; }
.terms-gutter .eno.addon .a30 {
  -moz-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s; }
.terms-gutter .eno.addon .a31 {
  -moz-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s; }
.terms-gutter .eno.addon .a32 {
  -moz-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s; }
.terms-gutter .eno.addon .a33 {
  -moz-transition-delay: 3.7s;
  -o-transition-delay: 3.7s;
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s; }
.terms-gutter .eno.addon .a34 {
  -moz-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s; }
.terms-gutter .eno.addon .a35 {
  -moz-transition-delay: 3.9s;
  -o-transition-delay: 3.9s;
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s; }
.terms-gutter .eno.addon .a36 {
  -moz-transition-delay: 4s;
  -o-transition-delay: 4s;
  -webkit-transition-delay: 4s;
  transition-delay: 4s; }
.terms-gutter .eno.addon .a37 {
  -moz-transition-delay: 4.1s;
  -o-transition-delay: 4.1s;
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s; }
.terms-gutter .eno.addon .a38 {
  -moz-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s; }
.terms-gutter .eno.addon .a39 {
  -moz-transition-delay: 4.3s;
  -o-transition-delay: 4.3s;
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s; }
.terms-gutter .eno.addon .a40 {
  -moz-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s; }
.terms-gutter .eno.addon .a41 {
  -moz-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s; }
.terms-gutter .eno.addon .a42 {
  -moz-transition-delay: 4.6s;
  -o-transition-delay: 4.6s;
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s; }
.terms-gutter .eno.addon .a43 {
  -moz-transition-delay: 4.7s;
  -o-transition-delay: 4.7s;
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s; }
.terms-gutter .eno.addon .a44 {
  -moz-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s; }
.terms-gutter .eno.addon .a45 {
  -moz-transition-delay: 4.9s;
  -o-transition-delay: 4.9s;
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s; }
.terms-gutter .eno.addon .a46 {
  -moz-transition-delay: 5s;
  -o-transition-delay: 5s;
  -webkit-transition-delay: 5s;
  transition-delay: 5s; }
.terms-gutter .eno.addon .a47 {
  -moz-transition-delay: 5.1s;
  -o-transition-delay: 5.1s;
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s; }
.terms-gutter .eno.addon .a48 {
  -moz-transition-delay: 5.2s;
  -o-transition-delay: 5.2s;
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s; }
.terms-gutter .eno.addon .a49 {
  -moz-transition-delay: 5.3s;
  -o-transition-delay: 5.3s;
  -webkit-transition-delay: 5.3s;
  transition-delay: 5.3s; }
.terms-gutter .eno.addon .a50 {
  -moz-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s; }
.terms-gutter .eno.addon .a51 {
  -moz-transition-delay: 5.6s;
  -o-transition-delay: 5.6s;
  -webkit-transition-delay: 5.6s;
  transition-delay: 5.6s; }
.terms-gutter .eno.addon .a52 {
  -moz-transition-delay: 5.7s;
  -o-transition-delay: 5.7s;
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s; }
.terms-gutter .eno.addon .a53 {
  -moz-transition-delay: 5.8s;
  -o-transition-delay: 5.8s;
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s; }
.terms-gutter .eno.addon .a54 {
  -moz-transition-delay: 5.9s;
  -o-transition-delay: 5.9s;
  -webkit-transition-delay: 5.9s;
  transition-delay: 5.9s; }
.terms-gutter .eno.addon .a55 {
  -moz-transition-delay: 6s;
  -o-transition-delay: 6s;
  -webkit-transition-delay: 6s;
  transition-delay: 6s; }
.terms-gutter .eno.addon .a56 {
  -moz-transition-delay: 6.1s;
  -o-transition-delay: 6.1s;
  -webkit-transition-delay: 6.1s;
  transition-delay: 6.1s; }
.terms-gutter .eno.addon .a57 {
  -moz-transition-delay: 6.2s;
  -o-transition-delay: 6.2s;
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s; }
.terms-gutter .eno.addon .a58 {
  -moz-transition-delay: 6.3s;
  -o-transition-delay: 6.3s;
  -webkit-transition-delay: 6.3s;
  transition-delay: 6.3s; }
.terms-gutter .eno.addon .a59 {
  -moz-transition-delay: 6.4s;
  -o-transition-delay: 6.4s;
  -webkit-transition-delay: 6.4s;
  transition-delay: 6.4s; }
.terms-gutter .eno.addon .a60 {
  -moz-transition-delay: 6.5s;
  -o-transition-delay: 6.5s;
  -webkit-transition-delay: 6.5s;
  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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .contact-gutter .eno.col-md-8, .contact-gutter .eno.col-md-4 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }

@media (min-width: 768px) {
  .contact-gutter .eno.col-md-8 {
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    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;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    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-"] {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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-"] {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }

@media (min-width: 768px) {
  .contact-gutter .eno.col-md-4 {
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    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;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    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 {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .contact-gutter .eno.addon.col-md-8 .row [class*="col-"]:nth-child(1) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .contact-gutter .eno.addon.col-md-8 .row [class*="col-"]:nth-child(2) {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .contact-gutter .eno.addon.col-md-8 .row [class*="col-"]:nth-child(3) {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .contact-gutter .eno.addon.col-md-8 .row [class*="col-"]:nth-child(4) {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .contact-gutter .eno.addon.col-md-8 .row [class*="col-"]:nth-child(5) {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .contact-gutter .eno.addon.col-md-8 .row [class*="col-"]:nth-child(6) {
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .contact-gutter .eno.addon.col-md-8 .row [class*="col-"]:nth-child(7) {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .contact-gutter .eno.addon.col-md-8 .row [class*="col-"]:nth-child(8) {
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .contact-gutter .eno.addon.col-md-8 .row [class*="col-"]:nth-child(9) {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    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 {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; } }

.queries-gutter .eno h3,
.queries-gutter .eno p,
.queries-gutter .eno li {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }
  @media (min-width: 768px) {
    .queries-gutter .eno h3,
    .queries-gutter .eno p,
    .queries-gutter .eno li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .queries-gutter .eno h3,
    .queries-gutter .eno p,
    .queries-gutter .eno li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.queries-gutter .eno.addon .email-list p:nth-child(1) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.queries-gutter .eno.addon .email-list p:nth-child(2) {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
.queries-gutter .eno.addon .email-list p:nth-child(3) {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.queries-gutter .eno.addon .email-list p:nth-child(4) {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  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) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .queries-gutter .eno.addon .social li:nth-child(3), .queries-gutter .eno.addon .social li:nth-child(4) {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; } }
@media (max-width: 767px) {
  .queries-gutter .eno.addon .social li:nth-child(1) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .queries-gutter .eno.addon .social li:nth-child(2) {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .queries-gutter .eno.addon .social li:nth-child(3) {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .queries-gutter .eno.addon .social li:nth-child(4) {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; } }

.consultation-gutter .row.eno [class*="col-"] {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }
  @media (min-width: 768px) {
    .consultation-gutter .row.eno [class*="col-"] {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .consultation-gutter .row.eno [class*="col-"] {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      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 {
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .consultation-gutter .row.eno.addon [class*="col-"].cm-3, .consultation-gutter .row.eno.addon [class*="col-"].cm-4 {
      -moz-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      -webkit-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .consultation-gutter .row.eno.addon [class*="col-"].cm-5 {
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      -webkit-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .consultation-gutter .row.eno.addon [class*="col-"].cm-6 {
      -moz-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      -webkit-transition-delay: 0.9s;
      transition-delay: 0.9s; } }
  @media (max-width: 767px) {
    .consultation-gutter .row.eno.addon [class*="col-"].cm-1 {
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .consultation-gutter .row.eno.addon [class*="col-"].cm-2 {
      -moz-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      -webkit-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .consultation-gutter .row.eno.addon [class*="col-"].cm-3 {
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      -webkit-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .consultation-gutter .row.eno.addon [class*="col-"].cm-4 {
      -moz-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      -webkit-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .consultation-gutter .row.eno.addon [class*="col-"].cm-5 {
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      -webkit-transition-delay: 1s;
      transition-delay: 1s; }
    .consultation-gutter .row.eno.addon [class*="col-"].cm-6 {
      -moz-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      -webkit-transition-delay: 1.1s;
      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; }

.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: #045fcf !important; }

.d-none {
  display: none !important; }

.txt-orange,
.txt-primary {
  color: #d96f32; }

.flex-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

section {
  /*&.brdtb {
    border-top: 1px solid $regular-border;
    border-bottom: 1px solid $regular-border;
  }
  &.brdb {
    border-bottom: 1px solid $regular-border;
  }
  &.brdt {
    border-top: 1px solid $regular-border;
  }
  &.nois {
    background: $secondary-color;
  }*/
  /*
  &.ispds {
    @media (min-width: 1024px) {
      padding: 130px 0;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
      padding: 100px 0;
    }
    @media (max-width: 767px) {
      padding: 60px 0;
    }
  }
  &.ispdsb {
    @media (min-width: 1024px) {
      padding-bottom: 130px;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
      padding-bottom: 100px;
    }
    @media (max-width: 767px) {
      padding-bottom: 60px;
    }
  }*/ }
  @media (min-width: 1024px) {
    section.ispd {
      padding: 80px 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    section.ispd {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    section.ispd {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    section.ispdb {
      padding-bottom: 80px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    section.ispdb {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    section.ispdb {
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    section.ispdt {
      padding-top: 80px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    section.ispdt {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    section.ispdt {
      padding-top: 40px; } }
  section.primary {
    color: #fff;
    background: #086892; }
  section.secondary {
    background: #FAFBFD; }
  section.light {
    background: #FCFCFC; }
  section.p-primary {
    background: #F7FAFE; }

.j-center {
  justify-content: center; }

.heading-gutter {
  position: relative; }
  @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: 40px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .heading-gutter {
      margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .heading-gutter {
      margin-bottom: 24px; } }
  @media (max-width: 1023px) {
    .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.no {
    margin-bottom: 0; }
  .heading-gutter.fixed {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .heading-gutter.p-max p {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
  .heading-gutter .heading,
  .heading-gutter h2,
  .heading-gutter h3 {
    color: #242a37;
    font-weight: 300;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .heading-gutter .heading,
      .heading-gutter h2,
      .heading-gutter h3 {
        font-size: 35px; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .heading-gutter .heading,
      .heading-gutter h2,
      .heading-gutter h3 {
        font-size: 33px; } }
    @media (max-width: 767px) {
      .heading-gutter .heading,
      .heading-gutter h2,
      .heading-gutter h3 {
        font-size: 30px; } }
    .heading-gutter .heading span.primary,
    .heading-gutter h2 span.primary,
    .heading-gutter h3 span.primary {
      color: #ff9258; }
  .heading-gutter p {
    color: #313131; }
    .heading-gutter p a {
      color: inherit; }
  .heading-gutter.change .heading,
  .heading-gutter.change h2,
  .heading-gutter.change h3 {
    color: #086892; }
  .heading-gutter.primary .heading,
  .heading-gutter.primary h2,
  .heading-gutter.primary h3 {
    color: #d96f32; }
  .heading-gutter.base:before {
    width: 60px;
    height: 4px;
    left: 0;
    bottom: -22px;
    content: "";
    position: absolute;
    background: #d96f32; }
  .heading-gutter.plain {
    color: #fff; }
    .heading-gutter.plain .heading,
    .heading-gutter.plain h2,
    .heading-gutter.plain h3 {
      color: #fff; }
  @media (min-width: 1024px) {
    .heading-gutter p span {
      display: block; }
    .heading-gutter p.lg {
      font-size: 18px; } }
  .heading-gutter .data h1 {
    font-size: inherit;
    font-weight: inherit;
    display: inline; }
  @media (min-width: 768px) {
    .heading-gutter .more-link {
      top: 16px;
      right: 0;
      position: absolute; } }
  .heading-gutter .more-link .more {
    line-height: 1;
    padding-right: 12px;
    text-transform: uppercase; }
    .heading-gutter .more-link .more:before {
      width: 6px;
      height: 11px;
      right: 0;
      background-position: -1px -101px; }
    .heading-gutter .more-link .more:hover:before {
      background-position: -10px -101px; }
  .heading-gutter.semibold h2, .heading-gutter.semibold h3 {
    font-weight: 600; }

.vert-head h3 {
  position: relative; }
  .vert-head h3 span {
    font-size: 15px;
    top: 0;
    left: -80px;
    color: #7e7e7e;
    margin-top: 40px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase; }
    .vert-head h3 span:before {
      width: 26px;
      height: 2px;
      top: 0;
      bottom: 0;
      left: -36px;
      margin: auto;
      content: "";
      background: #7e7e7e;
      position: absolute; }

.more {
  color: #045fcf;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500; }
  .more:hover {
    color: #d96f32; }

.regular-box {
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08); }
  .regular-box .normal-list {
    text-align: left; }

.primary-box {
  color: #fff;
  background: #086892; }

.regular-box,
.primary-box {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .regular-box,
    .primary-box {
      padding: 40px 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .regular-box,
    .primary-box {
      padding: 38px 30px; } }
  @media (max-width: 767px) {
    .regular-box,
    .primary-box {
      padding: 38px 24px; } }
  .regular-box .normal-list li:last-child,
  .primary-box .normal-list li:last-child {
    margin-bottom: 0; }

.owl-carousel .owl-nav {
  font-size: 0;
  position: absolute; }
  .owl-carousel .owl-nav button[type="button"] {
    font-size: 0;
    position: absolute;
    background: transparent; }
    .owl-carousel .owl-nav button[type="button"] span {
      display: block; }
    .owl-carousel .owl-nav button[type="button"].owl-prev span {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
.owl-carousel .owl-dots {
  left: 0;
  right: 0;
  font-size: 0;
  margin: auto;
  position: absolute; }
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 4px;
    font-size: 0;
    opacity: 0.2;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid transparent; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      font-size: 0;
      display: block;
      background: #212121;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    .owl-carousel .owl-dots .owl-dot.active {
      opacity: 1;
      border-color: #fe8300; }
      .owl-carousel .owl-dots .owl-dot.active span {
        background: #fe8300; }
.owl-carousel.home-carousel .owl-nav {
  left: 0;
  right: 0;
  bottom: 29px;
  margin: auto; }
  @media (min-width: 1200px) {
    .owl-carousel.home-carousel .owl-nav {
      width: 1120px;
      max-width: 1120px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: 1020px; } }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: 934px; } }
  @media (min-width: 992px) and (max-width: 1023px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: 930px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: calc(100% - 86px); } }
  @media (max-width: 767px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: 120px; } }
  .owl-carousel.home-carousel .owl-nav button[type="button"] {
    border: 0;
    z-index: 4;
    bottom: 0;
    height: 20px; }
    .owl-carousel.home-carousel .owl-nav button[type="button"] span {
      width: 8px;
      height: 14px;
      opacity: 0.5;
      background-position: -1px -170px; }
    @media (min-width: 768px) {
      .owl-carousel.home-carousel .owl-nav button[type="button"].owl-prev {
        right: 86px; } }
    @media (max-width: 767px) {
      .owl-carousel.home-carousel .owl-nav button[type="button"].owl-prev {
        left: 0; } }
    @media (min-width: 768px) {
      .owl-carousel.home-carousel .owl-nav button[type="button"].owl-next {
        right: -14px; } }
    @media (max-width: 767px) {
      .owl-carousel.home-carousel .owl-nav button[type="button"].owl-next {
        right: 0; } }
    .owl-carousel.home-carousel .owl-nav button[type="button"]:hover span {
      opacity: 1; }
.owl-carousel.home-carousel .owl-dots {
  bottom: 30px; }
  @media (min-width: 1200px) {
    .owl-carousel.home-carousel .owl-dots {
      width: 1100px;
      max-width: 1100px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    .owl-carousel.home-carousel .owl-dots {
      max-width: 1000px; } }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .owl-carousel.home-carousel .owl-dots {
      max-width: 915px; } }
  @media (min-width: 992px) and (max-width: 1023px) {
    .owl-carousel.home-carousel .owl-dots {
      max-width: 920px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .owl-carousel.home-carousel .owl-dots {
      max-width: calc(100% - 76px); } }
  @media (min-width: 768px) {
    .owl-carousel.home-carousel .owl-dots {
      text-align: right; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .owl-carousel.home-carousel .owl-dots {
      right: 30px; } }
  @media (max-width: 767px) {
    .owl-carousel.home-carousel .owl-dots {
      text-align: center; } }
  .owl-carousel.home-carousel .owl-dots .owl-dot {
    width: auto;
    height: auto;
    border: 0;
    opacity: .4;
    margin: 0;
    padding: 4px 2px; }
    .owl-carousel.home-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0 2px;
      background: #01afe0; }
    .owl-carousel.home-carousel .owl-dots .owl-dot.active {
      opacity: 1; }
      .owl-carousel.home-carousel .owl-dots .owl-dot.active span {
        background: #01afe0; }
.owl-carousel.casestudy-carousel .owl-nav, .owl-carousel.testimonials-carousel .owl-nav {
  top: 50%;
  width: 100%; }
  @media (max-width: 1023px) {
    .owl-carousel.casestudy-carousel .owl-nav, .owl-carousel.testimonials-carousel .owl-nav {
      display: none; } }
  .owl-carousel.casestudy-carousel .owl-nav button[type="button"], .owl-carousel.testimonials-carousel .owl-nav button[type="button"] {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #000; }
    .owl-carousel.casestudy-carousel .owl-nav button[type="button"] span, .owl-carousel.testimonials-carousel .owl-nav button[type="button"] span {
      width: 15px;
      height: 13px;
      background-position: 0px -67px; }
    @media (min-width: 1200px) {
      .owl-carousel.casestudy-carousel .owl-nav button[type="button"].owl-prev, .owl-carousel.testimonials-carousel .owl-nav button[type="button"].owl-prev {
        left: -50px; } }
    @media (max-width: 1200px) {
      .owl-carousel.casestudy-carousel .owl-nav button[type="button"].owl-prev, .owl-carousel.testimonials-carousel .owl-nav button[type="button"].owl-prev {
        left: -30px; } }
    @media (min-width: 1200px) {
      .owl-carousel.casestudy-carousel .owl-nav button[type="button"].owl-next, .owl-carousel.testimonials-carousel .owl-nav button[type="button"].owl-next {
        right: -50px; } }
    @media (max-width: 1200px) {
      .owl-carousel.casestudy-carousel .owl-nav button[type="button"].owl-next, .owl-carousel.testimonials-carousel .owl-nav button[type="button"].owl-next {
        right: -30px; } }
    .owl-carousel.casestudy-carousel .owl-nav button[type="button"]:hover, .owl-carousel.testimonials-carousel .owl-nav button[type="button"]:hover {
      color: #fff;
      background: #F9742C;
      border-color: #ff9f56; }
      .owl-carousel.casestudy-carousel .owl-nav button[type="button"]:hover span, .owl-carousel.testimonials-carousel .owl-nav button[type="button"]:hover span {
        background-position: 0px -84px; }
.owl-carousel.work-carousel .owl-nav {
  top: 50%;
  width: 100%; }
  .owl-carousel.work-carousel .owl-nav button[type="button"] {
    width: 35px;
    height: 35px;
    position: fixed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #000; }
    .owl-carousel.work-carousel .owl-nav button[type="button"] span {
      width: 15px;
      height: 13px;
      background-position: 0px -67px; }
    .owl-carousel.work-carousel .owl-nav button[type="button"].owl-prev {
      left: 20px; }
    .owl-carousel.work-carousel .owl-nav button[type="button"].owl-next {
      right: 20px; }
    .owl-carousel.work-carousel .owl-nav button[type="button"]:hover {
      color: #fff;
      background: #F9742C;
      border-color: #ff9f56; }
      .owl-carousel.work-carousel .owl-nav button[type="button"]:hover span {
        background-position: 0px -84px; }
.owl-carousel.work-carousel .owl-dots {
  text-align: center; }

.res-info {
  font-weight: 500; }
  .res-info a {
    color: #d96f32;
    position: relative; }
    .res-info a:before {
      left: 0;
      bottom: -2px;
      width: 0;
      height: 1px;
      content: "";
      position: absolute;
      background: #d96f32; }
    .res-info a:hover:before {
      width: 100%; }

u {
  position: relative;
  text-decoration: none; }
  u:before {
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: #dc7c45; }

.flip-list {
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .flip-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
  @media (max-width: 767px) {
    .flip-list {
      text-align: center; } }
  .flip-list li {
    overflow: hidden; }
    @media (min-width: 1024px) {
      .flip-list li {
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease; } }
    @media (max-width: 1023px) {
      .flip-list li {
        transition: max-height 0.8s ease-in-out; } }
    @media (min-width: 1024px) {
      .flip-list li:last-child {
        flex: 1; } }
    .flip-list li .ember {
      height: 100%;
      overflow: hidden;
      position: relative; }

.plain-item-gutter .col-item .item-col .cnt h4,
.profile-box h6 {
  color: #242a37; }

.heading-gutter.ab {
  max-width: 100% !important; }

@media (max-width: 767.99px) {
  .mob-hide {
    display: none !important; } }

@media (min-width: 768px) {
  .desk-hide {
    display: none !important; } }

p span.mrdata {
  display: none;
  font-size: inherit; }

p .dot {
  padding-left: 2px; }
  p .dot.d-none {
    display: none !important; }

.heading-gutter p span.mrdata {
  display: none;
  font-size: inherit; }

.moreless.vct,
.mrless.vct,
.md-mrless.vct {
  font-size: 0;
  border: 0;
  outline: 0;
  margin: 0 !important;
  cursor: pointer;
  background: transparent; }
  .moreless.vct:before,
  .mrless.vct:before,
  .md-mrless.vct:before {
    width: 13px;
    height: 8px;
    content: "";
    display: inline-block;
    background-position: -107px -7214px; }
  .moreless.vct.active:before,
  .mrless.vct.active:before,
  .md-mrless.vct.active:before {
    transform: rotate(180deg); }

p span.md-mrcnt {
  display: none; }

@media (max-width: 767.99px) {
  p span.m-mrcnt {
    display: none; } }

@media (min-width: 768px) {
  p span.d-mrcnt {
    display: none; } }

p span.md-mrcnt {
  display: none; }

p small.dot {
  font-size: 100%;
  padding-left: 1px; }
  p small.dot.d-none {
    display: none; }

.mrless.vct,
.md-mrless.vct {
  margin-left: 10px !important; }
  @media (max-width: 767.99px) {
    .mrless.vct,
    .md-mrless.vct {
      margin-left: 6px !important; } }
  .mrless.vct:after,
  .md-mrless.vct:after {
    left: -8px;
    top: -10px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    content: "..";
    position: absolute;
    letter-spacing: 0.5px; }
  .mrless.vct.active,
  .md-mrless.vct.active {
    margin-left: 4px !important; }
    @media (max-width: 767.99px) {
      .mrless.vct.active,
      .md-mrless.vct.active {
        margin-left: 4px !important; } }
    .mrless.vct.active:after,
    .md-mrless.vct.active:after {
      display: none; }

.owl-carousel.h-fluid .owl-stage,
.owl-carousel.h-fluid .owl-item {
  height: 100%; }
.owl-carousel.h-fluid .item {
  height: 100%; }
  .owl-carousel.h-fluid .item .box,
  .owl-carousel.h-fluid .item .inner {
    height: 100%;
    min-height: 280px !important; }

.ads-testimonial-slider .h-fluid .box {
  padding-bottom: 80px; }

.form-control {
  width: 100%;
  display: block;
  border-width: 1px;
  border-style: solid;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  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::-webkit-input-placeholder {
    color: #8e8e8e; }
  .form-control:-moz-placeholder {
    color: #8e8e8e;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #8e8e8e;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #8e8e8e; }
  .form-control::-ms-input-placeholder {
    color: #8e8e8e; }
  .form-control::placeholder {
    color: #8e8e8e; }

textarea.form-control {
  min-height: 120px;
  max-height: 160px;
  resize: none; }

select.form-control {
  background: url(../svg/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(../gif/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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  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;
  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;
      position: relative !important;
      padding: 11px 18px !important;
      box-shadow: none !important;
      border-radius: 0 4px 4px 0 !important;
    }
  }
}*/
ul.normal-list > li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px; }
  ul.normal-list > li:before {
    left: 2px;
    top: 5px;
    width: 15px;
    height: 13px;
    content: "";
    position: absolute; }
  ul.normal-list > li a {
    color: #000;
    position: relative;
    display: inline-block; }
    ul.normal-list > li a:before {
      left: 0;
      bottom: 0px;
      width: 0;
      height: 1px;
      content: "";
      position: absolute;
      background: #676767; }
    ul.normal-list > li a:hover {
      color: #d96f32; }
      ul.normal-list > li a:hover:before {
        width: 100%;
        background: #d96f32; }
  ul.normal-list > li ol.number-list li {
    list-style: inherit;
    margin-left: 16px;
    margin-bottom: 6px; }
ul.normal-list:not(.plain) li:before {
  background-position: 0px -67px; }
ul.normal-list.plain li {
  color: #fff; }
  ul.normal-list.plain li:before {
    background-position: 0px -84px; }
ul.normal-list.flip > li a:before {
  width: 100%; }
ul.arrow-list > li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px; }
  ul.arrow-list > li:before {
    left: 2px;
    top: 6px;
    width: 18px;
    height: 8px;
    content: "";
    position: absolute;
    background-position: -9px -405px;
    opacity: 0.6; }
  ul.arrow-list > li a {
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: underline; }
    ul.arrow-list > li a:hover {
      color: #d96f32; }
  ul.arrow-list > li ol.number-list li {
    list-style: inherit;
    margin-left: 16px;
    margin-bottom: 6px; }
ul.primary-list > li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px; }
  ul.primary-list > li:before {
    left: 2px;
    top: 5px;
    width: 10px;
    height: 17px;
    content: "";
    position: absolute;
    background-position: -1px -115px; }
  ul.primary-list > li span {
    color: #d96f32;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    font-weight: 700; }
@media (min-width: 768px) {
  ul.primary-list.two li {
    max-width: calc(50% - 45px); } }
ul.achievement-list {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 60px; }
  ul.achievement-list li {
    font-size: 18px;
    line-height: 26px;
    padding: 26px 62px;
    position: relative;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
    ul.achievement-list li:nth-child(2) {
      -webkit-transform: rotate(-1deg);
      -moz-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      transform: rotate(-1deg);
      z-index: 2;
      left: 6px; }
    ul.achievement-list li:before {
      left: 30px;
      top: 2px;
      bottom: 0;
      width: 22px;
      height: 40px;
      content: "";
      margin: auto;
      position: absolute;
      background-position: -78px -70px; }
ul.alpha-list {
  padding-left: 18px; }
  ul.alpha-list li {
    margin-bottom: 10px;
    list-style-type: lower-alpha; }
ul.bullet-list {
  margin-left: 18px;
  margin-bottom: 12px; }
  ul.bullet-list li {
    list-style-type: disc; }
    ul.bullet-list li:not(:last-child) {
      margin-bottom: 8px; }
ul.line-list li {
  font-size: 13px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px; }
  ul.line-list li:before {
    left: 0;
    top: 0;
    content: "-";
    position: absolute; }

ol.num-list {
  margin-left: 18px;
  margin-bottom: 12px; }
  ol.num-list li {
    list-style-type: decimal; }
    ol.num-list li:not(:last-child) {
      margin-bottom: 8px; }
  ol.num-list.fw-semi li {
    font-weight: 500; }
    ol.num-list.fw-semi li p,
    ol.num-list.fw-semi li div {
      font-weight: 400; }
  ol.num-list.fw-bold li {
    font-weight: 600; }
    ol.num-list.fw-bold li p,
    ol.num-list.fw-bold li div {
      font-weight: 400; }

.icon-list li {
  font-weight: 600;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .icon-list li i.svg {
    top: -10px;
    width: 48px;
    height: 48px;
    margin-right: 20px; }
    .icon-list li i.svg.regular.icon-1 {
      background-position: -8px -5748px; }
    .icon-list li i.svg.regular.icon-2 {
      background-position: -8px -5804px; }
    .icon-list li i.svg.regular.icon-3 {
      background-position: -8px -5860px; }
    .icon-list li i.svg.regular.icon-4 {
      background-position: -8px -5916px; }
    .icon-list li i.svg.regular.icon-5 {
      background-position: -8px -5972px; }
    .icon-list li i.svg.regular.icon-6 {
      background-position: -8px -6028px; }
    .icon-list li i.svg.regular.icon-7 {
      background-position: -67px -5748px; }
    .icon-list li i.svg.regular.icon-8 {
      background-position: -67px -5804px; }
    .icon-list li i.svg.regular.icon-9 {
      background-position: -67px -5860px; }
    .icon-list li i.svg.regular.icon-10 {
      background-position: -67px -5916px; }
    .icon-list li i.svg.regular.icon-11 {
      background-position: -187px -5748px; }
    .icon-list li i.svg.regular.icon-12 {
      background-position: -187px -5805px; }
    .icon-list li i.svg.regular.icon-13 {
      background-position: -187px -5862px; }
    .icon-list li i.svg.regular.icon-14 {
      background-position: -187px -5920px; }
    .icon-list li i.svg.primary.icon-1 {
      background-position: -127px -5748px; }
    .icon-list li i.svg.primary.icon-2 {
      background-position: -127px -5804px; }
    .icon-list li i.svg.primary.icon-3 {
      background-position: -127px -5860px; }
    .icon-list li i.svg.primary.icon-4 {
      background-position: -127px -5916px; }
    .icon-list li i.svg.primary.icon-5 {
      background-position: -127px -5972px; }
    .icon-list li i.svg.primary.icon-6 {
      background-position: -127px -6028px; }
  .icon-list li.f-wrap {
    flex-wrap: wrap; }
  .icon-list li ul {
    width: 100%;
    padding-left: 80px;
    margin-bottom: 12px;
    margin-top: -12px; }
    .icon-list li ul li {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 4px; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn {
  font-size: 14px;
  padding: 12px 14px 10px;
  line-height: 1;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn.normal {
    font-size: 16px;
    text-transform: none; }
  .btn.lg {
    font-size: 15px;
    padding: 16px 22px 13px;
    font-weight: 500; }
  .btn.sm {
    font-size: 13px; }
  .btn.breed {
    width: 100%; }
  .btn:not(.outline) {
    border: 0; }
  .btn.outline.default {
    color: #fff;
    border-color: #fff; }
    .btn.outline.default:hover {
      color: #000;
      background: #fff; }
  .btn.primary:not(.outline) {
    color: #fff;
    background: #F9742C; }
    .btn.primary:not(.outline).active, .btn.primary:not(.outline):hover {
      color: #fff;
      background: #eb6d28; }
    .btn.primary:not(.outline).no {
      box-shadow: none; }
  .btn.light:not(.outline) {
    color: #001B4B;
    background: #FFFFFF; }
    .btn.light:not(.outline).active, .btn.light:not(.outline):hover {
      color: #001B4B;
      background: #FFFFFF; }
  .btn.outline.primary {
    color: #d96f32;
    border-color: #d96f32; }
    .btn.outline.primary:hover {
      color: #fff;
      background: #F9742C; }
  .btn.outline.white {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6); }
    .btn.outline.white:hover {
      border-color: #fff; }

.learn-more {
  color: #0F1941;
  font-size: 16px;
  font-weight: 500;
  display: inline-block; }
  @media (min-width: 768px) {
    .learn-more {
      margin-top: 10px; } }
  @media (max-width: 767.99px) {
    .learn-more {
      font-size: 14px;
      margin-top: 6px; } }
  .learn-more i {
    width: 16px;
    height: 8px;
    margin-left: 6px;
    transition: all 0.5s ease-in-out;
    background-position: -257px -7060px !important; }
  .learn-more:hover {
    color: #0F1941; }
    .learn-more:hover i {
      margin-left: 10px; }

.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; }

@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Regular"), url("../woff2/heebo-regular.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Light"), url("../woff2/heebo-light.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Thin"), url("../woff2/heebo-thin.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Medium"), url("../woff2/heebo-medium.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Bold"), url("../woff2/heebo-bold.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Heebo"), local("Heebo-ExtraBold"), url("../woff2/heebo-extrabold.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Regular"), url("../woff2/sfprotext-regular.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Light"), url("../woff2/sfprotext-light.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Medium"), url("../woff2/sfprotext-medium.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("SFProText"), local("SFProText-SemiBold"), url("../woff2/sfprotext-semibold.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Bold"), url("../woff2/sfprotext-bold.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Heavy"), url("../woff2/sfprotext-heavy.woff2") format("woff2"); }
/*
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url("../fonts/thin.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"),
    url("../fonts/light.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Medium"),
    url("../fonts/medium.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/bold.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Roboto Black"), local("Roboto-Black"),
    url("../fonts/black.woff2") format("woff2");
}
*/
.tab-container.horizontal {
  height: 60px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff; }
  .tab-container.horizontal .nav-tabs {
    overflow-x: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .tab-container.horizontal .nav-tabs li {
      height: 60px;
      cursor: pointer;
      font-size: 14px;
      color: #7e7e7e;
      margin: 0 20px;
      padding: 0 4px;
      font-weight: 500;
      position: relative;
      text-transform: uppercase;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .tab-container.horizontal .nav-tabs li:before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 4px;
        margin: auto;
        content: "";
        position: absolute;
        background: #d96f32;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .tab-container.horizontal .nav-tabs li:hover, .tab-container.horizontal .nav-tabs li.active {
        color: #4b4b4b; }
        .tab-container.horizontal .nav-tabs li:hover:before, .tab-container.horizontal .nav-tabs li.active:before {
          width: 100%; }
.tab-container.horizontal-s2 {
  height: 60px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .tab-container.horizontal-s2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1A2657;
    bottom: 0px; }
  .tab-container.horizontal-s2 .nav-tabs {
    overflow-x: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .tab-container.horizontal-s2 .nav-tabs li {
      height: 60px;
      cursor: pointer;
      font-size: 16px;
      color: #606C9C;
      font-weight: 400;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .tab-container.horizontal-s2 .nav-tabs li:not(:first-child) {
        margin-left: 60px; }
      .tab-container.horizontal-s2 .nav-tabs li:before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        margin: auto;
        content: "";
        position: absolute;
        background: #d96f32;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 1; }
      .tab-container.horizontal-s2 .nav-tabs li:hover, .tab-container.horizontal-s2 .nav-tabs li.active {
        color: #B5B9C9; }
        .tab-container.horizontal-s2 .nav-tabs li:hover:before, .tab-container.horizontal-s2 .nav-tabs li.active:before {
          width: 100%; }
@media (min-width: 768px) {
  .tab-container.vertical {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
.tab-container.vertical .nav-tabs {
  position: relative; }
  @media (min-width: 768px) {
    .tab-container.vertical .nav-tabs {
      width: 300px; } }
  @media (max-width: 767px) {
    .tab-container.vertical .nav-tabs {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      white-space: nowrap;
      margin: 0 -15px;
      overflow: auto; } }
  .tab-container.vertical .nav-tabs:before {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
    background: #e8e8e8;
    position: absolute; }
  .tab-container.vertical .nav-tabs li {
    margin: 0;
    position: relative; }
    .tab-container.vertical .nav-tabs li a {
      color: #7b7b7b;
      font-size: 14px;
      position: relative;
      padding: 36px 0 46px;
      background: #f7f7f7;
      border-right: 1px solid #e8e8e8;
      font-weight: 700;
      display: block; }
      @media (max-width: 767px) {
        .tab-container.vertical .nav-tabs li a {
          height: 84px;
          padding: 10px 18px 16px; } }
    .tab-container.vertical .nav-tabs li:before {
      width: 0;
      height: 3px;
      top: 0;
      bottom: 0;
      left: -100px;
      content: "";
      margin: auto;
      position: absolute;
      background: #d96f32;
      -moz-transition: width 0.4s ease-in-out;
      -o-transition: width 0.4s ease-in-out;
      -webkit-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out; }
      @media (max-width: 767px) {
        .tab-container.vertical .nav-tabs li:before {
          display: none; } }
    .tab-container.vertical .nav-tabs li:after {
      width: 1000%;
      height: 100%;
      left: -1000%;
      top: 0;
      bottom: 0;
      content: "";
      z-index: -1;
      background: #f7f7f7;
      position: absolute; }
    .tab-container.vertical .nav-tabs li:not(:last-child) a:after {
      width: 120%;
      height: 1px;
      right: 0;
      bottom: 0;
      content: "";
      position: absolute;
      background: #f7f7f7;
      background: -moz-linear-gradient(left, #f7f7f7 0%, #e8e8e8 100%);
      background: -webkit-linear-gradient(left, #f7f7f7 0%, #e8e8e8 100%);
      background: linear-gradient(to right, #f7f7f7 0%, #e8e8e8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=1 );
      /* IE6-9 */ }
    .tab-container.vertical .nav-tabs li span {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (min-width: 768px) {
        .tab-container.vertical .nav-tabs li span {
          margin-top: 6px;
          font-size: 24px; } }
      @media (max-width: 767px) {
        .tab-container.vertical .nav-tabs li span {
          font-size: 20px; } }
      .tab-container.vertical .nav-tabs li span i.svg {
        margin-right: 10px; }
      .tab-container.vertical .nav-tabs li span i.business-icon {
        width: 40px;
        height: 34px;
        background-position: 0px -958px; }
      .tab-container.vertical .nav-tabs li span i.challenges-icon {
        width: 40px;
        height: 37px;
        background-position: -40px -959px; }
      .tab-container.vertical .nav-tabs li span i.solution-icon {
        width: 38px;
        height: 37px;
        background-position: -48px -858px; }
      .tab-container.vertical .nav-tabs li span i.impact-icon {
        width: 31px;
        height: 33px;
        background-position: -81px -958px; }
    .tab-container.vertical .nav-tabs li.active a, .tab-container.vertical .nav-tabs li:hover a {
      background: #fff; }
    .tab-container.vertical .nav-tabs li.active:after, .tab-container.vertical .nav-tabs li:hover:after {
      background: #fff; }
    .tab-container.vertical .nav-tabs li.active span, .tab-container.vertical .nav-tabs li:hover span {
      color: #086892; }
      .tab-container.vertical .nav-tabs li.active span i.business-icon, .tab-container.vertical .nav-tabs li:hover span i.business-icon {
        background-position: 0px -998px; }
      .tab-container.vertical .nav-tabs li.active span i.challenges-icon, .tab-container.vertical .nav-tabs li:hover span i.challenges-icon {
        background-position: -40px -999px; }
      .tab-container.vertical .nav-tabs li.active span i.solution-icon, .tab-container.vertical .nav-tabs li:hover span i.solution-icon {
        background-position: -89px -858px; }
      .tab-container.vertical .nav-tabs li.active span i.impact-icon, .tab-container.vertical .nav-tabs li:hover span i.impact-icon {
        background-position: -81px -998px; }
    @media (min-width: 768px) {
      .tab-container.vertical .nav-tabs li.active {
        border-right: 0; } }
    .tab-container.vertical .nav-tabs li.active:before {
      width: 38px; }
  @media (min-width: 1024px) {
    .tab-container.vertical .nav-tabs.p-base:before {
      display: none; }
    .tab-container.vertical .nav-tabs.p-base li {
      height: 54px;
      display: flex;
      cursor: pointer;
      align-items: center;
      padding-left: 16px;
      margin-bottom: 18px; }
      .tab-container.vertical .nav-tabs.p-base li:before {
        left: 0;
        width: 5px;
        height: 0;
        transition: 0.2s;
        background: transparent; }
      .tab-container.vertical .nav-tabs.p-base li.active, .tab-container.vertical .nav-tabs.p-base li:hover {
        background: #fff; }
        .tab-container.vertical .nav-tabs.p-base li.active:before, .tab-container.vertical .nav-tabs.p-base li:hover:before {
          height: 54px;
          background: #F9742C; } }
@media (min-width: 768px) {
  .tab-container.vertical .tab-content {
    width: calc(100% - 300px); } }
@media (min-width: 1024px) {
  .tab-container.vertical .tab-content .tab-pane {
    margin: 40px 0;
    padding-left: 32px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .tab-container.vertical .tab-content .tab-pane {
    margin: 32px 0;
    padding-left: 28px; } }
@media (max-width: 767px) {
  .tab-container.vertical .tab-content .tab-pane {
    margin: 20px 0;
    padding-left: 2px; } }
.tab-container.vertical .tab-content h3 {
  font-size: 26px;
  color: #242a37;
  font-weight: 700; }
  .tab-container.vertical .tab-content h3.next {
    margin-top: 30px; }
.tab-container.horizontal-s1 {
  height: 60px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff; }
  .tab-container.horizontal-s1 .nav-tabs {
    overflow-x: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .tab-container.horizontal-s1 .nav-tabs li {
      height: 40px;
      cursor: pointer;
      font-size: 15px;
      color: #0F1941;
      margin: 0 6px;
      padding: 0 20px;
      font-weight: 500;
      position: relative;
      border-radius: 50px;
      white-space: nowrap;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      border: 1px solid #DED0AE;
      transition: all 0.45s ease-in-out; }
      .tab-container.horizontal-s1 .nav-tabs li:hover, .tab-container.horizontal-s1 .nav-tabs li.active {
        color: #fff;
        background: #FF6F00;
        border-color: #FF6F00; }

.tab-content .tab-pane {
  display: none; }
  .tab-content .tab-pane.active {
    display: block; }

i.svg,
.vct:before,
.xd:after,
header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.menu-item-has-children:after,
.owl-carousel .owl-nav button[type="button"] span,
.consultation-gutter .form-list li h3:after,
ul.arrow-list > li:before,
ul.primary-list > li:before,
ul.achievement-list li:before,
.page-head .cnts .checks .checks-lst li:after,
.page-head.type3 .page-head-btm .stack-list li:before,
.testimonials-gutter .container:not(.small) .testimonial-slider .item .dec:before,
.testimonials-gutter .container.small .testimonial-slider .item .dec:before,
.faq-box .toggle h3:after,
.profile-box .social-links li a i.linkdin-icon,
footer.page-footer .foot-menu .box .widgettitle:after,
.ads-service .box ul li:before,
.array-gutter .vertical-tabs-section .tab-content .cr-check-list li:before,
.toggle-col .toggle h3:after, .toggle-col .toggle h4:after,
.process-gutter .toggle-col .toggle:not(:last-child):after, .toggle-col .toggle .h3:after,
.costing-gutter .inner .cr-check-list li:before,
.buildapp-sec .inner .cr-check-list li:before,
.check-list li:before,
.service-gutter .flex-row .flex-fig:before,
.service-gutter .flex-row .flex-fig:after,
.iot-process-list li i:before,
.iot-process-list li i:after,
.casestudy .cstestimonial-carousel .dec p:before,
.devops-gutter .check-list li:before {
  background: url(../svg/sprites29a9.svg) no-repeat; }

i.svg {
  position: relative;
  display: inline-block; }
  i.svg.phone-icon {
    width: 16px;
    height: 16px; }
  i.svg.down-icon {
    width: 22px;
    height: 12px;
    background-position: -17px -1px; }
  i.svg.us-icon {
    width: 32px;
    height: 22px;
    background-position: -43px -26px; }
  i.svg.india-icon {
    width: 32px;
    height: 22px;
    background-position: -43px -1px; }
  i.svg.lg {
    width: 82px;
    height: 82px; }
    i.svg.lg.product-icon {
      background-position: -129px 0px; }
    i.svg.lg.development-icon {
      background-position: -129px -86px; }
    i.svg.lg.digital-icon {
      background-position: -129px -172px; }
    i.svg.lg.design-icon {
      width: 85px;
      background-position: -127px -258px; }
    i.svg.lg.consulting-icon {
      background-position: -129px -344px; }
    i.svg.lg.startup-icon {
      background-position: -216px 0px; }
    i.svg.lg.approach-icon {
      background-position: -216px -86px; }
    i.svg.lg.mindset-icon {
      background-position: -216px -171px; }
    i.svg.lg.experience-icon {
      width: 86px;
      background-position: -213px -257px; }
    i.svg.lg.hiring-icon {
      background-position: -214px -339px; }
    i.svg.lg.certified-icon {
      background-position: -216px -429px; }
    i.svg.lg.strategy-icon {
      background-position: -128px -430px; }
    i.svg.lg.uxdesign-icon {
      width: 86px;
      background-position: -127px -512px; }
    i.svg.lg.iphone-icon {
      background-position: -126px -602px; }
    i.svg.lg.android-icon {
      background-position: -129px -688px; }
    i.svg.lg.arrow-icon {
      width: 65px;
      height: 65px;
      bottom: -35px;
      position: absolute;
      background-position: -223px -516px; }
      @media (max-width: 1024px) {
        i.svg.lg.arrow-icon {
          display: none; } }
      i.svg.lg.arrow-icon.left {
        left: 40px; }
      i.svg.lg.arrow-icon.right {
        right: 40px;
        transform: rotateY(180deg); }
    i.svg.lg.code-icon {
      background-position: -216px -586px; }
    i.svg.lg.security-icon {
      background-position: -216px -672px; }
    i.svg.lg.base-icon {
      background-position: -216px -758px; }
    i.svg.lg.guideline-icon {
      background-position: -218px -843px; }
    i.svg.lg.lab-icon {
      background-position: -216px -929px; }
    i.svg.lg.web-icon {
      background-position: -129px -770px; }
    i.svg.lg.enterprise-icon {
      background-position: -129px -856px; }
    i.svg.lg.wepro-icon {
      background-position: -129px -947px; }
    i.svg.lg.support-icon {
      width: 108px;
      min-width: 108px;
      height: 101px;
      background-position: -2px -749px; }
    i.svg.lg.discovery-icon {
      width: 135px;
      height: 135px;
      background-position: -162px -1258px; }
    i.svg.lg.planning-icon {
      width: 127px;
      height: 108px;
      background-position: -171px -1400px; }
    i.svg.lg.maintenance-icon {
      width: 121px;
      height: 123px;
      background-position: -177px -1514px; }
    i.svg.lg.mobile-icon {
      width: 41px;
      background-position: -1px -1417px; }
    i.svg.lg.iot-icon {
      background-position: -45px -1417px; }
  i.svg.long-arrow {
    width: 18px;
    height: 8px;
    background-position: -9px -405px; }
    i.svg.long-arrow.orange {
      width: 26px;
      height: 8px;
      background-position: -8px -417px; }
  i.svg.ios-lg-icon {
    width: 82px;
    height: 107px;
    background-position: -3px -5362px; }
  i.svg.android-lg-icon {
    width: 89px;
    height: 107px;
    background-position: -100px -5362px; }
  i.svg.hybrid-lg-icon {
    width: 92px;
    height: 107px;
    background-position: -200px -5362px; }
  i.svg.phone-icon-sm {
    width: 18px;
    height: 18px;
    background-position: -10px -434px; }
  i.svg.app-lg-icon {
    width: 82px;
    height: 106px;
    background-position: -9px -5625px; }
  i.svg.web-lg-icon {
    width: 82px;
    height: 106px;
    background-position: -111px -5625px; }
  i.svg.iot-lg-icon {
    width: 82px;
    height: 106px;
    background-position: -207px -5615px; }
  i.svg.arrow-rt {
    width: 6px;
    height: 10px;
    background-position: -35px -7059px;
    margin-left: 15px;
    vertical-align: middle; }
  i.svg.sharesq-icon {
    width: 18px;
    height: 18px;
    background-position: -233px -6612px;
    margin-right: 15px;
    vertical-align: middle; }

.vct {
  position: relative; }
  .vct.close:before {
    width: 16px;
    height: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
    background-position: -21px -17px; }
  .vct.close.white:before {
    background-position: -81px -115px; }
  .vct.more:before {
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute; }
  .vct.skype-icon:before {
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
    background-position: -19px -36px; }
  .vct.fb-icon:before {
    background-position: -4px -4893px; }
  .vct.linkedin-icon:before {
    background-position: -34px -4893px; }
  .vct.twit-icon:before {
    background-position: -64px -4893px; }
  .vct.youtube-icon:before {
    background-position: -94px -4893px; }
  .vct.location-icon {
    width: 21px !important; }
    .vct.location-icon:before {
      background-position: -56px -4859px; }
  .vct:hover.fb-icon:before {
    background-position: -4px -4924px; }
  .vct:hover.linkedin-icon:before {
    background-position: -34px -4924px; }
  .vct:hover.twit-icon:before {
    background-position: -64px -4924px; }
  .vct:hover.youtube-icon:before {
    background-position: -94px -4924px; }
  .vct:hover.location-icon:before {
    background-position: -83px -4859px; }

.xd {
  position: relative; }

a.close,
button.close {
  border: 0;
  right: 14px;
  top: 14px;
  width: 16px;
  height: 16px;
  opacity: 0.8;
  cursor: pointer;
  position: absolute;
  background: transparent; }
  a.close:hover,
  button.close:hover {
    opacity: 1; }

.quote-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -9999;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: visibility 0s, opacity 0.5s linear; }

.quote-modal {
  top: 50px;
  right: -6000px;
  width: 380px;
  z-index: 99;
  position: fixed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #eeeff1;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
  @media (max-width: 400px) {
    .quote-modal {
      width: calc(100% - 20px); } }
  .quote-modal .ins {
    padding: 22px 26px 16px; }
    .quote-modal .ins img {
      display: block;
      margin: 6px auto 0; }
    .quote-modal .ins p {
      margin: 0;
      line-height: 0; }
    .quote-modal .ins .heading {
      text-align: center;
      margin-bottom: 20px; }
      .quote-modal .ins .heading h6 {
        font-size: 20px;
        margin-bottom: 2px;
        font-weight: 500; }
      .quote-modal .ins .heading p {
        font-size: 26px;
        color: #086892;
        font-weight: 700;
        line-height: 1.2; }
    .quote-modal .ins .form-body .wpcf7-form-control-wrap {
      display: block;
      margin-bottom: 10px; }
      .quote-modal .ins .form-body .wpcf7-form-control-wrap .label-control {
        margin-bottom: 0; }
      .quote-modal .ins .form-body .wpcf7-form-control-wrap .form-control {
        padding: 8px 12px; }
      .quote-modal .ins .form-body .wpcf7-form-control-wrap textarea.form-control {
        height: 60px;
        min-height: 0; }
    .quote-modal .ins .form-body .btn {
      padding: 14px 14px 12px; }
    .quote-modal .ins label {
      margin-bottom: 0; }
      .quote-modal .ins label .wpcf7-quiz-label {
        line-height: 1.2; }

body.quote-open .quote-overlay {
  opacity: 1;
  z-index: 98;
  visibility: visible; }
body.quote-open .quote-modal {
  right: 10px; }

.modal-backdrop {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -9999;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: visibility 0s, opacity 0.2s linear; }
  .modal-backdrop.open {
    opacity: 1;
    z-index: 1000;
    visibility: visible; }

.modal {
  top: -800px;
  right: 0;
  left: 0;
  z-index: 1050;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 1.75rem auto; }
  .modal.open {
    top: 0;
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto; }
  .modal.sm {
    max-width: 500px; }
  .modal.medium {
    max-width: 680px; }
  .modal.lg {
    max-width: 1200px; }
    .modal.lg iframe {
      margin: 40px auto;
      display: block; }
      @media (max-width: 1023px) {
        .modal.lg iframe {
          width: 600px;
          height: 338px; } }
      @media (max-width: 767px) {
        .modal.lg iframe {
          width: 350px;
          height: 197px; } }
  .modal .modal-dialog {
    position: relative; }
    .modal .modal-dialog .modal-content {
      width: 100%;
      outline: 0;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      .modal .modal-dialog .modal-content.no-bg {
        background: transparent; }
      .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 {
          font-size: 24px;
          color: #000;
          font-weight: 700;
          line-height: 1.4;
          margin-bottom: 0; }
        .modal .modal-dialog .modal-content .modal-header p {
          font-size: 15px;
          padding-top: 4px;
          text-align: center;
          margin-bottom: 0; }
          .modal .modal-dialog .modal-content .modal-header p a {
            color: #045fcf; }
            .modal .modal-dialog .modal-content .modal-header p a:hover {
              color: #d96f32; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 20px 30px; }
        .modal .modal-dialog .modal-content .modal-body.scroll {
          overflow: auto;
          max-height: calc(100vh - 120px); }
        .modal .modal-dialog .modal-content .modal-body.no {
          padding: 0; }
        .modal .modal-dialog .modal-content .modal-body .quiry-data:not(:last-child) {
          margin-bottom: 30px; }
        .modal .modal-dialog .modal-content .modal-body .quiry-data h5 {
          color: #656567;
          font-size: 20px;
          font-weight: 700; }
        .modal .modal-dialog .modal-content .modal-body .quiry-data p {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .modal .modal-dialog .modal-content .modal-body .quiry-data p i {
            margin-right: 12px; }
          .modal .modal-dialog .modal-content .modal-body .quiry-data p a {
            color: #01a7ee; }

.modal-open {
  overflow: hidden; }

.plain-item-gutter {
  text-align: center; }
  @media (max-width: 767px) {
    .plain-item-gutter .heading-gutter br {
      display: none; } }
  .plain-item-gutter .item-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .plain-item-gutter .item-row .item-col {
      font-size: 15px;
      padding: 0 16px;
      position: relative; }
      @media (min-width: 375px) {
        .plain-item-gutter .item-row .item-col {
          white-space: nowrap; } }
      @media (min-width: 1024px) {
        .plain-item-gutter .item-row .item-col {
          width: 33.33%;
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .plain-item-gutter .item-row .item-col {
          width: 50%;
          margin-bottom: 36px; } }
      @media (max-width: 767px) {
        .plain-item-gutter .item-row .item-col {
          width: 100%;
          margin-bottom: 30px; } }
      @media (max-width: 374px) {
        .plain-item-gutter .item-row .item-col br {
          display: none; } }
      .plain-item-gutter .item-row .item-col.fourth {
        width: 25%; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .plain-item-gutter .item-row .item-col.fourth {
            width: 50%; } }
        @media (max-width: 767px) {
          .plain-item-gutter .item-row .item-col.fourth {
            width: 100%; } }
      .plain-item-gutter .item-row .item-col i.svg.lg {
        margin-bottom: 10px; }
      .plain-item-gutter .item-row .item-col h4, .plain-item-gutter .item-row .item-col h3 {
        font-size: 18px;
        color: #242a37;
        margin-bottom: 6px;
        font-weight: 500; }
        .plain-item-gutter .item-row .item-col h4 a, .plain-item-gutter .item-row .item-col h3 a {
          color: #242a37; }
          .plain-item-gutter .item-row .item-col h4 a:hover, .plain-item-gutter .item-row .item-col h3 a:hover {
            color: #d96f32; }
        .plain-item-gutter .item-row .item-col h4 span, .plain-item-gutter .item-row .item-col h3 span {
          display: block; }
    @media (min-width: 1024px) {
      .plain-item-gutter .item-row.no .item-col {
        width: 50%; } }
  @media (min-width: 768px) {
    .plain-item-gutter .col-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 768px) {
    .plain-item-gutter .col-item .item-col {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .plain-item-gutter .col-item .item-col:not(:last-child) {
        margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .plain-item-gutter .col-item .item-col:not(:last-child) {
      margin-bottom: 30px; } }
  .plain-item-gutter .col-item .item-col .cnt {
    font-size: 15px; }
    @media (min-width: 768px) {
      .plain-item-gutter .col-item .item-col .cnt {
        min-width: 580px;
        text-align: left;
        margin-left: 60px; }
        .plain-item-gutter .col-item .item-col .cnt h4 {
          font-size: 20px;
          font-weight: 700;
          margin: 4px 0; }
        .plain-item-gutter .col-item .item-col .cnt .more {
          padding-left: 0; }
          .plain-item-gutter .col-item .item-col .cnt .more:before {
            display: none; }
        .plain-item-gutter .col-item .item-col .cnt br {
          display: none; } }
    @media (max-width: 767px) {
      .plain-item-gutter .col-item .item-col .cnt {
        max-width: 300px;
        margin: 0 auto; }
        .plain-item-gutter .col-item .item-col .cnt h4 {
          font-size: 18px;
          margin-bottom: 6px; }
        .plain-item-gutter .col-item .item-col .cnt .more {
          display: block;
          max-width: 82px;
          margin: 12px auto; } }
  .plain-item-gutter .more {
    line-height: 1;
    position: relative;
    padding-left: 18px; }
    .plain-item-gutter .more:before {
      width: 11px;
      height: 11px;
      left: 0;
      background-position: -1px -37px; }
    .plain-item-gutter .more:hover:before {
      background-position: -1px -52px; }
  .plain-item-gutter .flip-list li {
    overflow: hidden; }
    @media (min-width: 1024px) {
      .plain-item-gutter .flip-list li {
        width: 210px;
        height: 470px; } }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .plain-item-gutter .flip-list li {
        width: 190px; } }
    @media (max-width: 1023px) {
      .plain-item-gutter .flip-list li {
        height: 100%;
        max-height: 140px; } }
    @media (min-width: 1366px) {
      .plain-item-gutter .flip-list li.active {
        width: calc(100% - 840px); } }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .plain-item-gutter .flip-list li.active {
        width: calc(100% - 780px); } }
    @media (max-width: 1023px) {
      .plain-item-gutter .flip-list li.active {
        max-height: 800px; } }
    .plain-item-gutter .flip-list li:nth-child(1) .ember {
      background: #43afec; }
    .plain-item-gutter .flip-list li:nth-child(2) .ember {
      background: #279fe4; }
    .plain-item-gutter .flip-list li:nth-child(3) .ember {
      background: #0c8dd6; }
    .plain-item-gutter .flip-list li:nth-child(4) .ember {
      background: #037abc; }
    .plain-item-gutter .flip-list li:nth-child(5) .ember {
      background: #00659e; }
    @media (min-width: 1024px) {
      .plain-item-gutter .flip-list li .ember {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .plain-item-gutter .flip-list li .ember .cnt {
      color: #fff;
      overflow: hidden;
      max-width: 400px;
      z-index: 2;
      position: relative; }
      @media (min-width: 768px) {
        .plain-item-gutter .flip-list li .ember .cnt {
          text-align: left; } }
      @media (min-width: 1024px) {
        .plain-item-gutter .flip-list li .ember .cnt {
          padding: 50px 30px; } }
      @media (max-width: 1023px) {
        .plain-item-gutter .flip-list li .ember .cnt {
          padding: 36px 22px; } }
      .plain-item-gutter .flip-list li .ember .cnt h4 {
        font-size: 18px;
        font-weight: 700;
        font-family: "Heebo", sans-serif; }
      .plain-item-gutter .flip-list li .ember .cnt .ins .btn {
        margin-top: 10px; }
    .plain-item-gutter .flip-list li .ember i.svg {
      height: 200px;
      width: 252px; }
      @media (max-width: 1023px) {
        .plain-item-gutter .flip-list li .ember i.svg {
          bottom: -10px; } }
    .plain-item-gutter .flip-list li:not(.active) .cnt h4 {
      margin-bottom: 0; }
    .plain-item-gutter .flip-list li:not(.active) .cnt .ins {
      max-height: 0;
      overflow: hidden;
      visibility: hidden; }
    .plain-item-gutter .flip-list li:not(.active) i.svg {
      left: 100px; }
      .plain-item-gutter .flip-list li:not(.active) i.svg.approach-icon {
        background-position: -24px -2118px; }
      .plain-item-gutter .flip-list li:not(.active) i.svg.startup-icon {
        background-position: -24px -2367px; }
      .plain-item-gutter .flip-list li:not(.active) i.svg.mindset-icon {
        background-position: -24px -2607px; }
      .plain-item-gutter .flip-list li:not(.active) i.svg.hiring-icon {
        background-position: -24px -2841px; }
      .plain-item-gutter .flip-list li:not(.active) i.svg.certified-icon {
        background-position: -24px -3075px; }
      .plain-item-gutter .flip-list li:not(.active) i.svg.experience-icon {
        background-position: -24px -3311px; }
      @media (max-width: 1023px) {
        .plain-item-gutter .flip-list li:not(.active) i.svg {
          opacity: 0;
          position: absolute; } }
    .plain-item-gutter .flip-list li.active i.svg.approach-icon {
      background-position: -24px -3330px; }
    .plain-item-gutter .flip-list li.active i.svg.startup-icon {
      background-position: -24px -3580px; }
    .plain-item-gutter .flip-list li.active i.svg.mindset-icon {
      background-position: -24px -3822px; }
    .plain-item-gutter .flip-list li.active i.svg.hiring-icon {
      background-position: -24px -4055px; }
    .plain-item-gutter .flip-list li.active i.svg.certified-icon {
      background-position: -24px -3075px; }
    .plain-item-gutter .flip-list li.active i.svg.experience-icon {
      background-position: -24px -4288px; }

.video-item-gutter {
  text-align: center; }
  .video-item-gutter .wistia-widget {
    margin-bottom: 40px; }
    .video-item-gutter .wistia-widget .video {
      max-width: 740px;
      margin: 0 auto; }
      .video-item-gutter .wistia-widget .video img {
        cursor: pointer; }

.plain-item-gutter .wistia-widget {
  margin: 40px 0; }
  .plain-item-gutter .wistia-widget .video {
    max-width: 740px;
    margin: 0 auto; }
    .plain-item-gutter .wistia-widget .video img {
      cursor: pointer; }

.success-story-gutter.mon .button {
  text-align: center; }
  @media (min-width: 768px) {
    .success-story-gutter.mon .button {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .success-story-gutter.mon .button {
      padding-top: 30px; } }
  .success-story-gutter.mon .button .btn {
    text-transform: none; }
@media (min-width: 1024px) {
  .success-story-gutter.mon .heading-gutter {
    padding-bottom: 10px; } }
@media (min-width: 1366px) {
  .success-story-gutter .flip-list li {
    width: 210px; } }
@media (min-width: 1024px) and (max-width: 1365px) {
  .success-story-gutter .flip-list li {
    width: 190px; } }
@media (min-width: 1024px) {
  .success-story-gutter .flip-list li {
    height: 590px; }
    .success-story-gutter .flip-list li:not(:first-child), .success-story-gutter .flip-list li:not(:last-child) {
      margin-right: 2px; } }
@media (max-width: 1023px) {
  .success-story-gutter .flip-list li {
    height: 100%;
    max-height: 140px; } }
@media (min-width: 1366px) {
  .success-story-gutter .flip-list li.active {
    width: calc(100% - 420px); } }
@media (min-width: 1024px) and (max-width: 1365px) {
  .success-story-gutter .flip-list li.active {
    width: calc(100% - 380px); } }
@media (max-width: 1023px) {
  .success-story-gutter .flip-list li.active {
    max-height: 800px; } }
.success-story-gutter .flip-list li.active .close-data {
  max-height: 0; }
.success-story-gutter .flip-list li:not(.active) .active-data {
  max-height: 0; }
.success-story-gutter .flip-list li:not(.active) .close-data {
  min-height: 140px; }
.success-story-gutter .flip-list li.twoway .ember {
  background: #2279ac; }
  .success-story-gutter .flip-list li.twoway .ember .active-data:before {
    background: url(../svg/twoway-watter.svg) no-repeat 25% 50%; }
.success-story-gutter .flip-list li.delhimetro .ember {
  background: #eb3c38; }
  .success-story-gutter .flip-list li.delhimetro .ember .active-data:before {
    background: url(../svg/delhimetro-watter.svg) no-repeat 30% 85%; }
.success-story-gutter .flip-list li.budgut .ember {
  background: #f3a90f; }
  .success-story-gutter .flip-list li.budgut .ember .active-data:before {
    background: url(../svg/budgut-watter.svg) no-repeat 25% 50%; }
.success-story-gutter .flip-list li .close-data {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .success-story-gutter .flip-list li .close-data i.svg.twoway-icon {
    width: 164px;
    height: 58px;
    background-position: -133px -1775px; }
  .success-story-gutter .flip-list li .close-data i.svg.delhimetro-icon {
    width: 112px;
    height: 122px;
    background-position: -132px -1846px; }
  .success-story-gutter .flip-list li .close-data i.svg.budgut-icon {
    width: 116px;
    height: 115px;
    background-position: -132px -1982px; }
  @media (max-width: 1023px) {
    .success-story-gutter .flip-list li .close-data i.svg {
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6); } }
.success-story-gutter .flip-list li .active-data {
  height: 100%;
  padding: 0 22px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .success-story-gutter .flip-list li .active-data {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .success-story-gutter .flip-list li .active-data:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute; }
  .success-story-gutter .flip-list li .active-data .cnt {
    height: 100%;
    max-width: 310px;
    color: #fff;
    font-weight: 300;
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (min-width: 1024px) {
      .success-story-gutter .flip-list li .active-data .cnt {
        padding: 60px 0 50px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .success-story-gutter .flip-list li .active-data .cnt {
        padding: 50px 0; } }
    @media (max-width: 767px) {
      .success-story-gutter .flip-list li .active-data .cnt {
        padding: 36px 0;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .success-story-gutter .flip-list li .active-data .cnt {
        margin-right: 90px; } }
    @media (min-width: 1024px) and (max-width: 1200px) {
      .success-story-gutter .flip-list li .active-data .cnt {
        margin-right: 40px; } }
    .success-story-gutter .flip-list li .active-data .cnt h2 {
      color: #fff;
      margin-bottom: 30px;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .success-story-gutter .flip-list li .active-data .cnt h2 {
          font-size: 34px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .success-story-gutter .flip-list li .active-data .cnt h2 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .success-story-gutter .flip-list li .active-data .cnt h2 {
          font-size: 28px;
          margin-bottom: 22px; } }
    @media (min-width: 1024px) {
      .success-story-gutter .flip-list li .active-data .cnt .ins {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .success-story-gutter .flip-list li .active-data .cnt .ins {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .success-story-gutter .flip-list li .active-data .cnt .ins {
        font-size: 15px; } }
    .success-story-gutter .flip-list li .active-data .cnt .ins h3 {
      color: #fff;
      font-weight: 400;
      font-family: "Heebo", sans-serif; }
      @media (min-width: 1024px) {
        .success-story-gutter .flip-list li .active-data .cnt .ins h3 {
          font-size: 25px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .success-story-gutter .flip-list li .active-data .cnt .ins h3 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .success-story-gutter .flip-list li .active-data .cnt .ins h3 {
          font-size: 20px; } }
    .success-story-gutter .flip-list li .active-data .cnt .ins i.svg {
      margin: 16px 0 30px; }
      .success-story-gutter .flip-list li .active-data .cnt .ins i.svg.twoway-icon {
        width: 114px;
        height: 42px;
        background-position: -2px -1776px; }
      .success-story-gutter .flip-list li .active-data .cnt .ins i.svg.delhimetro-icon {
        width: 70px;
        height: 80px;
        background-position: -2px -1831px; }
      .success-story-gutter .flip-list li .active-data .cnt .ins i.svg.budgut-icon {
        width: 80px;
        height: 70px;
        background-position: -2px -1924px; }
    .success-story-gutter .flip-list li .active-data .cnt .view a {
      color: #fff;
      text-transform: uppercase;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .success-story-gutter .flip-list li .active-data .thumb {
    height: 100%;
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
@media (max-width: 767px) {
  .success-story-gutter .flip-list li {
    max-height: 100% !important; }
    .success-story-gutter .flip-list li .close-data {
      display: none !important; }
    .success-story-gutter .flip-list li .active-data {
      max-height: 100% !important; } }
@media (min-width: 768px) {
  .success-story-gutter .flip-list.not {
    display: block; }
    .success-story-gutter .flip-list.not li {
      width: 100% !important;
      height: auto;
      margin: 0 0 60px !important; }
      .success-story-gutter .flip-list.not li .ember {
        height: auto;
        background: #fff !important; }
      .success-story-gutter .flip-list.not li .close-data {
        max-height: 0 !important;
        display: none !important; }
      .success-story-gutter .flip-list.not li .active-data {
        max-height: none !important; }
        .success-story-gutter .flip-list.not li .active-data .cnt {
          height: auto;
          color: #6d6d6d; }
          .success-story-gutter .flip-list.not li .active-data .cnt h2 {
            color: #242a37; }
          .success-story-gutter .flip-list.not li .active-data .cnt h3 {
            color: #242a37; }
          .success-story-gutter .flip-list.not li .active-data .cnt .ins {
            height: auto; }
          .success-story-gutter .flip-list.not li .active-data .cnt .svg {
            display: none; }
          .success-story-gutter .flip-list.not li .active-data .cnt .view {
            margin-top: 30px; }
            .success-story-gutter .flip-list.not li .active-data .cnt .view a.btn {
              min-width: 110px;
              text-align: center;
              text-transform: none; }
      .success-story-gutter .flip-list.not li * {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition-delay: 0s !important;
        transition: none !important; } }

@media (max-width: 767px) {
  .success-story-gutter {
    overflow: hidden; } }
@media (max-width: 767px) {
  .success-story-gutter .heading-gutter.text-left {
    text-align: center !important; } }
.success-story-gutter .heading-gutter .view-action {
  top: 6px;
  right: 0;
  font-size: 15px;
  color: #7e7e7e;
  font-weight: 500;
  text-align: right;
  position: absolute;
  letter-spacing: 0.2px;
  text-transform: uppercase; }
  .success-story-gutter .heading-gutter .view-action span {
    display: block; }
    .success-story-gutter .heading-gutter .view-action span a {
      color: #d96f32;
      font-size: 14px;
      position: relative;
      margin-left: 28px;
      text-transform: uppercase; }
      .success-story-gutter .heading-gutter .view-action span a:hover {
        color: #086892; }
      .success-story-gutter .heading-gutter .view-action span a:first-child:before {
        width: 2px;
        height: 16px;
        top: -1px;
        bottom: 0;
        right: -18px;
        margin: auto;
        content: "";
        background: #ccc;
        position: absolute; }
  @media (max-width: 767px) {
    .success-story-gutter .heading-gutter .view-action {
      display: none; } }
.success-story-gutter .owl-carousel {
  margin-bottom: 22px; }
  .success-story-gutter .owl-carousel img {
    width: auto; }
.success-story-gutter .casestudy-item .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
.success-story-gutter .casestudy-item .cnt {
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  @media (min-width: 1024px) {
    .success-story-gutter .casestudy-item .cnt {
      margin-right: 16px;
      padding: 40px 45px 40px 54px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .success-story-gutter .casestudy-item .cnt {
      margin-right: 16px;
      padding: 32px; } }
  @media (max-width: 767px) {
    .success-story-gutter .casestudy-item .cnt {
      padding: 20px 30px 26px;
      margin: 12px 2px 0 2px; } }
  .success-story-gutter .casestudy-item .cnt h2 {
    font-size: 32px;
    margin: 0;
    font-weight: 700; }
  .success-story-gutter .casestudy-item .cnt h3 {
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 18px;
    font-weight: 500; }
  .success-story-gutter .casestudy-item .cnt .btn {
    margin-top: 14px; }
  .success-story-gutter .casestudy-item .cnt ul.links-list li {
    display: inline-block; }
    .success-story-gutter .casestudy-item .cnt ul.links-list li a {
      display: block;
      position: relative;
      margin-right: 12px; }
      .success-story-gutter .casestudy-item .cnt ul.links-list li a:before {
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        position: absolute; }
      .success-story-gutter .casestudy-item .cnt ul.links-list li a.ios-icon {
        width: 17px; }
        .success-story-gutter .casestudy-item .cnt ul.links-list li a.ios-icon:before {
          height: 30px;
          background-position: -21px -229px; }
      .success-story-gutter .casestudy-item .cnt ul.links-list li a.playstore-icon {
        width: 24px; }
        .success-story-gutter .casestudy-item .cnt ul.links-list li a.playstore-icon:before {
          height: 26px;
          background-position: -17px -263px; }
.success-story-gutter .casestudy-item.delhimetro-slide .cnt {
  background: #e11212; }
.success-story-gutter .casestudy-item.tecar-slide .cnt {
  background: #0c7d86; }
.success-story-gutter .casestudy-item.way-slide .cnt {
  background: #016da2; }
.success-story-gutter .casestudy-item.livecare-slide .cnt {
  background: #01b76c; }
.success-story-gutter .casestudy-item.budgyt-slide .cnt {
  background: #033154; }
.success-story-gutter .casestudy-item.ambivista-slide .cnt {
  background: #0d629e; }
.success-story-gutter .casestudy-item.sirved-slide .cnt {
  background: #430078; }
.success-story-gutter .casestudy-item.flashapp-slide .cnt {
  background: #212fea; }
.success-story-gutter .casestudy-item.petvibe-slide .cnt {
  background: #301f2f; }
.success-story-gutter .casestudy-item.triplinks-slide .cnt {
  background: #22bbb7; }
.success-story-gutter .casestudy-item.mysway-slide .cnt {
  background: #f69700; }
.success-story-gutter .casestudy-item.wasel-slide .cnt {
  background: #37bee8; }
.success-story-gutter .casestudy-item.damodar-slide .cnt {
  background: #e51b23; }
.success-story-gutter .casestudy-item.ourvalues-slide .cnt {
  background: #348fce; }
.success-story-gutter .casestudy-item.engineering-slide .cnt {
  background: #ff7811; }
.success-story-gutter .casestudy-item.veris-slide .cnt {
  background: #016da2; }
.success-story-gutter .casestudy-item.heatpump-slide .cnt {
  background: #6ab928; }
.success-story-gutter .casestudy-item.reorgresearch-slide .cnt {
  background: #344968; }
.success-story-gutter .casestudy-item.fitness-slide .cnt {
  background: #348fce; }
.success-story-gutter .casestudy-item.hytorc-slide .cnt {
  background: #0d1b2f; }
.success-story-gutter .casestudy-item.swapaloop-slide .cnt {
  background: #038de8; }
.success-story-gutter .casestudy-item.genorocity-slide .cnt {
  background: #77902e; }
.success-story-gutter .casestudy-item.sig-slide .cnt {
  background: #ef4035; }
.success-story-gutter .casestudy-item.fieldtitan-slide .cnt {
  background: #273352; }
.success-story-gutter .casestudy-item.budgyt-slide .cnt {
  background: #033154; }
.success-story-gutter .casestudy-item.eduventive-slide .cnt {
  background: #5c2f84; }
.success-story-gutter .casestudy-item.remotii-slide .cnt {
  background: #033669; }
.success-story-gutter .casestudy-item.shorepower-slide .cnt {
  background: #126334; }
.success-story-gutter .casestudy-item.safari-slide .cnt {
  background: #2f2f2f; }
.success-story-gutter .casestudy-item.cashcow-slide .cnt {
  background: #2d842f; }
.success-story-gutter .casestudy-item.mighty-slide .cnt {
  background: #fcb716; }
.success-story-gutter .casestudy-item.nischay-slide .cnt {
  background: #08689f; }
.success-story-gutter .casestudy-item.western-slide .cnt {
  background: #c2410b; }
.success-story-gutter .casestudy-item.flame-slide .cnt {
  background: #f00e07; }
.success-story-gutter .casestudy-item.peakenergy-slide .cnt {
  background: #6dc635; }
.success-story-gutter .casestudy-item.integria-slide .cnt {
  background: #f69321; }
.success-story-gutter .casestudy-item.ufit-slide .cnt {
  background: #f11c1b; }
.success-story-gutter .casestudy-item.xiii-slide .cnt {
  background: #3f2040; }
.success-story-gutter .casestudy-item.barks-slide .cnt {
  background: #111; }
.success-story-gutter .casestudy-item.supplements-slide .cnt {
  background: #057eb7; }
.success-story-gutter .casestudy-item.carma-slide .cnt {
  background: #fab816; }
.success-story-gutter .casestudy-item.brio-slide .cnt {
  background: #282735; }
.success-story-gutter .casestudy-item.onlywomen-slide .cnt {
  background: #282735; }

body:not(.home) .success-story-gutter .heading-gutter {
  text-align: center; }
@media (max-width: 767px) {
  body.home .heading-gutter {
    text-align: center; } }

.story-gutter .story-lists .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 767.98px) {
    .story-gutter .story-lists .box {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    .story-gutter .story-lists .box {
      padding: 85px 0;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .story-gutter .story-lists .box {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .story-gutter .story-lists .box .details {
      width: 360px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .story-gutter .story-lists .box .details {
      width: 270px; } }
  @media (max-width: 767.98px) {
    .story-gutter .story-lists .box .details {
      margin-bottom: 30px; } }
  .story-gutter .story-lists .box .details .cnt h3 {
    color: #242a37;
    margin-bottom: 18px;
    margin-top: 10px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .story-gutter .story-lists .box .details .cnt h3 {
        font-size: 32px; } }
    @media (max-width: 767.98px) {
      .story-gutter .story-lists .box .details .cnt h3 {
        font-size: 24px; } }
  .story-gutter .story-lists .box .details .cnt p {
    font-size: 16px;
    margin-bottom: 24px; }
  .story-gutter .story-lists .box .details .cnt .rd-mr {
    font-size: 15px;
    font-weight: 500; }
    .story-gutter .story-lists .box .details .cnt .rd-mr:not(:hover) {
      color: #FF9358; }
    .story-gutter .story-lists .box .details .cnt .rd-mr i {
      margin-left: 12px; }
    .story-gutter .story-lists .box .details .cnt .rd-mr:hover i {
      background-position: -35px -417px; }
  .story-gutter .story-lists .box .details .cnt .active-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 767.98px) {
      .story-gutter .story-lists .box .details .cnt .active-list {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin-top: 30px; } }
    @media (min-width: 768px) {
      .story-gutter .story-lists .box .details .cnt .active-list {
        margin-top: 40px; } }
    .story-gutter .story-lists .box .details .cnt .active-list p {
      color: #242a37; }
      @media (min-width: 1024px) {
        .story-gutter .story-lists .box .details .cnt .active-list p:not(:last-child) {
          margin-right: 54px; } }
      @media (min-width: 768px) and (max-width: 1023.98px) {
        .story-gutter .story-lists .box .details .cnt .active-list p:not(:last-child) {
          margin-right: 25px; } }
      @media (max-width: 767.98px) {
        .story-gutter .story-lists .box .details .cnt .active-list p:not(:last-child) {
          margin-right: 25px; } }
      .story-gutter .story-lists .box .details .cnt .active-list p span {
        display: block; }
        .story-gutter .story-lists .box .details .cnt .active-list p span.count {
          font-size: 25px;
          font-weight: 500;
          margin-bottom: 7px; }
        .story-gutter .story-lists .box .details .cnt .active-list p span.txt {
          font-size: 14px; }
  .story-gutter .story-lists .box .animated-items {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 1024px) {
      .story-gutter .story-lists .box .animated-items {
        width: calc(100% - 360px); } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .story-gutter .story-lists .box .animated-items {
        width: calc(100% - 270px); } }
    .story-gutter .story-lists .box .animated-items .bg-cirlay {
      background: #BDDDEF;
      border-radius: 100%;
      position: absolute;
      opacity: 0.3; }
      @media (min-width: 1024px) {
        .story-gutter .story-lists .box .animated-items .bg-cirlay {
          width: 500px;
          height: 500px; } }
      @media (max-width: 767.98px) {
        .story-gutter .story-lists .box .animated-items .bg-cirlay {
          display: none; } }
      @media (min-width: 768px) and (max-width: 1023.98px) {
        .story-gutter .story-lists .box .animated-items .bg-cirlay {
          width: 300px;
          height: 300px; } }
    .story-gutter .story-lists .box .animated-items .fig-box {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  .story-gutter .story-lists .box.right .bg-cirlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  @media (min-width: 1024px) {
    .story-gutter .story-lists .box.right .animated-items {
      padding-left: 95px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .story-gutter .story-lists .box.right .animated-items {
      padding-left: 50px; } }
  @media (max-width: 767.98px) {
    .story-gutter .story-lists .box.left {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .story-gutter .story-lists .box.left .bg-cirlay {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  @media (min-width: 1024px) {
    .story-gutter .story-lists .box.left .animated-items {
      padding-right: 95px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .story-gutter .story-lists .box.left .animated-items {
      padding-right: 50px; } }

@media (min-width: 1024px) {
  .clients-gutter {
    padding: 65px 0; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-gutter {
    padding: 55px 0; } }
@media (max-width: 767px) {
  .clients-gutter {
    padding: 40px 0;
    text-align: center; } }
@media (min-width: 768px) {
  .clients-gutter .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
@media (min-width: 1024px) {
  .clients-gutter .cnt {
    font-size: 18px;
    padding-right: 110px; } }
@media (max-width: 767px) {
  .clients-gutter .cnt {
    margin-bottom: 30px; } }
.clients-gutter .cnt h6 {
  color: #242a37;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 22px; }
  @media (min-width: 1024px) {
    .clients-gutter .cnt h6 {
      font-size: 32px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .clients-gutter .cnt h6 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .clients-gutter .cnt h6 {
      font-size: 28px; } }
.clients-gutter .cnt .counter {
  line-height: 1.05;
  font-weight: 700; }
  @media (min-width: 1024px) {
    .clients-gutter .cnt .counter {
      font-size: 70px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .clients-gutter .cnt .counter {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .clients-gutter .cnt .counter {
      font-size: 50px; } }
.clients-gutter .cnt .bold {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700; }
.clients-gutter .cnt .dec {
  margin-bottom: 22px; }
@media (min-width: 1024px) {
  .clients-gutter .data h4 {
    font-size: 32px;
    margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-gutter .data h4 {
    font-size: 30px;
    margin-bottom: 18px; } }
@media (max-width: 767px) {
  .clients-gutter .data h4 {
    font-size: 28px;
    margin-bottom: 16px; } }
.clients-gutter .container.sm {
  max-width: 730px; }

.partners-gutter {
  background: #F7FAFE; }
  @media (min-width: 1024px) {
    .partners-gutter {
      padding: 150px 0; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .partners-gutter {
      padding: 100px 0; } }
  @media (max-width: 767.98px) {
    .partners-gutter {
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    .partners-gutter .heading-gutter {
      font-size: 16px;
      max-width: 445px; } }
  @media (max-width: 1023px) {
    .partners-gutter .heading-gutter {
      font-size: 16px;
      text-align: center; } }
  @media (min-width: 1024px) {
    .partners-gutter [class*="col-"]:nth-child(1), .partners-gutter [class*="col-"]:nth-child(2), .partners-gutter [class*="col-"]:nth-child(3) {
      margin-bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .partners-gutter [class*="col-"]:nth-child(1) {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 50px; }
    .partners-gutter [class*="col-"]:nth-child(2), .partners-gutter [class*="col-"]:nth-child(3), .partners-gutter [class*="col-"]:nth-child(4), .partners-gutter [class*="col-"]:nth-child(5), .partners-gutter [class*="col-"]:nth-child(6), .partners-gutter [class*="col-"]:nth-child(7) {
      flex: 0 0 50%;
      max-width: 50%; }
    .partners-gutter [class*="col-"]:nth-child(2), .partners-gutter [class*="col-"]:nth-child(3), .partners-gutter [class*="col-"]:nth-child(4), .partners-gutter [class*="col-"]:nth-child(5) {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .partners-gutter [class*="col-"]:nth-child(1) {
      margin-bottom: 40px; }
    .partners-gutter [class*="col-"]:nth-child(2), .partners-gutter [class*="col-"]:nth-child(3), .partners-gutter [class*="col-"]:nth-child(4), .partners-gutter [class*="col-"]:nth-child(5) {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .partners-gutter [class*="col-"]:not(:first-child) {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) and (max-width: 460px) {
    .partners-gutter [class*="col-"]:not(:first-child) .box {
      height: 200px; }
      .partners-gutter [class*="col-"]:not(:first-child) .box i {
        transform: scale(0.8); } }
  @media (max-width: 767px) and (max-width: 375px) {
    .partners-gutter [class*="col-"]:not(:first-child) .box {
      height: 180px; } }

  @media (max-width: 460px) {
    .partners-gutter [class*="col-"]:not(:first-child) {
      padding: 0 10px; }
      .partners-gutter [class*="col-"]:not(:first-child):nth-child(2), .partners-gutter [class*="col-"]:not(:first-child):nth-child(3), .partners-gutter [class*="col-"]:not(:first-child):nth-child(4), .partners-gutter [class*="col-"]:not(:first-child):nth-child(5) {
        margin-bottom: 20px; } }
  .partners-gutter [class*="col-"] .box {
    max-width: 254px;
    height: 254px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /*&:hover {
      i {
        &.aws-partner-icon {
          background-position: -13px -159px;
        }
        &.microsoft-partner-icon {
          background-position: -25px -455px;
        }
        &.iso-9001-icon {
          background-position: -3px -1088px;
        }
        &.iso27001-icon {
          background-position: -16px -739px;
        }
        &.nasscom-member-icon {
          background-position: -16px -1381px;
        }
        &.clutch-b2b-icon {
          background-position: -19px -1629px;
        }
      }
    }*/ }
    .partners-gutter [class*="col-"] .box .hover-data {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      z-index: 3;
      text-align: center;
      position: absolute;
      overflow: hidden;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .partners-gutter [class*="col-"] .box .hover-data .data {
        width: 100%;
        height: 100%;
        color: #fff;
        display: block; }
        @media (max-width: 767px) {
          .partners-gutter [class*="col-"] .box .hover-data .data {
            font-size: 13px;
            line-height: 1.4; } }
        .partners-gutter [class*="col-"] .box .hover-data .data:after {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 8;
          content: "";
          opacity: 0.92;
          position: absolute;
          background: #ff8d59;
          background: -moz-linear-gradient(left, #ff8d59 0%, #ffb053 100%);
          background: -webkit-linear-gradient(left, #ff8d59 0%, #ffb053 100%);
          background: linear-gradient(to right, #ff8d59 0%, #ffb053 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d59', endColorstr='#ffb053',GradientType=1); }
        .partners-gutter [class*="col-"] .box .hover-data .data p {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 10;
          padding: 15px;
          margin: 0;
          position: absolute;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -moz-transform: translateY(100px);
          -o-transform: translateY(100px);
          -ms-transform: translateY(100px);
          -webkit-transform: translateY(100px);
          transform: translateY(100px); }
      .partners-gutter [class*="col-"] .box .hover-data:hover {
        opacity: 1; }
        .partners-gutter [class*="col-"] .box .hover-data:hover .data p {
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          -ms-transform: translateY(0);
          -webkit-transform: translateY(0);
          transform: translateY(0); }
    .partners-gutter [class*="col-"] .box i {
      position: relative;
      display: inline-block; }
      .partners-gutter [class*="col-"] .box i.aws-partner-icon {
        width: 158px;
        height: 154px;
        background-position: 19px -154px; }
      .partners-gutter [class*="col-"] .box i.microsoft-partner-icon {
        width: 136px;
        height: 90px;
        background-position: 0px -479px; }
      .partners-gutter [class*="col-"] .box i.iso-9001-icon {
        min-width: 180px;
        height: 153px;
        background-position: 13px -1124px; }
      .partners-gutter [class*="col-"] .box i.iso27001-icon {
        width: 153px;
        height: 153px;
        background-position: 0px -1477px; }
      .partners-gutter [class*="col-"] .box i.nasscom-member-icon {
        width: 151px;
        height: 34px;
        background-position: 0px -601px; }
      .partners-gutter [class*="col-"] .box i.clutch-b2b-icon {
        width: 149px;
        height: 158px;
        background-position: -1px -760px; }

.blog-gutter {
  overflow: hidden; }
  .blog-gutter .heading-gutter {
    text-align: center; }
    .blog-gutter .heading-gutter .more {
      top: 16px;
      right: 0;
      line-height: 1;
      position: absolute;
      padding-right: 12px; }
      @media (max-width: 767px) {
        .blog-gutter .heading-gutter .more {
          display: none; } }
      .blog-gutter .heading-gutter .more:before {
        width: 6px;
        height: 11px;
        right: 0;
        background-position: -1px -101px; }
      .blog-gutter .heading-gutter .more:hover:before {
        background-position: -10px -101px; }
  .blog-gutter .blog-row {
    margin: 0 -30px; }
    .blog-gutter .blog-row .item {
      padding: 0 30px; }
      .blog-gutter .blog-row .item .box {
        color: #000;
        display: block;
        overflow: hidden;
        position: relative;
        margin: 6px 0 10px 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -moz-transition: 0.45s;
        -o-transition: 0.45s;
        -webkit-transition: 0.45s;
        transition: 0.45s;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08); }
        .blog-gutter .blog-row .item .box figure {
          overflow: hidden;
          position: relative; }
          .blog-gutter .blog-row .item .box figure:before {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            content: "";
            z-index: 1;
            opacity: 0;
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            -moz-transition: 0.45s;
            -o-transition: 0.45s;
            -webkit-transition: 0.45s;
            transition: 0.45s; }
          .blog-gutter .blog-row .item .box figure img {
            width: 100%;
            -moz-transition: 0.45s;
            -o-transition: 0.45s;
            -webkit-transition: 0.45s;
            transition: 0.45s; }
        .blog-gutter .blog-row .item .box .cnt {
          padding: 20px;
          position: relative;
          z-index: 1; }
          .blog-gutter .blog-row .item .box .cnt span.heading {
            height: 56px;
            overflow: hidden;
            display: block;
            font-size: 20px;
            color: #242a37;
            font-weight: 500;
            line-height: 1.4;
            margin-bottom: 8px; }
        .blog-gutter .blog-row .item .box .hover-data {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          opacity: 0;
          z-index: 3;
          text-align: center;
          position: absolute;
          overflow: hidden;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .blog-gutter .blog-row .item .box .hover-data a {
            width: 100%;
            height: 100%;
            color: #fff;
            display: block; }
            .blog-gutter .blog-row .item .box .hover-data a:after {
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              z-index: 8;
              content: "";
              position: absolute;
              background: #ff8d59;
              background: -moz-linear-gradient(left, #ff8d59 0%, #ffb053 100%);
              background: -webkit-linear-gradient(left, #ff8d59 0%, #ffb053 100%);
              background: linear-gradient(to right, #ff8d59 0%, #ffb053 100%);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d59', endColorstr='#ffb053',GradientType=1); }
            .blog-gutter .blog-row .item .box .hover-data a .data {
              left: 0;
              right: 0;
              top: 50%;
              z-index: 10;
              padding: 0 15px;
              position: absolute;
              -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
              .blog-gutter .blog-row .item .box .hover-data a .data span {
                display: block;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }
                .blog-gutter .blog-row .item .box .hover-data a .data span.heading {
                  margin-bottom: 22px;
                  -moz-transform: translateX(200px);
                  -o-transform: translateX(200px);
                  -ms-transform: translateX(200px);
                  -webkit-transform: translateX(200px);
                  transform: translateX(200px); }
                .blog-gutter .blog-row .item .box .hover-data a .data span.view {
                  position: relative;
                  margin-left: 6px;
                  -moz-transform: translateX(-200px);
                  -o-transform: translateX(-200px);
                  -ms-transform: translateX(-200px);
                  -webkit-transform: translateX(-200px);
                  transform: translateX(-200px); }
                  .blog-gutter .blog-row .item .box .hover-data a .data span.view:after {
                    top: 1px;
                    width: 22px;
                    height: 13px;
                    content: "";
                    margin-left: 6px;
                    position: relative;
                    display: inline-block;
                    background-position: -68px -1511px; }
          .blog-gutter .blog-row .item .box .hover-data:hover {
            opacity: 1; }
            .blog-gutter .blog-row .item .box .hover-data:hover a:after {
              opacity: 1; }
            .blog-gutter .blog-row .item .box .hover-data:hover a .data span {
              -moz-transform: translateY(0);
              -o-transform: translateY(0);
              -ms-transform: translateY(0);
              -webkit-transform: translateY(0);
              transform: translateY(0); }
        .blog-gutter .blog-row .item .box:hover figure:before {
          opacity: 1; }
        .blog-gutter .blog-row .item .box:hover figure img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
  .blog-gutter:not(.change) {
    padding: 20px 0 !important; }
    .blog-gutter:not(.change) .heading-gutter h3, .blog-gutter:not(.change) .heading-gutter h2, .blog-gutter:not(.change) .heading-gutter p {
      display: none; }
    .blog-gutter:not(.change) .blog-row {
      display: none; }
    .blog-gutter:not(.change) .shblog {
      top: -38px; }

.testimonials-gutter {
  overflow: hidden;
  text-align: center; }
  .testimonials-gutter .container.small .heading-gutter {
    padding-bottom: 12px; }
  .testimonials-gutter .container:not(.small) .heading-gutter {
    font-size: 14px;
    color: #1983b1;
    font-weight: 600;
    font-family: "SF-Pro", sans-serif; }
    .testimonials-gutter .container:not(.small) .heading-gutter p {
      letter-spacing: 0.5px;
      text-transform: uppercase; }
  .testimonials-gutter .container:not(.small) .testimonial-slider .item {
    margin: 10px;
    color: #242a37;
    padding: 32px 30px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .testimonials-gutter .container:not(.small) .testimonial-slider .item figure {
      height: 100px;
      width: 100px;
      overflow: hidden;
      margin: 0 auto 40px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      background: url(../jpg/clients-thumb.jpg) no-repeat center top; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item figure.james {
        background-position: 0px 0px; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item figure.gudmundur {
        background-position: -104px 0px; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item figure.massimo {
        background-position: -204px -2px; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item figure.eric {
        background-position: -306px -1px; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item figure.tim {
        background-position: 0px -120px; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item figure.paul {
        background-position: -102px -120px; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item figure.bryan {
        background-position: -206px -120px; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item figure.lamarcus {
        background-position: -306px -121px; }
    .testimonials-gutter .container:not(.small) .testimonial-slider .item .dec {
      position: relative;
      min-height: 200px; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item .dec:before {
        width: 60px;
        height: 50px;
        left: -14px;
        top: -24px;
        content: "";
        position: absolute;
        background-position: -54px -1528px; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item .dec:after {
        width: 34px;
        height: 2px;
        left: 0;
        right: 0;
        bottom: -20px;
        content: "";
        margin: auto;
        position: absolute;
        background: #ff9358; }
    .testimonials-gutter .container:not(.small) .testimonial-slider .item h5 {
      font-size: 18px;
      font-weight: 400;
      margin-top: 50px;
      margin-bottom: 0;
      font-family: "Heebo", sans-serif; }
      .testimonials-gutter .container:not(.small) .testimonial-slider .item h5 span {
        display: block;
        font-size: 15px;
        color: #a0a0a0;
        padding-top: 8px; }
  .testimonials-gutter .container.small {
    max-width: 880px; }
    .testimonials-gutter .container.small .testimonial-slider .item {
      margin: 10px auto 20px;
      color: #242a37;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .testimonials-gutter .container.small .testimonial-slider .item .box {
        margin: 0 auto;
        padding: 32px 30px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
        @media (min-width: 1024px) {
          .testimonials-gutter .container.small .testimonial-slider .item .box {
            max-width: 690px;
            padding: 32px 60px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .testimonials-gutter .container.small .testimonial-slider .item .box {
            max-width: 580px;
            padding: 32px 30px; } }
      .testimonials-gutter .container.small .testimonial-slider .item figure {
        height: 100px;
        width: 100px;
        overflow: hidden;
        margin: 0 auto 40px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        background: url(../jpg/clients-thumb.jpg) no-repeat center top; }
        .testimonials-gutter .container.small .testimonial-slider .item figure.james {
          background-position: 0px 0px; }
        .testimonials-gutter .container.small .testimonial-slider .item figure.gudmundur {
          background-position: -104px 0px; }
        .testimonials-gutter .container.small .testimonial-slider .item figure.massimo {
          background-position: -204px -2px; }
        .testimonials-gutter .container.small .testimonial-slider .item figure.eric {
          background-position: -306px -1px; }
        .testimonials-gutter .container.small .testimonial-slider .item figure.tim {
          background-position: 0px -120px; }
        .testimonials-gutter .container.small .testimonial-slider .item figure.paul {
          background-position: -102px -120px; }
        .testimonials-gutter .container.small .testimonial-slider .item figure.bryan {
          background-position: -206px -120px; }
        .testimonials-gutter .container.small .testimonial-slider .item figure.lamarcus {
          background-position: -306px -121px; }
      .testimonials-gutter .container.small .testimonial-slider .item .dec {
        position: relative;
        padding-bottom: 38px; }
        .testimonials-gutter .container.small .testimonial-slider .item .dec:before {
          width: 60px;
          height: 50px;
          left: -14px;
          top: -24px;
          content: "";
          position: absolute;
          background-position: -54px -1528px; }
      .testimonials-gutter .container.small .testimonial-slider .item h5 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 50px;
        margin-bottom: 0;
        font-family: "Heebo", sans-serif; }
        .testimonials-gutter .container.small .testimonial-slider .item h5 span {
          display: block;
          font-size: 15px;
          color: #a0a0a0;
          padding-top: 8px; }
    .testimonials-gutter .container.small .testimonial-slider .owl-nav {
      top: 40% !important; }

/*.testimonials-gutter {
  overflow: hidden;
  text-align: center;
  .heading-gutter {
    font-size: 16px;
    p {
      letter-spacing: 1px;
      a {
        color: #7e7e7e;
        position: relative;
        &:before {
          left: 2px;
          bottom: 0;
          right: 2px;
          height: 1px;
          content: "";
          position: absolute;
          background: rgba(0, 0, 0, 0.4);
        }
        &:hover {
          &:before {
            width: 0;
          }
        }
      }
    }
  }
  .testimonial-slider {
    .client-data {
      .dec {
        font-size: 18px;
        @media (min-width: 1024px) {
          padding: 0 145px;
        }
        p {
          position: relative;
          &:after {
            width: 50px;
            height: 2px;
            left: 0;
            right: 0;
            bottom: -20px;
            content: "";
            margin: auto;
            position: absolute;
            background: $hover-color;
          }
          &:before {
            width: 38px;
            height: 32px;
            left: -8px;
            top: 8px;
            content: "";
            opacity: 0.12;
            position: relative;
            display: inline-block;
            background: url(../img/sprites.svg?v=2.20) no-repeat -77px -1px;
          }
        }
        h5 {
          font-size: 18px;
          font-weight: 500;
          margin-top: 50px;
          margin-bottom: 20px;
          span {
            display: block;
            font-size: 16px;
            color: #a0a0a0;
            padding-top: 8px;
          }
        }
      }
      .name {
        margin-top: 240px;
        padding: 4px;
        border-radius: 100px;
        border: 1px solid #fff;
        filter: grayscale(100%);
        opacity: 0.5;
      }
    }
    .client-pic {
      margin: 0 auto;
      max-width: 750px;
      position: relative;
      @media (min-width: 700px) {
        &:before {
          width: 100px;
          height: 100%;
          left: -70px;
          bottom: 0;
          top: 0;
          content: "";
          margin: auto;
          background: #fff;
          position: absolute;
          -webkit-filter: blur(6px);
          filter: blur(6px);
          z-index: 1;
        }
        &:after {
          content: "";
          right: -70px;
          top: 0;
          width: 100px;
          height: 100%;
          background: #fff;
          position: absolute;
          -webkit-filter: blur(6px);
          filter: blur(6px);
          z-index: 1;
        }
      }
      figure {
        border-radius: 100px;
        overflow: hidden;
        height: 100px;
        width: 100px;
        position: relative;
        border: 4px solid #fff;
        margin: 5px auto;
        cursor: pointer;
        filter: grayscale(100%);
        opacity: 0.5;
        cursor: pointer;
        background: url(../img/clients-thumb.jpg) no-repeat center top;

        &.james-mccoy {
          background-position: 0px 0px;
        }
        &.gudmundur {
          background-position: -104px 0px;
        }
        &.massimo-barone {
          background-position: -204px -2px;
        }
        &.eric-shufro {
          background-position: -306px -1px;
        }
        &.tim-marsh {
          background-position: 0px -120px;
        }
        &.paul {
          background-position: -102px -120px;
        }
        &.bryan-bruce {
          background-position: -206px -120px;
        }
        &.lamarcus-bolton {
          background-position: -306px -121px;
        }
      }
      .owl-item {
        &.center {
          figure {
            filter: none;
            opacity: 1;
            box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
          }
        }
      }
    }
  }
  &.nois {
    .testimonial-slider {
      .client-pic {
        @media (min-width: 700px) {
          &:before,
          &:after {
            background: #f7f7f7;
          }
        }
      }
    }
  }
}
*/
.approach-gutter {
  text-align: center; }
  .approach-gutter .step-box .data-row {
    position: relative; }
    @media (min-width: 768px) {
      .approach-gutter .step-box .data-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    @media (min-width: 768px) {
      .approach-gutter .step-box .data-row.reverse {
        flex-direction: row-reverse; } }
    @media (min-width: 768px) {
      .approach-gutter .step-box .data-row .canvas {
        width: calc(50% - 100px);
        min-height: 100%; } }
    @media (max-width: 767px) {
      .approach-gutter .step-box .data-row .canvas {
        padding-top: 82px; } }
    .approach-gutter .step-box .data-row .canvas .box {
      width: 246px;
      height: 226px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px; }
      @media (min-width: 768px) {
        .approach-gutter .step-box .data-row .canvas .box {
          margin: 12px auto 84px; } }
      @media (max-width: 767px) {
        .approach-gutter .step-box .data-row .canvas .box {
          margin: 12px auto 20px; } }
    .approach-gutter .step-box .data-row .step {
      width: 200px;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 767px) {
        .approach-gutter .step-box .data-row .step {
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          position: absolute; } }
      .approach-gutter .step-box .data-row .step:before {
        width: 6px;
        left: 0;
        right: 0;
        top: 50px;
        bottom: 2px;
        content: "";
        margin: auto;
        position: absolute;
        background: url(../svg/lines.svg) repeat-y 0 0; }
        @media (max-width: 767px) {
          .approach-gutter .step-box .data-row .step:before {
            bottom: auto;
            height: 40px; } }
      .approach-gutter .step-box .data-row .step span {
        width: 46px;
        height: 46px;
        color: #fff;
        margin: 0 auto;
        font-size: 26px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
    .approach-gutter .step-box .data-row .cnt {
      max-width: 500px;
      text-align: left; }
      @media (min-width: 768px) {
        .approach-gutter .step-box .data-row .cnt {
          width: calc(50% - 100px);
          min-height: 100%; } }
      @media (max-width: 767px) {
        .approach-gutter .step-box .data-row .cnt {
          padding: 20px;
          margin: 0 auto 40px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          border: 1px solid #e8e8e8; } }
      .approach-gutter .step-box .data-row .cnt .heading {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 8px; }
    .approach-gutter .step-box .data-row.secondary .canvas .box {
      box-shadow: 0px 0px 6px rgba(4, 140, 207, 0.2); }
      @media (min-width: 768px) {
        .approach-gutter .step-box .data-row.secondary .canvas .box {
          float: right; } }
    .approach-gutter .step-box .data-row.secondary .step span {
      background: #086892; }
    .approach-gutter .step-box .data-row.secondary .cnt .heading {
      color: #086892; }
    .approach-gutter .step-box .data-row.primary .canvas .box {
      box-shadow: 0px 0px 6px rgba(255, 171, 84, 0.3); }
      @media (min-width: 768px) {
        .approach-gutter .step-box .data-row.primary .canvas .box {
          float: left; } }
    .approach-gutter .step-box .data-row.primary .step span {
      background: #ff9258; }
    .approach-gutter .step-box .data-row.primary .cnt .heading {
      color: #ff9258; }

.consultation-gutter .heading-gutter {
  text-align: center; }
  .consultation-gutter .heading-gutter h2 {
    color: #242a37; }
.consultation-gutter .form .ins {
  max-width: 920px;
  margin: 0 auto; }
  .consultation-gutter .form .ins .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px; }
  .consultation-gutter .form .ins .bottom {
    max-width: 100% !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 767px) {
      .consultation-gutter .form .ins .bottom {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 768px) {
      .consultation-gutter .form .ins .bottom .quiz {
        padding: 0 15px; }
        .consultation-gutter .form .ins .bottom .quiz .form-control {
          max-width: 90px; } }
    .consultation-gutter .form .ins .bottom .quiz label {
      margin-bottom: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .consultation-gutter .form .ins .bottom .quiz .wpcf7-quiz-label {
      opacity: 0.6;
      margin-right: 12px;
      white-space: nowrap; }
    .consultation-gutter .form .ins .bottom .action {
      position: relative; }
      @media (min-width: 768px) {
        .consultation-gutter .form .ins .bottom .action {
          padding: 0 15px; } }
      .consultation-gutter .form .ins .bottom .action .btn {
        min-width: 242px; }
  .consultation-gutter .form .ins .consultation-home-footer {
    text-align: center; }
.consultation-gutter .fin-offices {
  text-align: center; }
  @media (min-width: 1024px) {
    .consultation-gutter .fin-offices {
      padding-top: 80px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .consultation-gutter .fin-offices {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .consultation-gutter .fin-offices {
      padding-top: 40px; } }
  .consultation-gutter .fin-offices .office {
    color: #242a37;
    font-size: 14px; }
    @media (max-width: 767px) {
      .consultation-gutter .fin-offices .office {
        margin: 12px 0; } }
    .consultation-gutter .fin-offices .office span {
      display: block;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 4px; }
.consultation-gutter .form-list li {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .consultation-gutter .form-list li h3 {
      position: relative;
      cursor: pointer; }
      .consultation-gutter .form-list li h3:after {
        content: "";
        width: 18px;
        height: 12px;
        background-position: -179px -7060px;
        position: absolute;
        right: 0;
        top: 5px; }
    .consultation-gutter .form-list li p {
      max-height: 0;
      overflow: hidden;
      transition: .5s; }
    .consultation-gutter .form-list li.open {
      transform: rotate(180deg); }
      .consultation-gutter .form-list li.open p {
        max-height: 100px;
        margin-bottom: 10px; } }
.consultation-gutter.no {
  margin-bottom: 40px; }

.cform .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 16px; }
.cform .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 767px) {
    .cform .bottom {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 768px) {
    .cform .bottom .quiz {
      padding: 0 15px; }
      .cform .bottom .quiz .form-control {
        max-width: 90px; } }
  .cform .bottom .quiz label {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .cform .bottom .quiz .wpcf7-quiz-label {
    opacity: 0.6;
    margin-right: 12px;
    white-space: nowrap; }
  .cform .bottom .action {
    position: relative; }
    @media (min-width: 768px) {
      .cform .bottom .action {
        padding: 0 15px; } }
    .cform .bottom .action .btn {
      min-width: 242px; }

@media (max-width: 767px) {
  .consultation-gutter .form-list li.open {
    transform: rotate(0) !important; } }
.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: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      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: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .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 {
      content: "";
      width: 27px;
      height: 27px;
      background-position: -46px -7203px;
      position: absolute;
      right: 0;
      top: 19px; }
  .faq-box .toggle .toggle-box {
    padding: 0px;
    max-height: 0;
    overflow: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    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: -74px -7203px; }
  .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 {
  overflow: visible !important; }
  @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: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif; }
    @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-left: 18px;
    margin-bottom: 12px; }
    .faq-gutter ul.bullet-list li {
      list-style-type: disc; }
      .faq-gutter ul.bullet-list li:not(:last-child) {
        margin-bottom: 8px; }
  .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; }

header.page-header {
  top: 0;
  width: 100%;
  z-index: 9; }
  @media (min-width: 768px) {
    header.page-header {
      height: 86px;
      position: absolute; } }
  @media (max-width: 767px) {
    header.page-header {
      height: 74px;
      position: fixed; } }
  header.page-header > .container {
    height: 100%; }
  header.page-header .fxc {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    header.page-header .fxc .logo {
      position: relative; }
      @media (max-width: 1023px) {
        header.page-header .fxc .logo {
          z-index: 99; } }
    header.page-header .fxc nav.header-nav {
      z-index: 2; }
      @media (min-width: 1024px) {
        header.page-header .fxc nav.header-nav {
          padding-right: 6px;
          width: 100%;
          max-width: calc(100% - 290px);
          display: flex;
          justify-content: flex-end; } }
      @media (min-width: 1024px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; } }
      @media (min-width: 1024px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu li .sub-menu {
          height: auto !important;
          display: inline-block !important;
          max-height: none !important;
          visibility: visible !important;
          opacity: 1 !important;
          margin: 0 !important;
          position: static !important;
          overflow: visible !important; } }
      header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a {
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        position: relative;
        text-transform: capitalize; }
        @media (min-width: 1024px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a {
            padding: 0 18px;
            letter-spacing: 0.4px; } }
      @media (max-width: 1023px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-head {
          display: none; } }
      @media (min-width: 1024px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu {
          position: absolute;
          left: 0;
          right: 0;
          background: #ffffff;
          display: none;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          border: 1px solid #E5E5E5;
          padding-left: 25%;
          padding-bottom: 23px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          visibility: hidden;
          opacity: 0; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li {
            display: inline-block;
            width: 33.33%;
            vertical-align: top; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-head {
              font-size: 24px;
              font-weight: 600;
              background: #F2F5F6;
              padding: 32px;
              line-height: normal;
              position: absolute;
              left: 0;
              top: 0;
              height: 100%;
              width: 25%;
              line-height: 29px; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-head .txt {
                float: right; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-head a {
                display: flex;
                align-items: center;
                font-size: 15px;
                font-weight: 500;
                margin-top: 10px;
                position: relative;
                color: #d96f32; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-head a:after {
                  width: 7px;
                  height: 7px;
                  content: "";
                  border-top: 2px solid #d96f32;
                  border-left: 2px solid #d96f32;
                  transform: rotate(138deg);
                  position: relative;
                  left: 4px;
                  top: 1px; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-head a i.arr-right {
                  width: 6px;
                  height: 10px;
                  background-position: -10px -101px;
                  vertical-align: middle;
                  margin-left: 12px; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-head a:hover {
                  color: #045fcf; }
                  header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-head a:hover:after {
                    border-color: #045fcf; }
                  header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-head a:hover i.arr-right {
                    background-position: -1px -101px; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.bold-menu {
              padding: 0px 36px; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.bold-menu > a {
                font-size: 15px;
                font-weight: 600;
                color: #393939;
                line-height: 30px; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.bold-menu > a:hover {
                  color: #d96f32; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li:not(.bold-menu):not(.menu-head) {
              border-bottom: 1px solid #E8E8E8;
              margin-bottom: 20px; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li:not(.bold-menu):not(.menu-head) a {
                display: block;
                padding: 5px 0px; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-item-has-children {
              padding: 26px 36px 20px; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-item-has-children > a {
                font-size: 15px;
                font-weight: 600;
                color: #393939; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-item-has-children > a:hover {
                  color: #d96f32; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-item-has-children > .sub-menu li:not(.bold-menu) a {
                font-size: 14px;
                color: #393939; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu > a ~ .sub-menu > li.menu-item-has-children > .sub-menu li:not(.bold-menu) a:hover {
                  color: #d96f32; } }
      header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.full-menu:hover > .sub-menu {
        visibility: visible;
        opacity: 1; }
      @media (min-width: 1024px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu li .sub-menu {
          height: auto !important;
          display: inline-block !important;
          max-height: none !important;
          visibility: visible !important;
          opacity: 1 !important;
          margin: 0 !important;
          position: static !important;
          overflow: visible !important; } }
      header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a {
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        position: relative;
        text-transform: capitalize; }
        @media (min-width: 1024px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a {
            padding: 0 18px;
            letter-spacing: 0.4px; } }
      @media (max-width: 1023px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-head {
          display: none; } }
      @media (min-width: 1024px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu {
          position: absolute;
          left: 0;
          right: 0;
          background: #ffffff;
          display: none;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          border: 1px solid #E5E5E5;
          padding-left: 25%;
          padding-bottom: 23px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          visibility: hidden;
          opacity: 0; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li {
            display: inline-block;
            width: 33.33%;
            vertical-align: top; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-head {
              font-size: 24px;
              font-weight: 600;
              background: #F2F5F6;
              padding: 32px;
              line-height: normal;
              position: absolute;
              left: 0;
              top: 0;
              height: 100%;
              width: 25%;
              line-height: 29px; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-head .txt {
                float: right; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-head a {
                display: flex;
                align-items: center;
                font-size: 15px;
                font-weight: 500;
                margin-top: 10px;
                position: relative;
                color: #d96f32; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-head a:after {
                  width: 7px;
                  height: 7px;
                  content: "";
                  border-top: 2px solid #d96f32;
                  border-left: 2px solid #d96f32;
                  transform: rotate(138deg);
                  position: relative;
                  left: 4px;
                  top: 1px; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-head a i.arr-right {
                  width: 6px;
                  height: 10px;
                  background-position: -10px -101px;
                  vertical-align: middle;
                  margin-left: 12px; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-head a:hover {
                  color: #045fcf; }
                  header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-head a:hover:after {
                    border-color: #045fcf; }
                  header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-head a:hover i.arr-right {
                    background-position: -1px -101px; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.bold-menu {
              padding: 0px 36px; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.bold-menu > a {
                font-size: 15px;
                font-weight: 600;
                color: #393939;
                line-height: 30px; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.bold-menu > a:hover {
                  color: #d96f32; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li:not(.bold-menu):not(.menu-head) {
              border-bottom: 1px solid #E8E8E8;
              margin-bottom: 20px; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li:not(.bold-menu):not(.menu-head) a {
                display: block;
                padding: 5px 0px; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-item-has-children {
              padding: 26px 36px 20px;
              width: 100%; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-item-has-children .sub-menu {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                display: flex !important; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-item-has-children .sub-menu li {
                  width: 33.33%; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-item-has-children > a {
                font-size: 15px;
                font-weight: 600;
                color: #393939; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-item-has-children > a:hover {
                  color: #d96f32; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-item-has-children > .sub-menu li:not(.bold-menu) a {
                font-size: 14px;
                color: #393939; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu > a ~ .sub-menu > li.menu-item-has-children > .sub-menu li:not(.bold-menu) a:hover {
                  color: #d96f32; } }
      header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.h-menu:hover > .sub-menu {
        visibility: visible;
        opacity: 1; }
      header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu) {
        position: relative; }
        @media (min-width: 1024px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).small-menu {
            line-height: 86px; } }
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu) > a {
          font-size: 15px;
          font-weight: 500;
          cursor: pointer;
          position: relative;
          text-transform: capitalize; }
          @media (min-width: 1024px) {
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu) > a {
              padding: 0 18px;
              letter-spacing: 0.4px; } }
        @media (min-width: 1024px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children {
            position: relative; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu {
              width: 240px;
              max-height: none !important;
              margin: 0;
              display: none;
              padding: 10px 0 10px 16px;
              visibility: hidden;
              opacity: 1;
              position: absolute;
              list-style: none;
              background: #fff;
              border: 1px solid #f2f2f2;
              -webkit-border-radius: 0 0 4px 4px;
              -moz-border-radius: 0 0 4px 4px;
              -ms-border-radius: 0 0 4px 4px;
              border-radius: 0 0 4px 4px;
              -moz-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
              -o-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
              -webkit-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
              transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li a {
                color: #212121;
                font-size: 13px;
                font-weight: 500;
                display: block;
                padding: 5px 0;
                padding-right: 16px; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li a:hover {
                  color: #d96f32; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li.menu-item-has-children > a {
                position: relative; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
                  content: "";
                  width: 0;
                  height: 0;
                  top: 11px;
                  right: 4px;
                  opacity: 0.75;
                  position: absolute;
                  border-width: 5px 6px;
                  border-style: solid;
                  border-color: transparent transparent transparent #111; } }
        @media (min-width: 1024px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu {
            top: 100%;
            left: 18px; } }
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children:hover .sub-menu {
          opacity: 1;
          display: block;
          max-height: 360px;
          visibility: visible;
          opacity: 1; }
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li {
          position: relative; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
            max-height: 0;
            visibility: hidden;
            opacity: 0; }
            @media (min-width: 1024px) {
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
                top: 0;
                left: 100%; } }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
            opacity: 1;
            display: block;
            max-height: 360px;
            visibility: visible;
            opacity: 1; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li.menu-item-has-children li.menu-item-has-children .sub-menu {
            top: 0;
            left: 100%;
            max-height: 0;
            visibility: hidden;
            opacity: 0; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:not(.full-menu):not(.h-menu).menu-item-has-children .sub-menu li.menu-item-has-children li.menu-item-has-children:hover .sub-menu {
            opacity: 1;
            display: block;
            max-height: 360px;
            visibility: visible;
            opacity: 1; }
      @media (max-width: 1023px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li {
          position: relative; } }
      @media (min-width: 1024px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li {
          position: static; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li:not(.services-menu) {
            line-height: normal; } }
      header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu .sub-menu {
        max-height: none !important; }
        @media (max-width: 1023px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu .sub-menu li a {
            max-width: calc(100% - 50px); } }
    header.page-header .fxc .header-contact {
      margin-left: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      header.page-header .fxc .header-contact .textwidget {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      header.page-header .fxc .header-contact a:not(.btn) {
        font-size: 14px;
        font-weight: 500;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-right: 30px;
        opacity: 0.8; }
        header.page-header .fxc .header-contact a:not(.btn) i {
          margin-right: 18px; }
        @media (max-width: 600px) {
          header.page-header .fxc .header-contact a:not(.btn) {
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            margin-right: 10px; }
            header.page-header .fxc .header-contact a:not(.btn) span {
              display: none; }
            header.page-header .fxc .header-contact a:not(.btn) i {
              margin-right: 0px; } }
        header.page-header .fxc .header-contact a:not(.btn):hover {
          opacity: 1; }
      @media (max-width: 600px) {
        header.page-header .fxc .header-contact a.btn {
          font-size: 13px;
          padding: 11px 7px 9px; } }
      header.page-header .fxc .header-contact .get-call {
        height: 36px;
        width: 36px;
        display: block;
        margin-right: 24px;
        position: relative;
        border: 1px solid;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        header.page-header .fxc .header-contact .get-call i.svg.phone-icon {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          position: absolute; }
        header.page-header .fxc .header-contact .get-call:hover {
          border-color: #ff9f56 !important;
          color: #fff;
          background: #F9742C; }
      header.page-header .fxc .header-contact .get-btn {
        z-index: 9; }
        @media (min-width: 768px) and (max-width: 1023px) {
          header.page-header .fxc .header-contact .get-btn {
            margin-right: 20px; } }
        @media (max-width: 767px) {
          header.page-header .fxc .header-contact .get-btn {
            display: none; } }
      @media (min-width: 1024px) {
        header.page-header .fxc .header-contact .menu-toggle {
          display: none; } }
      @media (max-width: 1023px) {
        header.page-header .fxc .header-contact .menu-toggle {
          width: 36px;
          height: 36px;
          z-index: 9;
          font-size: 0;
          margin-left: 16px;
          cursor: pointer;
          position: relative; }
          header.page-header .fxc .header-contact .menu-toggle:before, header.page-header .fxc .header-contact .menu-toggle:after {
            right: 0;
            left: 0;
            width: 26px;
            content: "";
            margin: auto;
            position: absolute;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          header.page-header .fxc .header-contact .menu-toggle:before {
            top: 16px;
            right: -7px;
            width: 19px;
            height: 2px;
            background: #222; }
          header.page-header .fxc .header-contact .menu-toggle:after {
            top: 7px;
            height: 20px;
            border-top: 2px solid #222;
            border-bottom: 2px solid #222; }
          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: 17px;
              width: 24px; }
            header.page-header .fxc .header-contact .menu-toggle.opened:before {
              right: -1px;
              background: #222;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            header.page-header .fxc .header-contact .menu-toggle.opened:after {
              border: 0;
              height: 2px;
              background: #222;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); } }
    @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
      header.page-header .fxc .header-contact .menu-toggle.opened {
        left: 18px; } }

    @media (max-width: 1023px) {
      header.page-header .fxc nav.header-nav {
        top: 0;
        height: 100%;
        right: -1200px;
        width: 100%;
        z-index: 91;
        position: fixed;
        background: #fff;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; } }
  @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    header.page-header .fxc nav.header-nav {
      width: 320px; } }
    @media (max-width: 1023px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container {
          padding-top: 70px; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu {
            max-height: calc(100vh - 60px);
            overflow: auto; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li a {
              font-size: 16px;
              color: #000;
              letter-spacing: 0.2px;
              display: inline-block; } }
        @media (max-width: 1023px) and (max-width: 1023px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li a {
            padding: 10px 20px; } }
    @media (max-width: 1023px) {
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.menu-item-has-children:after {
              width: 10px;
              height: 18px;
              right: 22px;
              top: 13px;
              content: "";
              cursor: pointer;
              opacity: 0.65;
              position: absolute;
              background-position: -1px -228px; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.menu-item-has-children.opened:after {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              transform: rotate(90deg); }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li .sub-menu {
              max-height: 0;
              padding: 0 22px;
              position: relative;
              overflow: hidden;
              -moz-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
              -o-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
              -webkit-transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
              transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li .sub-menu li a {
                color: #212121;
                display: block;
                padding: 6px 0;
                font-size: 15px;
                opacity: 0.85; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li .sub-menu li.current-menu-item a {
                opacity: 1; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.opened a.main:after {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              transform: rotate(90deg); }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.opened .sub-menu {
              max-height: 260px;
              padding-bottom: 12px; }
        header.page-header .fxc nav.header-nav.opened {
          right: 0; } }
header.fixed {
  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: 767px) {
    header.fixed {
      animation: none !important; } }

body.home1 header.page-header:not(.fixed) .fxc .logo:not(.opened), body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .logo:not(.opened), body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .logo:not(.opened), body.page-template-page-semantic header.page-header:not(.fixed) .fxc .logo:not(.opened) {
  background: url(../svg/logo.svg) no-repeat 0 0; }
  body.home1 header.page-header:not(.fixed) .fxc .logo:not(.opened) img, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .logo:not(.opened) img, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .logo:not(.opened) img, body.page-template-page-semantic header.page-header:not(.fixed) .fxc .logo:not(.opened) img {
    opacity: 0; }
@media (min-width: 768px) and (max-width: 1023px) {
  body.home1 header.page-header:not(.fixed) .fxc .logo.opened, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .logo.opened, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .logo.opened, body.page-template-page-semantic header.page-header:not(.fixed) .fxc .logo.opened {
    background: url(../svg/logo.svg) no-repeat 0 0; }
    body.home1 header.page-header:not(.fixed) .fxc .logo.opened img, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .logo.opened img, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .logo.opened img, body.page-template-page-semantic header.page-header:not(.fixed) .fxc .logo.opened img {
      opacity: 0; } }
@media (min-width: 1024px) {
  body.home1 header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-semantic header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
    opacity: 0.8;
    color: #fff; }
    body.home1 header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-semantic header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
      opacity: 1; }
  body.home1 header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.home1 header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a, body.page-template-page-semantic header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.page-template-page-semantic header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a {
    opacity: 1; } }
body.home1 header.page-header:not(.fixed) .fxc .header-contact a:not(.btn), body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .header-contact a:not(.btn), body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .header-contact a:not(.btn), body.page-template-page-semantic header.page-header:not(.fixed) .fxc .header-contact a:not(.btn) {
  color: #fff; }
body.home1 header.page-header:not(.fixed) .fxc .header-contact .get-call, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .header-contact .get-call, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .header-contact .get-call, body.page-template-page-semantic header.page-header:not(.fixed) .fxc .header-contact .get-call {
  border-color: #fff; }
  body.home1 header.page-header:not(.fixed) .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-semantic header.page-header:not(.fixed) .fxc .header-contact .get-call i.svg.phone-icon {
    background-position: 0px 0px; }
@media (max-width: 1023px) {
  body.home1 header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:before, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:before, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:before, body.page-template-page-semantic header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:before {
    background: #fff; }
  body.home1 header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:after, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:after, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:after, body.page-template-page-semantic header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:after {
    border-color: #fff; }
  body.home1 header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:before, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:before, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:before, body.page-template-page-semantic header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:before {
    background: #222; }
  body.home1 header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:after, body.page-template-page-ads-full-width header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:after, body.page-template-page-full-width-custom-header header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:after, body.page-template-page-semantic header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:after {
    background: #222; } }
@media (max-width: 767px) {
  body.home1 header.page-header.fixed, body.page-template-page-ads-full-width header.page-header.fixed, body.page-template-page-full-width-custom-header header.page-header.fixed, body.page-template-page-semantic header.page-header.fixed {
    background: rgba(255, 255, 255, 0.95); } }
@media (max-width: 1023px) {
  body.home1 header.page-header.fixed .fxc .logo.opened, body.page-template-page-ads-full-width header.page-header.fixed .fxc .logo.opened, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc .logo.opened, body.page-template-page-semantic header.page-header.fixed .fxc .logo.opened {
    background: transparent; }
    body.home1 header.page-header.fixed .fxc .logo.opened img, body.page-template-page-ads-full-width header.page-header.fixed .fxc .logo.opened img, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc .logo.opened img, body.page-template-page-semantic header.page-header.fixed .fxc .logo.opened img {
      opacity: 1; } }
@media (min-width: 1024px) {
  body.home1 header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-ads-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
    color: #242a37; }
    body.home1 header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-ads-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
      color: #212121; }
  body.home1 header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.home1 header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a, body.page-template-page-ads-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.page-template-page-ads-full-width header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.page-template-page-semantic header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a {
    color: #212121; } }
body.home1 header.page-header.fixed .fxc .header-contact a:not(.btn), body.page-template-page-ads-full-width header.page-header.fixed .fxc .header-contact a:not(.btn), body.page-template-page-full-width-custom-header header.page-header.fixed .fxc .header-contact a:not(.btn), body.page-template-page-semantic header.page-header.fixed .fxc .header-contact a:not(.btn) {
  color: #F9742C; }
  body.home1 header.page-header.fixed .fxc .header-contact a:not(.btn) i, body.page-template-page-ads-full-width header.page-header.fixed .fxc .header-contact a:not(.btn) i, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc .header-contact a:not(.btn) i, body.page-template-page-semantic header.page-header.fixed .fxc .header-contact a:not(.btn) i {
    background-position: -34px -434px; }
body.home1 header.page-header.fixed .fxc .header-contact .get-call, body.page-template-page-ads-full-width header.page-header.fixed .fxc .header-contact .get-call, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc .header-contact .get-call, body.page-template-page-semantic header.page-header.fixed .fxc .header-contact .get-call {
  border-color: #ff9358; }
  body.home1 header.page-header.fixed .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-ads-full-width header.page-header.fixed .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc .header-contact .get-call i.svg.phone-icon, body.page-template-page-semantic header.page-header.fixed .fxc .header-contact .get-call i.svg.phone-icon {
    background-position: 0px -19px; }
  body.home1 header.page-header.fixed .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-ads-full-width header.page-header.fixed .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-full-width-custom-header header.page-header.fixed .fxc .header-contact .get-call:hover i.svg.phone-icon, body.page-template-page-semantic header.page-header.fixed .fxc .header-contact .get-call:hover i.svg.phone-icon {
    background-position: 0px 0px; }
body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header {
  background: #fff; }
  @media (min-width: 1024px) {
    body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
      opacity: 0.6;
      color: #242a37; }
      body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
        opacity: 1; }
    body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item > a, body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-parent > a, body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover > a {
      opacity: 1; } }
  body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc .header-contact a:not(.btn) {
    color: #F9742C; }
    body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc .header-contact a:not(.btn) i {
      background-position: -34px -434px; }
  body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc .header-contact .get-call {
    border-color: #ff9358; }
    body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc .header-contact .get-call i.svg.phone-icon-sm {
      background-position: -34px -434px; }
    body:not(.home1):not(.page-template-page-full-width-custom-header):not(.page-template-page-semantic):not(.page-template-page-ads-full-width) header.page-header .fxc .header-contact .get-call:hover i.svg.phone-icon-sm {
      background-position: 0px 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: 1024px) {
  .page-header1 .bold-menu > a {
    font-size: 14px !important;
    font-weight: 600 !important; }
  .page-header1 .h-menu > .sub-menu {
    min-width: 550px;
    display: flex;
    flex-wrap: wrap;
    transform: translateX(-35%);
    display: flex;
    flex-wrap: wrap; }
    .page-header1 .h-menu > .sub-menu li a:after {
      display: none !important; }
    .page-header1 .h-menu > .sub-menu li .sub-menu {
      opacity: 1 !important;
      padding: 0 !important;
      flex-wrap: wrap !important;
      display: inline-flex !important;
      visibility: visible !important;
      max-height: none !important;
      position: static !important;
      border: 0 !important;
      overflow: visible !important; }
    .page-header1 .h-menu > .sub-menu li.hire-menu {
      min-width: 60%; }
      .page-header1 .h-menu > .sub-menu li.hire-menu .sub-menu {
        width: 100%; }
        .page-header1 .h-menu > .sub-menu li.hire-menu .sub-menu li {
          width: 33.33%; } }
.page-head {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (min-width: 1024px) {
    .page-head {
      margin-top: 86px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page-head {
      margin-top: 86px; } }
  @media (max-width: 767px) {
    .page-head {
      margin-top: 74px; } }
  .page-head:not(.h-flex):not(.into).serv-head {
    background: #002134;
    background: linear-gradient(0deg, #002134 0%, #00598C 50%, #005B8F 100%); }
  @media (min-width: 1024px) {
    .page-head:not(.h-flex):not(.into):not(.srink):not(.flexible) {
      height: 52vh; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page-head:not(.h-flex):not(.into):not(.srink) {
      height: 400px; }
      .page-head:not(.h-flex):not(.into):not(.srink) figure img {
        top: 0;
        transform: scale(2); } }
  @media (max-width: 767px) {
    .page-head:not(.h-flex):not(.into):not(.srink) {
      padding: 30px 5px;
      background: #085984;
      margin-top: 74px; }
      .page-head:not(.h-flex):not(.into):not(.srink) figure {
        opacity: 0; } }
  .page-head:not(.h-flex):not(.into):not(.srink) figure img {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    position: absolute; }
  .page-head:not(.h-flex):not(.into):not(.srink) .is {
    color: #fff; }
  .page-head:not(.h-flex):not(.into).flexible figure img {
    height: 100%;
    object-fit: cover; }
  .page-head:not(.h-flex):not(.into) .is {
    font-size: 18px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative;
    padding: 0 15px; }
    .page-head:not(.h-flex):not(.into) .is .heading:not(.sm),
    .page-head:not(.h-flex):not(.into) .is h1:not(.sm),
    .page-head:not(.h-flex):not(.into) .is h6:not(.sm) {
      line-height: 1.2;
      font-weight: 700;
      font-family: "SF-Pro", sans-serif;
      margin-bottom: 12px; }
      @media (min-width: 1024px) {
        .page-head:not(.h-flex):not(.into) .is .heading:not(.sm),
        .page-head:not(.h-flex):not(.into) .is h1:not(.sm),
        .page-head:not(.h-flex):not(.into) .is h6:not(.sm) {
          font-size: 44px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .page-head:not(.h-flex):not(.into) .is .heading:not(.sm),
        .page-head:not(.h-flex):not(.into) .is h1:not(.sm),
        .page-head:not(.h-flex):not(.into) .is h6:not(.sm) {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .page-head:not(.h-flex):not(.into) .is .heading:not(.sm),
        .page-head:not(.h-flex):not(.into) .is h1:not(.sm),
        .page-head:not(.h-flex):not(.into) .is h6:not(.sm) {
          font-size: 32px; } }
    .page-head:not(.h-flex):not(.into) .is .heading.sm {
      font-size: 13px;
      position: relative;
      margin-bottom: 22px;
      padding-bottom: 12px;
      text-transform: uppercase; }
      .page-head:not(.h-flex):not(.into) .is .heading.sm:after {
        content: "";
        width: 36px;
        height: 1px;
        background: #fff;
        opacity: 0.6;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto; }
      .page-head:not(.h-flex):not(.into) .is .heading.sm h1 {
        font-size: inherit;
        position: relative; }
    .page-head:not(.h-flex):not(.into) .is .heading h1 {
      display: inline; }
    .page-head:not(.h-flex):not(.into) .is .sub {
      margin-bottom: 10px;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .page-head:not(.h-flex):not(.into) .is .sub {
          font-size: 28px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .page-head:not(.h-flex):not(.into) .is .sub {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .page-head:not(.h-flex):not(.into) .is .sub {
          font-size: 20px; } }
    .page-head:not(.h-flex):not(.into) .is .data {
      max-width: 806px;
      margin: 0 auto 30px; }
      .page-head:not(.h-flex):not(.into) .is .data .sub-head {
        font-weight: 300; }
        @media (min-width: 1024px) {
          .page-head:not(.h-flex):not(.into) .is .data .sub-head {
            font-size: 47px;
            line-height: 61px;
            margin-bottom: 20px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .page-head:not(.h-flex):not(.into) .is .data .sub-head {
            font-size: 35px; } }
        @media (max-width: 767px) {
          .page-head:not(.h-flex):not(.into) .is .data .sub-head {
            font-size: 30px; } }
      .page-head:not(.h-flex):not(.into) .is .data p {
        opacity: 0.6; }
      .page-head:not(.h-flex):not(.into) .is .data h1 {
        font-size: inherit;
        font-weight: inherit;
        display: inline; }
    @media (max-width: 767px) {
      .page-head:not(.h-flex):not(.into) .is br {
        display: none; } }
  .page-head:not(.h-flex):not(.into).srink {
    padding: 50px 0 60px;
    background: #fff;
    border-top: 1px solid #f3f3f3; }
    .page-head:not(.h-flex):not(.into).srink .is .heading,
    .page-head:not(.h-flex):not(.into).srink .is h1,
    .page-head:not(.h-flex):not(.into).srink .is h6 {
      color: #242a37; }
  @media (min-width: 1024px) {
    .page-head:not(.h-flex):not(.into).about .col-md-5 {
      flex: 0 0 37%;
      max-width: 37%; }
    .page-head:not(.h-flex):not(.into).about .col-md-7 {
      flex: 0 0 63%;
      max-width: 63%; } }
  @media (max-width: 767px) {
    .page-head:not(.h-flex):not(.into).about {
      text-align: center; } }
  @media (max-width: 767px) {
    .page-head:not(.h-flex):not(.into).about figure {
      margin-bottom: 22px; } }
  @media (min-width: 768px) {
    .page-head:not(.h-flex):not(.into).about .row {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
  @media (min-width: 1024px) {
    .page-head:not(.h-flex):not(.into).about .data {
      padding-left: 60px;
      padding-right: 60px; } }
  .page-head:not(.h-flex):not(.into).about .data h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 300;
    color: #242a37; }
    .page-head:not(.h-flex):not(.into).about .data h1 span {
      font-weight: 500; }
    @media (max-width: 767px) {
      .page-head:not(.h-flex):not(.into).about .data h1 {
        font-size: 28px; } }
  .page-head:not(.h-flex):not(.into).sm {
    max-height: 250px; }
    .page-head:not(.h-flex):not(.into).sm .heading,
    .page-head:not(.h-flex):not(.into).sm h1 {
      margin-bottom: 0; }
  .page-head:not(.h-flex):not(.into) .head-list {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1023px) {
      .page-head:not(.h-flex):not(.into) .head-list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .page-head:not(.h-flex):not(.into) .head-list li {
      margin: 6px;
      height: 72px;
      width: 100%;
      min-width: 290px;
      max-width: 360px;
      padding: 0 12px;
      position: relative;
      background: rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.3);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (min-width: 768px) {
        .page-head:not(.h-flex):not(.into) .head-list li {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; } }
      @media (max-width: 767px) {
        .page-head:not(.h-flex):not(.into) .head-list li {
          justify-content: flex-start; } }
      .page-head:not(.h-flex):not(.into) .head-list li span {
        font-size: 32px;
        padding-right: 8px; }
      .page-head:not(.h-flex):not(.into) .head-list li small {
        font-size: 16px;
        text-align: left;
        font-weight: 500; }
      .page-head:not(.h-flex):not(.into) .head-list li i {
        margin-right: 12px; }
        .page-head:not(.h-flex):not(.into) .head-list li i.exp-17 {
          width: 40px;
          min-width: 40px;
          height: 36px;
          background-position: 0px -1031px; }
        .page-head:not(.h-flex):not(.into) .head-list li i.exp-12 {
          width: 34px;
          min-width: 34px;
          height: 32px;
          background-position: -43px -1038px; }
        .page-head:not(.h-flex):not(.into) .head-list li i.exp-11 {
          width: 40px;
          min-width: 40px;
          height: 36px;
          background-position: -82px -1035px; }
        .page-head:not(.h-flex):not(.into) .head-list li i.exp-18 {
          width: 40px;
          min-width: 40px;
          height: 38px;
          background-position: 0px -1070px; }
        .page-head:not(.h-flex):not(.into) .head-list li i.exp-7 {
          width: 28px;
          min-width: 28px;
          height: 32px;
          background-position: -83px -1073px; }
        .page-head:not(.h-flex):not(.into) .head-list li i.exp-9 {
          width: 35px;
          min-width: 35px;
          height: 35px;
          background-position: -42px -1071px; }
        .page-head:not(.h-flex):not(.into) .head-list li i.exp-15 {
          width: 36px;
          min-width: 36px;
          height: 24px;
          background-position: -1px -1112px; }
        .page-head:not(.h-flex):not(.into) .head-list li i.exp-16 {
          width: 36px;
          min-width: 36px;
          height: 31px;
          background-position: -82px -1110px; }
  .page-head:not(.h-flex):not(.into) .build-list {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1023px) {
      .page-head:not(.h-flex):not(.into) .build-list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .page-head:not(.h-flex):not(.into) .build-list li {
      margin: 0 10px; }
      @media (max-width: 767px) {
        .page-head:not(.h-flex):not(.into) .build-list li:not(:last-child) {
          margin-bottom: 20px; } }
      .page-head:not(.h-flex):not(.into) .build-list li a {
        opacity: 0.8;
        font-size: 15px;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .page-head:not(.h-flex):not(.into) .build-list li a:hover {
          opacity: 1; }
        .page-head:not(.h-flex):not(.into) .build-list li a i {
          margin-right: 8px; }
          .page-head:not(.h-flex):not(.into) .build-list li a i.app-dev-icon {
            width: 20px;
            height: 31px;
            background-position: -1px -1140px; }
          .page-head:not(.h-flex):not(.into) .build-list li a i.web-dev-icon {
            width: 31px;
            height: 29px;
            background-position: -24px -1147px; }
          .page-head:not(.h-flex):not(.into) .build-list li a i.iot-icon {
            width: 30px;
            height: 35px;
            background-position: -44px -1109px; }
  @media (min-width: 768px) {
    .page-head:not(.h-flex).into:not(.is) {
      height: calc(100vh - 86px); } }
  .page-head:not(.h-flex).into:not(.is) .flex-row {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .page-head:not(.h-flex).into:not(.is) .flex-row {
        padding: 0 20px;
        height: calc(100% - 220px);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }
    @media (min-width: 768px) {
      .page-head:not(.h-flex).into:not(.is) .flex-row .flex-fig {
        width: 50%;
        top: 0;
        right: 0;
        position: absolute; } }
    @media (max-width: 767.99px) {
      .page-head:not(.h-flex).into:not(.is) .flex-row .flex-fig {
        min-height: 340px; } }
    .page-head:not(.h-flex).into:not(.is) .flex-row .flex-fig img {
      width: 100%; }
    .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt {
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (min-width: 768px) {
        .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt {
          width: 50%; }
          .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt:before {
            top: 0;
            bottom: 0;
            left: 140px;
            width: 100%;
            content: "";
            z-index: 1;
            position: absolute;
            background: #fff; } }
      @media (max-width: 767.99px) {
        .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt {
          padding: 0 20px;
          top: 0;
          left: 0;
          right: 0;
          position: absolute;
          background: rgba(255, 255, 255, 0.9); } }
      .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt .box {
        z-index: 2;
        max-width: 470px;
        position: relative; }
        .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt .box h1 {
          font-size: inherit;
          font-weight: inherit; }
        .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt .box .heading {
          color: #000;
          line-height: 1.2;
          font-weight: 300;
          font-family: "SF-Pro", sans-serif;
          margin-bottom: 12px; }
          @media (min-width: 1024px) {
            .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt .box .heading {
              font-size: 42px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt .box .heading {
              font-size: 38px; } }
          @media (max-width: 767px) {
            .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt .box .heading {
              font-size: 32px; } }
        .page-head:not(.h-flex).into:not(.is) .flex-row .flex-cnt .box .dec {
          font-size: 14px;
          color: #9DA3AF; }
  @media (min-width: 768px) {
    .page-head:not(.h-flex).into.is {
      height: calc(100vh - 86px); } }
  .page-head:not(.h-flex).into.is .flex-row {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .page-head:not(.h-flex).into.is .flex-row {
        padding: 0 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    .page-head:not(.h-flex).into.is .flex-row .flex-fig img {
      width: 100%; }
    .page-head:not(.h-flex).into.is .flex-row .flex-fig figure {
      z-index: 1;
      position: relative; }
    @media (min-width: 1024px) {
      .page-head:not(.h-flex).into.is .flex-row .flex-fig:before {
        top: 0;
        right: 0;
        content: "";
        height: 100%;
        position: absolute; } }
    .page-head:not(.h-flex).into.is .flex-row .flex-cnt {
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (max-width: 767.99px) {
        .page-head:not(.h-flex).into.is .flex-row .flex-cnt {
          padding: 28px 20px; } }
      @media (max-width: 1400px) {
        .page-head:not(.h-flex).into.is .flex-row .flex-cnt br {
          display: none; } }
      .page-head:not(.h-flex).into.is .flex-row .flex-cnt .box {
        z-index: 2;
        max-width: 600px;
        position: relative; }
        .page-head:not(.h-flex).into.is .flex-row .flex-cnt .box h1 {
          font-size: inherit;
          font-weight: inherit; }
        .page-head:not(.h-flex).into.is .flex-row .flex-cnt .box .heading {
          color: #000;
          line-height: 1.2;
          font-weight: 300;
          font-family: "SF-Pro", sans-serif;
          margin-bottom: 12px; }
          @media (min-width: 1024px) {
            .page-head:not(.h-flex).into.is .flex-row .flex-cnt .box .heading {
              font-size: 42px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .page-head:not(.h-flex).into.is .flex-row .flex-cnt .box .heading {
              font-size: 38px; } }
          @media (max-width: 767px) {
            .page-head:not(.h-flex).into.is .flex-row .flex-cnt .box .heading {
              font-size: 32px; } }
          .page-head:not(.h-flex).into.is .flex-row .flex-cnt .box .heading span {
            font-weight: 500; }
        .page-head:not(.h-flex).into.is .flex-row .flex-cnt .box .dec {
          font-size: 14px;
          color: #9DA3AF; }
          @media (max-width: 1100px) {
            .page-head:not(.h-flex).into.is .flex-row .flex-cnt .box .dec br {
              display: none; } }
  @media (min-width: 1024px) {
    .page-head:not(.h-flex).into.is.case-studies .flex-row .flex-fig:before {
      background: #F3F3F3;
      width: calc(50% - 308px); } }
  @media (min-width: 1024px) {
    .page-head:not(.h-flex).into.is.industries .flex-row .flex-fig:before {
      width: calc(50% - 130px);
      background: #f9f9f9;
      background: linear-gradient(180deg, #f9f9f9 0%, white 100%); } }
  .page-head:not(.h-flex).into.flex-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .page-head:not(.h-flex).lg {
    background: #005b8f;
    background: linear-gradient(180deg, #005b8f 0%, #00598c 48%, #002134 100%); }
  @media (min-width: 768px) {
    .page-head.h-flex {
      height: calc(100vh - 86px); } }
  .page-head.h-flex .flex-row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    @media (min-width: 1900px) {
      .page-head.h-flex .flex-row {
        max-width: 1500px; } }
    @media (max-width: 1899px) {
      .page-head.h-flex .flex-row {
        max-width: 1350px; } }
    @media (max-width: 1680px) {
      .page-head.h-flex .flex-row {
        max-width: 1300px; } }
    @media (max-width: 1550px) {
      .page-head.h-flex .flex-row {
        max-width: 1240px; } }
    @media (max-width: 1440px) {
      .page-head.h-flex .flex-row {
        max-width: 1200px; } }
    @media (max-width: 1366px) {
      .page-head.h-flex .flex-row {
        max-width: 1150px; } }
    @media (min-width: 768px) {
      .page-head.h-flex .flex-row {
        padding: 0 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    .page-head.h-flex .flex-row .flex-fig img {
      width: 100%; }
    .page-head.h-flex .flex-row .flex-fig figure {
      z-index: 1;
      position: relative; }
    @media (min-width: 1024px) {
      .page-head.h-flex .flex-row .flex-fig:before {
        top: 0;
        right: 0;
        content: "";
        height: 100%;
        position: absolute; } }
    .page-head.h-flex .flex-row .flex-cnt {
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (max-width: 767.99px) {
        .page-head.h-flex .flex-row .flex-cnt {
          padding: 28px 20px; } }
      @media (max-width: 1400px) {
        .page-head.h-flex .flex-row .flex-cnt br {
          display: none; } }
      .page-head.h-flex .flex-row .flex-cnt .box {
        z-index: 2;
        max-width: 540px;
        position: relative; }
        .page-head.h-flex .flex-row .flex-cnt .box h1 {
          font-size: inherit;
          font-weight: inherit; }
        .page-head.h-flex .flex-row .flex-cnt .box .heading {
          color: #000;
          line-height: 1.2;
          font-weight: 300;
          font-family: "SF-Pro", sans-serif;
          margin-bottom: 12px; }
          @media (min-width: 1024px) {
            .page-head.h-flex .flex-row .flex-cnt .box .heading {
              font-size: 42px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .page-head.h-flex .flex-row .flex-cnt .box .heading {
              font-size: 38px; } }
          @media (max-width: 767px) {
            .page-head.h-flex .flex-row .flex-cnt .box .heading {
              font-size: 32px; } }
          .page-head.h-flex .flex-row .flex-cnt .box .heading span {
            font-weight: 500; }
        .page-head.h-flex .flex-row .flex-cnt .box .dec {
          font-size: 14px;
          margin-bottom: 26px; }
          .page-head.h-flex .flex-row .flex-cnt .box .dec .sub {
            font-size: 22px;
            font-weight: 300;
            margin-bottom: 6px; }
          @media (max-width: 1100px) {
            .page-head.h-flex .flex-row .flex-cnt .box .dec br {
              display: none; } }
  .page-head.h h1 {
    font-size: 52px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important; }
    @media (max-width: 767px) {
      .page-head.h h1 {
        font-size: 28px !important;
        margin-bottom: 14px !important; } }

.page-head:not(.h-flex):not(.into).h .is h1:not(.sm) {
  font-size: 52px !important; }

@media (max-width: 767px) {
  .page-head:not(.h-flex):not(.into).h .is h1:not(.sm) {
    font-size: 28px !important; } }
.page-head:not(.h-flex):not(.into) .is .heading:not(.sm),
.page-head:not(.h-flex):not(.into) .is h1:not(.sm),
.page-head:not(.h-flex):not(.into) .is h6:not(.sm) {
  font-size: 20px !important; }

.page-head:not(.h-flex):not(.into) .is p.heading:not(.sm) {
  font-size: 44px !important; }

@media (max-width: 767.999px) {
  .page-head:not(.h-flex):not(.into) .is p.heading:not(.sm) {
    font-size: 30px !important; } }
.site-main {
  min-height: calc(100vh - 222px); }

.about-growth {
  max-width: 620px;
  margin: 0 auto 80px; }
  @media (max-width: 767px) {
    .about-growth {
      margin-bottom: 40px; } }

.about-culture figure {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .about-culture figure img {
      max-width: 70%; } }
.about-culture p {
  margin: 42px 0 20px; }
.about-culture h3 {
  font-size: 30px;
  color: #242a37; }

.value-box {
  border: 1px solid #E4EBF5;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  padding: 30px 0 21px;
  box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.02); }
  .value-box span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #242a37; }
  .value-box .svg {
    width: 55px;
    height: 55px;
    margin-bottom: 5px; }
    .value-box .svg.icon1 {
      background-position: -65px -4736px; }
    .value-box .svg.icon2 {
      background-position: -123px -4736px; }
    .value-box .svg.icon3 {
      background-position: -181px -4736px; }
    .value-box .svg.icon4 {
      background-position: -230px -4673px; }

@media (min-width: 768px) {
  .team-row {
    margin-top: 80px;
    margin-bottom: 80px; } }
@media (max-width: 767.98px) {
  .team-row {
    margin-top: 30px;
    margin-bottom: 30px; } }

@media (min-width: 1024px) {
  .success-story-gutter {
    padding: 90px 0px; } }
@media (min-width: 768px) and (max-width: 1023.98px) {
  .success-story-gutter {
    padding: 60px 0px; } }
@media (max-width: 767.98px) {
  .success-story-gutter {
    padding: 30px 0px; } }
.success-story-gutter .story-lists .story-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 767.98px) {
    .success-story-gutter .story-lists .story-box {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
      padding: 30px 0; } }
  .success-story-gutter .story-lists .story-box:last-child {
    padding-bottom: 0; }
  @media (min-width: 1024px) {
    .success-story-gutter .story-lists .story-box {
      padding: 30px 0;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .success-story-gutter .story-lists .story-box {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .success-story-gutter .story-lists .story-box .details {
      width: 483px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .success-story-gutter .story-lists .story-box .details {
      width: 270px; } }
  @media (max-width: 767.98px) {
    .success-story-gutter .story-lists .story-box .details {
      margin-bottom: 30px; } }
  .success-story-gutter .story-lists .story-box .details .cnt h4 {
    color: #242a37;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .success-story-gutter .story-lists .story-box .details .cnt h4 {
        font-size: 35px; } }
    @media (max-width: 767.98px) {
      .success-story-gutter .story-lists .story-box .details .cnt h4 {
        font-size: 25px; } }
  .success-story-gutter .story-lists .story-box .details .cnt h3 {
    color: #242a37;
    margin-bottom: 18px;
    margin-top: 10px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .success-story-gutter .story-lists .story-box .details .cnt h3 {
        font-size: 32px; } }
    @media (max-width: 767.98px) {
      .success-story-gutter .story-lists .story-box .details .cnt h3 {
        font-size: 24px; } }
  .success-story-gutter .story-lists .story-box .details .cnt .dots {
    max-width: 146px;
    margin-bottom: 90px; }
  .success-story-gutter .story-lists .story-box .details .cnt p {
    font-size: 16px;
    margin-bottom: 24px; }
  .success-story-gutter .story-lists .story-box .details .cnt .rd-mr {
    font-size: 15px;
    font-weight: 500; }
    .success-story-gutter .story-lists .story-box .details .cnt .rd-mr:not(:hover) {
      color: #FF9358; }
    .success-story-gutter .story-lists .story-box .details .cnt .rd-mr i {
      margin-left: 12px; }
    .success-story-gutter .story-lists .story-box .details .cnt .rd-mr:hover i {
      background-position: -35px -417px; }
  .success-story-gutter .story-lists .story-box .details .cnt .active-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 767.98px) {
      .success-story-gutter .story-lists .story-box .details .cnt .active-list {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin-top: 30px; } }
    @media (min-width: 768px) {
      .success-story-gutter .story-lists .story-box .details .cnt .active-list {
        margin-top: 40px; } }
    .success-story-gutter .story-lists .story-box .details .cnt .active-list .col {
      color: #242a37; }
      @media (min-width: 1024px) {
        .success-story-gutter .story-lists .story-box .details .cnt .active-list .col:not(:last-child) {
          margin-right: 54px; } }
      @media (min-width: 768px) and (max-width: 1023.98px) {
        .success-story-gutter .story-lists .story-box .details .cnt .active-list .col:not(:last-child) {
          margin-right: 25px; } }
      @media (max-width: 767.98px) {
        .success-story-gutter .story-lists .story-box .details .cnt .active-list .col:not(:last-child) {
          margin-right: 25px; } }
      .success-story-gutter .story-lists .story-box .details .cnt .active-list .col .count {
        font-size: 25px;
        font-weight: 600;
        display: block;
        margin-bottom: 7px; }
      .success-story-gutter .story-lists .story-box .details .cnt .active-list .col .txt {
        font-size: 14px;
        display: block; }
  .success-story-gutter .story-lists .story-box .details .cnt i.svg.delhimetro-icon {
    width: 68px;
    height: 40px;
    background-position: -60px -4543px; }
  .success-story-gutter .story-lists .story-box .details .cnt i.svg.budgyt-icon {
    width: 30px;
    height: 40px;
    background-position: -146px -4543px; }
  .success-story-gutter .story-lists .story-box .details .cnt i.svg.sirved-icon {
    width: 40px;
    height: 40px;
    background-position: -192px -4543px; }
  .success-story-gutter .story-lists .story-box .details .cnt i.svg.twoway-icon {
    width: 50px;
    height: 40px;
    background-position: -249px -4542px; }
  .success-story-gutter .story-lists .story-box .details .cnt i.svg.hytorc-icon {
    width: 38px;
    height: 38px;
    background-position: -10px -4605px; }
  .success-story-gutter .story-lists .story-box .details .cnt i.svg.fieldcircle-icon {
    width: 40px;
    height: 40px;
    background-position: -120px -4603px; }
  .success-story-gutter .story-lists .story-box .details .cnt i.svg.tecar-icon {
    width: 37px;
    height: 37px;
    background-position: -234px -4607px; }
  .success-story-gutter .story-lists .story-box .animated-items {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 1024px) {
      .success-story-gutter .story-lists .story-box .animated-items {
        width: calc(100% - 360px); } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .success-story-gutter .story-lists .story-box .animated-items {
        width: calc(100% - 270px); } }
    .success-story-gutter .story-lists .story-box .animated-items .bg-cirlay {
      background: #BDDDEF;
      border-radius: 100%;
      position: absolute;
      opacity: 0.3; }
      @media (min-width: 1024px) {
        .success-story-gutter .story-lists .story-box .animated-items .bg-cirlay {
          width: 500px;
          height: 500px; } }
      @media (max-width: 767.98px) {
        .success-story-gutter .story-lists .story-box .animated-items .bg-cirlay {
          display: none; } }
      @media (min-width: 768px) and (max-width: 1023.98px) {
        .success-story-gutter .story-lists .story-box .animated-items .bg-cirlay {
          width: 300px;
          height: 300px; } }
    .success-story-gutter .story-lists .story-box .animated-items .fig-box {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  .success-story-gutter .story-lists .story-box.im-rt .bg-cirlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  @media (min-width: 1024px) {
    .success-story-gutter .story-lists .story-box.im-rt .animated-items {
      padding-left: 135px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .success-story-gutter .story-lists .story-box.im-rt .animated-items {
      padding-left: 50px; } }
  @media (max-width: 767.98px) {
    .success-story-gutter .story-lists .story-box.im-lt {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .success-story-gutter .story-lists .story-box.im-lt .bg-cirlay {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  @media (min-width: 1024px) {
    .success-story-gutter .story-lists .story-box.im-lt .animated-items {
      padding-right: 135px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .success-story-gutter .story-lists .story-box.im-lt .animated-items {
      padding-right: 50px; } }
  @media (min-width: 1024px) {
    .success-story-gutter .story-lists .story-box.flex-around {
      justify-content: space-around; }
      .success-story-gutter .story-lists .story-box.flex-around .animated-items {
        width: auto; } }
@media (min-width: 1024px) {
  .success-story-gutter .story-lists .p-box {
    padding: 80px 0; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .success-story-gutter .story-lists .p-box {
    padding: 50px 0; } }
@media (max-width: 767px) {
  .success-story-gutter .story-lists .p-box {
    padding: 40px 0; } }
.success-story-gutter .story-lists .p-box.primary {
  background: #FAFBFD; }
.success-story-gutter .story-lists .p-box.blue {
  background: #09164A; }

.story-list {
  list-style-type: none; }
  .story-list li {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    color: #242a37; }
    .story-list li span {
      color: #000;
      display: block;
      font-size: 17px;
      font-weight: 400; }

.firm-box .heading-gutter h2 {
  color: #FFFFFF; }
.firm-box .heading-gutter p {
  color: #606C9C;
  font-weight: 300;
  font-size: 22px; }
.firm-box .law-box {
  margin-bottom: 46px; }
.firm-box .details {
  padding-top: 26px; }
  @media (min-width: 1024px) {
    .firm-box .details {
      padding-right: 80px; } }
  .firm-box .details span {
    color: #606C9C;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 26px; }
  .firm-box .details h3 {
    color: #F9742C;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 22px;
    line-height: 39px; }
  .firm-box .details p {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    color: #B5B9C9; }
@media (min-width: 1024px) {
  .firm-box figure {
    padding-left: 60px; } }

.cpu-sec {
  background: #09164A; }
  .cpu-sec .heading-gutter h2 {
    color: #fff; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cpu-sec .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  .cpu-sec .box2 {
    background: #fff;
    padding: 40px 30px 25px;
    border-radius: 10px;
    min-height: 330px;
    transition: 0.3s ease;
    cursor: pointer; }
    @media (max-width: 767px) {
      .cpu-sec .box2 {
        margin-bottom: 20px;
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cpu-sec .box2 {
        margin-bottom: 30px;
        text-align: center; } }
    .cpu-sec .box2:hover {
      box-shadow: 0 1px 7px 1px #ccc; }
    .cpu-sec .box2 i.svg:not(.long-arrow):not(.arrow-rt) {
      width: 61px;
      height: 65px;
      min-width: 55px; }
      .cpu-sec .box2 i.svg:not(.long-arrow):not(.arrow-rt).expertise-icon {
        background-position: -10px -6977px; }
      .cpu-sec .box2 i.svg:not(.long-arrow):not(.arrow-rt).legal-icon {
        background-position: -91px -6977px; }
      .cpu-sec .box2 i.svg:not(.long-arrow):not(.arrow-rt).money-icon {
        background-position: -163px -6977px; }
      .cpu-sec .box2 i.svg:not(.long-arrow):not(.arrow-rt).unlimited-icon {
        width: 66px;
        background-position: -226px -6977px; }
    .cpu-sec .box2 .cnt h3 {
      font-size: 16px;
      margin: 25px 0px 16px;
      line-height: 22px; }
    .cpu-sec .box2 .cnt p {
      font-size: 15px;
      color: #3A456E;
      line-height: 23px;
      margin-bottom: 13px; }
    .cpu-sec .box2 .cnt a {
      color: #266CF8;
      font-size: 15px;
      font-weight: 500; }
      .cpu-sec .box2 .cnt a:hover {
        color: #266CF8;
        opacity: 0.9; }

.speak-sec-gutter {
  background: #F9FCFF; }
  @media (max-width: 767px) {
    .speak-sec-gutter .speak-box {
      margin-bottom: 20px; } }
  .speak-sec-gutter .speak-box .over-text {
    background: #fff;
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
    margin-top: -63px;
    position: relative; }
    @media (min-width: 768px) {
      .speak-sec-gutter .speak-box .over-text {
        padding: 36px 43px; } }
    @media (max-width: 767px) {
      .speak-sec-gutter .speak-box .over-text {
        padding: 18px 22px; } }
    .speak-sec-gutter .speak-box .over-text h3 {
      font-size: 24px;
      margin-bottom: 13px; }
    .speak-sec-gutter .speak-box .over-text p {
      font-size: 16px;
      margin-bottom: 18px; }
    .speak-sec-gutter .speak-box .over-text a {
      color: #266CF8;
      font-size: 15px;
      font-weight: 500; }
      .speak-sec-gutter .speak-box .over-text a:hover {
        color: #266CF8;
        opacity: 0.9; }

.need-help-gutter .inner {
  border-radius: 20px;
  background-color: #D4F5F8;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #D4F5F8, #F7FDEF); }
  @media (min-width: 1024px) {
    .need-help-gutter .inner {
      padding: 83px 90px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .need-help-gutter .inner {
      padding: 40px 50px; } }
  @media (max-width: 767px) {
    .need-help-gutter .inner {
      padding: 20px 30px 0px; } }
  .need-help-gutter .inner .box {
    background: #fff;
    border-radius: 15px; }
    @media (min-width: 768px) {
      .need-help-gutter .inner .box {
        padding: 41px 45px; } }
    @media (max-width: 767px) {
      .need-help-gutter .inner .box {
        padding: 20px 23px; } }
    @media (max-width: 767px) {
      .need-help-gutter .inner .box {
        margin-bottom: 20px; } }
    .need-help-gutter .inner .box h3 {
      font-size: 25px;
      font-weight: 400;
      margin-bottom: 21px; }
    .need-help-gutter .inner .box p {
      color: #7D87B2;
      margin-bottom: 35px; }
    .need-help-gutter .inner .box a {
      color: #266CF8;
      font-size: 15px;
      font-weight: 500; }
      .need-help-gutter .inner .box a:hover {
        color: #266CF8;
        opacity: 0.9; }

@media (max-width: 767.98px) {
  .service-gutter {
    overflow: hidden; } }
.service-gutter .flex-row:not(.reverse) {
  background: #FCFDFF; }
.service-gutter .flex-row.reverse {
  background: #FFFBFB; }
@media (min-width: 1024px) {
  .service-gutter .flex-row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 60px; } }
@media (min-width: 768px) and (max-width: 1023.98px) {
  .service-gutter .flex-row {
    margin-bottom: 40px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }
@media (max-width: 767.98px) {
  .service-gutter .flex-row {
    margin-bottom: 30px; } }
@media (min-width: 768px) {
  .service-gutter .flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .service-gutter .flex-row.reverse {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      flex-direction: row-reverse !important; } }
.service-gutter .flex-row .logos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
  margin-left: 80px; }
  .service-gutter .flex-row .logos figure {
    height: 38px;
    min-width: 45px;
    overflow: hidden;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center; }
    .service-gutter .flex-row .logos figure img {
      height: 100%; }
.service-gutter .flex-row .flex-fig {
  position: relative; }
  .service-gutter .flex-row .flex-fig:before, .service-gutter .flex-row .flex-fig:after {
    content: "";
    position: absolute; }
  .service-gutter .flex-row .flex-fig:before {
    width: 53px;
    height: 53px; }
  .service-gutter .flex-row .flex-fig:after {
    width: 26px;
    height: 26px; }
  @media (min-width: 768px) {
    .service-gutter .flex-row .flex-fig {
      width: 50%; } }
  .service-gutter .flex-row .flex-fig img {
    width: 100%; }
.service-gutter .flex-row:not(.reverse) .flex-fig:before {
  background-position: -129px -4895px;
  right: 69px;
  top: -26px; }
.service-gutter .flex-row:not(.reverse) .flex-fig:after {
  background-position: -236px -4909px;
  top: 26px;
  right: 126px; }
.service-gutter .flex-row.reverse .flex-fig:before {
  background-position: -183px -4895px;
  left: 69px;
  top: -26px; }
.service-gutter .flex-row.reverse .flex-fig:after {
  background-position: -236px -4909px;
  top: 26px;
  left: 126px; }
@media (min-width: 768px) {
  .service-gutter .flex-row .flex-cnt {
    width: 50%;
    overflow: hidden; } }
.service-gutter .flex-row .flex-cnt .box {
  max-width: 420px; }
  @media (min-width: 1024px) {
    .service-gutter .flex-row .flex-cnt .box {
      margin: 0 80px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .service-gutter .flex-row .flex-cnt .box {
      margin: 20px 30px; } }
  @media (max-width: 767px) {
    .service-gutter .flex-row .flex-cnt .box {
      padding: 20px 20px 46px; } }
  .service-gutter .flex-row .flex-cnt .box .data-cs {
    display: flex; }
    .service-gutter .flex-row .flex-cnt .box .data-cs p {
      margin-right: 40px; }
      .service-gutter .flex-row .flex-cnt .box .data-cs p span {
        display: block;
        font-size: 25px;
        font-weight: 500; }
  .service-gutter .flex-row .flex-cnt .box .link-more {
    color: #4A4A4A;
    font-size: 15px; }
    .service-gutter .flex-row .flex-cnt .box .link-more:hover {
      color: #000000; }
.service-gutter .flex-row .flex-cnt h3 {
  font-weight: 700;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .service-gutter .flex-row .flex-cnt h3 {
      font-size: 25px;
      margin-bottom: 18px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .service-gutter .flex-row .flex-cnt h3 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .service-gutter .flex-row .flex-cnt h3 {
      font-size: 18px; } }
  .service-gutter .flex-row .flex-cnt h3 a {
    color: #111; }
    .service-gutter .flex-row .flex-cnt h3 a:hover {
      color: #d96f32; }
.service-gutter .flex-row .flex-cnt p {
  margin-bottom: 35px;
  font-size: 15px; }
.service-gutter .flex-row .flex-cnt .arrow-list {
  margin-bottom: 37px;
  max-width: 363px; }
  .service-gutter .flex-row .flex-cnt .arrow-list li {
    font-size: 14px;
    margin-bottom: 16px; }
.service-gutter.case-studies .box p {
  font-size: 17px;
  margin-bottom: 20px; }
.service-gutter.case-studies .flex-row:not(.reverse) .flex-fig:before {
  left: 69px;
  top: -26px;
  right: auto; }
.service-gutter.case-studies .flex-row:not(.reverse) .flex-fig:after {
  top: 26px;
  left: 126px;
  right: auto; }
.service-gutter.case-studies .flex-row.reverse .flex-fig:before {
  right: 69px;
  top: -26px;
  left: auto; }
.service-gutter.case-studies .flex-row.reverse .flex-fig:after {
  top: 26px;
  right: 126px;
  left: auto; }

.plain-pro-gutter {
  background: #fff; }
  @media (max-width: 767px) {
    .plain-pro-gutter {
      text-align: center; } }
  .plain-pro-gutter .container {
    max-width: 1080px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .plain-pro-gutter .container .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 1024px) {
      .plain-pro-gutter .container .col-md-4:nth-child(1) .box, .plain-pro-gutter .container .col-md-4:nth-child(2) .box, .plain-pro-gutter .container .col-md-4:nth-child(3) .box {
        margin-bottom: 30px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .plain-pro-gutter .container .col-md-4:nth-child(1) .box, .plain-pro-gutter .container .col-md-4:nth-child(2) .box, .plain-pro-gutter .container .col-md-4:nth-child(3) .box, .plain-pro-gutter .container .col-md-4:nth-child(4) .box {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .plain-pro-gutter .container .col-md-4:not(:last-child) .box {
        margin-bottom: 30px; } }
  .plain-pro-gutter .box {
    background: #fff;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .plain-pro-gutter .box i.svg:not(.long-arrow) {
      width: 55px;
      height: 55px;
      min-width: 55px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).products-icon {
        background-position: -7px -4673px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).transformation-icon {
        background-position: -63px -4673px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).bi-icon {
        background-position: -119px -4673px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).cloud-icon {
        background-position: -174px -4673px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).development-icon {
        background-position: -230px -4673px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).staff-icon {
        background-position: -8px -4736px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).software-icon {
        background-position: -7px -6366px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).migration-icon {
        background-position: -7px -6435px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).scale-icon {
        background-position: -7px -6502px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).nsupport-icon {
        background-position: -7px -6572px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).integration-icon {
        background-position: -7px -6639px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).agencies-icon {
        background-position: -81px -6363px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).proven-icon {
        background-position: -154px -6558px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).trusted-icon {
        background-position: -81px -6433px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).ensure-icon {
        background-position: -80px -6500px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).team-icon {
        background-position: -81px -6572px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).rates-icon {
        background-position: -81px -6640px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).time-icon {
        background-position: -154px -6365px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).compliant-icon {
        background-position: -154px -6430px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).convenience-icon {
        background-position: -154px -6494px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).demand-icon {
        background-position: -154px -6638px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).build-icon {
        background-position: -229px -6366px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).existing-icon {
        background-position: -229px -6434px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).support-icon {
        background-position: -229px -6504px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).expertise-icon {
        background-position: -8px -6710px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).legal-icon {
        background-position: -86px -6711px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).money-icon {
        background-position: -163px -6711px; }
      .plain-pro-gutter .box i.svg:not(.long-arrow).unlimited-icon {
        background-position: -238px -6711px; }
    .plain-pro-gutter .box h4, .plain-pro-gutter .box h3 {
      color: #242a37;
      font-weight: 600;
      margin-bottom: 0px; }
      @media (min-width: 1200px) {
        .plain-pro-gutter .box h4, .plain-pro-gutter .box h3 {
          margin-left: 32px;
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        .plain-pro-gutter .box h4, .plain-pro-gutter .box h3 {
          margin-left: 20px;
          font-size: 16px; } }
      @media (max-width: 767px) {
        .plain-pro-gutter .box h4, .plain-pro-gutter .box h3 {
          font-size: 16px;
          margin-left: 15px; }
          .plain-pro-gutter .box h4 br, .plain-pro-gutter .box h3 br {
            display: none; } }
    .plain-pro-gutter .box p {
      margin-bottom: 21px;
      font-size: 13px; }
      .plain-pro-gutter .box p a {
        color: inherit; }
    .plain-pro-gutter .box:not(.main) {
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (min-width: 768px) {
        .plain-pro-gutter .box:not(.main) {
          padding: 34px 30px; } }
      @media (max-width: 767px) {
        .plain-pro-gutter .box:not(.main) {
          padding: 34px 30px; } }
      .plain-pro-gutter .box:not(.main):before {
        top: -6px;
        left: 0;
        right: 0;
        height: 6px;
        content: "";
        position: absolute;
        background: #ff8d59;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: -moz-linear-gradient(left, #ff8d59 0%, #ffb053 100%);
        background: -webkit-linear-gradient(left, #ff8d59 0%, #ffb053 100%);
        background: linear-gradient(to right, #ff8d59 0%, #ffb053 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d59', endColorstr='#ffb053',GradientType=1); }
      .plain-pro-gutter .box:not(.main):hover {
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12); }
        .plain-pro-gutter .box:not(.main):hover:before {
          top: 0px; }
      .plain-pro-gutter .box:not(.main) .cnt {
        font-size: 15px;
        margin-left: 32px; }
        .plain-pro-gutter .box:not(.main) .cnt h3 {
          margin-left: 0 !important;
          margin-bottom: 10px; }
        .plain-pro-gutter .box:not(.main) .cnt p {
          margin-bottom: 0; }
    .plain-pro-gutter .box a.more {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
    @media (min-width: 768px) {
      .plain-pro-gutter .box.main {
        padding: 50px 0px 50px 0; }
        .plain-pro-gutter .box.main h3 {
          font-size: 28px; } }
    .plain-pro-gutter .box.main .dec h2 {
      margin: 0;
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      display: inline;
      font-family: inherit; }
    .plain-pro-gutter .box.f-column {
      text-align: left;
      align-items: flex-start;
      flex-direction: column; }
      .plain-pro-gutter .box.f-column i:not(.long-arrow) {
        margin-bottom: 26px; }
      .plain-pro-gutter .box.f-column h3 {
        margin-left: 0;
        min-height: 48px;
        margin-bottom: 10px; }
      .plain-pro-gutter .box.f-column p {
        min-height: 85px; }
    .plain-pro-gutter .box.s-column {
      text-align: left;
      align-items: flex-start;
      flex-direction: column;
      min-height: calc(100% - 30px); }
      .plain-pro-gutter .box.s-column i:not(.long-arrow) {
        margin-bottom: 26px; }
      .plain-pro-gutter .box.s-column h3 {
        margin-left: 0;
        margin-bottom: 16px; }
  .plain-pro-gutter .row.xmd .box {
    margin-bottom: 20px !important; }
  .plain-pro-gutter.csm .container {
    max-width: 980px; }
    .plain-pro-gutter.csm .container .box {
      margin-bottom: 30px; }

@media (max-width: 767px) {
  .support-gutter {
    text-align: center; } }
@media (min-width: 768px) {
  .support-gutter .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }
@media (min-width: 768px) {
  .support-gutter .cnt {
    margin-left: 30px; } }
@media (max-width: 767px) {
  .support-gutter .cnt {
    margin-top: 12px; } }
.support-gutter .cnt h3 {
  font-weight: 700;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .support-gutter .cnt h3 {
      font-size: 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support-gutter .cnt h3 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .support-gutter .cnt h3 {
      font-size: 24px; } }
  .support-gutter .cnt h3 a {
    color: #d96f32; }
    .support-gutter .cnt h3 a:hover {
      color: #111; }

.eng-gutter .box {
  margin: 0 auto 80px;
  max-width: 494px; }
  .eng-gutter .box h4 {
    font-weight: 600;
    color: #242a37; }
    @media (min-width: 1024px) {
      .eng-gutter .box h4 {
        font-size: 23px;
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .eng-gutter .box h4 {
        font-size: 20px;
        margin-top: 18px;
        margin-bottom: 18px; } }
    @media (max-width: 767px) {
      .eng-gutter .box h4 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px; } }
  .eng-gutter .box p {
    font-size: 15px; }
    @media (max-width: 767px) {
      .eng-gutter .box p br {
        display: none; } }
.eng-gutter .svg {
  width: 74px;
  height: 76px; }
  .eng-gutter .svg.icon-1 {
    background-position: -8px -4971px; }
  .eng-gutter .svg.icon-2 {
    background-position: -83px -4971px; }
  .eng-gutter .svg.icon-3 {
    background-position: -158px -4971px; }
  .eng-gutter .svg.icon-4 {
    background-position: -8px -5051px; }

.drive-gutter .inner {
  background: #F1FAFF;
  border-radius: 10px; }
  @media (min-width: 1024px) {
    .drive-gutter .inner {
      padding: 83px 40px 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .drive-gutter .inner {
      padding: 60px 30px 30px; } }
  @media (max-width: 767px) {
    .drive-gutter .inner {
      padding: 30px 20px; } }

@media (max-width: 767px) {
  .stories-gutter .col-md-4:not(:last-child), .stories-gutter .col-md-8:not(:last-child) {
    padding-bottom: 30px; } }
.stories-gutter [class*="col-"] {
  margin-bottom: 12px; }
.stories-gutter .succ-box {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-radius: 10px;
  padding: 30px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 767.98px) {
    .stories-gutter .succ-box {
      text-align: center; } }
  .stories-gutter .succ-box:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12); }
  .stories-gutter .succ-box.budgyt-bx {
    background: #FAF4EC; }
  .stories-gutter .succ-box.sirved-bx {
    background: #F8F6F7; }
  .stories-gutter .succ-box.tecar-bx {
    background: #F8F6F7; }
  .stories-gutter .succ-box.hytorc-bx {
    background: #E5EAEC; }
  .stories-gutter .succ-box.fieldcircle-bx {
    background: #F4F6F5; }
  .stories-gutter .succ-box h4, .stories-gutter .succ-box h3 {
    font-size: 28px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #242a37; }
  .stories-gutter .succ-box p {
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 403px; }
  .stories-gutter .succ-box .rd-mr {
    font-size: 15px;
    font-weight: 500; }
    .stories-gutter .succ-box .rd-mr:not(:hover) {
      color: #FF9358; }
    .stories-gutter .succ-box .rd-mr i {
      margin-left: 12px; }
    .stories-gutter .succ-box .rd-mr:hover i {
      background-position: -35px -417px; }
  .stories-gutter .succ-box .svg.dmetro-icon {
    width: 75px;
    height: 40px;
    background-position: -60px -4544px; }
  .stories-gutter .succ-box .svg.budgyt-icon {
    width: 30px;
    height: 40px;
    background-position: -146px -4543px; }
  .stories-gutter .succ-box .svg.sirved-icon {
    width: 40px;
    height: 40px;
    background-position: -192px -4543px; }
  .stories-gutter .succ-box .svg.hytorc-icon {
    width: 38px;
    height: 38px;
    background-position: -10px -4605px; }
  .stories-gutter .succ-box .svg.fieldcircle-icon {
    width: 40px;
    height: 40px;
    background-position: -120px -4603px; }
  .stories-gutter .succ-box .svg.tecr-icon {
    width: 37px;
    height: 37px;
    background-position: -234px -4607px; }
.stories-gutter.consult-gutter .succ-box {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .stories-gutter.consult-gutter .succ-box .svg {
    margin-bottom: 10px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon1 {
      width: 54px;
      height: 55px;
      background-position: -8px -6103px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon2 {
      width: 54px;
      height: 55px;
      background-position: -85px -6103px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon3 {
      width: 54px;
      height: 55px;
      background-position: -162px -6103px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon4 {
      width: 54px;
      height: 55px;
      background-position: -239px -6103px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon5 {
      width: 54px;
      height: 55px;
      background-position: -8px -6172px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon6 {
      width: 54px;
      height: 55px;
      background-position: -85px -6168px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon7 {
      width: 54px;
      height: 55px;
      background-position: -150px -6168px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon8 {
      width: 54px;
      height: 60px;
      background-position: -217px -6169px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon9 {
      width: 54px;
      height: 55px;
      background-position: -11px -6235px; }
    .stories-gutter.consult-gutter .succ-box .svg.icon10 {
      width: 54px;
      height: 55px;
      background-position: -73px -6234px; }
  .stories-gutter.consult-gutter .succ-box.box1 {
    background: #FAF4EC; }
  .stories-gutter.consult-gutter .succ-box.box2 {
    background: #F8F6F7; }
  .stories-gutter.consult-gutter .succ-box.box3 {
    background: #F4F6F5; }
  .stories-gutter.consult-gutter .succ-box.box4 {
    background: #F1F4F5; }
  .stories-gutter.consult-gutter .succ-box h4, .stories-gutter.consult-gutter .succ-box h3 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 12px;
    font-weight: 600; }
  .stories-gutter.consult-gutter .succ-box p {
    font-size: 15px;
    margin-bottom: 0px; }

.plain-do-gutter {
  background: #fff; }
  @media (max-width: 767px) {
    .plain-do-gutter {
      text-align: center; } }
  .plain-do-gutter .container {
    max-width: 1080px; }
  .plain-do-gutter .box {
    min-height: 186px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 12px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #E4EBF5; }
    .plain-do-gutter .box i.svg:not(.long-arrow) {
      width: 55px;
      height: 55px;
      margin-bottom: 36px; }
      .plain-do-gutter .box i.svg:not(.long-arrow).consulting-icon {
        background-position: -3px -5482px; }
      .plain-do-gutter .box i.svg:not(.long-arrow).eng-icon {
        background-position: -83px -5482px; }
      .plain-do-gutter .box i.svg:not(.long-arrow).architecture-icon {
        background-position: -161px -5482px; }
      .plain-do-gutter .box i.svg:not(.long-arrow).integration-icon {
        background-position: -238px -5482px; }
      .plain-do-gutter .box i.svg:not(.long-arrow).experience-icon {
        background-position: -3px -5547px; }
      .plain-do-gutter .box i.svg:not(.long-arrow).migration-icon {
        background-position: -83px -5547px; }
      .plain-do-gutter .box i.svg:not(.long-arrow).iterative-icon {
        background-position: -161px -5547px; }
      .plain-do-gutter .box i.svg:not(.long-arrow).maintenance-icon {
        background-position: -238px -5547px; }
    .plain-do-gutter .box h4, .plain-do-gutter .box h3 {
      height: 50px;
      color: #242a37;
      font-weight: 600;
      margin-bottom: 0px;
      font-size: 15px; }

.stacks-gutter .stacks-data ul {
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .stacks-gutter .stacks-data ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
  @media (min-width: 768px) {
    .stacks-gutter .stacks-data ul:not(:last-child) {
      margin-bottom: 30px; } }
  @media (max-width: 767.99px) {
    .stacks-gutter .stacks-data ul:not(:last-child) {
      margin-bottom: 18px; } }
  .stacks-gutter .stacks-data ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .stacks-gutter .stacks-data ul li.name {
      height: 45px;
      color: #000;
      font-size: 14px; }
      @media (min-width: 768px) {
        .stacks-gutter .stacks-data ul li.name {
          width: 146px;
          min-width: 146px;
          padding-right: 22px;
          margin-right: 12px;
          border-right: 3px solid #4F9ACE; } }
      @media (max-width: 767.99px) {
        .stacks-gutter .stacks-data ul li.name {
          height: 35px; } }
    .stacks-gutter .stacks-data ul li:not(.name) figure {
      height: 45px;
      padding: 8px;
      min-width: 45px;
      overflow: hidden;
      margin-right: 8px;
      border-radius: 10px;
      border: 1px solid #E8E8E8;
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 767.99px) {
      .stacks-gutter .stacks-data ul li:not(.name) {
        display: inline-flex; } }

.technologies-gutter .box {
  color: #000;
  height: 370px;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 52px 52px 30px 52px;
  border: 1px solid #E6E6E6; }
  .technologies-gutter .box.p1 {
    background: #FCF9F5; }
  .technologies-gutter .box.p2 {
    background: #FBFAFA; }
  .technologies-gutter .box.p3 {
    background: #FBFAFA; }
  .technologies-gutter .box.p4 {
    background: #FAFDFF; }
  .technologies-gutter .box.p5 {
    background: #FFFBFB; }
  .technologies-gutter .box.p6 {
    background: #FBFFFD; }
  .technologies-gutter .box.p7 {
    background: #FFFCF8; }
  .technologies-gutter .box.p8 {
    background: #FBFBFF; }
  .technologies-gutter .box h3 {
    font-size: 28px;
    font-weight: 600;
    min-height: 40px; }
  .technologies-gutter .box .dec {
    font-size: 16px;
    margin-bottom: 26px; }
  .technologies-gutter .box .logos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px; }
    .technologies-gutter .box .logos figure {
      height: 45px;
      min-width: 45px;
      overflow: hidden;
      margin-right: 8px;
      margin-bottom: 8px;
      border-radius: 10px;
      border: 1px solid #E8E8E8;
      display: flex;
      align-items: center;
      justify-content: center; }

.resource-gutter {
  text-align: center; }
  .resource-gutter h3 {
    font-size: 22px;
    color: #242a37;
    font-weight: 500;
    margin-bottom: 30px; }
  .resource-gutter ul li {
    vertical-align: top;
    display: inline-block; }
    .resource-gutter ul li a {
      width: 294px;
      height: 90px;
      margin: 8px 10px;
      border: 2px solid #ccc;
      position: relative;
      color: #000;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .resource-gutter ul li a span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .resource-gutter ul li a:hover {
        color: #086892;
        background: #086892;
        border-color: #086892; }
        .resource-gutter ul li a:hover span {
          opacity: 1;
          color: #fff; }

.iot-process-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 767px) {
    .iot-process-list {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .iot-process-list {
      padding: 20px 0 50px; } }
  @media (min-width: 768px) {
    .iot-process-list li {
      width: 17%; } }
  @media (max-width: 767px) {
    .iot-process-list li {
      width: 50%;
      margin-bottom: 50px; } }
  .iot-process-list li i {
    width: 93px;
    height: 93px;
    border: 2px solid;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .iot-process-list li i:before {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      content: "";
      position: absolute; }
    .iot-process-list li i.blue-icon {
      border-color: #192b6c; }
    .iot-process-list li i.orange-icon {
      border-color: #fda475; }
  .iot-process-list li.proces-1 i:before {
    width: 36px;
    height: 38px;
    background-position: -1px -294px; }
  .iot-process-list li.proces-2 i:before {
    width: 31px;
    height: 45px;
    background-position: -44px -277px; }
  .iot-process-list li.proces-3 i:before {
    width: 42px;
    height: 42px;
    background-position: -82px -298px; }
  .iot-process-list li.proces-4 i:before {
    width: 58px;
    height: 36px;
    background-position: -1px -338px; }
  .iot-process-list li.proces-5 i:before {
    width: 44px;
    height: 44px;
    background-position: -66px -347px; }
  .iot-process-list li.proces-6 i:before {
    width: 41px;
    height: 41px;
    background-position: -43px -229px; }
  @media (min-width: 1024px) {
    .iot-process-list li i:after {
      content: "";
      width: 10px;
      height: 14px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -52px;
      margin: auto; } }
  .iot-process-list li i.blue-icon:after {
    background-position: -1px -153px; }
  .iot-process-list li i.orange-icon:after {
    background-position: -1px -136px; }
  .iot-process-list li:last-child i:after {
    display: none; }
  .iot-process-list li span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px; }

.casestudy .justify-space-bw {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.casestudy.tertiary {
  background: #151a1d; }
  .casestudy.tertiary .heading-gutter p {
    opacity: 0.3; }
  .casestudy.tertiary .data p {
    color: #e8e8e8;
    opacity: 0.3; }
.casestudy .data h4 {
  font-size: 20px;
  color: #d96f32;
  font-weight: 700; }
.casestudy .cstestimonial-carousel .dec {
  color: #fff;
  padding: 0 60px 0 80px; }
  .casestudy .cstestimonial-carousel .dec h4 {
    font-size: 18px;
    color: #d96f32;
    font-weight: 700;
    margin: 20px 0 0 0; }
  .casestudy .cstestimonial-carousel .dec p {
    opacity: 0.4;
    position: relative; }
    .casestudy .cstestimonial-carousel .dec p:before {
      width: 38px;
      height: 32px;
      left: -50px;
      top: -1px;
      content: "";
      opacity: 0.5;
      position: absolute;
      background-position: -77px -35px; }
.casestudy p.heading {
  font-size: 18px;
  font-weight: 500; }
.casestudy .hang-part {
  height: 290px;
  right: -34px;
  top: -24px;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  background: #fff;
  padding: 36px 5px 36px 30px;
  border: 4px solid #e8e8e8;
  font-weight: 500; }
  @media (min-width: 768px) {
    .casestudy .hang-part {
      width: 252px;
      position: absolute; } }
  .casestudy .hang-part h3 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1px;
    font-weight: 700; }
  .casestudy .hang-part span {
    color: #d96f32; }
@media (min-width: 768px) {
  .casestudy .data-right {
    float: right; } }
.casestudy .cbullet-list {
  padding-left: 32px; }
  .casestudy .cbullet-list li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500; }
    .casestudy .cbullet-list li:before {
      left: 0;
      top: 6px;
      width: 12px;
      height: 12px;
      content: "";
      position: absolute;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
    .casestudy .cbullet-list li:nth-child(1):before {
      background: #636363; }
    .casestudy .cbullet-list li:nth-child(2):before {
      background: #ff5300; }
    .casestudy .cbullet-list li:nth-child(3):before {
      background: #ff1400; }
    .casestudy .cbullet-list li:nth-child(4):before {
      background: #2efd00; }
.casestudy.budgyt-about {
  text-align: center;
  background: url(../jpg/case-studies-budgyt-about.jpg) 0/cover fixed no-repeat; }
  .casestudy.budgyt-about .cnt {
    max-width: 690px;
    margin: 0 auto; }
.casestudy .points-list {
  font-size: 18px;
  text-align: center; }
  .casestudy .points-list li {
    color: #7b7c7d;
    vertical-align: top;
    display: inline-block;
    padding: 0 15px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .casestudy .points-list li {
        width: 32%;
        margin-bottom: 60px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .casestudy .points-list li {
        width: 49%;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .casestudy .points-list li {
        margin-bottom: 30px; } }
    .casestudy .points-list li i {
      margin-bottom: 12px; }
      .casestudy .points-list li i.benefits1-icon {
        width: 52px;
        height: 52px;
        background-position: 2px -560px; }
      .casestudy .points-list li i.benefits2-icon {
        width: 54px;
        height: 52px;
        background-position: -55px -560px; }
      .casestudy .points-list li i.benefits3-icon {
        width: 60px;
        height: 52px;
        background-position: -1px -622px; }
      .casestudy .points-list li i.benefits4-icon {
        width: 67px;
        height: 67px;
        background-position: -61px -620px; }
      .casestudy .points-list li i.benefits5-icon {
        width: 58px;
        height: 67px;
        background-position: 0px -677px; }
    .casestudy .points-list li span {
      display: block; }
.casestudy i.svg.benefits1-icon {
  width: 71px;
  height: 72px;
  background-position: -133px -1028px; }
.casestudy i.svg.benefits2-icon {
  width: 71px;
  height: 72px;
  background-position: -133px -1097px; }
.casestudy i.svg.benefits3-icon {
  width: 91px;
  height: 72px;
  background-position: -211px -1011px; }
.casestudy i.svg.benefits4-icon {
  width: 80px;
  height: 76px;
  background-position: -217px -1087px; }
.casestudy i.svg.benefits5-icon {
  width: 78px;
  height: 76px;
  background-position: -218px -1161px; }

.casestudies-gutter {
  font-size: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 600px;
  background-size: cover;
  padding: 80px 0px; }
  .casestudies-gutter h2 {
    position: relative;
    margin-bottom: 30px; }
    .casestudies-gutter h2:after {
      width: 25px;
      height: 2px;
      left: 5px;
      right: 0;
      bottom: -13px;
      content: "";
      position: absolute;
      background: #d96f32; }
  .casestudies-gutter .btn {
    margin-top: 10px; }
  .casestudies-gutter.way {
    background: url(../jpg/2-way-bg.jpg) center center no-repeat;
    background-size: cover; }
  .casestudies-gutter.budgetpro {
    background: url(../jpg/budgetpro-bg.jpg) center center no-repeat;
    background-size: cover; }
  .casestudies-gutter.metro {
    background: url(../jpg/delhi-ncr-metro-bg.jpg) center center no-repeat;
    background-size: cover; }
  .casestudies-gutter.petcomm {
    background: url(../petcomm-bg.html) center center no-repeat;
    background-size: cover; }
  .casestudies-gutter.adaptive {
    background: url(../adaptive-bg.html) center center no-repeat;
    background-size: cover; }
  .casestudies-gutter.shorepower {
    background: url(../jpg/shorepower-bg.jpg) center center no-repeat;
    background-size: cover; }
  .casestudies-gutter.remotii {
    background: url(../jpg/remotii-bg.jpg) center center no-repeat;
    background-size: cover; }
  .casestudies-gutter.way h2 {
    width: 164px;
    height: 70px;
    background: url(../png/logo-sprites.png) -91px 0px no-repeat; }
  .casestudies-gutter.budgetpro h2 {
    width: 172px;
    height: 70px;
    background: url(../png/logo-sprites.png) -82px -83px no-repeat; }
  .casestudies-gutter.metro h2 {
    width: 164px;
    height: 70px;
    background: url(../png/logo-sprites.png) -106px -184px no-repeat; }
  .casestudies-gutter.petcomm h2 {
    width: 205px;
    height: 70px;
    background: url(../png/logo-sprites.png) -66px -257px no-repeat; }
  .casestudies-gutter.adaptive h2 {
    width: 203px;
    height: 70px;
    background: url(../png/logo-sprites.png) -67px -327px no-repeat; }
  .casestudies-gutter.shorepower h2 {
    width: 311px;
    height: 70px;
    background: url(../png/logo-sprites.png) -14px -489px no-repeat; }
  .casestudies-gutter.remotii h2 {
    width: 130px;
    height: 70px;
    background: url(../png/logo-sprites.png) -100px -408px no-repeat; }

.native-gutter {
  background: #F2F9FF; }
  @media (min-width: 1024px) {
    .native-gutter {
      padding: 70px 0px 168px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .native-gutter {
      padding: 70px 0px 168px; } }
  @media (max-width: 767px) {
    .native-gutter {
      padding: 70px 0px 168px;
      text-align: center; } }

.dev-gutter {
  position: relative;
  top: -155px; }
  .dev-gutter .box {
    padding: 69px 0 39px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .dev-gutter .box {
        margin-bottom: 20px; } }
    .dev-gutter .box h4, .dev-gutter .box h3 {
      margin-top: 40px;
      font-size: 21px; }
    .dev-gutter .box .tech {
      margin-bottom: 20px;
      line-height: 26px; }
  .dev-gutter a.box {
    color: #000;
    display: block; }
    .dev-gutter a.box:hover {
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08); }

.process-gutter:not(.no) {
  background: #F2F9FF;
  margin-top: -70px; }
  @media (max-width: 767px) {
    .process-gutter:not(.no) {
      text-align: center; } }
  @media (min-width: 768px) {
    .process-gutter:not(.no) .row {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
  .process-gutter:not(.no) .process-line {
    position: relative; }
    @media (max-width: 767px) {
      .process-gutter:not(.no) .process-line {
        max-width: 324px;
        margin: auto; } }
    .process-gutter:not(.no) .process-line:after {
      content: "";
      width: 1px;
      height: calc(100% - 117px);
      background: #CFCFCF;
      position: absolute;
      top: 9px;
      left: 9px;
      z-index: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 767px) {
        .process-gutter:not(.no) .process-line:after {
          height: calc(100% - 131px);
          top: 0px; } }
    .process-gutter:not(.no) .process-line .process-rw {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .process-gutter:not(.no) .process-line .process-rw:not(:last-child) {
        margin-bottom: 70px; }
      .process-gutter:not(.no) .process-line .process-rw .col1 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .process-gutter:not(.no) .process-line .process-rw .col1 .rd-btn {
          display: block;
          position: relative;
          z-index: 2;
          width: 18px;
          height: 18px;
          border: 1px solid #43386B;
          border-radius: 100%; }
          .process-gutter:not(.no) .process-line .process-rw .col1 .rd-btn:after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            left: 0; }
        .process-gutter:not(.no) .process-line .process-rw .col1 .ov-icon-box {
          width: 77px;
          height: 77px;
          background: #fff;
          border-radius: 100%;
          margin-left: 56px;
          position: relative;
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
          .process-gutter:not(.no) .process-line .process-rw .col1 .ov-icon-box:before {
            content: "";
            width: 0px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 0px;
            display: inline-block;
            border-top: 25px solid transparent;
            border-right: 26px solid #ccc;
            border-bottom: 25px solid transparent;
            border-left: 25px solid transparent;
            left: -42px; }
          .process-gutter:not(.no) .process-line .process-rw .col1 .ov-icon-box:after {
            content: "";
            position: absolute;
            width: 42px;
            height: 1px;
            background: #43386B;
            top: 0;
            bottom: 0;
            margin: auto;
            left: -57px; }
      .process-gutter:not(.no) .process-line .process-rw .col2 {
        margin-left: 40px;
        text-align: left; }
        @media (max-width: 767px) {
          .process-gutter:not(.no) .process-line .process-rw .col2 {
            margin-left: 18px; } }
        .process-gutter:not(.no) .process-line .process-rw .col2 h4 {
          font-size: 18px;
          padding-bottom: 16px;
          margin-bottom: 14px;
          position: relative; }
          .process-gutter:not(.no) .process-line .process-rw .col2 h4:after {
            content: "";
            width: 37px;
            height: 3px;
            position: absolute;
            left: 0;
            bottom: 0; }
        .process-gutter:not(.no) .process-line .process-rw .col2 .dash-list {
          list-style-type: none; }
          .process-gutter:not(.no) .process-line .process-rw .col2 .dash-list li {
            position: relative;
            padding-left: 20px;
            font-size: 14px;
            font-weight: 600; }
            .process-gutter:not(.no) .process-line .process-rw .col2 .dash-list li:after {
              content: "";
              position: absolute;
              width: 10px;
              height: 2px;
              background: #000;
              left: 0;
              top: 9px; }
      .process-gutter:not(.no) .process-line .process-rw.design .col1 .rd-btn:after {
        background: #4F9ACE; }
      .process-gutter:not(.no) .process-line .process-rw.design .col1 .ov-icon-box {
        box-shadow: inset 0 0 0px 9px #A3D0E9; }
        .process-gutter:not(.no) .process-line .process-rw.design .col1 .ov-icon-box:before {
          border-right: 26px solid #A3D0E9; }
        .process-gutter:not(.no) .process-line .process-rw.design .col1 .ov-icon-box .icon1 {
          width: 29px;
          height: 29px;
          background-position: -94px -5061px; }
      .process-gutter:not(.no) .process-line .process-rw.design .col2 h4:after {
        background: #4F9ACE; }
      .process-gutter:not(.no) .process-line .process-rw.development .col1 .rd-btn:after {
        background: #FF7208; }
      .process-gutter:not(.no) .process-line .process-rw.development .col1 .ov-icon-box {
        box-shadow: inset 0 0 0px 9px #FFCEA4; }
        .process-gutter:not(.no) .process-line .process-rw.development .col1 .ov-icon-box:before {
          border-right: 26px solid #FFCEA4; }
        .process-gutter:not(.no) .process-line .process-rw.development .col1 .ov-icon-box .icon2 {
          width: 29px;
          height: 29px;
          background-position: -129px -5063px; }
      .process-gutter:not(.no) .process-line .process-rw.development .col2 h4:after {
        background: #FFCEA4; }
      .process-gutter:not(.no) .process-line .process-rw.testing .col1 .rd-btn:after {
        background: #BF2F96; }
      .process-gutter:not(.no) .process-line .process-rw.testing .col1 .ov-icon-box {
        box-shadow: inset 0 0 0px 9px #FF8D59; }
        .process-gutter:not(.no) .process-line .process-rw.testing .col1 .ov-icon-box:before {
          border-right: 26px solid #FF8D59; }
        .process-gutter:not(.no) .process-line .process-rw.testing .col1 .ov-icon-box .icon3 {
          width: 29px;
          height: 29px;
          background-position: -163px -5062px; }
      .process-gutter:not(.no) .process-line .process-rw.testing .col2 h4:after {
        background: #FF8D59; }
.process-gutter.no .inner {
  padding: 60px 80px;
  border-radius: 10px;
  background: #F1F8FF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (max-width: 767px) {
    .process-gutter.no .inner {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 768px) {
    .process-gutter.no .inner .heading-gutter {
      margin-bottom: 0 !important; } }
  .process-gutter.no .inner .heading-gutter h3 {
    margin-bottom: 40px; }

.help-gutter .box {
  margin: 0 auto 80px;
  max-width: 494px; }
  .help-gutter .box h3 {
    font-weight: 600;
    color: #242a37; }
    @media (min-width: 1024px) {
      .help-gutter .box h3 {
        font-size: 23px;
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .help-gutter .box h3 {
        font-size: 20px;
        margin-top: 18px;
        margin-bottom: 18px; } }
    @media (max-width: 767px) {
      .help-gutter .box h3 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px; } }
  .help-gutter .box p {
    font-size: 15px; }
    @media (max-width: 767px) {
      .help-gutter .box p br {
        display: none; } }
  @media (min-width: 1024px) {
    .help-gutter .box.sm .box h3 {
      font-size: 20px; } }
.help-gutter .svg {
  width: 37px;
  height: 37px; }
  .help-gutter .svg.python.icon1 {
    background-position: -203px -5055px; }
  .help-gutter .svg.python.icon2 {
    background-position: -94px -5099px; }
  .help-gutter .svg.python.icon3 {
    background-position: -138px -5101px; }
  .help-gutter .svg.python.icon4 {
    background-position: -173px -5102px; }
  .help-gutter .svg.startup {
    background: url(../svg/spritesf775.svg) no-repeat; }
    .help-gutter .svg.startup.icon1 {
      background-position: -199px -58px; }
    .help-gutter .svg.startup.icon2 {
      width: 40px;
      background-position: -97px -9px; }
    .help-gutter .svg.startup.icon3 {
      background-position: -244px -57px; }
    .help-gutter .svg.startup.icon4 {
      background-position: -131px -107px; }
  .help-gutter .svg.sass {
    background: url(../svg/spritesf775.svg) no-repeat; }
    .help-gutter .svg.sass.icon1 {
      background-position: -199px -58px; }
    .help-gutter .svg.sass.icon2 {
      width: 40px;
      background-position: -97px -9px; }
    .help-gutter .svg.sass.icon3 {
      background-position: -244px -57px; }
    .help-gutter .svg.sass.icon4 {
      background-position: -131px -107px; }

@media (max-width: 767px) {
  .expect-gutter h3 br {
    display: none; } }
@media (max-width: 767px) {
  .expect-gutter {
    text-align: center; } }
.expect-gutter .box {
  border: 1px solid #E8E8E8;
  padding: 36px 20px 18px;
  min-height: 175px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #fff; }
  .expect-gutter .box h4 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .expect-gutter .box p {
    font-size: 14px;
    margin-bottom: 0; }
  .expect-gutter .box .icon1 {
    width: 32px;
    height: 37px;
    background-position: -203px -5055px; }
  .expect-gutter .box .icon2 {
    width: 37px;
    height: 37px;
    background-position: -94px -5099px; }
  .expect-gutter .box .icon3 {
    width: 31px;
    height: 37px;
    background-position: -138px -5101px; }
  .expect-gutter .box .icon4 {
    width: 34px;
    height: 37px;
    background-position: -173px -5102px; }
  .expect-gutter .box .icon5 {
    width: 35px;
    height: 37px;
    background-position: -213px -5100px; }
  .expect-gutter .box .icon6 {
    width: 35px;
    height: 37px;
    background-position: -255px -5101px; }
  .expect-gutter .box i.net {
    width: 56px;
    height: 56px; }
    .expect-gutter .box i.net.icon1 {
      background-position: 0px -5482px; }
    .expect-gutter .box i.net.icon2 {
      background-position: -80px -5482px; }
    .expect-gutter .box i.net.icon3 {
      background-position: -158px -5482px; }
    .expect-gutter .box i.net.icon4 {
      background-position: -237px -5482px; }
.expect-gutter.xsm .box {
  padding: 20px;
  min-height: 100px;
  text-align: center; }
  .expect-gutter.xsm .box h4 {
    font-size: 15px;
    font-weight: 500; }
.expect-gutter.work .box ul {
  margin-top: 10px; }
  .expect-gutter.work .box ul li {
    margin-bottom: 4px; }

.cloud-gutter {
  margin-top: 150px; }
  @media (min-width: 768px) {
    .cloud-gutter .row {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }

.cloud-boxes {
  position: relative;
  padding-left: 46px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .cloud-boxes .bg-cirlay {
    width: 554px;
    height: 554px;
    left: 0;
    right: 0;
    top: -39px;
    bottom: 0;
    margin: auto;
    background: #FEF8F8;
    position: absolute;
    border-radius: 100%; }
    .cloud-boxes .bg-cirlay:before {
      width: 144px;
      height: 184px;
      right: -70px;
      bottom: -45px;
      content: "";
      position: absolute;
      background: url(../svg/dotted.svg) no-repeat 0 0; }
  .cloud-boxes .box {
    border-radius: 10px;
    padding: 25px 30px 15px;
    min-height: 159px;
    background: #fff;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 12px; }
    .cloud-boxes .box h4 {
      font-size: 16px;
      margin-bottom: 4px; }
    .cloud-boxes .box p {
      font-size: 14px;
      margin-bottom: 0px;
      line-height: 23px; }
    .cloud-boxes .box .icon1 {
      width: 35px;
      height: 40px;
      background-position: -207px -5225px; }
    .cloud-boxes .box .icon2 {
      width: 38px;
      height: 40px;
      background-position: -249px -5225px; }
    .cloud-boxes .box .icon3 {
      width: 57px;
      height: 40px;
      background-position: -2px -5277px; }
    .cloud-boxes .box .icon4 {
      width: 37px;
      height: 40px;
      background-position: -64px -5279px; }
    .cloud-boxes .box .icon5 {
      width: 37px;
      height: 40px;
      background-position: -111px -5279px; }

@media (max-width: 767px) {
  .devops-gutter {
    text-align: center; } }
@media (min-width: 768px) {
  .devops-gutter .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }
.devops-gutter h4 {
  font-size: 39px; }
.devops-gutter p {
  font-size: 16px;
  margin-bottom: 40px; }
.devops-gutter .check-list {
  list-style-type: none; }
  .devops-gutter .check-list li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 37px;
    position: relative; }
    .devops-gutter .check-list li:before {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      background-position: -267px -4912px;
      left: 0;
      top: 0; }

@media (max-width: 767px) {
  .cloud-serv-gutter {
    text-align: center; } }
.cloud-serv-gutter .row {
  margin-top: 60px; }
.cloud-serv-gutter .box {
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 28px;
  min-height: 135px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cloud-serv-gutter .box span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 8px; }
  .cloud-serv-gutter .box .icon1 {
    width: 22px;
    height: 28px;
    background-position: -159px -5287px; }
  .cloud-serv-gutter .box .icon2 {
    width: 28px;
    height: 27px;
    background-position: -189px -5288px; }
  .cloud-serv-gutter .box .icon3 {
    width: 28px;
    height: 28px;
    background-position: -221px -5286px; }
  .cloud-serv-gutter .box .icon4 {
    width: 30px;
    height: 30px;
    background-position: -253px -5286px; }
  .cloud-serv-gutter .box .icon5 {
    width: 22px;
    height: 28px;
    background-position: -2px -5321px; }
  .cloud-serv-gutter .box .icon6 {
    width: 22px;
    height: 28px;
    background-position: -26px -5324px; }
  .cloud-serv-gutter .box .icon7 {
    width: 24px;
    height: 28px;
    background-position: -52px -5325px; }
  .cloud-serv-gutter .box .icon8 {
    width: 24px;
    height: 28px;
    background-position: -80px -5324px; }
  .cloud-serv-gutter .box .icon9 {
    width: 26px;
    height: 28px;
    background-position: -107px -5324px; }
  .cloud-serv-gutter .box .icon10 {
    width: 28px;
    height: 28px;
    background-position: -137px -5324px; }
  .cloud-serv-gutter .box .icon11 {
    width: 30px;
    height: 28px;
    background-position: -169px -5323px; }
  .cloud-serv-gutter .box .icon12 {
    width: 30px;
    height: 28px;
    background-position: -199px -5323px; }

.contact-gutter {
  padding-bottom: 42px !important; }
  @media (max-width: 767px) {
    .contact-gutter .consultation-gutter {
      margin-bottom: 20px; } }
  .contact-gutter h3 {
    color: #242a37;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .contact-gutter h3 {
        font-size: 30px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .contact-gutter h3 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .contact-gutter h3 {
        font-size: 26px; } }
  @media (min-width: 768px) {
    .contact-gutter .location-data {
      float: right; } }
  @media (min-width: 1024px) {
    .contact-gutter .location-data .address-col:not(:last-child) {
      margin-bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .contact-gutter .location-data .address-col:not(:last-child) {
      margin-bottom: 36px; } }
  @media (max-width: 767px) {
    .contact-gutter .location-data .address-col:not(:last-child) {
      margin-bottom: 30px; } }
  .contact-gutter .location-data .address-col h4 {
    color: #d96f32;
    margin-bottom: 2px;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .contact-gutter .location-data .address-col h4 {
        font-size: 22px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .contact-gutter .location-data .address-col h4 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .contact-gutter .location-data .address-col h4 {
        font-size: 18px; } }
  .contact-gutter .location-data .address-col p {
    margin-bottom: 4px; }
    .contact-gutter .location-data .address-col p.phone {
      padding-left: 20px; }
      .contact-gutter .location-data .address-col p.phone:before {
        width: 16px;
        height: 16px;
        top: 5px;
        left: 0;
        content: "";
        position: absolute;
        background-position: 0px -19px; }
  .contact-gutter .thank-msg {
    max-width: 600px;
    margin: 90px auto;
    color: #348034;
    font-size: 18px;
    text-align: center;
    min-height: calc(100vh - 524px); }

.queries-gutter h3 {
  color: #086892;
  font-weight: 700; }
  @media (min-width: 1024px) {
    .queries-gutter h3 {
      font-size: 30px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .queries-gutter h3 {
      font-size: 28px;
      margin-bottom: 18px; } }
  @media (max-width: 767px) {
    .queries-gutter h3 {
      font-size: 26px;
      margin-bottom: 12px; } }
@media (max-width: 767px) {
  .queries-gutter .email-list {
    margin-bottom: 30px; } }
.queries-gutter .email-list p {
  margin-bottom: 12px; }
  .queries-gutter .email-list p:last-child {
    margin-bottom: 0; }
  .queries-gutter .email-list p span {
    width: 140px;
    font-weight: 700;
    display: inline-block; }
.queries-gutter .social li {
  width: 49%;
  margin-top: 10px;
  display: inline-block; }
  .queries-gutter .social li:nth-child(1), .queries-gutter .social li:nth-child(2) {
    margin-bottom: 40px; }
  @media (max-width: 374px) {
    .queries-gutter .social li:nth-child(1), .queries-gutter .social li:nth-child(3) {
      width: 38%; } }
  .queries-gutter .social li a {
    position: relative;
    padding-left: 44px;
    white-space: nowrap; }
    .queries-gutter .social li a:before {
      width: 32px;
      height: 30px;
      top: -5px;
      left: 0;
      content: "";
      position: absolute; }
    .queries-gutter .social li a.skype-icon:before {
      background-position: -43px -51px; }
    .queries-gutter .social li a.fb-icon:before {
      background-position: -43px -116px; }
    .queries-gutter .social li a.twit-icon:before {
      background-position: -43px -83px; }
    .queries-gutter .social li a.linkedin-icon:before {
      background-position: -43px -150px; }
.queries-gutter a {
  color: #000; }
  .queries-gutter a:hover {
    color: #d96f32; }

.page-head.career {
  display: block; }
  @media (min-width: 1024px) {
    .page-head.career {
      height: calc(100vh - 130px); } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page-head.career {
      height: 500px; } }
  @media (max-width: 767px) {
    .page-head.career {
      padding: 0; }
      .page-head.career figure {
        opacity: 1; }
        .page-head.career figure img {
          position: relative; } }
  .page-head.career .heading {
    z-index: 2;
    padding: 10px 4px;
    position: relative;
    background: #fff; }
    .page-head.career .heading .container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .page-head.career .heading h1 {
      margin: 0;
      color: #242a37; }
      @media (min-width: 1024px) {
        .page-head.career .heading h1 {
          font-size: 50px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .page-head.career .heading h1 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .page-head.career .heading h1 {
          font-size: 30px; } }
    .page-head.career .heading a {
      font-size: 20px;
      margin: 0;
      color: #086892;
      font-weight: 700;
      margin-left: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (max-width: 767px) {
        .page-head.career .heading a {
          font-size: 0; } }
      .page-head.career .heading a i {
        width: 56px;
        height: 56px;
        min-width: 56px;
        background: #086892;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        margin-left: 15px;
        box-shadow: 0px 3px 5px rgba(52, 52, 52, 0.3); }
        .page-head.career .heading a i:before {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: "";
          width: 24px;
          height: 18px;
          margin: auto;
          z-index: 9;
          margin-left: -15px;
          position: absolute;
          background-position: -46px -184px;
          -webkit-animation-name: scrollright;
          -webkit-animation-duration: 2s;
          -webkit-animation-iteration-count: infinite;
          animation-name: scrollright;
          animation-duration: 2s;
          animation-iteration-count: infinite;
          transition: 1s ease; }
      .page-head.career .heading a:hover i {
        background: #005d86; }

.hang-gutter {
  position: relative; }
  @media (min-width: 1024px) {
    .hang-gutter {
      top: -70px;
      margin-top: -100px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hang-gutter {
      top: -50px;
      margin-top: -100px; } }
  @media (max-width: 767px) {
    .hang-gutter {
      top: -40px; } }
  .hang-gutter .container {
    max-width: 780px; }
    .hang-gutter .container .box {
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16); }
      @media (min-width: 768px) {
        .hang-gutter .container .box {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          padding: 40px 40px 30px; } }
      @media (max-width: 767px) {
        .hang-gutter .container .box {
          padding: 20px 22px; } }
      .hang-gutter .container .box .data figure {
        width: 70px;
        height: 70px;
        overflow: hidden;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        @media (min-width: 768px) {
          .hang-gutter .container .box .data figure {
            margin: 0 auto; } }
      .hang-gutter .container .box .data h3 {
        font-size: 15px;
        margin: 12px 0 0 0;
        white-space: nowrap;
        font-weight: 700; }
        @media (min-width: 768px) {
          .hang-gutter .container .box .data h3 {
            text-align: center; } }
        .hang-gutter .container .box .data h3 span {
          color: #086892;
          display: block;
          margin-top: 4px; }
      @media (max-width: 767px) {
        .hang-gutter .container .box .data {
          margin-bottom: 16px; } }
      @media (min-width: 768px) {
        .hang-gutter .container .box .cnt {
          margin-left: 40px; } }
      .hang-gutter .container .box .cnt span {
        color: #086892;
        font-weight: 500;
        position: relative;
        padding-left: 20px; }
        .hang-gutter .container .box .cnt span:before {
          content: "";
          width: 10px;
          height: 1px;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute;
          background: #086892; }

.career-gallery {
  overflow: hidden; }
  .career-gallery .text-center {
    margin-bottom: 60px; }
  .career-gallery .team-row {
    margin: 2px -1px 0 -1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .career-gallery .team-row figure {
      padding: 0 1px; }
      .career-gallery .team-row figure img {
        width: 100%; }

.terms-gutter h3 {
  font-size: 22px;
  color: #242a37;
  margin: 20px 0 10px;
  font-weight: 700; }
.terms-gutter p.heading {
  font-size: 18px;
  color: #242a37;
  font-weight: 500; }

.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(../svg/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; } }

.plain-gutter {
  /*h2 {
    color: $tag-color;
    font-weight: $font-stack-bold;
    &.even {
      margin-top: 50px;
    }
    @media (min-width: 1024px) {
      font-size: 32px;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
      font-size: 30px;
    }
    @media (max-width: 767px) {
      font-size: 28px;
    }
  }
  h3 {
    color: $tag-color;
    margin-top: 30px;
    font-weight: $font-stack-bold;
    @media (min-width: 1024px) {
      font-size: 24px;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
      font-size: 22px;
    }
    @media (max-width: 767px) {
      font-size: 20px;
    }
  }*/ }
  .plain-gutter p.heading {
    font-size: 18px;
    color: #242a37;
    font-weight: 500; }
  .plain-gutter .morecnt {
    display: none; }
  .plain-gutter .normal-list:not(:last-child) {
    margin-bottom: 22px; }
  .plain-gutter .shadow-box {
    color: #086892;
    background: #fff;
    font-weight: 500;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16); }
    @media (min-width: 1024px) {
      .plain-gutter .shadow-box {
        font-size: 20px;
        padding: 46px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .plain-gutter .shadow-box {
        font-size: 18px;
        padding: 30px; } }
    @media (max-width: 767px) {
      .plain-gutter .shadow-box {
        font-size: 18px;
        padding: 30px;
        margin-bottom: 30px; } }
  .plain-gutter .heading-data {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 80px;
    position: relative; }
    .plain-gutter .heading-data h2 {
      margin-bottom: 26px; }
    .plain-gutter .heading-data p {
      margin-bottom: 36px; }
    .plain-gutter .heading-data i {
      top: 0;
      left: 0;
      position: absolute; }
      .plain-gutter .heading-data i.android-icon {
        width: 48px;
        height: 56px;
        background-position: 0px -855px; }
      .plain-gutter .heading-data i.ios-icon {
        width: 46px;
        height: 56px;
        background-position: -64px -690px; }
  .plain-gutter .three-cir {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    margin-left: 16px;
    position: relative;
    display: inline-block;
    background: #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .plain-gutter .three-cir:before, .plain-gutter .three-cir:after {
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      background: #ccc;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    .plain-gutter .three-cir:before {
      left: 16px; }
    .plain-gutter .three-cir:after {
      right: 16px; }

.plain-head-gutter {
  font-size: 18px; }
  .plain-head-gutter:not(.no) {
    text-align: center; }
    .plain-head-gutter:not(.no) .heading,
    .plain-head-gutter:not(.no) h3 {
      margin-bottom: 15px; }
  @media (min-width: 768px) {
    .plain-head-gutter.no .heading,
    .plain-head-gutter.no h3 {
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .plain-head-gutter.no .heading,
    .plain-head-gutter.no h3 {
      margin-bottom: 15px; } }
  .plain-head-gutter .heading,
  .plain-head-gutter h3 {
    font-size: 24px;
    color: #242a37;
    margin-bottom: 15px;
    font-weight: 500; }
    .plain-head-gutter .heading.no,
    .plain-head-gutter h3.no {
      margin-bottom: 0; }

.plain-box-gutter .heading-gutter {
  text-align: center; }
.plain-box-gutter .row-xs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .plain-box-gutter .row-xs h3 {
    color: #242a37;
    font-weight: 700;
    margin-bottom: 6px; }
    @media (min-width: 768px) {
      .plain-box-gutter .row-xs h3 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .plain-box-gutter .row-xs h3 {
        font-size: 20px; } }
    .plain-box-gutter .row-xs h3 a {
      color: #242a37; }
      .plain-box-gutter .row-xs h3 a:hover {
        color: #d96f32; }
.plain-box-gutter .col-xs-6 {
  width: 100%; }
  @media (min-width: 1024px) {
    .plain-box-gutter .col-xs-6 {
      max-width: calc(50% - 50px); } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .plain-box-gutter .col-xs-6 {
      max-width: calc(50% - 32px); } }
  @media (min-width: 768px) {
    .plain-box-gutter .col-xs-6:not(:last-child) {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .plain-box-gutter .col-xs-6:not(:last-child) {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .plain-box-gutter .col-xs-6:nth-last-child(2) {
      margin-bottom: 0; } }
  .plain-box-gutter .col-xs-6 h3 {
    font-weight: 700; }
    @media (min-width: 768px) {
      .plain-box-gutter .col-xs-6 h3 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .plain-box-gutter .col-xs-6 h3 {
        font-size: 22px; } }
.plain-box-gutter .col-xs-4 {
  width: 100%; }
  @media (min-width: 1024px) {
    .plain-box-gutter .col-xs-4 {
      max-width: calc(33.33% - 40px); } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .plain-box-gutter .col-xs-4 {
      max-width: calc(33.33% - 30px); } }
  @media (min-width: 768px) {
    .plain-box-gutter .col-xs-4:not(:last-child) {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .plain-box-gutter .col-xs-4:not(:last-child) {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .plain-box-gutter .col-xs-4:nth-last-child(2), .plain-box-gutter .col-xs-4:nth-last-child(3) {
      margin-bottom: 0; } }

.stellar-gutter {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (min-width: 1024px) {
    .stellar-gutter:not(.no) {
      height: 90vh; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .stellar-gutter:not(.no) {
      height: 400px; } }
  @media (min-width: 1024px) {
    .stellar-gutter.no {
      height: 565px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .stellar-gutter.no {
      height: 280px; } }
  @media (max-width: 767px) {
    .stellar-gutter {
      padding: 32px 0;
      background: #085984; }
      .stellar-gutter img {
        display: none; } }
  .stellar-gutter img {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute; }
  .stellar-gutter .cnt {
    color: #fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    text-align: center; }
    @media (min-width: 1024px) {
      .stellar-gutter .cnt {
        font-size: 20px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .stellar-gutter .cnt {
        font-size: 18px; } }
    .stellar-gutter .cnt h5,
    .stellar-gutter .cnt h3 {
      font-weight: 700; }
      @media (min-width: 1024px) {
        .stellar-gutter .cnt h5,
        .stellar-gutter .cnt h3 {
          font-size: 30px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .stellar-gutter .cnt h5,
        .stellar-gutter .cnt h3 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .stellar-gutter .cnt h5,
        .stellar-gutter .cnt h3 {
          font-size: 22px; } }
    .stellar-gutter .cnt p {
      max-width: 690px; }
      @media (min-width: 768px) {
        .stellar-gutter .cnt p {
          margin: 16px auto 32px; } }
    @media (min-width: 768px) {
      .stellar-gutter .cnt span {
        display: block; } }
    .stellar-gutter .cnt .btn {
      margin-bottom: 6px; }
      @media (min-width: 768px) {
        .stellar-gutter .cnt .btn {
          min-width: 240px;
          font-size: 15px; } }

.hire-gutter .heading-gutter {
  text-align: center; }
.hire-gutter .cms-container {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hire-gutter .cms-container .box {
    width: 270px;
    min-height: 270px;
    padding: 20px 6px;
    margin: 0 10px;
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8; }
    .hire-gutter .cms-container .box figure {
      margin-bottom: 12px; }
    .hire-gutter .cms-container .box h3 {
      font-size: 20px;
      color: #242a37;
      font-weight: 700; }
    .hire-gutter .cms-container .box h4 {
      font-size: 18px;
      color: #242a37;
      font-weight: 500; }
.hire-gutter .hire-exp h4 {
  font-size: 18px;
  color: #242a37;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 2px; }
.hire-gutter .hire-exp h5 {
  font-size: 16px;
  color: #242a37;
  font-weight: 700;
  margin-bottom: 2px; }
.hire-gutter .hire-exp .data {
  margin-bottom: 22px; }
.hire-gutter.primary .data {
  padding-left: 62px; }
  @media (min-width: 1024px) {
    .hire-gutter.primary .data {
      margin-bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hire-gutter.primary .data {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .hire-gutter.primary .data {
      margin-bottom: 30px; } }
  .hire-gutter.primary .data:before {
    top: 6px;
    left: 0;
    width: 50px;
    height: 52px;
    content: "";
    position: absolute; }
  .hire-gutter.primary .data.fulltime:before {
    background-position: 1px -1271px; }
  .hire-gutter.primary .data.qualified:before {
    background-position: 1px -1327px; }
  .hire-gutter.primary .data.reporting:before {
    background-position: -52px -1327px; }
  .hire-gutter.primary .data.billing:before {
    background-position: -52px -1271px; }
  .hire-gutter.primary .data.team:before {
    background-position: -109px -1326px; }
  .hire-gutter.primary .data.assess:before {
    background-position: -109px -1271px; }
  .hire-gutter.primary .data h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px; }

.hover-data {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 3;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-data a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block; }
    .hover-data a:after {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 8;
      content: "";
      position: absolute;
      background: rgba(20, 75, 160, 0.9); }
    .hover-data a .data {
      left: 0;
      right: 0;
      top: 50%;
      z-index: 10;
      padding: 0 15px;
      position: absolute;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .hover-data a .data span {
        display: block;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .hover-data a .data span.heading {
          font-size: 20px;
          margin-bottom: 12px;
          -moz-transform: translateX(200px);
          -o-transform: translateX(200px);
          -ms-transform: translateX(200px);
          -webkit-transform: translateX(200px);
          transform: translateX(200px); }
        .hover-data a .data span.now {
          font-size: 12px;
          position: relative;
          margin-left: 6px;
          text-transform: uppercase;
          -moz-transform: translateX(-200px);
          -o-transform: translateX(-200px);
          -ms-transform: translateX(-200px);
          -webkit-transform: translateX(-200px);
          transform: translateX(-200px); }
          .hover-data a .data span.now:after {
            top: 1px;
            width: 13px;
            height: 11px;
            content: "";
            margin-left: 6px;
            position: relative;
            display: inline-block;
            background-position: -1px -248px; }
  .hover-data:hover {
    opacity: 1; }
    .hover-data:hover a:after {
      background: #086892; }
    .hover-data:hover a .data span {
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }

.rp4wp-related-posts h3 {
  margin: 20px 0 15px; }

@media (max-width: 766px) {
  .rp4wp-related-posts ul > li {
    width: 100%;
    padding: 0 0 0 0; }

  .rp4wp-related-post-image a img {
    width: 100%; } }
.profile-box {
  background: #F7FAFE;
  padding: 28px 20px 42px;
  border-radius: 10px;
  margin-bottom: 29px;
  position: relative; }
  @media (min-width: 767px) {
    .profile-box {
      min-height: 368px; } }
  .profile-box .profile-img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    border: 1px solid #eee; }
  .profile-box h6 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 23px; }
    .profile-box h6 span {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #000;
      margin-top: 8px; }
  .profile-box p {
    font-size: 12px; }
  .profile-box .social-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 2px 5px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    width: 100%; }
    .profile-box .social-links li a {
      display: inline-block;
      opacity: 0.8; }
      .profile-box .social-links li a i.linkdin-icon {
        width: 18px;
        height: 17px;
        background-position: -20px -104px;
        display: inline-block; }
      .profile-box .social-links li a:hover {
        opacity: 1; }

.book-gutter {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .book-gutter .box {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .book-gutter .box {
      padding-bottom: 32px; } }
  .book-gutter .box .data {
    padding: 24px;
    overflow: hidden;
    background: #fff;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    transition: 0.6s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .book-gutter .box .data {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .book-gutter .box .data:hover {
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .book-gutter .box .data .cnt {
        max-width: calc(100% - 300px);
        padding-right: 26px; } }
    @media (max-width: 767px) {
      .book-gutter .box .data .cnt {
        margin-bottom: 22px; } }
    .book-gutter .box .data .cnt h4 {
      font-size: 24px;
      font-weight: 600; }

/* 3/12/2019 scss added by shailendra*/
.work-gutter {
  overflow: hidden; }
  .work-gutter .work-container .container {
    max-width: 1080px; }
  .work-gutter .work-container .box {
    margin: 0 auto; }
    .work-gutter .work-container .box .thumb {
      position: relative; }
    .work-gutter .work-container .box .cnt {
      overflow: hidden;
      background: #fff;
      position: relative;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
      transition: 0.6s;
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); }
  .work-gutter .work-container.mobile-data .box {
    max-width: 500px; }
    .work-gutter .work-container.mobile-data .box:hover .cnt {
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2); }
  .work-gutter .work-container.mobile-data .box.ebook {
    max-width: 360px; }
    .work-gutter .work-container.mobile-data .box.ebook .cnt {
      height: 150px; }
    .work-gutter .work-container.mobile-data .box.ebook img {
      top: -50px;
      position: relative; }
  .work-gutter .work-container.mobile-data .box.left-data.ebook {
    margin: 0 0 50px auto; }
  .work-gutter .work-container.mobile-data .box.right-data.ebook {
    margin: 0 auto 50px 0; }
  @media (min-width: 1023px) {
    .work-gutter .work-container.mobile-data .row {
      margin-left: -25px;
      margin-right: -25px; }
    .work-gutter .work-container.mobile-data .col-md-6 {
      padding-left: 25px;
      padding-right: 25px; }
    .work-gutter .work-container.mobile-data .box {
      margin-bottom: 50px; }
      .work-gutter .work-container.mobile-data .box .thumb {
        min-height: 400px; }
      .work-gutter .work-container.mobile-data .box .cnt {
        padding: 14px 22px; }
        .work-gutter .work-container.mobile-data .box .cnt h4 {
          font-size: 24px; }
    .work-gutter .box.ebook .cnt {
      height: 90px; } }
  .work-gutter .work-container .box .cnt h4 {
    font-weight: 600; }
  @media (max-width: 1023px) and (min-width: 767px) {
    .work-gutter .work-container.mobile-data .box {
      margin-bottom: 32px; }
    .work-gutter .work-container .box .cnt h4 {
      font-size: 22px; }
    .work-gutter .work-container.mobile-data .box .cnt {
      height: 95px;
      padding: 12px 16px; } }
  @media (max-width: 767px) {
    .work-gutter .work-container.mobile-data .box {
      margin-bottom: 32px; }
    .work-gutter .work-container .box .cnt h4 {
      font-size: 20px; }
    .work-gutter .work-container.mobile-data .box .cnt {
      height: auto;
      padding: 12px 16px; } }

.planning-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px; }

/* end of shailendra scss */
.partner-gutter .box {
  margin: 32px 0;
  font-weight: 500; }
  @media (max-width: 767.99px) {
    .partner-gutter .box {
      margin: 20px 0;
      text-align: center; } }
  .partner-gutter .box i.svg {
    width: 60px;
    height: 60px;
    margin-bottom: 18px; }
    .partner-gutter .box i.svg.icon-1 {
      background-position: -2px -5148px; }
    .partner-gutter .box i.svg.icon-2 {
      background-position: -76px -5148px; }
    .partner-gutter .box i.svg.icon-3 {
      background-position: -157px -5148px; }
    .partner-gutter .box i.svg.icon-4 {
      background-position: -231px -5148px; }

.key-gutter .heading-gutter {
  min-height: 430px;
  padding-top: 120px;
  margin-bottom: 0;
  background: #F2F9FF; }
  @media (max-width: 767px) {
    .key-gutter .heading-gutter {
      padding-top: 80px;
      min-height: 350px; } }
.key-gutter .row {
  position: relative;
  margin-top: -130px; }
  .key-gutter .row .box {
    padding: 30px;
    min-height: 265px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); }
    .key-gutter .row .box i.svg {
      width: 60px;
      height: 60px; }
      .key-gutter .row .box i.svg.icon-1 {
        background-position: -2px -5215px; }
      .key-gutter .row .box i.svg.icon-2 {
        background-position: -72px -5215px; }
      .key-gutter .row .box i.svg.icon-3 {
        background-position: -142px -5215px; }
    .key-gutter .row .box h4 {
      font-size: 18px;
      margin-bottom: 14px;
      font-weight: 600; }

.digital-gutter .heading-gutter {
  min-height: 430px;
  padding-top: 120px;
  margin-bottom: 0;
  background: #F2F9FF; }
  @media (max-width: 767px) {
    .digital-gutter .heading-gutter {
      padding-top: 80px;
      min-height: 350px; } }
  .digital-gutter .heading-gutter h3 span, .digital-gutter .heading-gutter h2 span {
    display: block;
    font-size: 21px; }
.digital-gutter .row {
  position: relative;
  margin-top: -130px; }
  .digital-gutter .row .box {
    padding: 30px;
    min-height: 216px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); }
    .digital-gutter .row .box i.svg {
      width: 55px;
      height: 55px;
      margin-bottom: 12px; }
      .digital-gutter .row .box i.svg.icon-1 {
        background-position: -65px -4736px; }
      .digital-gutter .row .box i.svg.icon-2 {
        background-position: -174px -4670px; }
      .digital-gutter .row .box i.svg.icon-3 {
        background-position: -230px -4670px; }
      .digital-gutter .row .box i.svg.icon-4 {
        background-position: -7px -4670px; }
    .digital-gutter .row .box h4, .digital-gutter .row .box h3 {
      font-size: 17px;
      margin-bottom: 0px;
      font-weight: 600; }
    .digital-gutter .row .box p {
      line-height: 22px; }

.link-more {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  display: block;
  border: 0;
  cursor: pointer;
  background: transparent;
  position: relative;
  display: inline-block; }
  .link-more:hover {
    color: #d96f32; }
  .link-more i {
    position: absolute;
    margin-left: 8px;
    top: 9px;
    right: -26px; }

.row.xsm {
  margin-left: -6px;
  margin-right: -6px; }
  .row.xsm [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px; }
.row.xmd {
  margin-left: -10px;
  margin-right: -10px; }
  .row.xmd [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

/* being comman */
.cloud-gutter .logos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px; }
  .cloud-gutter .logos figure {
    height: 45px;
    min-width: 45px;
    overflow: hidden;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center; }

.trust-gutter {
  background: #F7FAFE; }
  @media (min-width: 1024px) {
    .trust-gutter {
      padding: 127px 0px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .trust-gutter {
      padding: 60px 0px; } }
  @media (max-width: 767.98px) {
    .trust-gutter {
      padding: 30px 0px; } }
  .trust-gutter .trust-list {
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .trust-gutter .trust-list {
        margin-top: 90px;
        margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .trust-gutter .trust-list {
        margin-top: 70px; } }
    @media (max-width: 767.98px) {
      .trust-gutter .trust-list {
        margin-top: 30px; } }
    .trust-gutter .trust-list li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      height: 163px; }
      @media (min-width: 791px) {
        .trust-gutter .trust-list li {
          width: 20%;
          min-width: 20%;
          border-right: 1px solid #EBEEF2; }
          .trust-gutter .trust-list li:nth-child(5), .trust-gutter .trust-list li:nth-child(10) {
            border-right: 0; }
          .trust-gutter .trust-list li:nth-child(1), .trust-gutter .trust-list li:nth-child(2), .trust-gutter .trust-list li:nth-child(3), .trust-gutter .trust-list li:nth-child(4), .trust-gutter .trust-list li:nth-child(5) {
            border-bottom: 1px solid #EBEEF2; } }
      @media (max-width: 790px) {
        .trust-gutter .trust-list li {
          width: 50%;
          min-width: 50%;
          border-bottom: 1px solid #EBEEF2; }
          .trust-gutter .trust-list li:nth-child(odd) {
            border-right: 1px solid #EBEEF2; }
          .trust-gutter .trust-list li:nth-child(9), .trust-gutter .trust-list li:nth-child(10) {
            border-bottom: 0; } }

@media (max-width: 767.98px) {
  .smb-gutter {
    text-align: center; } }
.smb-gutter .heading-gutter {
  max-width: 630px;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .smb-gutter .heading-gutter h3, .smb-gutter .heading-gutter h2 {
      font-size: 35px;
      margin-bottom: 15px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .smb-gutter .heading-gutter h3, .smb-gutter .heading-gutter h2 {
      font-size: 35px; } }
  @media (max-width: 767.98px) {
    .smb-gutter .heading-gutter h3, .smb-gutter .heading-gutter h2 {
      font-size: 30px; } }
  .smb-gutter .heading-gutter p {
    font-weight: 300; }
    @media (min-width: 1024px) {
      .smb-gutter .heading-gutter p {
        font-size: 16px;
        margin-bottom: 20px; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .smb-gutter .heading-gutter p {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .smb-gutter .heading-gutter p {
        font-size: 14px; } }
.smb-gutter [class*="col-"] {
  padding-bottom: 30px; }
.smb-gutter .box {
  height: 100%;
  background: #F7FAFE;
  border-radius: 10px;
  padding: 32px 40px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 767.98px) {
    .smb-gutter .box {
      margin: 15px 0 15px; } }
  .smb-gutter .box:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12); }
  .smb-gutter .box .svg.reduce-icon {
    width: 38px;
    height: 49px;
    background-position: -16px -4794px; }
  .smb-gutter .box .svg.transparent-icon {
    width: 35px;
    height: 49px;
    background-position: -66px -4790px; }
  .smb-gutter .box .svg.dvelopment-icon {
    width: 39px;
    height: 49px;
    background-position: -111px -4793px; }
  .smb-gutter .box .svg.build-icon {
    width: 41px;
    height: 49px;
    background-position: -160px -4801px; }
  .smb-gutter .box h2, .smb-gutter .box h3, .smb-gutter .box h4 {
    font-size: 18px;
    margin-bottom: 11px;
    margin-top: 15px;
    color: #242a37; }
  .smb-gutter .box p {
    margin-bottom: 15px;
    font-size: 14px; }
  .smb-gutter .box .link-more {
    display: none !important; }
.smb-gutter.is {
  background: #F7FAFE; }
  .smb-gutter.is .box {
    background: #fff; }

.erth-gutter {
  position: relative; }
  @media (max-width: 767.98px) {
    .erth-gutter {
      text-align: center; } }
  .erth-gutter h2, .erth-gutter h3 {
    font-weight: 900;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: url(../jpg/gerth-bg.jpg);
    background-attachment: fixed; }
    @media (min-width: 1024px) {
      .erth-gutter h2, .erth-gutter h3 {
        font-size: 64px;
        margin-bottom: 30px; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .erth-gutter h2, .erth-gutter h3 {
        font-size: 40px;
        margin-bottom: 25px; } }
    @media (max-width: 767.98px) {
      .erth-gutter h2, .erth-gutter h3 {
        font-size: 40px;
        margin-bottom: 15px; } }
  .erth-gutter .data {
    font-weight: 600;
    margin-bottom: 17px;
    line-height: 37px;
    color: #242a37; }
    @media (min-width: 1024px) {
      .erth-gutter .data {
        font-size: 27px; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .erth-gutter .data {
        font-size: 20px; } }
    @media (max-width: 767.98px) {
      .erth-gutter .data {
        font-size: 20px; }
        .erth-gutter .data br {
          display: none; } }
  @media (min-width: 1024px) {
    .erth-gutter .earth-data {
      padding-left: 140px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .erth-gutter .earth-data {
      padding-left: 84px; } }
  @media (max-width: 767.98px) {
    .erth-gutter .earth-data {
      padding-left: 0px;
      margin-bottom: 30px; } }
  .erth-gutter p {
    font-size: 16px; }
    @media (min-width: 1024px) {
      .erth-gutter p {
        margin-bottom: 40px;
        font-size: 20px; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .erth-gutter p {
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .erth-gutter p {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .erth-gutter p br {
        display: none; } }
  .erth-gutter .earth-inner {
    position: relative; }
    .erth-gutter .earth-inner .cloud-bottom, .erth-gutter .earth-inner .cloud-top {
      position: absolute; }
    .erth-gutter .earth-inner .cloud-top {
      top: 0;
      right: 0; }
    @media (min-width: 1024px) {
      .erth-gutter .earth-inner .cloud-bottom {
        left: -75px;
        bottom: 0;
        z-index: 1; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .erth-gutter .earth-inner .cloud-bottom {
        left: -151px;
        bottom: -49px; } }
    @media (max-width: 767.98px) {
      .erth-gutter .earth-inner .cloud-bottom {
        bottom: -48px;
        left: -146px; } }
    .erth-gutter .earth-inner figure:not(.cloud-bottom):not(.cloud-top) {
      width: 85%;
      margin: auto;
      animation: rotateEarth 40s linear infinite; }
  .erth-gutter .plant-img {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (min-width: 1024px) {
      .erth-gutter .plant-img {
        bottom: 35px; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .erth-gutter .plant-img {
        bottom: 35px;
        left: -78px; } }
    @media (max-width: 767.98px) {
      .erth-gutter .plant-img {
        display: none; } }

.form-list {
  list-style-type: none; }
  @media (max-width: 767.98px) {
    .form-list {
      margin-bottom: 30px; } }
  .form-list li {
    padding-left: 48px;
    position: relative; }
    @media (min-width: 1024px) {
      .form-list li:not(:last-child) {
        margin-bottom: 78px; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .form-list li:not(:last-child) {
        margin-bottom: 50px; } }
    @media (max-width: 767.98px) {
      .form-list li:not(:last-child) {
        margin-bottom: 20px; } }
    .form-list li h4, .form-list li h3 {
      color: #242a37;
      margin-bottom: 15px;
      font-size: 17px; }
    .form-list li p {
      font-size: 14px; }
    .form-list li .form-icon {
      position: absolute;
      left: 0;
      top: -2px; }
      .form-list li .form-icon.icon1 {
        width: 29px;
        height: 29px;
        background-position: -208px -4811px; }
      .form-list li .form-icon.icon2 {
        width: 29px;
        height: 29px;
        background-position: -246px -4810px; }
      .form-list li .form-icon.icon3 {
        width: 29px;
        height: 29px;
        background-position: -16px -4858px; }

.consultation-gutter:not(.no) {
  background: #F7FAFE; }
.consultation-gutter .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.consultation-gutter .footer-form {
  background: #fff;
  border-radius: 10px;
  padding: 45px; }
  @media (max-width: 767px) {
    .consultation-gutter .footer-form {
      padding: 22px; } }
  .consultation-gutter .footer-form .heading-gutter h2 {
    font-size: 22px; }
  .consultation-gutter .footer-form .heading-gutter p {
    font-size: 15px; }

/* end comman */
.author-gutter {
  margin-top: 86px;
  padding: 90px 0; }
  .author-gutter .container {
    max-width: 1080px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (max-width: 767px) {
      .author-gutter .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .author-gutter .profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (max-width: 767px) {
      .author-gutter .profile {
        -webkit-align-items: start;
        -moz-align-items: start;
        -ms-align-items: start;
        align-items: start;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .author-gutter .profile figure {
      max-width: 260px;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .author-gutter .profile figure {
          margin: 0 0 22px 0; } }
      .author-gutter .profile figure img {
        border-radius: 4px; }
    .author-gutter .profile .cnts {
      max-width: 368px; }
      @media (max-width: 767px) {
        .author-gutter .profile .cnts {
          margin-bottom: 22px; } }
      .author-gutter .profile .cnts h3 {
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 6px; }
        .author-gutter .profile .cnts h3 b {
          font-weight: 600; }
      .author-gutter .profile .cnts h4 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 18px; }
        .author-gutter .profile .cnts h4 i {
          width: 16px;
          height: 16px;
          margin-right: 12px;
          background-position: -188px -6324px; }
      .author-gutter .profile .cnts .dec {
        font-size: 13px;
        color: #8A8A8A;
        margin-bottom: 6px; }
        .author-gutter .profile .cnts .dec h5 {
          color: #000;
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 6px; }
      .author-gutter .profile .cnts .social-links a {
        margin-right: 10px; }
        .author-gutter .profile .cnts .social-links a i.svg {
          width: 24px;
          height: 24px; }
          .author-gutter .profile .cnts .social-links a i.svg.fb-icon {
            background-position: -10px -6320px; }
          .author-gutter .profile .cnts .social-links a i.svg.gplus-icon {
            background-position: -41px -6320px; }
          .author-gutter .profile .cnts .social-links a i.svg.twitter-icon {
            background-position: -71px -6320px; }
          .author-gutter .profile .cnts .social-links a i.svg.t-icon {
            background-position: -100px -6320px; }
          .author-gutter .profile .cnts .social-links a i.svg.skype-icon {
            background-position: -129px -6320px; }
          .author-gutter .profile .cnts .social-links a i.svg.in-icon {
            background-position: -158px -6320px; }
  .author-gutter .action {
    font-size: 14px; }
    .author-gutter .action span {
      font-weight: 600; }
    .author-gutter .action a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }

.slide-carousel {
  /*.owl-nav{
    @media(max-width: 767px){
      display: none;
    }
    width: 100%;
    top: 40%;
    .owl-prev,.owl-next{
      width: 20px;
      height: 40px;
      border: 1px solid transparent;
      border-radius: 3px;
      background: #f9742c!important;
      opacity: 0.2;
      &:not(.disabled){
        &:hover{
          background: #f98d53!important;
          opacity: 0.6;
        }
      }
      &:before,&:after{
        content: "";
        width: 2px;
        height: 15px;
        position: absolute;
        background: #fff;
      }
      &:before{
        transform: rotate(30deg);
        left: 8px;
        top: 6px;
      }
      &:after{
        transform: rotate(-30deg);
        left: 8px;
        bottom: 6px;
      }
      &.disabled{
        opacity: 0.4;
        pointer-events: none;
      }
    }
    .owl-prev{
      left: 30px;
    }
    .owl-next{
      right: 30px;
      transform: rotate(180deg);
    }
  }  */
  /*.owl-dots{
    left: 0;
    right: 0;
    font-size: 0;
    margin: auto;
    position: absolute;
    top: 0;
  }*/ }
  .slide-carousel .owl-dots {
    margin-top: 15px !important;
    text-align: center; }
  @media (min-width: 1300px) {
    .slide-carousel .pro-box {
      /*      min-height: 668px;*/ } }

.form-section {
  background: #01023D;
  color: #ffffff; }
  .form-section .heading-gutter h2 {
    color: #ffffff; }
  .form-section .frm-details {
    background: #101140;
    display: flex;
    padding: 33px 0;
    margin: 0 auto;
    align-items: center; }
    .form-section .frm-details:not(.full) {
      max-width: 868px; }
    @media (max-width: 1023px) {
      .form-section .frm-details {
        flex-wrap: wrap;
        flex-direction: column; } }
    .form-section .frm-details .user-info {
      min-width: 266px;
      position: relative; }
      @media (min-width: 1024px) {
        .form-section .frm-details .user-info {
          margin-left: -133px; } }
      @media (max-width: 1023px) {
        .form-section .frm-details .user-info {
          margin-bottom: 30px; } }
      .form-section .frm-details .user-info figure img {
        width: 100%; }
      .form-section .frm-details .user-info .name-desc {
        position: absolute;
        bottom: 0px;
        left: 14px;
        right: 14px;
        margin: auto;
        text-align: center;
        background: #ffffff;
        border-radius: 20px 20px 0px 0px;
        padding: 12px 0; }
        .form-section .frm-details .user-info .name-desc h4 {
          font-size: 16px;
          font-weight: 550;
          margin-bottom: 2px;
          color: #000000; }
        .form-section .frm-details .user-info .name-desc span {
          font-size: 13px;
          display: block;
          font-weight: 500;
          color: #707070; }
    .form-section .frm-details .contact-process {
      max-width: 395px; }
      @media (min-width: 1024px) {
        .form-section .frm-details .contact-process {
          margin-left: 50px; } }
      @media (max-width: 1023px) {
        .form-section .frm-details .contact-process {
          margin-bottom: 30px; } }
      .form-section .frm-details .contact-process h4 {
        font-size: 26px;
        margin-bottom: 25px; }
      .form-section .frm-details .contact-process ul {
        position: relative; }
        .form-section .frm-details .contact-process ul:after {
          content: "";
          height: calc(100% - 40px);
          width: 0px;
          border-left: 1px dashed #585878;
          position: absolute;
          top: 0;
          left: 16px; }
        .form-section .frm-details .contact-process ul li {
          font-size: 14px;
          color: #ADADC2;
          position: relative;
          padding-left: 70px;
          line-height: 23px; }
          .form-section .frm-details .contact-process ul li:not(:last-child) {
            margin-bottom: 30px; }
          .form-section .frm-details .contact-process ul li b {
            color: #ffffff;
            font-size: 18px;
            display: block;
            margin-bottom: 4px; }
          .form-section .frm-details .contact-process ul li span {
            position: absolute;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            width: 32px;
            height: 32px;
            line-height: 20px;
            left: 0px;
            color: #000000;
            background: transparent;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center; }
            .form-section .frm-details .contact-process ul li span:after {
              content: "";
              border-left: 15px solid transparent;
              border-top: 16px solid transparent;
              border-right: 17px solid transparent;
              border-bottom: 16px solid transparent;
              position: absolute;
              top: 0px;
              right: -31px; }
          .form-section .frm-details .contact-process ul li:nth-child(1) span {
            background: #F8DE93; }
            .form-section .frm-details .contact-process ul li:nth-child(1) span:after {
              border-left-color: #F8DE93; }
          .form-section .frm-details .contact-process ul li:nth-child(2) span {
            background: #B3E4F8; }
            .form-section .frm-details .contact-process ul li:nth-child(2) span:after {
              border-left-color: #B3E4F8; }
          .form-section .frm-details .contact-process ul li:nth-child(3) span {
            background: #ECD9EB; }
            .form-section .frm-details .contact-process ul li:nth-child(3) span:after {
              border-left-color: #ECD9EB; }
    .form-section .frm-details .footer-form {
      width: 100%;
      max-width: 375px;
      padding: 30px 22px 24px;
      background: #ffffff;
      border-radius: 4px;
      position: relative; }
      @media (min-width: 500px) {
        .form-section .frm-details .footer-form {
          min-width: 375px; } }
      @media (min-width: 1024px) {
        .form-section .frm-details .footer-form {
          margin-right: -187px;
          margin-left: 50px; } }
      @media (max-width: 767px) {
        .form-section .frm-details .footer-form {
          padding: 40px 15px 22px; } }
      .form-section .frm-details .footer-form:after {
        content: "";
        position: absolute;
        width: 118px;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-radius: 0px 0px 0px 0px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
        @media (max-width: 767px) {
          .form-section .frm-details .footer-form:after {
            top: -1px;
            border-top: 18px solid #101140; } }
      .form-section .frm-details .footer-form h4 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .form-section .frm-details .footer-form h4 {
            font-size: 22px; } }
      .form-section .frm-details .footer-form p {
        font-size: 17px; }
        @media (max-width: 767px) {
          .form-section .frm-details .footer-form p {
            font-size: 14px; } }
    @media (min-width: 768px) {
      .form-section .frm-details.full .footer-form {
        min-width: 590px; } }

footer.page-footer {
  padding-top: 40px;
  color: #242a37;
  background: #0B1837; }
  @media (min-width: 768px) {
    footer.page-footer .container .col-md-2 {
      flex: 0 0 19%;
      max-width: 19%; }
    footer.page-footer .container .col-md-4 {
      flex: 0 0 31%;
      max-width: 31%; } }
  footer.page-footer .get-foot {
    text-align: center;
    background: #086892; }
    @media (min-width: 768px) {
      footer.page-footer .get-foot {
        padding: 18px 0; } }
    @media (max-width: 767px) {
      footer.page-footer .get-foot {
        padding: 12px 0; } }
    footer.page-footer .get-foot ul li {
      font-size: 14px;
      color: #fff;
      font-weight: 500; }
      @media (min-width: 768px) {
        footer.page-footer .get-foot ul li {
          display: inline-block; } }
      @media (max-width: 767px) {
        footer.page-footer .get-foot ul li {
          margin: 10px 0; } }
      footer.page-footer .get-foot ul li span {
        padding-right: 6px;
        display: inline-block;
        text-transform: uppercase; }
      @media (min-width: 768px) {
        footer.page-footer .get-foot ul li:first-child {
          float: left; }
        footer.page-footer .get-foot ul li:last-child {
          float: right; } }
      @media (min-width: 1024px) {
        footer.page-footer .get-foot ul li.get {
          padding: 0 26px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        footer.page-footer .get-foot ul li.get {
          padding: 0 12px; } }
      @media (max-width: 767px) {
        footer.page-footer .get-foot ul li.get {
          display: block; } }
      footer.page-footer .get-foot ul li a {
        color: #fff; }
        footer.page-footer .get-foot ul li a.skype-icon {
          padding-left: 30px; }
        footer.page-footer .get-foot ul li a:hover {
          opacity: 0.8; }
  footer.page-footer .menu-foot {
    min-height: 12px;
    margin-bottom: 38px; }
    footer.page-footer .menu-foot .container {
      position: relative; }
    footer.page-footer .menu-foot .btn {
      width: 42px;
      height: 36px;
      top: 0;
      right: 0;
      z-index: 0;
      position: absolute;
      background: #f8f8f8;
      -webkit-border-radius: 0 0 2px 2px;
      -moz-border-radius: 0 0 2px 2px;
      -ms-border-radius: 0 0 2px 2px;
      border-radius: 0 0 2px 2px; }
      footer.page-footer .menu-foot .btn:before {
        width: 18px;
        height: 10px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        position: absolute;
        background-position: -20px -191px; }
      footer.page-footer .menu-foot .btn.open:before {
        transform: rotate(180deg); }
    footer.page-footer .menu-foot .menu-foote-menu-container {
      display: none; }
    footer.page-footer .menu-foot .menu {
      padding-top: 10px;
      padding-bottom: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      border-bottom: 1px solid #eee; }
      footer.page-footer .menu-foot .menu li {
        width: 100%; }
        @media (min-width: 768px) {
          footer.page-footer .menu-foot .menu li {
            max-width: 33.33%; } }
        @media (max-width: 767px) {
          footer.page-footer .menu-foot .menu li {
            text-align: center; } }
        footer.page-footer .menu-foot .menu li a {
          font-size: 12px;
          color: #787878; }
          footer.page-footer .menu-foot .menu li a:hover {
            color: #d96f32; }
  footer.page-footer .foot-menu .widgettitle {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative; }
  @media (min-width: 768px) {
    footer.page-footer .foot-menu [class*="col-"] {
      margin-bottom: 60px; } }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu [class*="col-"].last .widgettitle {
      margin-top: 12px; } }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu .box {
      padding-top: 12px;
      border-top: 1px solid #202D4B;
      border-bottom: 1px solid #202D4B; } }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu .box .widgettitle {
      z-index: 2;
      cursor: pointer; }
      footer.page-footer .foot-menu .box .widgettitle:after {
        content: "";
        width: 16px;
        height: 16px;
        background-position: -258px -7320px;
        position: absolute;
        right: 0;
        top: 2px;
        transition: all 0.5s ease-in-out; } }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu .box > [class*="menu-"] {
      max-height: 0;
      overflow: hidden;
      transition: all 0.5s ease-in-out; } }
  footer.page-footer .foot-menu .box.open .widgettitle:after {
    transform: rotate(45deg); }
  @media (max-width: 767.99px) {
    footer.page-footer .foot-menu .box.open > [class*="menu-"] {
      max-height: 500px;
      margin-bottom: 16px; } }
  footer.page-footer .foot-menu .menu li {
    width: 100%;
    line-height: 1.25;
    transition: all 0.5s ease-in-out; }
    @media (min-width: 768px) {
      footer.page-footer .foot-menu .menu li.hidden {
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
        display: none; } }
    footer.page-footer .foot-menu .menu li a {
      font-size: 14px;
      color: #94A3C6;
      margin-bottom: 8px;
      display: inline-flex; }
      footer.page-footer .foot-menu .menu li a:hover {
        color: #fff; }
    footer.page-footer .foot-menu .menu li .sub-menu li a:before {
      content: "- ";
      margin-right: 4px;
      position: relative;
      display: inline-flex; }
  footer.page-footer .foot-menu .read-more {
    border: 0;
    padding: 0;
    outline: 0;
    font-size: 13px;
    cursor: pointer;
    color: #3F63C9;
    background: transparent; }
    footer.page-footer .foot-menu .read-more:before {
      width: 14px;
      height: 9px;
      top: 0;
      right: -18px;
      bottom: 0;
      margin: auto;
      content: "";
      position: absolute;
      background-position: -225px -7320px; }
    @media (max-width: 767.99px) {
      footer.page-footer .foot-menu .read-more {
        display: none; } }
  footer.page-footer .foot-menu .social-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      footer.page-footer .foot-menu .social-list {
        margin-bottom: 20px; } }
    footer.page-footer .foot-menu .social-list li:not(:last-child) {
      margin-right: 6px; }
    footer.page-footer .foot-menu .social-list li a {
      width: 40px;
      height: 40px;
      margin: 0 2px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      footer.page-footer .foot-menu .social-list li a:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        margin: auto;
        position: absolute;
        width: 100%;
        height: 100%; }
      footer.page-footer .foot-menu .social-list li a.fb-icon:before {
        background-position: -8px -7445px; }
      footer.page-footer .foot-menu .social-list li a.linkedin-icon:before {
        background-position: -56px -7445px; }
      footer.page-footer .foot-menu .social-list li a.twit-icon:before {
        background-position: -104px -7445px; }
      footer.page-footer .foot-menu .social-list li a.youtube-icon:before {
        background-position: -151px -7445px; }
      footer.page-footer .foot-menu .social-list li a.location-icon {
        top: -4px;
        width: 44px !important;
        height: 42px; }
        footer.page-footer .foot-menu .social-list li a.location-icon:before {
          background-position: -201px -7441px; }
  footer.page-footer .foot-info {
    font-size: 13px; }
    footer.page-footer .foot-info .textwidget {
      display: flex;
      padding: 24px 0;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid #202D4B; }
      @media (max-width: 800px) {
        footer.page-footer .foot-info .textwidget {
          flex-direction: column;
          padding-bottom: 60px; } }
    footer.page-footer .foot-info .left {
      display: flex;
      align-items: center; }
      @media (max-width: 800px) {
        footer.page-footer .foot-info .left {
          margin-bottom: 20px; } }
      @media (max-width: 500px) {
        footer.page-footer .foot-info .left {
          margin-bottom: 8px;
          flex-direction: column; } }
      footer.page-footer .foot-info .left .dmca {
        width: 144px;
        height: 20px;
        display: inline-block; }
        @media (min-width: 500px) {
          footer.page-footer .foot-info .left .dmca {
            left: 20px; } }
        @media (max-width: 500px) {
          footer.page-footer .foot-info .left .dmca {
            margin: 10px 0; } }
        footer.page-footer .foot-info .left .dmca:before {
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          content: "";
          position: absolute;
          background-position: -7px -7499px; }
      footer.page-footer .foot-info .left .copyright {
        color: #627295;
        margin-bottom: 0;
        font-weight: 500; }
    footer.page-footer .foot-info .term-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      footer.page-footer .foot-info .term-list li {
        line-height: 1; }
        footer.page-footer .foot-info .term-list li:not(:first-child) {
          padding-left: 10px; }
        footer.page-footer .foot-info .term-list li:not(:last-child) {
          padding-right: 10px;
          border-right: 1px solid #7F8FB2; }
        footer.page-footer .foot-info .term-list li a {
          color: #7F8FB2;
          position: relative;
          font-weight: 500; }
          footer.page-footer .foot-info .term-list li a:hover {
            color: #fff; }
  footer.page-footer .info-foot {
    font-size: 13px; }
    @media (max-width: 767px) {
      footer.page-footer .info-foot {
        text-align: center;
        padding-bottom: 42px; } }
    @media (min-width: 768px) {
      footer.page-footer .info-foot .menu {
        margin-bottom: 16px; }
        footer.page-footer .info-foot .menu.left {
          float: left; }
        footer.page-footer .info-foot .menu.right {
          float: right; } }
    @media (max-width: 767px) {
      footer.page-footer .info-foot .menu {
        margin-bottom: 12px; } }
    footer.page-footer .info-foot .menu li {
      display: inline-block; }
      footer.page-footer .info-foot .menu li a {
        font-size: 14px;
        color: #2a3649;
        position: relative;
        display: inline-block;
        font-weight: 500; }
        @media (min-width: 1024px) {
          footer.page-footer .info-foot .menu li a {
            margin: 0 10px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          footer.page-footer .info-foot .menu li a {
            margin: 0 5px; } }
        @media (max-width: 767px) {
          footer.page-footer .info-foot .menu li a {
            margin: 0 10px; } }
        footer.page-footer .info-foot .menu li a:hover {
          color: #d96f32; }
      footer.page-footer .info-foot .menu li:first-child a {
        margin-left: 0; }
      footer.page-footer .info-foot .menu li:last-child a {
        margin-right: 0; }
      footer.page-footer .info-foot .menu li:not(:last-child) a:after {
        top: 4px;
        width: 1px;
        height: 12px;
        content: "";
        position: absolute;
        background-color: #000; }
        @media (min-width: 1024px) {
          footer.page-footer .info-foot .menu li:not(:last-child) a:after {
            right: -11px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          footer.page-footer .info-foot .menu li:not(:last-child) a:after {
            right: -6px; } }
        @media (max-width: 767px) {
          footer.page-footer .info-foot .menu li:not(:last-child) a:after {
            right: -11px; } }
    footer.page-footer .info-foot .dmca {
      width: 120px;
      height: 20px;
      display: inline-block; }
      @media (min-width: 1024px) {
        footer.page-footer .info-foot .dmca {
          left: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        footer.page-footer .info-foot .dmca {
          left: 6px; } }
      @media (max-width: 767px) {
        footer.page-footer .info-foot .dmca {
          margin-bottom: 12px; } }
      footer.page-footer .info-foot .dmca:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        position: absolute;
        background-position: 0px -205px; }
    footer.page-footer .info-foot .copyright {
      text-align: center;
      color: #949698;
      font-weight: 400; }
      @media (max-width: 767px) {
        footer.page-footer .info-foot .copyright {
          margin-bottom: 4px; } }
    footer.page-footer .info-foot .social-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin-bottom: 23px; }
      @media (max-width: 767px) {
        footer.page-footer .info-foot .social-list {
          margin-bottom: 20px; } }
      footer.page-footer .info-foot .social-list li:not(:last-child) {
        margin-right: 22px; }
      footer.page-footer .info-foot .social-list li a {
        width: 28px;
        height: 28px;
        margin: 0 2px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        /*&:hover {
          &.fb-icon {
            background: #3b5998;
          }
          &.linkedin-icon {
            background: #0e76a8;
          }
          &.twit-icon {
            background: #50abf1;
          }
          &.youtube-icon {
            background: #ff2727;
          }
        }*/ }
        footer.page-footer .info-foot .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 .info-foot .term-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        footer.page-footer .info-foot .term-list {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; } }
      footer.page-footer .info-foot .term-list li {
        line-height: 1; }
        footer.page-footer .info-foot .term-list li:not(:first-child) {
          padding-left: 10px; }
        footer.page-footer .info-foot .term-list li:not(:last-child) {
          padding-right: 10px;
          border-right: 1px solid #333; }
        footer.page-footer .info-foot .term-list li a {
          color: #242a37;
          position: relative;
          font-weight: 500; }
          footer.page-footer .info-foot .term-list li a:before {
            left: 0;
            bottom: -2px;
            width: 100%;
            height: 1px;
            content: "";
            position: absolute;
            background: rgba(0, 0, 0, 0.4); }
          footer.page-footer .info-foot .term-list li a:hover {
            color: #d96f32; }
            footer.page-footer .info-foot .term-list li a:hover:before {
              background: #d96f32; }
  @media (min-width: 768px) {
    footer.page-footer .app-data {
      display: none; } }
  @media (max-width: 767px) {
    footer.page-footer .app-data {
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 99;
      position: fixed;
      border-radius: 0;
      text-align: center; } }

.foot-address {
  margin-bottom: 16px; }
  .foot-address .title {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: normal; }
    .foot-address .title .us-icon {
      margin-right: 10px; }
  .foot-address .content {
    color: #94A3C6;
    font-size: 14px; }

.work-gutter.new .box {
  position: relative; }
  @media (min-width: 1024px) {
    .work-gutter.new .box {
      height: 660px;
      margin-bottom: 100px; } }
  @media (min-width: 1024px) and (max-width: 1160px) {
    .work-gutter.new .box {
      height: 580px;
      margin-bottom: 100px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .work-gutter.new .box {
      height: 380px;
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .work-gutter.new .box {
      margin-bottom: 30px; } }
  .work-gutter.new .box .flip {
    top: 0px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (min-width: 1600px) {
      .work-gutter.new .box .flip {
        width: 55%; } }
    @media (min-width: 1024px) and (max-width: 1599px) {
      .work-gutter.new .box .flip {
        width: 60%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .work-gutter.new .box .flip {
        width: 55%; } }
    @media (max-width: 767px) {
      .work-gutter.new .box .flip {
        width: 100%;
        height: 300px; } }
    .work-gutter.new .box .flip.bg1 {
      background: #fcedd3; }
    .work-gutter.new .box .flip.bg2 {
      background: #ffcfcf; }
    .work-gutter.new .box .flip.bg3 {
      background: #dbefff; }
    .work-gutter.new .box .flip.bg4 {
      background: #f0e7f9; }
    .work-gutter.new .box .flip.bg5 {
      background: #d5e4ee; }
    .work-gutter.new .box .flip.bg6 {
      background: #cceede; }
    .work-gutter.new .box .flip.bg7 {
      background: #f8dcdd; }
    .work-gutter.new .box .flip.bg8 {
      background: #e6f3ff; }
    .work-gutter.new .box .flip.bg9 {
      background: #f6efcf; }
    .work-gutter.new .box .flip.bg10 {
      background: #d9e9f8; }
    .work-gutter.new .box .flip.bg11 {
      background: #f8dcdd; }
    .work-gutter.new .box .flip.bg12 {
      background: #e6f3ff; }
    .work-gutter.new .box .flip.bg13 {
      background: #ffd2d2; }
    .work-gutter.new .box .flip.bg14 {
      background: #f0e7f9; }
    .work-gutter.new .box .flip.bg15 {
      background: #d4eaff; }
    .work-gutter.new .box .flip.bg16 {
      background: #d6eec1; }
    .work-gutter.new .box .flip.bg17 {
      background: #d6eafb; }
    .work-gutter.new .box .flip:after {
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1;
      content: "";
      position: absolute;
      background: #fff;
      transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .work-gutter.new .box .flip .item {
      width: 100%;
      height: 100%;
      position: relative; }
      .work-gutter.new .box .flip .item .animated-box {
        position: relative; }
        @media (max-width: 767px) {
          .work-gutter.new .box .flip .item .animated-box {
            width: 360px !important;
            margin: 0 auto; } }
        .work-gutter.new .box .flip .item .animated-box.ani1 {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
          .work-gutter.new .box .flip .item .animated-box.ani1 figure {
            position: relative; }
            @media (min-width: 1600px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig1 {
                left: 80px; } }
            @media (min-width: 1366px) and (max-width: 1599px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig1 {
                left: 95px; } }
            @media (min-width: 1200px) and (max-width: 1365px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig1 {
                left: 80px; } }
            @media (min-width: 1024px) and (max-width: 1200px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig1 {
                left: 60px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig1 {
                left: 40px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig1 {
                left: 30px; } }
            .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig2 {
              top: 36px; }
              @media (min-width: 1600px) {
                .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig2 {
                  left: -80px; } }
              @media (min-width: 1366px) and (max-width: 1599px) {
                .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig2 {
                  left: -95px; } }
              @media (min-width: 1200px) and (max-width: 1365px) {
                .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig2 {
                  left: -40px; } }
              @media (min-width: 1024px) and (max-width: 1200px) {
                .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig2 {
                  left: -36px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig2 {
                  top: 20px;
                  left: -30px; } }
              @media (max-width: 767px) {
                .work-gutter.new .box .flip .item .animated-box.ani1 figure.fig2 {
                  top: 20px;
                  left: -20px; } }
            @media (min-width: 1366px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure img {
                max-width: none; } }
            @media (min-width: 1024px) and (max-width: 1365px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure img {
                -webkit-transform: scale(1.15);
                -moz-transform: scale(1.15);
                -ms-transform: scale(1.15);
                -o-transform: scale(1.15);
                transform: scale(1.15); } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1); } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani1 figure img {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2); } }
        .work-gutter.new .box .flip .item .animated-box.ani2 {
          height: 100%;
          margin: 0 auto; }
          @media (min-width: 1024px) {
            .work-gutter.new .box .flip .item .animated-box.ani2 {
              width: 800px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .work-gutter.new .box .flip .item .animated-box.ani2 {
              width: 420px; } }
          .work-gutter.new .box .flip .item .animated-box.ani2 figure {
            position: absolute; }
            @media (min-width: 1160px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig1 {
                left: 40px;
                top: -185px; } }
            @media (min-width: 1024px) and (max-width: 1160px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig1 {
                left: 40px;
                top: -152px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig1 {
                left: 40px;
                top: -100px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig1 {
                left: 20px;
                top: -84px; } }
            @media (min-width: 1160px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig2 {
                right: -85px;
                top: 46px; } }
            @media (min-width: 1024px) and (max-width: 1160px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig2 {
                right: 16px;
                top: 32px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig2 {
                right: -90px;
                top: 20px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig2 {
                right: -70px;
                top: 15px; } }
            @media (min-width: 1160px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig3 {
                right: 16px;
                bottom: -330px; } }
            @media (min-width: 1024px) and (max-width: 1160px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig3 {
                right: 130px;
                bottom: -340px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig3 {
                right: -16px;
                bottom: -203px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig3 {
                right: -8px;
                bottom: -200px; } }
            @media (min-width: 1160px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig4 {
                left: -54px;
                bottom: -7px; } }
            @media (min-width: 1024px) and (max-width: 1160px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig4 {
                left: -64px;
                bottom: 12px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig4 {
                left: -63px;
                bottom: -16px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure.fig4 {
                left: -32px;
                bottom: -6px; } }
            @media (min-width: 1024px) and (max-width: 1160px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure img {
                width: 480px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure img {
                width: 300px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani2 figure img {
                width: 260px; } }
        .work-gutter.new .box .flip .item .animated-box.ani3 {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          align-items: flex-end;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
          .work-gutter.new .box .flip .item .animated-box.ani3 figure {
            bottom: -36px;
            position: relative; }
            @media (min-width: 1024px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure.fig1 {
                left: 80px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure.fig1 {
                left: 40px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure.fig1 {
                left: 22px; } }
            @media (min-width: 1024px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure.fig2 {
                left: -80px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure.fig2 {
                left: -40px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure.fig2 {
                left: -22px; } }
            @media (min-width: 1366px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure img {
                max-width: none; } }
            @media (min-width: 1024px) and (max-width: 1365px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure img {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2); } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1); } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani3 figure img {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2); } }
        .work-gutter.new .box .flip .item .animated-box.ani4 {
          padding: 0 20px;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
          .work-gutter.new .box .flip .item .animated-box.ani4 figure {
            position: relative; }
            @media (min-width: 1200px) {
              .work-gutter.new .box .flip .item .animated-box.ani4 figure.fig1 {
                bottom: -70px; } }
            @media (min-width: 1024px) and (max-width: 1200px) {
              .work-gutter.new .box .flip .item .animated-box.ani4 figure.fig1 {
                bottom: -110px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani4 figure.fig1 {
                bottom: -60px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani4 figure.fig1 {
                bottom: -60px; } }
            @media (min-width: 1200px) {
              .work-gutter.new .box .flip .item .animated-box.ani4 figure.fig2 {
                top: -70px; } }
            @media (min-width: 1024px) and (max-width: 1200px) {
              .work-gutter.new .box .flip .item .animated-box.ani4 figure.fig2 {
                top: -110px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter.new .box .flip .item .animated-box.ani4 figure.fig2 {
                top: -60px; } }
            @media (max-width: 767px) {
              .work-gutter.new .box .flip .item .animated-box.ani4 figure.fig2 {
                top: -60px; } }
  .work-gutter.new .box .contents {
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /*
    &.v1 {
      @include align-items(flex-start);
      .cnt {
        width: 400px;
        p {
          font-size: 32px;
          line-height: 1.3;
          color: $tag-color;
        }
      }
    }
    &.v2 {
      @include align-items(flex-start);
      .cnt {
        width: 400px;
        h4 {
          margin-bottom: 60px;
        }
        p {
          font-size: 32px;
          line-height: 1.3;
          color: $tag-color;
          margin-bottom: 60px;
        }
      }
    }
    &.v3 {
      @include align-items(flex-start);
      .cnt {
        width: 400px;
        p {
          font-size: 32px;
          line-height: 1.3;
          color: $tag-color;
        }
      }
    }
    &.v4 {
      @include align-items(flex-start);
      .cnt {
        width: 400px;
        p {
          font-size: 30px;
          line-height: 1.3;
          color: $tag-color;
          background: #fcedd3;
          padding: 10px;
        }
      }
    }
    &.v5 {
      @include align-items(flex-start);
      .cnt {
        p {
          color: $tag-color;
          background: #f2f2f2;
          padding: 12px 16px;
          font-weight: 500;
        }
      }
    }
    &.v6 {
      @include align-items(flex-start);
      .cnt {
        p {
          color: #242a37;
          background: #fcedd32b;
          padding: 12px 16px;
          font-size: 18px;
          border: 2px dashed #fcedd3;
          border-radius: 4px;
          &.e1 {
            background: #ffcfcf26;
            border: 2px dashed #ffcfcf;
          }
          &.e2 {
            background: #dbefff29;
            border: 2px dashed #dbefff;
          }
        }
      }
    }
    &.v7 {
      @include align-items(flex-start);
      .cnt {
        p {
          color: #fff;
          background: #086892;
          padding: 12px 16px;
          font-size: 18px;
          border-radius: 2px;
        }
      }
    }
    &.v8 {
      @include align-items(flex-start);
      .cnt {
        p {
          color: #086892;
          border: 2px dashed #086892;
          padding: 12px 16px;
          font-size: 18px;
          border-radius: 2px;
        }
      }
    }
    &.v9 {
      @include align-items(flex-start);
      .cnt {
        p {
          color: #086892;
          border: 2px dashed #086892;
          padding: 12px 16px;
          border-radius: 2px;
          text-transform: uppercase;
        }
      }
    }*/ }
    @media (min-width: 1200px) {
      .work-gutter.new .box .contents {
        max-width: 1170px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .work-gutter.new .box .contents {
        max-width: 1070px; } }
    @media (min-width: 1024px) and (max-width: 1100px) {
      .work-gutter.new .box .contents {
        max-width: 984px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .work-gutter.new .box .contents {
        max-width: calc(100% - 30px); } }
    @media (max-width: 767px) {
      .work-gutter.new .box .contents {
        padding-top: 300px; } }
    .work-gutter.new .box .contents .cnt {
      position: relative;
      transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }
      @media (min-width: 1200px) {
        .work-gutter.new .box .contents .cnt {
          font-size: 17px; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        .work-gutter.new .box .contents .cnt {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .work-gutter.new .box .contents .cnt {
          font-size: 15px; } }
      @media (min-width: 1200px) {
        .work-gutter.new .box .contents .cnt {
          width: 380px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .work-gutter.new .box .contents .cnt {
          width: 340px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .work-gutter.new .box .contents .cnt {
          width: 300px; } }
      @media (max-width: 767px) {
        .work-gutter.new .box .contents .cnt {
          padding: 22px; } }
      .work-gutter.new .box .contents .cnt i.svg {
        margin-bottom: 4px; }
        .work-gutter.new .box .contents .cnt i.svg.mysway-icon {
          width: 34px;
          height: 34px;
          background-position: -10px -4546px; }
        .work-gutter.new .box .contents .cnt i.svg.delhimetro-icon {
          width: 68px;
          height: 40px;
          background-position: -60px -4543px; }
        .work-gutter.new .box .contents .cnt i.svg.budgyt-icon {
          width: 30px;
          height: 40px;
          background-position: -146px -4543px; }
        .work-gutter.new .box .contents .cnt i.svg.sirved-icon {
          width: 40px;
          height: 40px;
          background-position: -192px -4543px; }
        .work-gutter.new .box .contents .cnt i.svg.twoway-icon {
          width: 50px;
          height: 40px;
          background-position: -249px -4542px; }
        .work-gutter.new .box .contents .cnt i.svg.hytorc-icon {
          width: 38px;
          height: 38px;
          background-position: -10px -4605px; }
        .work-gutter.new .box .contents .cnt i.svg.ambivista-icon {
          width: 42px;
          height: 32px;
          background-position: -63px -4608px; }
        .work-gutter.new .box .contents .cnt i.svg.fieldcircle-icon {
          width: 40px;
          height: 40px;
          background-position: -120px -4603px; }
        .work-gutter.new .box .contents .cnt i.svg.etrade-icon {
          width: 46px;
          height: 40px;
          background-position: -175px -4604px; }
        .work-gutter.new .box .contents .cnt i.svg.no {
          background: url(../png/logo.png) no-repeat; }
          .work-gutter.new .box .contents .cnt i.svg.no.shorepower-icon {
            width: 177px;
            height: 30px;
            background-position: 0px 3px; }
          .work-gutter.new .box .contents .cnt i.svg.no.mystic-icon {
            width: 38px;
            height: 38px;
            background-position: -2px -41px; }
          .work-gutter.new .box .contents .cnt i.svg.no.vezde-icon {
            width: 42px;
            height: 36px;
            background-position: -70px -44px; }
          .work-gutter.new .box .contents .cnt i.svg.no.women-icon {
            width: 38px;
            height: 38px;
            background-position: -141px -41px; }
          .work-gutter.new .box .contents .cnt i.svg.no.eduventive-icon {
            width: 30px;
            height: 30px;
            background-position: -10px -105px; }
          .work-gutter.new .box .contents .cnt i.svg.no.swapaloop-icon {
            width: 40px;
            height: 40px;
            background-position: -70px -101px; }
          .work-gutter.new .box .contents .cnt i.svg.no.genorocity-icon {
            width: 50px;
            height: 34px;
            background-position: -131px -100px; }
          .work-gutter.new .box .contents .cnt i.svg.no.remotii-icon {
            width: 102px;
            height: 25px;
            background-position: -2px -155px; }
      .work-gutter.new .box .contents .cnt h4 {
        color: #242a37;
        position: relative;
        font-weight: 700; }
        @media (min-width: 1200px) {
          .work-gutter.new .box .contents .cnt h4 {
            font-size: 35px; } }
        @media (min-width: 768px) and (max-width: 1200px) {
          .work-gutter.new .box .contents .cnt h4 {
            font-size: 33px; } }
        @media (max-width: 767px) {
          .work-gutter.new .box .contents .cnt h4 {
            font-size: 30px; } }
      .work-gutter.new .box .contents .cnt h5 {
        font-size: 16px;
        color: #242a37;
        text-transform: uppercase;
        font-weight: 600; }
      .work-gutter.new .box .contents .cnt .social-list {
        margin-top: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .work-gutter.new .box .contents .cnt .social-list li {
          margin-right: 30px; }
          .work-gutter.new .box .contents .cnt .social-list li a:before {
            height: 33px;
            content: "";
            display: block;
            position: relative; }
          .work-gutter.new .box .contents .cnt .social-list li a.ios-icon:before {
            width: 28px;
            background-position: -70px -1671px; }
          .work-gutter.new .box .contents .cnt .social-list li a.ios-icon:hover:before {
            background-position: -70px -1711px; }
          .work-gutter.new .box .contents .cnt .social-list li a.android-icon:before {
            width: 26px;
            background-position: -116px -1670px; }
          .work-gutter.new .box .contents .cnt .social-list li a.android-icon:hover:before {
            background-position: -116px -1710px; }
          .work-gutter.new .box .contents .cnt .social-list li a.web-icon:before {
            width: 34px;
            background-position: -161px -1670px; }
          .work-gutter.new .box .contents .cnt .social-list li a.web-icon:hover:before {
            background-position: -161px -1710px; }
          .work-gutter.new .box .contents .cnt .social-list li a.microsoft-icon:before {
            width: 30px;
            background-position: -213px -1670px; }
          .work-gutter.new .box .contents .cnt .social-list li a.microsoft-icon:hover:before {
            background-position: -213px -1710px; }
  .work-gutter.new .box.right-data .flip {
    right: 0; }
  .work-gutter.new .box.right-data .contents .cnt {
    margin-right: auto; }
  .work-gutter.new .box.left-data .flip {
    left: 0; }
  .work-gutter.new .box.left-data .contents .cnt {
    margin-left: auto; }

.work-gutters .ins .box {
  position: relative;
  margin-bottom: 110px; }
  .work-gutters .ins .box .flip {
    top: 0px;
    height: 100%;
    width: 45%;
    overflow: hidden;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1); }
    .work-gutters .ins .box .flip:after {
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1;
      content: "";
      position: absolute;
      background: #f7f7f7;
      transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .work-gutters .ins .box .flip .bg {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      transform: scale(1);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .work-gutters .ins .box .gutter {
    z-index: 1;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .work-gutters .ins .box .gutter figure {
      width: 430px;
      height: 733px;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .work-gutters .ins .box .gutter .cnt {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 400px;
      transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }
      .work-gutters .ins .box .gutter .cnt h4 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 6px; }
      .work-gutters .ins .box .gutter .cnt .social-list {
        margin-top: 30px; }
        .work-gutters .ins .box .gutter .cnt .social-list li {
          display: inline-block; }
          .work-gutters .ins .box .gutter .cnt .social-list li a {
            display: block; }
            @media (min-width: 1024px) {
              .work-gutters .ins .box .gutter .cnt .social-list li a {
                margin-right: 26px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutters .ins .box .gutter .cnt .social-list li a {
                margin-right: 20px; } }
            @media (max-width: 767px) {
              .work-gutters .ins .box .gutter .cnt .social-list li a {
                margin-right: 12px; } }
            .work-gutters .ins .box .gutter .cnt .social-list li a:before {
              height: 40px;
              content: "";
              display: block;
              position: relative; }
            .work-gutters .ins .box .gutter .cnt .social-list li a.ios-icon:before {
              width: 22px;
              background-position: -79px -916px; }
            .work-gutters .ins .box .gutter .cnt .social-list li a.ios-icon:hover:before {
              background-position: -104px -916px; }
            @media (min-width: 1024px) {
              .work-gutters .ins .box .gutter .cnt .social-list li a.android-icon {
                margin-left: 30px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutters .ins .box .gutter .cnt .social-list li a.android-icon {
                margin-left: 24px; } }
            @media (max-width: 767px) {
              .work-gutters .ins .box .gutter .cnt .social-list li a.android-icon {
                margin-left: 16px; } }
            .work-gutters .ins .box .gutter .cnt .social-list li a.android-icon:before {
              width: 35px;
              background-position: -1px -915px; }
            .work-gutters .ins .box .gutter .cnt .social-list li a.android-icon:hover:before {
              background-position: -40px -915px; }
            .work-gutters .ins .box .gutter .cnt .social-list li a.web-icon:before {
              width: 37px;
              background-position: -1px -1377px; }
            .work-gutters .ins .box .gutter .cnt .social-list li a.web-icon:hover:before {
              background-position: -41px -1377px; }
            .work-gutters .ins .box .gutter .cnt .social-list li a.microsoft-icon:before {
              width: 36px;
              background-position: -82px -1377px; }
            .work-gutters .ins .box .gutter .cnt .social-list li a.microsoft-icon:hover:before {
              background-position: -122px -1377px; }
  .work-gutters .ins .box.right-data .flip {
    right: 0; }
  .work-gutters .ins .box.right-data .gutter figure {
    order: 2;
    left: -210px;
    margin-left: auto; }
  .work-gutters .ins .box.right-data .gutter .cnt {
    order: 1;
    right: 80px; }
  .work-gutters .ins .box.left-data .flip {
    left: 0; }
  .work-gutters .ins .box.left-data .gutter figure {
    order: 1;
    left: 95px; }
  .work-gutters .ins .box.left-data .gutter .cnt {
    order: 2;
    left: 180px; }

.work-gutter {
  overflow: hidden; }
  .work-gutter .work-container .container {
    max-width: 1080px; }
  .work-gutter .work-container .box {
    overflow: hidden;
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); }
    @media (min-width: 1024px) {
      .work-gutter .work-container .box {
        margin-bottom: 50px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .work-gutter .work-container .box {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .work-gutter .work-container .box {
        margin-bottom: 32px; } }
    .work-gutter .work-container .box .cnt {
      font-size: 15px; }
      @media (max-width: 767px) {
        .work-gutter .work-container .box .cnt {
          font-size: 14px; } }
      .work-gutter .work-container .box .cnt h4 {
        color: #242a37;
        font-weight: 600;
        margin-bottom: 6px; }
        @media (min-width: 1024px) {
          .work-gutter .work-container .box .cnt h4 {
            font-size: 24px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .work-gutter .work-container .box .cnt h4 {
            font-size: 22px; } }
        @media (max-width: 767px) {
          .work-gutter .work-container .box .cnt h4 {
            font-size: 20px; } }
      .work-gutter .work-container .box .cnt p {
        margin: 0; }
  .work-gutter .work-container.mobile-data .box {
    max-width: 500px; }
    .work-gutter .work-container.mobile-data .box .link {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute; }
    .work-gutter .work-container.mobile-data .box:hover {
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2); }
    @media (min-width: 1024px) {
      .work-gutter .work-container.mobile-data .box .cnt {
        height: 110px;
        padding: 14px 24px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .work-gutter .work-container.mobile-data .box .cnt {
        height: 126px;
        padding: 12px 16px; } }
    @media (max-width: 767px) {
      .work-gutter .work-container.mobile-data .box .cnt {
        padding: 12px 16px; } }
  @media (min-width: 1024px) {
    .work-gutter .work-container.mobile-data .row {
      margin-left: -25px;
      margin-right: -25px; }
    .work-gutter .work-container.mobile-data .col-md-6 {
      padding-left: 25px;
      padding-right: 25px; } }
  .work-gutter .work-container.web-data .box:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1024px) {
    .work-gutter .work-container.web-data .box .cnt {
      padding: 20px 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .work-gutter .work-container.web-data .box .cnt {
      padding: 20px 36px; } }
  @media (max-width: 767px) {
    .work-gutter .work-container.web-data .box .cnt {
      padding: 20px 30px; } }

.work-slide-container .head {
  margin-top: 32px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .work-slide-container .head .data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .work-slide-container .head .data figure {
      height: auto; }
      @media (min-width: 1024px) {
        .work-slide-container .head .data figure {
          margin-right: 36px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .work-slide-container .head .data figure {
          margin-right: 26px; } }
      @media (max-width: 767px) {
        .work-slide-container .head .data figure {
          margin-right: 12px; } }
      .work-slide-container .head .data figure img {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        border-radius: 26px; }
        @media (max-width: 767px) {
          .work-slide-container .head .data figure img {
            width: 72px;
            -webkit-border-radius: 18px;
            -moz-border-radius: 18px;
            -ms-border-radius: 18px;
            border-radius: 18px; } }
  .work-slide-container .head .heading h2 {
    margin-bottom: 0;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .work-slide-container .head .heading h2 {
        font-size: 32px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .work-slide-container .head .heading h2 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .work-slide-container .head .heading h2 {
        font-size: 22px; } }
  .work-slide-container .head .heading p {
    opacity: 0.6;
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .work-slide-container .head .heading p {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .work-slide-container .head .heading p {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .work-slide-container .head .heading p {
        font-size: 16px; } }
  .work-slide-container .head .actions {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .work-slide-container .head .actions .social-list {
      text-align: right; }
      .work-slide-container .head .actions .social-list li {
        margin: 0;
        display: inline-block; }
        .work-slide-container .head .actions .social-list li a {
          display: block; }
          @media (min-width: 1024px) {
            .work-slide-container .head .actions .social-list li a {
              margin-left: 26px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .work-slide-container .head .actions .social-list li a {
              margin-left: 20px; } }
          @media (max-width: 767px) {
            .work-slide-container .head .actions .social-list li a {
              margin-left: 12px; } }
          .work-slide-container .head .actions .social-list li a:before {
            height: 40px;
            content: "";
            display: block;
            position: relative; }
          .work-slide-container .head .actions .social-list li a.ios-icon:before {
            width: 22px;
            background-position: -79px -916px; }
          .work-slide-container .head .actions .social-list li a.ios-icon:hover:before {
            background-position: -104px -916px; }
          @media (min-width: 1024px) {
            .work-slide-container .head .actions .social-list li a.android-icon {
              margin-left: 30px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .work-slide-container .head .actions .social-list li a.android-icon {
              margin-left: 24px; } }
          @media (max-width: 767px) {
            .work-slide-container .head .actions .social-list li a.android-icon {
              margin-left: 16px; } }
          .work-slide-container .head .actions .social-list li a.android-icon:before {
            width: 35px;
            background-position: -1px -915px; }
          .work-slide-container .head .actions .social-list li a.android-icon:hover:before {
            background-position: -40px -915px; }
          .work-slide-container .head .actions .social-list li a.web-icon:before {
            width: 37px;
            background-position: -1px -1377px; }
          .work-slide-container .head .actions .social-list li a.web-icon:hover:before {
            background-position: -41px -1377px; }
          .work-slide-container .head .actions .social-list li a.microsoft-icon:before {
            width: 36px;
            background-position: -82px -1377px; }
          .work-slide-container .head .actions .social-list li a.microsoft-icon:hover:before {
            background-position: -122px -1377px; }
    @media (max-width: 500px) {
      .work-slide-container .head .actions {
        display: none; } }
@media (max-width: 1100px) {
  .work-slide-container .vert-head {
    display: none; } }
.work-slide-container .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .work-slide-container .content {
      margin: 0 -20px; } }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .work-slide-container .content {
      margin: 0 -15px; } }
  @media (max-width: 1023px) {
    .work-slide-container .content {
      margin: 0 -10px; } }
  .work-slide-container .content figure {
    width: 33.333%;
    display: inline-block; }
    @media (min-width: 1200px) {
      .work-slide-container .content figure {
        padding: 5px 20px; } }
    @media (min-width: 1024px) and (max-width: 1200px) {
      .work-slide-container .content figure {
        padding: 5px 15px; } }
    @media (max-width: 1023px) {
      .work-slide-container .content figure {
        padding: 5px 10px; } }
  .work-slide-container .content img {
    width: 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.13); }
.work-slide-container .cnt {
  margin-top: 20px;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .work-slide-container .cnt {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .work-slide-container .cnt {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .work-slide-container .cnt {
      font-size: 16px; } }
.work-slide-container .container {
  max-width: 1045px; }

.modal.work-modal {
  margin: 0; }
  .modal.work-modal .modal-body {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .modal.work-modal .modal-body {
        max-width: 1150px; } }
    @media (min-width: 1024px) and (max-width: 1200px) {
      .modal.work-modal .modal-body {
        max-width: 960px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .modal.work-modal .modal-body {
        max-width: 720px; } }
    @media (max-width: 767px) {
      .modal.work-modal .modal-body {
        padding: 20px 6px !important; } }
  .modal.work-modal .modal-content {
    height: 100vh;
    overflow: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #f7f7f7; }

.carousel {
  position: relative; }
  .carousel .carousel-inner {
    position: relative;
    overflow: hidden; }
    .carousel .carousel-inner > .item {
      position: relative;
      display: none;
      -moz-transition: 0.6s ease-in-out left;
      -o-transition: 0.6s ease-in-out left;
      -webkit-transition: 0.6s ease-in-out left;
      transition: 0.6s ease-in-out left; }
    .carousel .carousel-inner > .active,
    .carousel .carousel-inner > .next,
    .carousel .carousel-inner > .prev {
      display: block; }
    .carousel .carousel-inner > .active {
      left: 0; }
    .carousel .carousel-inner > .next,
    .carousel .carousel-inner > .prev {
      top: 0;
      width: 100%;
      position: absolute; }
    .carousel .carousel-inner > .next {
      left: 100%; }
    .carousel .carousel-inner > .prev {
      left: -100%; }
    .carousel .carousel-inner > .next.left,
    .carousel .carousel-inner > .prev.right {
      left: 0; }
    .carousel .carousel-inner > .active.left {
      left: -100%; }
    .carousel .carousel-inner > .active.right {
      left: 100%; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel .carousel-inner > .item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px; }
      .carousel .carousel-inner > .item.next, .carousel .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
      .carousel .carousel-inner > .item.prev, .carousel .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
      .carousel .carousel-inner > .item.next.left, .carousel .carousel-inner > .item.prev.right, .carousel .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  .carousel .carousel-control {
    width: 35px;
    height: 35px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #000; }
    @media (max-width: 767px) {
      .carousel .carousel-control {
        top: auto;
        bottom: -70px;
        position: absolute; } }
    .carousel .carousel-control i {
      width: 15px;
      height: 13px;
      background-position: 0px -67px; }
    .carousel .carousel-control.carousel-prev {
      left: 20px; }
      .carousel .carousel-control.carousel-prev i {
        transform: rotate(180deg); }
    .carousel .carousel-control.carousel-next {
      right: 20px; }
    .carousel .carousel-control:hover {
      color: #fff;
      background: #F9742C;
      border-color: #ff9f56; }
      .carousel .carousel-control:hover i {
        background-position: 0px -84px; }
  .carousel .carousel-indicators {
    text-align: center; }
    @media (min-width: 768px) {
      .carousel .carousel-indicators {
        display: none; } }
    .carousel .carousel-indicators li {
      width: 10px;
      height: 10px;
      margin: 0 2px;
      opacity: 0.4;
      cursor: pointer;
      display: inline-block;
      background: #01afe0;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .carousel .carousel-indicators li.active {
        opacity: 1; }

.industries-gutter .tab-container {
  margin-bottom: 60px; }
.industries-gutter .box {
  padding: 50px 20px 50px 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (max-width: 767px) {
    .industries-gutter .box {
      padding: 30px;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .industries-gutter .box:not(:last-child) {
    margin-bottom: 52px; }
    @media (max-width: 767px) {
      .industries-gutter .box:not(:last-child) {
        margin-bottom: 32px; } }
  .industries-gutter .box.no {
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .industries-gutter .box.no .cnts {
        padding-right: 20px; } }
  .industries-gutter .box.i1 {
    background: #FFF6F6; }
  .industries-gutter .box.i2 {
    background: #F6FFFD; }
  .industries-gutter .box.i3 {
    background: #FFFBF1; }
  .industries-gutter .box.i4 {
    background: #F2F9FF; }
  .industries-gutter .box.i5 {
    background: #F4F1FF; }
  .industries-gutter .box.i6 {
    background: #FFF1F1; }
  .industries-gutter .box.i7 {
    background: #FFF1F1; }
  .industries-gutter .box.i8 {
    background: #F1F4FF; }
  .industries-gutter .box.i8 {
    background: #F1F8FF; }
  .industries-gutter .box.i9 {
    background: #F8F1FF; }
  .industries-gutter .box.i10 {
    background: #F1FEFF; }
  .industries-gutter .box .cnts {
    max-width: 500px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .industries-gutter .box .cnts {
        margin-bottom: 22px;
        padding-right: 0; } }
    .industries-gutter .box .cnts .heading {
      font-size: 15px;
      margin-bottom: 28px; }
      @media (min-width: 1024px) {
        .industries-gutter .box .cnts .heading h3 {
          font-size: 32px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .industries-gutter .box .cnts .heading h3 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .industries-gutter .box .cnts .heading h3 {
          font-size: 28px; } }
    .industries-gutter .box .cnts ul {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 16px;
      margin-bottom: 18px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .industries-gutter .box .cnts ul li {
        width: 100%;
        padding: 0 15px; }
        @media (min-width: 768px) {
          .industries-gutter .box .cnts ul li {
            flex: 0 0 50%;
            max-width: 50%; } }
    .industries-gutter .box .cnts .buttons {
      max-width: 316px; }

/*# sourceMappingURL=app.css.map */
