/**
 * 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");
}
*/
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; }

.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; } }
#exitpopup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

#exitpopup-modal .underlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -webkit-animation: fadein 0.7s;
  animation: fadein 0.7s;
  z-index: 9999; }

#exitpopup-modal .exitpopup-modal-window {
  width: 500px;
  height: 300px;
  background-color: #f0f1f2;
  z-index: 9999;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.5s;
  animation: popin 0.5s; }

#exitpopup-modal .modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center; }

#exitpopup-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500; }

#exitpopup-modal .modal-body {
  padding: 20px 35px;
  font-size: 0.9em; }

#exitpopup-modal p {
  color: #344a5f; }

#exitpopup-modal .exitpopup-modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%; }

#exitpopup-modal .exitpopup-modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.faq-box {
  max-width: 900px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e8e8e8; }
  @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 22px;
    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: 10px 36px 10px 16px; } }
    .faq-box .toggle h3:after {
      top: 0;
      right: 16px;
      bottom: 0px;
      width: 0px;
      height: 0px;
      margin: auto;
      content: "";
      position: absolute;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #000;
      -moz-transition: 0.1s;
      -o-transition: 0.1s;
      -webkit-transition: 0.1s;
      transition: 0.1s; }
      @media (max-width: 767px) {
        .faq-box .toggle h3:after {
          border-width: 7px; } }
  .faq-box .toggle .toggle-box {
    padding: 0 22px;
    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; } }
    .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 {
    border-top: 0;
    border-bottom: 8px solid #000; }
    @media (max-width: 767px) {
      .faq-box .toggle.open h3:after {
        border-bottom-width: 7px; } }
  .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: "Heebo", 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: 15px;
    font-weight: 500;
    font-family: "Heebo", 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; } }
.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; }

.blog-gutter {
  overflow: visible !important; }
  @media (min-width: 1024px) {
    .blog-gutter {
      margin-top: 86px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blog-gutter {
      margin-top: 86px; } }
  @media (max-width: 767px) {
    .blog-gutter {
      margin-top: 74px; } }
  .blog-gutter h1,
  .blog-gutter h2,
  .blog-gutter h3,
  .blog-gutter h4,
  .blog-gutter h5,
  .blog-gutter h6 {
    color: #242a37; }
  .blog-gutter .container {
    position: relative;
    display: flex;
    justify-content: center;
    /*
    .sidebar {
      right: 15px;
      top: 10px;
      max-width: 200px;
      position: absolute;
      @media (max-width: 767px) {
        display: none;
      }
      .box {
        z-index: 2;
        position: relative;
        margin-bottom: 30px;
        padding: 14px 15px;
        &.primary {
          background: #eff9fd;
        }
        &.secondary {
          font-size: 13px;
          line-height: 18px;
          background: #fff4ee;
          .mailchilp{
            br{
              display: none;
            }
            .wpcf7-validation-errors{
              display: none;
            }
          }
          fieldset {
            border: 0;
            padding: 0;
            margin: 0;
            position: relative;
            input {
              width: 100%;
              height: 28px;
              font-size: 13px;
              padding: 0 26px 0 10px;
              @include border-radius(2px);
              -webkit-appearance: none;
              border: 1px solid #d8dee3;
              &.invalid {
                border-color: $form-invalid;
              }
              &.wpcf7-not-valid{
                border-color: $form-invalid;
              }
            }
            .btn-i{
              padding: 0 !important;
              width: 22px !important;
              height: 24px !important;
              position: absolute;
              top: 2px;
              right: 6px;
              cursor: pointer;
              font-size: 0 !important;
              border: 0 !important;
              background: url(../img/sprites.svg?v=2.20) no-repeat 3px -180px !important;
            }
            .ajax-loader,
            .wpcf7-spinner{
              top: -2px;
              right: 32px;
              position: absolute;
            }
            .button {
              width: 26px;
              height: 26px;
              top: 0;
              right: 2px;
              bottom: 0;
              margin: auto;
              border: 0;
              font-size: 0;
              z-index: 2;
              cursor: pointer;
              position: absolute;
              background: transparent;
              &:before {
                width: 12px;
                height: 8px;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                content: "";
                margin: auto;
                position: absolute;
                background-position: -1px -188px;
              }
            }
          }
          em.invalid {
            display: none !important;
          }
          .wpcf7 form.sent .wpcf7-response-output{
            line-height: 1.25;
            font-size: 12px;
            color: #46b450;
            display: block !important;
          }
        }
        h3 {
          font-size: $primary-font;
          margin-bottom: 4px;
          font-weight: $font-stack-bold;
        }
        .menu {
          li {
            a {
              color: $primary-color;
              font-size: $secondary-font;
              position: relative;
              &:before {
                top: -4px;
                width: 4px;
                height: 1px;
                content: "";
                position: relative;
                margin-right: 4px;
                display: inline-block;
                background: $primary-color;
                @include transition(0.2s);
              }
              &:hover {
                color: $hover-color;
                &:before {
                  background: $hover-color;
                }
              }
            }
          }
        }
      }
      .thumb {
        margin-bottom: 20px;
      }
    }*/ }
    .blog-gutter .container .content {
      /*
      @media (min-width: 1200px) {
        margin: 0 auto;
        padding-right: 80px;
        max-width: calc(100% - 400px);
      }

      @media (min-width: 1024px) and (max-width: 1199px) {
        padding: 0 80px 0 10px;
        max-width: calc(100% - 200px);
      }

      @media (min-width: 768px) and (max-width: 1023px) {
        padding-right: 30px;
        max-width: calc(100% - 200px);
      }*/ }
      .blog-gutter .container .content h1,
      .blog-gutter .container .content h2,
      .blog-gutter .container .content h3,
      .blog-gutter .container .content h4 {
        font-weight: 700; }
      .blog-gutter .container .content .blog-head {
        line-height: 1.4;
        position: relative; }
        @media (min-width: 1024px) {
          .blog-gutter .container .content .blog-head {
            font-size: 22px;
            margin-bottom: 32px;
            padding-left: 50px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .blog-gutter .container .content .blog-head {
            font-size: 20px;
            margin-bottom: 30px;
            padding-left: 42px; }
            .blog-gutter .container .content .blog-head h3 span {
              left: -68px; } }
        @media (max-width: 767px) {
          .blog-gutter .container .content .blog-head {
            font-size: 18px;
            margin-bottom: 30px;
            padding-left: 34px; }
            .blog-gutter .container .content .blog-head h3 span {
              left: -62px; } }
        .blog-gutter .container .content .blog-head h1 {
          color: #d96f32;
          margin-bottom: 4px; }
          @media (min-width: 1024px) {
            .blog-gutter .container .content .blog-head h1 {
              font-size: 46px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .blog-gutter .container .content .blog-head h1 {
              font-size: 40px; } }
          @media (max-width: 767px) {
            .blog-gutter .container .content .blog-head h1 {
              font-size: 32px; } }
        @media (max-width: 1023px) {
          .blog-gutter .container .content .blog-head br {
            display: none; } }
      .blog-gutter .container .content .box {
        position: relative;
        margin-bottom: 50px; }
        .blog-gutter .container .content .box p {
          font-size: 15px;
          line-height: 1.5;
          color: #313131; }
          .blog-gutter .container .content .box p.post-date {
            color: #90989f; }
        .blog-gutter .container .content .box .post-cats-list {
          margin: 0;
          padding: 0;
          list-style: none;
          -webkit-box-flex: flex;
          -moz-box-flex: flex;
          -webkit-flex: flex;
          -ms-flex: flex;
          flex: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: absolute;
          z-index: 2;
          width: 100%;
          padding: 8px; }
          .blog-gutter .container .content .box .post-cats-list li:not(:last-child) {
            margin-bottom: 8px; }
          .blog-gutter .container .content .box .post-cats-list a {
            color: #fff;
            background: #F9742C;
            font-size: 13px;
            padding: 4px 10px;
            display: inline-block;
            border-radius: 4px;
            border: 1px solid #fff; }
            .blog-gutter .container .content .box .post-cats-list a.active, .blog-gutter .container .content .box .post-cats-list a:hover {
              color: #fff;
              background: #eb6d28; }
        .blog-gutter .container .content .box figure {
          overflow: hidden;
          position: relative;
          margin-bottom: 22px; }
          .blog-gutter .container .content .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 .container .content .box figure img {
            width: 100%;
            -moz-transition: 0.45s;
            -o-transition: 0.45s;
            -webkit-transition: 0.45s;
            transition: 0.45s; }
        .blog-gutter .container .content .box h3 {
          color: #086892; }
        .blog-gutter .container .content .box:not(.lg) h3 {
          height: 56px;
          font-size: 20px;
          overflow: hidden; }
        @media (min-width: 1024px) {
          .blog-gutter .container .content .box.lg h3 {
            font-size: 36px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .blog-gutter .container .content .box.lg h3 {
            font-size: 34px; }
            .blog-gutter .container .content .box.lg h3 h3 span {
              left: -68px; } }
        @media (max-width: 767px) {
          .blog-gutter .container .content .box.lg h3 {
            font-size: 32px; } }
        .blog-gutter .container .content .box.lg p {
          font-size: 16px; }
        .blog-gutter .container .content .box:hover h3 {
          color: #d96f32; }
        .blog-gutter .container .content .box:hover figure:before {
          opacity: 1; }
        .blog-gutter .container .content .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 .container .content .blog-pagination {
        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; }
        .blog-gutter .container .content .blog-pagination li {
          width: 38px;
          height: 38px;
          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; }
          .blog-gutter .container .content .blog-pagination li.vct {
            opacity: 0.65; }
            .blog-gutter .container .content .blog-pagination li.vct:before {
              width: 10px;
              height: 18px;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              content: "";
              position: absolute;
              background-position: -1px -228px; }
            .blog-gutter .container .content .blog-pagination li.vct.prev:before {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            .blog-gutter .container .content .blog-pagination li.vct:hover {
              opacity: 1; }
          .blog-gutter .container .content .blog-pagination li.item {
            font-weight: 500;
            border: 1px solid transparent;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%; }
            .blog-gutter .container .content .blog-pagination li.item.active {
              color: #d96f32;
              border-color: #d96f32; }
            .blog-gutter .container .content .blog-pagination li.item:not(.active):hover {
              color: #fff;
              background: #F9742C; }
              .blog-gutter .container .content .blog-pagination li.item:not(.active):hover a {
                color: #fff; }
          .blog-gutter .container .content .blog-pagination li a {
            width: 38px;
            height: 38px;
            color: #000;
            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; }
      .blog-gutter .container .content.no .post-head {
        margin-bottom: 20px; }
        .blog-gutter .container .content.no .post-head h1 {
          line-height: 1.2; }
          @media (min-width: 1024px) {
            .blog-gutter .container .content.no .post-head h1 {
              font-size: 46px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .blog-gutter .container .content.no .post-head h1 {
              font-size: 40px; } }
          @media (max-width: 767px) {
            .blog-gutter .container .content.no .post-head h1 {
              font-size: 32px; } }
        .blog-gutter .container .content.no .post-head .author-info img {
          width: 40px;
          height: 40px; }
        .blog-gutter .container .content.no .post-head .author-info span {
          opacity: 0.6; }
        .blog-gutter .container .content.no .post-head .category-author {
          display: flex;
          align-items: center;
          justify-content: space-between; }
      .blog-gutter .container .content.no figure {
        overflow: hidden;
        position: relative;
        margin-bottom: 22px; }
        .blog-gutter .container .content.no 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 .container .content.no figure img {
          width: 100%;
          -moz-transition: 0.45s;
          -o-transition: 0.45s;
          -webkit-transition: 0.45s;
          transition: 0.45s; }
        .blog-gutter .container .content.no figure:hover:before {
          opacity: 1; }
        .blog-gutter .container .content.no figure:hover 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 .container .content.no .post-cnt {
        letter-spacing: 0.25px; }
        @media (min-width: 1024px) {
          .blog-gutter .container .content.no .post-cnt {
            font-size: 19px;
            line-height: 1.8; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .blog-gutter .container .content.no .post-cnt {
            font-size: 17px; } }
        @media (max-width: 767px) {
          .blog-gutter .container .content.no .post-cnt {
            font-size: 17px; } }
        .blog-gutter .container .content.no .post-cnt .wpcf7 form.sent .wpcf7-response-output {
          line-height: 1.25;
          font-size: 12px;
          color: #46b450;
          display: block !important; }
        @media (min-width: 1024px) {
          .blog-gutter .container .content.no .post-cnt p {
            margin-bottom: 28px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .blog-gutter .container .content.no .post-cnt p {
            margin-bottom: 24px; } }
        @media (max-width: 767px) {
          .blog-gutter .container .content.no .post-cnt p {
            margin-bottom: 20px; } }
        .blog-gutter .container .content.no .post-cnt .blh {
          color: #242a37;
          font-weight: 700;
          margin-bottom: 8px; }
          @media (min-width: 1024px) {
            .blog-gutter .container .content.no .post-cnt .blh {
              font-size: 18px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .blog-gutter .container .content.no .post-cnt .blh {
              font-size: 18px; } }
          @media (max-width: 767px) {
            .blog-gutter .container .content.no .post-cnt .blh {
              font-size: 17px; } }
        @media (min-width: 1024px) {
          .blog-gutter .container .content.no .post-cnt h2 {
            font-size: 32px;
            margin: 46px 0 10px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .blog-gutter .container .content.no .post-cnt h2 {
            font-size: 24px;
            margin: 40px 0 10px; } }
        @media (max-width: 767px) {
          .blog-gutter .container .content.no .post-cnt h2 {
            font-size: 22px;
            margin: 38px 0 8px; } }
        @media (min-width: 1024px) {
          .blog-gutter .container .content.no .post-cnt h3 {
            font-size: 26px;
            margin: 46px 0 10px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .blog-gutter .container .content.no .post-cnt h3 {
            font-size: 24px;
            margin: 40px 0 10px; } }
        @media (max-width: 767px) {
          .blog-gutter .container .content.no .post-cnt h3 {
            font-size: 22px;
            margin: 38px 0 8px; } }
        @media (min-width: 1024px) {
          .blog-gutter .container .content.no .post-cnt h4 {
            font-size: 22px;
            margin: 20px 0 12px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .blog-gutter .container .content.no .post-cnt h4 {
            font-size: 20px;
            margin: 18px 0 12px; } }
        @media (max-width: 767px) {
          .blog-gutter .container .content.no .post-cnt h4 {
            font-size: 18px;
            margin: 18px 0 10px; } }
    .blog-gutter .container .sidebar {
      /*right: 15px;
      top: 10px;
      width: 100%;
      max-width: 280px;
      position: absolute;*/ }
      .blog-gutter .container .sidebar:not(.no) {
        min-width: 300px;
        margin-right: 60px; }
        @media (max-width: 1199px) {
          .blog-gutter .container .sidebar:not(.no) {
            min-width: 280px;
            margin-left: 50px; } }
        .blog-gutter .container .sidebar:not(.no) .ins {
          overflow: auto;
          max-height: 415px; }
      .blog-gutter .container .sidebar.no {
        min-width: 260px;
        margin-left: 60px; }
        @media (max-width: 1199px) {
          .blog-gutter .container .sidebar.no {
            min-width: 240px;
            margin-left: 50px; } }
      @media (max-width: 767px) {
        .blog-gutter .container .sidebar {
          display: none; } }
      .blog-gutter .container .sidebar .ins {
        top: 72px;
        position: sticky; }
      .blog-gutter .container .sidebar .scrollspy-tab {
        display: block;
        position: relative;
        margin-bottom: 40px;
        border-left: 2px solid #e0e0e0; }
        .blog-gutter .container .sidebar .scrollspy-tab ul li {
          margin-bottom: 2px; }
          .blog-gutter .container .sidebar .scrollspy-tab ul li.main {
            display: flex;
            font-size: 13px;
            line-height: 1.4;
            color: #444;
            transition: all .4s;
            position: relative;
            font-weight: 500;
            padding: 10px 8px 6px 16px; }
          .blog-gutter .container .sidebar .scrollspy-tab ul li a {
            left: -2px;
            display: flex;
            font-size: 13px;
            line-height: 1.4;
            color: #444;
            transition: all .4s;
            position: relative;
            padding: 9px 8px 9px 16px;
            border-left: 2px solid transparent; }
            .blog-gutter .container .sidebar .scrollspy-tab ul li a:hover {
              border-color: #3777d2; }
            .blog-gutter .container .sidebar .scrollspy-tab ul li a.active {
              border-color: #fe8300;
              background: #eff9fd; }
          .blog-gutter .container .sidebar .scrollspy-tab ul li ul.bullet li a {
            padding-left: 18px; }
            .blog-gutter .container .sidebar .scrollspy-tab ul li ul.bullet li a:before {
              left: 0;
              top: 6px;
              width: 4px;
              height: 4px;
              content: "";
              margin-right: 10px;
              position: relative;
              border-radius: 100px;
              background: #000; }
            .blog-gutter .container .sidebar .scrollspy-tab ul li ul.bullet li a.h3 {
              padding-left: 32px; }
              .blog-gutter .container .sidebar .scrollspy-tab ul li ul.bullet li a.h3:before {
                opacity: 0.5;
                border-radius: 0;
                width: 6px;
                height: 1.5px;
                top: 10px; }
          .blog-gutter .container .sidebar .scrollspy-tab ul li ul.bullet li.main:before {
            left: 0;
            top: 8px;
            width: 4px;
            height: 4px;
            content: "";
            margin-right: 10px;
            position: relative;
            border-radius: 100px;
            background: #000; }
      .blog-gutter .container .sidebar .box {
        z-index: 2;
        position: relative;
        margin-bottom: 30px;
        padding: 14px 15px; }
        .blog-gutter .container .sidebar .box.primary {
          background: #eff9fd; }
        .blog-gutter .container .sidebar .box.secondary {
          font-size: 13px;
          line-height: 18px;
          background: #fff4ee; }
          .blog-gutter .container .sidebar .box.secondary .mailchilp br {
            display: none; }
          .blog-gutter .container .sidebar .box.secondary .mailchilp .wpcf7-validation-errors {
            display: none; }
          .blog-gutter .container .sidebar .box.secondary fieldset {
            border: 0;
            padding: 0;
            margin: 0;
            position: relative; }
            .blog-gutter .container .sidebar .box.secondary fieldset input {
              width: 100%;
              height: 28px;
              font-size: 13px;
              padding: 0 26px 0 10px;
              -webkit-border-radius: 2px;
              -moz-border-radius: 2px;
              -ms-border-radius: 2px;
              border-radius: 2px;
              -webkit-appearance: none;
              border: 1px solid #d8dee3; }
              .blog-gutter .container .sidebar .box.secondary fieldset input.invalid {
                border-color: #fba9a9; }
              .blog-gutter .container .sidebar .box.secondary fieldset input.wpcf7-not-valid {
                border-color: #fba9a9; }
            .blog-gutter .container .sidebar .box.secondary fieldset .btn-i {
              padding: 0 !important;
              width: 22px !important;
              height: 20px !important;
              position: absolute;
              top: 6px;
              right: 6px;
              cursor: pointer;
              font-size: 0 !important;
              border: 0 !important;
              background: url(../svg/spritesf775-2.svg) no-repeat -3px -382px !important; }
            .blog-gutter .container .sidebar .box.secondary fieldset .ajax-loader,
            .blog-gutter .container .sidebar .box.secondary fieldset .wpcf7-spinner {
              top: -2px;
              right: 32px;
              position: absolute; }
            .blog-gutter .container .sidebar .box.secondary fieldset .button {
              width: 26px;
              height: 26px;
              top: 0;
              right: 2px;
              bottom: 0;
              margin: auto;
              border: 0;
              font-size: 0;
              z-index: 2;
              cursor: pointer;
              position: absolute;
              background: transparent; }
              .blog-gutter .container .sidebar .box.secondary fieldset .button:before {
                width: 14px;
                height: 8px;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                content: "";
                margin: auto;
                position: absolute;
                background-position: -7px -386px; }
          .blog-gutter .container .sidebar .box.secondary em.invalid {
            display: none !important; }
          .blog-gutter .container .sidebar .box.secondary .wpcf7 form.sent .wpcf7-response-output {
            line-height: 1.25;
            font-size: 12px;
            color: #46b450;
            display: block !important; }
        .blog-gutter .container .sidebar .box h3 {
          font-size: 15px;
          margin-bottom: 4px;
          font-weight: 700; }
        .blog-gutter .container .sidebar .box .menu li a {
          color: #000;
          font-size: 15px;
          position: relative; }
          .blog-gutter .container .sidebar .box .menu li a:before {
            top: -5px;
            width: 4px;
            height: 1px;
            content: "";
            position: relative;
            margin-right: 4px;
            display: inline-block;
            background: #000;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
          .blog-gutter .container .sidebar .box .menu li a:hover {
            color: #d96f32; }
            .blog-gutter .container .sidebar .box .menu li a:hover:before {
              background: #d96f32; }
      .blog-gutter .container .sidebar .thumb {
        margin-bottom: 20px; }
  .blog-gutter .faq-gutter .faq-box .toggle .toggle-box {
    font-size: inherit; }
  .blog-gutter .faq-gutter .faq-box p {
    margin: 0 !important; }
  .blog-gutter .faq-gutter .faq-box .toggle h3 {
    font-size: 20px !important;
    margin: 0 !important; }

.planning-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px; }

@media (max-width: 1100px) {
  .blog-video {
    height: 375px; } }
@media (max-width: 1023px) {
  .blog-video {
    height: 269px; } }
@media (max-width: 767px) {
  .blog-video {
    height: 196px; } }

/* scss added by shailendra For Quiz Section */
.quiz_section .rp4wp-related-posts {
  display: none !important; }

.qsm-error-message {
  display: none !important; }

.quiz_section.qmn_error .qmn_radio_answers,
.quiz_section.qmn_error .qmn_check_answers,
.quiz_section.qmn_error .qmn_accept_answers {
  background: none !important;
  border: 0 !important;
  padding: 0 !important; }

.qsm-quiz-container .qsm-page:first-of-type {
  padding: 0 !important; }

.qmn_pagination {
  border-top: 0 !important; }

.margin-bottom {
  margin-bottom: 0 !important;
  padding: 0 !important; }

.qsm-quiz-container {
  margin-bottom: 30px; }
  .qsm-quiz-container .qsm-page {
    color: #252525; }
    @media (min-width: 768px) {
      .qsm-quiz-container .qsm-page {
        padding: 24px;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .qsm-quiz-container .qsm-page {
        padding: 10px; } }
    .qsm-quiz-container .qsm-page .quiz_section {
      padding: 0;
      margin-bottom: 15px; }
      .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question_number {
        font-size: 20px; }
      .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question {
        display: inline-block !important;
        vertical-align: top !important;
        max-width: calc(100% - 30px);
        margin-bottom: 20px; }
        .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question p {
          font-size: 20px;
          margin-bottom: 0 !important;
          font-weight: 500; }
          @media (max-width: 767px) {
            .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question p {
              font-size: 18px; } }
      .qsm-quiz-container .qsm-page .quiz_section .qsm-before-message {
        margin: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important; }
        .qsm-quiz-container .qsm-page .quiz_section .qsm-before-message p {
          font-size: 0; }
      .qsm-quiz-container .qsm-page .quiz_section .complete-quiz {
        text-align: center; }
      @media (max-width: 767px) {
        .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question_number {
          display: inline-block;
          min-width: 20px;
          vertical-align: top;
          font-size: 18px; }
        .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question {
          margin-bottom: 8px; } }
    .qsm-quiz-container .qsm-page .pages_count {
      padding-bottom: 6px; }
      @media (max-width: 1023px) {
        .qsm-quiz-container .qsm-page .pages_count {
          padding: 6px 0; } }
    .qsm-quiz-container .qsm-page .qmn_mc_answer_wrap {
      margin: 0; }

.quiz_section.qmn_error:after {
  display: none !important; }

.qsm-results-page .quiz-result {
  padding: 24px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #fff;
  margin-top: 25px; }
  .qsm-results-page .quiz-result .score-box .points span {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-right: 22px; }
    @media (max-width: 1023px) {
      .qsm-results-page .quiz-result .score-box .points span {
        margin-right: 8px; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .qsm-results-page .quiz-result .score-box .points span {
      margin-right: 0; } }

    .qsm-results-page .quiz-result .score-box .points span:after {
      position: absolute;
      content: "";
      right: 0;
      width: 50px;
      height: 50px;
      right: calc(0% - 60px);
      top: calc(0% - 14px); }
  .qsm-results-page .quiz-result.success {
    background: #84ad84; }
    .qsm-results-page .quiz-result.success .points span:after {
      background: url(../png/success-emoji.png) no-repeat; }
  .qsm-results-page .quiz-result.success.influencer .points span:after {
    background: url(../png/influencer.png) no-repeat; }
  .qsm-results-page .quiz-result.slow {
    background: #6bc2ef; }
    @media (max-width: 767px) {
      .qsm-results-page .quiz-result.slow .points span {
        line-height: 1.4;
        display: block;
        max-width: 220px;
        margin: auto; } }
    .qsm-results-page .quiz-result.slow .points span:after {
      background: url(../png/slow-emoji.png) no-repeat; }
      @media (max-width: 767px) {
        .qsm-results-page .quiz-result.slow .points span:after {
          top: calc(0% - 2px); } }
  .qsm-results-page .quiz-result.slow.more .points span:after {
    background: url(../png/more-slow-emoji.png) no-repeat; }
  @media (max-width: 767px) {
    .qsm-results-page .quiz-result.slow.follower .points span {
      max-width: 150px; } }
  .qsm-results-page .quiz-result.slow.follower .points span:after {
    background: url(../png/follower.png) no-repeat; }
    @media (max-width: 767px) {
      .qsm-results-page .quiz-result.slow.follower .points span:after {
        top: calc(0% - 12px); } }
  .qsm-results-page .quiz-result.failed {
    background: #f96358; }
    .qsm-results-page .quiz-result.failed .points span:after {
      background: url(../png/failed-emoji.png) no-repeat; }
  .qsm-results-page .quiz-result br {
    display: none; }
  .qsm-results-page .quiz-result h3 {
    margin-top: 0 !important;
    font-size: 18px; }

.play-quiz button {
  color: #fff;
  background: linear-gradient(to right, #ff8d59 0%, #ffb053 100%);
  width: 120px;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  border: 0;
  height: 34px;
  border-radius: 2px;
  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;
  letter-spacing: 1px; }
  .play-quiz button:hover {
    background: linear-gradient(to right, #ff8049 0%, #ffa53f 100%);
    color: #fff; }

@media (max-width: 767px) {
  .qsm-pagination {
    float: right; } }
.qsm-pagination .qsm-next {
  position: absolute;
  background: #fff !important;
  border: 1px solid #000;
  font-size: 0;
  width: 40px;
  height: 42px;
  border-radius: 100px;
  top: calc(100% - 100px);
  right: 25px;
  left: auto; }
  @media (max-width: 767px) {
    .qsm-pagination .qsm-next {
      top: calc(100% - 88px);
      right: 0; } }
  .qsm-pagination .qsm-next:before {
    content: "";
    background: url(../svg/spritesf775-2.svg) no-repeat !important;
    width: 12px !important;
    height: 19px;
    background-position: 0px -228px !important;
    position: absolute;
    right: 13px;
    top: 10px; }
  .qsm-pagination .qsm-next:hover {
    background: linear-gradient(to right, #ff8d59 0%, #ffb053 100%) !important;
    border-color: #ff8d59; }
    .qsm-pagination .qsm-next:hover:before {
      background-position: 0px -263px !important; }
.qsm-pagination .qsm-submit-btn {
  background: linear-gradient(to right, #ff8d59 0%, #ffb053 100%) !important;
  text-transform: uppercase;
  border: 0;
  width: 130px;
  cursor: pointer; }
  .qsm-pagination .qsm-submit-btn:hover {
    background: linear-gradient(to right, #ff8049 0%, #ffa53f 100%) !important; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  display: block !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  padding: 5px 0 0 34px;
  max-width: calc(100% - 70px);
  transition: all 0.25s linear;
  color: #000; }
  @media (max-width: 767px) {
    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
      font-size: 16px !important;
      max-width: calc(100% - 25px);
      padding: 7px 0 0 25px;
      margin-left: 0px !important; } }

[type="radio"]:checked + label {
  font-weight: 400 !important; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #ff8d59;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff8d59;
  position: absolute;
  top: 14px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/*----------riple bubble-----------------*/
/*.ink {
  display: inline;
  position: absolute;
  background: #ff8d59;
  border-radius: 100%;
  transform: scale(0);
}*/
/*animation effect*/
/*.ink.animate {
  animation: ripple 0.65s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}*/
.consultation-gutter .heading-gutter h2 {
  font-weight: 700; }
  @media (min-width: 1200px) {
    .consultation-gutter .heading-gutter h2 {
      font-size: 38px; } }

.xd-box {
  max-width: 600px;
  height: 290px;
  margin: 20px auto;
  cursor: pointer;
  background-size: 100% !important; }
  @media (max-width: 767px) {
    .xd-box {
      height: 228px; } }
  .xd-box.java {
    background: url(../jpg/java.jpg) no-repeat 0 0; }
  .xd-box.dotnet {
    background: url(../jpg/dot-net.jpg) no-repeat 0 0; }
  .xd-box.offshore {
    background: url(../jpg/offshore.jpg) no-repeat 0 0; }
  .xd-box.php {
    background: url(../jpg/php.jpg) no-repeat 0 0; }
  .xd-box.python {
    background: url(../jpg/python.jpg) no-repeat 0 0; }
  .xd-box.saas {
    background: url(../jpg/saas.jpg) no-repeat 0 0; }
  .xd-box.software {
    background: url(../jpg/software.jpg) no-repeat 0 0; }
  .xd-box.startups {
    background: url(../jpg/startups.jpg) no-repeat 0 0; }
  .xd-box.django {
    background: url(../jpg/startups.jpg) no-repeat 0 0; }
  .xd-box.generic {
    background: url(../jpg/startups.jpg) no-repeat 0 0; }
  .xd-box .cnts {
    color: #1E1E1E;
    padding: 30px 0 30px 35px; }
    .xd-box .cnts h2 {
      font-size: 32px !important;
      color: #0D4D68;
      font-weight: 900 !important;
      margin: 0 0 22px 0 !important; }
      @media (max-width: 767px) {
        .xd-box .cnts h2 {
          font-size: 24px !important;
          margin: 0 0 20px 0 !important; } }
    .xd-box .cnts ul {
      line-height: 1;
      display: flex;
      align-items: center;
      margin-bottom: 26px; }
      @media (max-width: 767px) {
        .xd-box .cnts ul {
          margin-bottom: 24px; } }
      .xd-box .cnts ul li {
        font-size: 15px;
        padding: 0 10px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .xd-box .cnts ul li {
            font-size: 14px; } }
        .xd-box .cnts ul li:not(:last-child) {
          border-right: 1px solid #000; }
        .xd-box .cnts ul li:first-child {
          padding-left: 0; }
    .xd-box .cnts .btn {
      height: 51px;
      font-size: 15px;
      font-weight: 500;
      border-radius: 100px;
      padding: 0 28px; }
      @media (max-width: 767px) {
        .xd-box .cnts .btn {
          height: 48px;
          font-size: 14px; } }

.lightbox-image {
  cursor: url(https://www.fieldcircle.com/wp-content/themes/fieldtitan/assets/layouts/img/hand.svg), auto; }

.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; } }

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; }

/*# sourceMappingURL=blog.css.map */
