/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*,
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
    * Remove text-shadow in selection highlight:
    * https://twitter.com/miketaylr/status/12228805301
    *
    * Vendor-prefixed and regular ::selection selectors cannot be combined:
    * https://stackoverflow.com/a/16982510/7133471
    *
    * Customize the background color to match your design.
    */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
    * A better looking default horizontal rule
    */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
    * Remove the gap between audio, canvas, iframes,
    * images, videos and the bottom of their containers:
    * https://github.com/h5bp/html5-boilerplate/issues/440
    */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
    * Remove default fieldset styles.
    */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
    * Allow only vertical resizing of textareas.
    */

textarea {
  resize: vertical;
}

/* ==========================================================================
      Browser Upgrade Prompt
      ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
      Author's custom styles
      ========================================================================== */

.bg-empty {
  background: transparent !important;
}

.bg-primary {
  background-color: #228bdf !important;
}

.bg-success {
  background-color: #00b19d !important;
}

.bg-info {
  background-color: #3ddcf7 !important;
}

.bg-warning {
  background-color: #ffaa00 !important;
}

.bg-danger {
  background-color: #ef5350 !important;
}

.bg-muted {
  background-color: #F5F5F5 !important;
}

.bg-inverse {
  background-color: #4c5667 !important;
}

.bg-purple {
  background-color: #7266ba !important;
}

.bg-pink {
  background-color: #f76397 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #ef5350;
}

.text-muted {
  color: #98a6ad;
}

.text-primary {
  color: #228bdf;
}

.text-warning {
  color: #ffaa00;
}

.text-success {
  color: #00b19d;
}

.text-info {
  color: #3ddcf7;
}

.text-inverse {
  color: #4c5667;
}

.text-pink {
  color: #f76397;
}

.text-purple {
  color: #7266ba;
}

.text-dark {
  color: #797979 !important;
}

.text-white {
  color: #fff !important;
}

.label {
  color: #ffffff !important;
}

.label-primary {
  background-color: #228bdf;
}

.label-success {
  background-color: #00b19d;
}

.label-info {
  background-color: #3ddcf7;
}

.label-warning {
  background-color: #ffaa00;
}

.label-danger {
  background-color: #ef5350;
}

.label-purple {
  background-color: #7266ba;
}

.label-pink {
  background-color: #f76397;
}

.label-dark {
  background: #4f595b;
}

.label-inverse {
  background-color: #4c5667;
}

.badge-primary {
  background-color: #228bdf;
}

.badge-success {
  background-color: #00b19d;
}

.badge-info {
  background-color: #3ddcf7;
}

.badge-warning {
  background-color: #ffaa00;
}

.badge-danger {
  background-color: #ef5350;
}

.badge-purple {
  background-color: #7266ba;
}

.badge-pink {
  background-color: #f76397;
}

.badge-inverse {
  background-color: #4c5667;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.f-10 {
  font-size: 10px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-50 {
  font-size: 50px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-70 {
  font-size: 70px !important;
}

.f-80 {
  font-size: 80px !important;
}

.f-90 {
  font-size: 90px !important;
}

.f-100 {
  font-size: 100px !important;
}

.hidden {
  display: none !important;
}

.btn-rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
  color: #ffffff !important;
}

.btn-default {
  background-color: #dae6ec;
  border-color: #dae6ec;
}

.btn-default:focus {
  background-color: #dae6ec;
  border-color: #C2CED4;
}

.btn-default:hover {
  background-color: #dae6ec;
  border-color: #C2CED4;
}

.btn-default:active {
  background-color: #dae6ec;
  border-color: #C2CED4;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-color: #dae6ec !important;
  border-color: #C2CED4 !important;
}

.btn-inverse {
  background-color: #4c5667 !important;
  border: 1px solid #4c5667 !important;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.dropdown-toggle.btn-inverse {
  background-color: #414a58 !important;
  border: 1px solid #414a58 !important;
}

.btn-purple {
  background-color: #7266ba !important;
  border: 1px solid #7266ba !important;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #6254b2 !important;
  border: 1px solid #6254b2 !important;
}

.btn-pink {
  background-color: #f76397 !important;
  border: 1px solid #f76397 !important;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background-color: #f64b87 !important;
  border: 1px solid #f64b87 !important;
}


body::-webkit-scrollbar {
  width: 5px;
}

button::-moz-focus-inner {
  border: 0;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #1c1e24;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #4ec1ed;
}



body {
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h6 {
  color: #2d2d43;
}

h1 {
  font-size: 60px;
  font-weight: 600;
}

h2 {
  font-size: 40px;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  font-weight: 500;
}

h5 {
  font-size: 22px;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-weight: normal;
}

p {
  line-height: 32px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a {
  outline: none;
  color: #1c1e24;
  display: inline-block;
}

.form-control {
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: none;
  padding: 0;
  outline: none;
  border: 0 none;
  border-radius: 0;
  border-bottom: 2px solid #C7C7D5;
}

.form-control:focus {
  box-shadow: none;
}

.main-wraper .navigation-menu {
  /*  width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        left: 0; */
  /* top: -100%; */
  /* z-index: 8;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transition-duration: 500ms;
        -webkit-transition-duration: 500ms;
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
}

.main-wraper .navigation-menu * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.main-wraper .navigation-menu .nav-bg {
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 40px;
  top: 25px;
}

.main-wraper .navigation-menu .nav-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 25px;
  right: 40px;
  /* background-color: #fff; */
  opacity: 1;
  z-index: 6;
  -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.main-wraper .navigation-menu .nav-circle.expand {
  width: 150%;
  height: 2000px;
  overflow: hidden;
  top: -560px;
  right: -565px;
  -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.main-wraper .navigation-menu .main-menu-item-wrap {
  background-color: #fff;
  background-image: url('../img/pattern-bg.png');
  background-repeat: repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
  transition-delay: 0.8s;
  padding-top: 100px;
}

.main-wraper .navigation-menu .main-menu-item-wrap .main-menu-inner ul li a:hover,
.main-wraper .navigation-menu .main-menu-item-wrap .main-menu-inner ul li a.active {
  color: #4ec1ed;
}

.main-wraper .navigation-menu .inner {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 77;
}

.main-wraper .navigation-menu .inner address {
  float: left;
  color: #fff;
  font-size: 20px;
  transform: translateX(-200%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  margin: 0;
  height: 170px;
  position: absolute;
  top: 50%;
  margin-top: -85px;
}

.main-wraper .navigation-menu .inner address span {
  display: block;
  font-size: 2vw;
  margin-bottom: 20px;
}

.main-wraper .navigation-menu .inner ul {
  margin: 0;
  padding: 0;
  padding-right: 40px;
}

.main-wraper .navigation-menu .inner ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: right;
}

.main-wraper .navigation-menu .inner ul li a {
  font-size: 20px;
  text-transform: capitalize;
  color: #222;
  line-height: 50px;
  font-weight: 700;
  display: inline-block;
  text-align: right;
  /* transform: translateY(200%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transition-duration: 500ms;
        -webkit-transition-duration: 500ms;
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
  position: relative;
}

.main-wraper .navigation-menu .inner ul li .submenu {
  display: none;
}

.main-wraper .navigation-menu .inner ul li a:hover {
  text-decoration: none;
}


.main-wraper .transition-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.main-wraper .navbar {
  width: 100%;
  min-height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7;
  /* padding: 20px 40px; */
  /* transform: translateY(-100%); */
  padding: 0;
  background-color: transparent;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* transition-delay: 0.8s; */
}

.main-wraper .navbar.fixed {
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.loading-end .navbar {
  transform: translateY(0);
}

.main-wraper .nav-controls {
  position: fixed;
  right: 40px;
  top: 25px;
  z-index: 999;
}

.main-wraper .logo {
  margin-right: 35px;
  position: fixed;
  left: 40px;
  top: 20px;
  z-index: 55;
}

.main-wraper .logo a {
  float: left;
}

.main-wraper .logo a img {
  height: 55px;
}

.main-wraper .logo a img.logo-color {
  display: none;
}

.main-wraper .sandwich-nav {
  margin-right: 0;
}

.main-wraper .sandwich-nav .sandwich-text {
  float: left;
  height: 46px;
  overflow: hidden;
}

.main-wraper .sandwich-nav .sandwich-text b {
  float: left;
  line-height: 46px;
  font-weight: normal;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.main-wraper .sandwich-btn {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}

.main-wraper .sandwich-nav .sandwich-btn {
  margin-left: 10px;
}

.main-wraper .sandwich-btn span {
  display: block;
  height: 2px;
  width: 22px;
  background: #1c1e24;
  opacity: 1;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.main-wraper .sandwich-btn span:nth-child(1) {
  top: 13px;
}

.main-wraper .sandwich-btn span:nth-child(2) {
  top: 19px;
  width: 16px;
}

.main-wraper .sandwich-btn span:nth-child(3) {
  top: 25px;
}

.main-wraper .header {
  /* width: 100%;
        height: 100vh;
        display: flex;
        position: fixed;
        left: 0;
        top: 0; */
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

.main-wraper .header::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  opacity: 0.5;
}

.main-wraper .navigation-menu.open {
  top: 0;
}

.main-wraper .navigation-menu.open .nav-bg {
  width: 100%;
}

.main-wraper .navigation-menu.open .nav-bg2 {
  width: 100%;
}

.main-wraper .navigation-menu.open address {
  transition-delay: 1s;
  transform: translateY(0);
}

.main-wraper .navigation-menu.open ul li a {
  transform: translateY(0);
}

.main-wraper .navigation-menu.open ul li {
  margin: 0;
}

/* .main-wraper .navigation-menu.open ul li:nth-child(1) a {
        transition-delay: 0.8s;
    } */

.main-wraper .navbar .sandwich-nav .sandwich-text.move-up b {
  transform: translateY(-50%);
}

.main-wraper .sandwich-btn.open span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.main-wraper .sandwich-btn.open span:nth-child(2) {
  top: 19px;
  right: -30px;
  opacity: 0;
}

.main-wraper .sandwich-btn.open span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.main-wraper .navigation-menu .inner .menu-cat-item {
  padding: 40px;
  padding-top: 20px;
  /* transform: translateY(-100%);
       transition-timing-function: ease-in;
       transition: 0.3s; */
}

.main-wraper .navigation-menu .inner .menu-cat-item {
  /* transform: translateY(0);
       transition-timing-function: ease-out;
       transition: 0.35s; */

  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: right bottom 40px;
}

.main-wraper .navigation-menu .inner .menu-cat-item p {
  color: #fff;
  margin-bottom: 30px;
}

.main-wraper .navigation-menu .inner .menu-cat-item:nth-child(1) {
  padding-left: 0;
  /* transition-delay: 1s; */
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main-wraper .navigation-menu .inner .menu-cat-item:nth-child(2) {
  /* transition-delay: 1.5s; */
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main-wraper .navigation-menu .inner .menu-cat-item:nth-child(3) {
  /* transition-delay: 2s; */
}

.main-wraper .navigation-menu .inner .menu-cat-item .inner-content img {
  height: 60px;
  filter: brightness(100%);
  margin-bottom: 15px;
}

.main-wraper .navigation-menu .inner .menu-cat-item .inner-content h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}

.main-wraper .navigation-menu .inner .menu-cat-item .inner-content p {
  font-size: 14px;
}

.main-wraper .navigation-menu .inner .menu-cat-item .inner-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.main-wraper .navigation-menu .inner .menu-cat-item .inner-content ul li {
  text-align: left;
}

.main-wraper .navigation-menu .inner .menu-cat-item .inner-content ul li a {
  color: #555;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
}

.main-wraper .header {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

/* .main-wraper .header {
     padding-left: 80px;
   } */

.main-wraper .hero-image {
  position: relative;
}

.main-wraper .hero-image .hero-content h1 {
  font-size: 110px;
  color: #fff;
  font-weight: 800;
  position: relative;
  line-height: 1;
  margin: 0;
  letter-spacing: -4px;
}

.main-wraper .hero-image .hero-content h1 span {
  display: block;
}

.main-wraper .hero-image .hero-content h1 .text-block {
  position: relative;
  display: inline-block;
  height: 110px;
  padding-right: 20px;
}

.main-wraper .hero-image .hero-content h1 .text-wrap:nth-child(1) .text-block .bg-block {
  width: 0%;
  height: inherit;
  position: absolute;
  background: #ffb510;
  animation: mainBlock 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}

.main-wraper .hero-image .hero-content h1 .text-wrap:nth-child(1) .text-block .text {
  -webkit-animation: mainFadeIn 1s forwards;
  -o-animation: mainFadeIn 1s forwards;
  animation: mainFadeIn 1s forwards;
  animation-delay: 1s;
  opacity: 0;
  position: relative;
}

.main-wraper .hero-image .hero-content h1 .text-wrap:nth-child(2) .text-block .bg-block {
  width: 0%;
  height: inherit;
  background: #e91e63;
  position: absolute;
  animation: mainBlock 1s cubic-bezier(.74, .06, .4, .92) forwards;
  animation-delay: 1s;
  display: flex;
}

.main-wraper .hero-image .hero-content h1 .text-wrap:nth-child(2) .text-block .text {
  animation: mainFadeIn 1s forwards;
  animation-delay: 1.9s;
  opacity: 0;
  position: relative;
}

.main-wraper .hero-image .hero-content h1 .text-wrap:nth-child(3) .text-block .bg-block {
  width: 0%;
  height: inherit;
  background: #4ec1ed;
  position: absolute;
  animation: mainBlock 1s cubic-bezier(.74, .06, .4, .92) forwards;
  animation-delay: 2s;
  display: flex;
}

.main-wraper .hero-image .hero-content h1 .text-wrap:nth-child(3) .text-block .text {
  animation: mainFadeIn 1s forwards;
  animation-delay: 2.9s;
  opacity: 0;
  position: relative;
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;

  }

  50% {
    width: 100%;
    left: 0;

  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#fp-nav.fp-left {
  left: 15px;
  z-index: 6;
}

#fp-nav ul {
  counter-reset: item;
  list-style-type: none;
}

#fp-nav ul li {
  height: auto;
  margin: 20px 7px;
  width: 90px;
}

#fp-nav ul li a {
  position: relative;
  font-size: 18px;
  color: #1565C0;
  opacity: 0.8;
  font-weight: 800;
}

#fp-nav ul li a span {
  display: none;
}

#fp-nav ul li a::after {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  box-sizing: content-box;
  border-top: 1px solid #000;
  opacity: 0.7;
  transition: height 0.3s 0.1s, width 0.1s, border-color 0s 0.4s;
  transition-timing-function: linear;
}

#fp-nav ul li a.active::after {
  border-width: 2px;
  border-color: #000;
  height: 50px;
  width: 60px;
  transition: height 0.3s 0.1s, width 0.1s 0.4s, border-color 0s 0.1s;
  transition-timing-function: linear;
}

#fp-nav ul li a.active {
  opacity: 1;
}

#fp-nav ul li .fp-tooltip {
  left: -10px !important;
  text-transform: capitalize;
  top: 0px;
  background-color: transparent;
  font-family: "Circular Std", sans-serif;
  padding: 5px 10px;
  font-size: 13px;
  width: auto;
  color: #333;
  width: 105px;
  white-space: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
}

#fp-nav ul li a.active~.fp-tooltip {
  opacity: 1;
}

#fp-nav ul li:hover a::after {
  height: 50px;
}

.main-wraper .wrapper-inner .sec-title {
  margin-bottom: 40px;
}

.main-wraper .wrapper-inner .sec-title h2 {
  font-size: 54px;
  color: #1c1e24;
  margin-bottom: 50px;
  font-weight: 800;
  line-height: 1;
}

.main-wraper .wrapper-inner .sec-title .sub {
  height: 36px;
  padding: 0 12px;
  font-size: 15px;
  line-height: 35px;
  display: inline-block;
  margin-bottom: 20px;
}

.bg-orange {
  background-color: #f29453;
}

.text-orange {
  color: #f29453 !important;
}

.bg-blue {
  background-color: #0071dc;
}

.text-blue {
  color: #0071dc !important;
}

.bg-purple {
  background-color: #6001d3 !important;
}

.text-purple {
  color: #6001d3 !important;
}

.bg-rose {
  background-color: #d30176 !important;
}

.text-rose {
  color: #d30176 !important;
}

.btn {
  padding: 8px 20px;
  font-weight: 700;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-theme {
  background-color: #4ec1ed;
  color: #fff;
}

.btn-theme:hover {
  background-color: #4ec1ed;
  color: #fff;
}

.btn-light-bordered {
  border: 2px solid #fff;
  padding: 8px 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
}

.btn-light-bordered:hover {
  color: #fff;
}

.btn-with-icon i {
  font-size: 22px;
  vertical-align: -4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-with-icon:hover i {
  margin-left: 10px !important;
}

.home-about .right-image {
  bottom: -200px;
  position: absolute;
  right: -100px;
  width: 60%;
}

.app-counterup {
  height: 250px;
  width: 250px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-counterup {
    height: 210px;
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .app-counterup {
    margin: 0 auto;
    height: 210px;
    width: 210px;
  }
}

@media only screen and (max-width: 575px) {
  .app-counterup {
    margin: 0 auto;
    height: auto;
    width: auto;
    padding: 20px 10px;
    margin-top: 30px !important;
  }
}

.app-counterup::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: perspective(500px) rotateY(-5deg);
  transform: perspective(500px) rotateY(-5deg);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}

.app-counterup::before {
  width: 92%;
  height: 92%;
  left: -20px;
  bottom: -20px;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .app-counterup::before {
    display: none;
  }
}

.app-counterup .icon {
  height: 50px;
  width: 50px;
  background-color: rgba(112, 47, 255, 0.1);
  margin: 0 auto;
  line-height: 47px;
  border-radius: 100%;
  font-size: 30px;
}

.app-counterup .icon img {
  height: 20px;
}

.app-counterup h3.count {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-counterup h3.count {
    font-size: 42px;
    line-height: 53px;
    margin-top: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .app-counterup h3.count {
    font-size: 42px;
    line-height: 53px;
    margin-top: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .app-counterup h3.count {
    font-size: 28px;
    line-height: 42px;
    margin-top: 9px;
  }
}

.app-counterup h3.count::after {
  content: "+";
}

.app-counterup.counter-second {
  margin-top: 120px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-counterup.counter-second {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .app-counterup.counter-second {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 575px) {
  .app-counterup.counter-second {
    margin-top: 30px !important;
  }
}

.app-counterup.counter-second .icon {
  background-color: rgba(255, 138, 91, 0.1);
}

.app-counterup.counter-third .icon {
  background-color: rgba(0, 207, 255, 0.1);
}

.app-counterup.counter-four {
  margin-top: 120px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-counterup.counter-four {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .app-counterup.counter-four {
    margin-top: 30px !important;
  }
}

.app-counterup.counter-four .icon {
  background-color: rgba(0, 208, 156, 0.1);
}

.app-counterup.color-style-two .icon {
  background-color: rgba(255, 138, 91, 0.1);
}

.app-counterup.color-style-three .icon {
  background-color: rgba(0, 207, 255, 0.1);
}

.app-counterup.color-style-four .icon {
  background-color: rgba(0, 208, 156, 0.1);
}

.section-padding {
  padding: 100px 0;
}

.app-testimonial {
  position: relative;
  z-index: 2;
}

.app-testimonial::before {
  position: absolute;
  content: "";
  right: 40px;
  color: #4ec1ed;
  font-size: 45px;
  top: 69px;
  font-weight: 600;
  z-index: 3;
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat, repeat;
  width: 52px;
  height: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-testimonial::before {
    right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-testimonial::before {
    right: 20px;
  }
}

.app-testimonial .inner {
  position: relative;
  padding: 60px 36px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .app-testimonial .inner {
    padding: 22px 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-testimonial .inner {
    padding: 30px 40px;
  }
}

.app-testimonial .inner::before {
  width: 100%;
  height: 92%;
  left: -25px;
  bottom: -25px;
  background: rgba(0, 2, 72, 0.1);
  opacity: 0;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-2deg);
  transform: rotateY(-2deg);
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .app-testimonial .inner::before {
    display: none;
  }
}

.app-testimonial .inner::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  -webkit-transform: perspective(700px) rotateY(-2deg);
  transform: perspective(700px) rotateY(-2deg);
  opacity: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}

.app-testimonial .clint-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .app-testimonial .clint-info-wrapper {
    display: block;
  }
}

.app-testimonial .clint-info-wrapper .thumb {
  position: relative;
  height: 100%;
  z-index: 1;
  display: inline-block;
}

.app-testimonial .clint-info-wrapper .thumb::before {
  width: 92%;
  height: 92%;
  left: -10px;
  bottom: -10px;
  background: rgba(0, 2, 72, 0.3);
  content: "";
  position: absolute;
  -webkit-filter: blur(14px);
  filter: blur(14px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .app-testimonial .clint-info-wrapper .thumb::before {
    display: none;
  }
}

.app-testimonial .clint-info-wrapper .thumb img {
  height: 60px;
}

.app-testimonial .clint-info-wrapper .client-info {
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .app-testimonial .clint-info-wrapper .client-info {
    padding-left: 0;
    margin-top: 15px;
  }
}

.app-testimonial .clint-info-wrapper .client-info h4.title {
  line-height: 32px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .app-testimonial .clint-info-wrapper .client-info h4.title {
    line-height: 24px;
    font-size: 20px;
  }
}

.app-testimonial .clint-info-wrapper .client-info span {
  line-height: 28px;
  display: inline-block;
}

.app-testimonial .description {
  margin-top: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-testimonial .description {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-testimonial .description {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .app-testimonial .description {
    margin-top: 16px;
  }
}

.app-testimonial .description p {
  margin-bottom: 0;
}

.app-testimonial .description a.app-link-button {
  margin-top: 40px;
  color: #1c1e24;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.app-testimonial .description a.app-link-button::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background: currentColor;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .app-testimonial .description a.app-link-button {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-testimonial .description a.app-link-button {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-testimonial .description a.app-link-button {
    margin-top: 20px;
  }
}

.app-testimonial .description a.app-link-button:hover {
  color: #4ec1ed;
}

.app-testimonial.style-var--2 .clint-info-wrapper .thumb {
  position: relative;
  height: 100%;
  z-index: 1;
  display: inline-block;
}

.app-testimonial.style-var--2 .clint-info-wrapper .thumb::before {
  width: 92%;
  height: 92%;
  left: -10px;
  bottom: -10px;
  background: rgba(0, 2, 72, 0.3);
  content: "";
  position: absolute;
  -webkit-filter: blur(14px);
  filter: blur(14px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .app-testimonial.style-var--2 .clint-info-wrapper .thumb::before {
    display: none;
  }
}

.app-testimonial.style-var--2 .clint-info-wrapper .thumb img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 4px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.app-testimonial.active .inner::before {
  opacity: 1;
}

.app-testimonial.active .inner::after {
  opacity: 1;
}

.app-testimonial.active .description a.app-link-button {
  color: #4ec1ed;
}

.app-testimonial.active .description a.app-link-button::after {
  width: 100%;
}

.bg-color-lightest {
  background-color: #FAFAFB;
}

.app-team-area.shape-position {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 575px) {
  .app-team-area.shape-position .shape-group {
    display: none;
  }
}

.app-team-area.shape-position .shape-group .shape {
  position: absolute;
  left: 0;
  top: 50%;
}

.app-team-area.shape-position .shape-group .shape.shape-1 {
  left: 19%;
  top: 36%;
  z-index: 2;
}

.app-team-area.shape-position .shape-group .shape.shape-2 {
  left: 7%;
  top: 30%;
}

.app-team-area.shape-position .shape-group .shape.shape-3 {
  top: 23%;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  left: 18%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-team-area.shape-position .shape-group .shape.shape-3 {
    top: 17%;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-team-area.shape-position .shape-group .shape.shape-3 {
    left: -9%;
  }
}

@media only screen and (max-width: 767px) {
  .app-team-area.shape-position .shape-group .shape.shape-3 {
    top: 13%;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
}

.app-team-area .thumbnail {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-team-area .thumbnail img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-team-area .thumbnail img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .app-team-area .thumbnail img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .app-team-area .thumbnail .image img {
    width: 100%;
  }
}

.app-team-area .thumbnail .total-team-button a {
  display: inline-block;
  width: 80px;
  height: 60px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  right: 34%;
  bottom: 40px;
  text-align: center;
  line-height: 57px;
}

.app-team-area .thumbnail .total-team-button a span {
  display: inline-block;
  padding-left: 10px;
}

.app-team-area .thumbnail .total-team-button a::after {
  -webkit-box-shadow: 0 5px 35px rgba(0, 2, 72, 0.1);
  box-shadow: 0 5px 35px rgba(0, 2, 72, 0.1);
  background: #4ec1ed;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: perspective(100px) rotateY(-20deg);
  transform: perspective(100px) rotateY(-20deg);
}

/* Axil Team Area  */
.app-team .inner .thumbnail {
  position: relative;
  display: inline-block;
}

.app-team .inner .thumbnail::before {
  position: absolute;
  width: calc(100% + -2px);
  height: calc(100% + -7px);
  top: calc(25px + -2px);
  content: "";
  border: 2px solid #000345;
  z-index: -1;
  right: calc(25px + -4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.app-team .inner .content {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .app-team .inner .content {
    padding-top: 13px;
  }
}

.app-team .inner .content h4.title {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .app-team .inner .content h4.title {
    margin-bottom: 3px;
  }
}

.app-team .inner .content h4.title a {
  text-decoration: none;
}

.app-team .inner:hover .thumbnail::before {
  opacity: 1;
  visibility: visible;
}

/* Team Tab Styles  */
.nav-tabs.team-nab-tabs {
  border: 0 none;
}

.nav-tabs.team-nab-tabs li a {
  margin: 0;
  display: inline-block;
  padding: 0;
  border: 0 none;
  text-decoration: none;
  background: transparent;
  color: #131A55;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 34px 15px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs.team-nab-tabs li a {
    padding: 20px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-tabs.team-nab-tabs li a {
    padding: 16px 11px;
  }
}

.nav-tabs.team-nab-tabs li a.nav-link.active {
  background: transparent;
  border: 0 none;
  position: relative;
  z-index: 2;
  color: #4ec1ed;
}

.nav-tabs.team-nab-tabs li a.nav-link.active::before {
  -webkit-box-shadow: 0 5px 35px rgba(0, 2, 72, 0.1);
  box-shadow: 0 5px 35px rgba(0, 2, 72, 0.1);
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: perspective(225px) rotateY(-11deg);
  transform: perspective(225px) rotateY(-11deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs.team-nab-tabs li a.nav-link.active::before {
    -webkit-transform: perspective(210px) rotateY(-3deg);
    transform: perspective(210px) rotateY(-3deg);
  }
}

@media only screen and (max-width: 767px) {
  .nav-tabs.team-nab-tabs li a.nav-link.active::before {
    -webkit-transform: perspective(210px) rotateY(-3deg);
    transform: perspective(210px) rotateY(-3deg);
  }
}

.app-brand-logo-wrapper {
  padding-left: 88px;
  padding-right: 86px;
}

@media only screen and (max-width: 767px) {
  .app-brand-logo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-brand-logo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.brand-list::before {
  position: absolute;
  content: "";
  background: #C7C7D6;
  width: 100%;
  height: 1px;
  top: 50%;
}

@media only screen and (max-width: 575px) {
  .brand-list::before {
    display: none;
  }
}

.brand-list li {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

@media only screen and (max-width: 575px) {
  .brand-list li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.brand-list li a {
  display: block;
  border-right: 1px solid #C7C7D6;
  text-align: center;
  height: 100px;
  line-height: 100px;
  cursor: default;
}

.brand-list li a img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 575px) {
  .brand-list li a {
    border: 0 none;
    height: 100px;
    line-height: 100px;
  }
}

.brand-list li a:hover {
  border-color: #f6f6f6;
}

/* .brand-list li a:hover img {
     -webkit-transform: scale(1.2);
     -ms-transform: scale(1.2);
     transform: scale(1.2);
   } */

.brand-list li:nth-child(3) a {
  border-color: transparent;
}

.brand-list li:last-child a {
  border-color: transparent;
}

.bg-color-white .brand-list::before {
  background: #F6F5FA;
}

@media only screen and (max-width: 575px) {
  .bg-color-white .brand-list::before {
    display: none;
  }
}

.bg-color-white .brand-list li a {
  border-right: 1px solid #F6F5FA;
}

@media only screen and (max-width: 575px) {
  .bg-color-white .brand-list li a {
    border: 0 none;
  }
}

.bg-color-white .brand-list li:nth-child(3) a {
  border-color: transparent;
}

.bg-color-white .brand-list li:last-child a {
  border-color: transparent;
}

.client-list.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.app-call-to-action h2.title {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-call-to-action h2.title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-call-to-action h2.title {
    margin-bottom: 20px;
  }
}

.app-call-to-action a.app-button {
  margin-bottom: 30px;
}

.app-call-to-action .callto-action>span {
  color: #1c1e24;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .app-call-to-action .callto-action>span {
    font-size: 15px;
  }
}

.app-call-to-action .callto-action>span a {
  text-decoration: none;
}

.app-call-to-action .callto-action>span.text {
  font-size: 15px;
  line-height: 24px;
  color: #757589;
  padding-right: 21px;
  font-weight: 400 !important;
}

.app-call-to-action .callto-action>span i {
  padding-right: 14px;
  font-size: 28px;
}

.app-call-to-action-area.shape-position {
  position: relative;
  overflow: hidden;
}

.app-call-to-action-area.shape-position .shape-group .shape {
  position: absolute;
}

.app-call-to-action-area.shape-position .shape-group .shape.shape-01 {
  bottom: -163px;
  left: 300px;
}

@media only screen and (max-width: 767px) {
  .app-call-to-action-area.shape-position .shape-group .shape.shape-01 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-call-to-action-area.shape-position .shape-group .shape.shape-01 {
    left: -3%;
  }
}

.app-call-to-action-area.shape-position .shape-group .shape.shape-02 {
  bottom: 80px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .app-call-to-action-area.shape-position .shape-group .shape.shape-02 {
    display: none;
  }
}

.app-call-to-action-area.shape-position .shape-group .shape.shape-03 {
  top: 0;
  left: 440px;
}

@media only screen and (max-width: 767px) {
  .app-call-to-action-area.shape-position .shape-group .shape.shape-03 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-call-to-action-area.shape-position .shape-group .shape.shape-03 {
    left: 73%;
  }
}

.app-call-to-action-area.shape-position .shape-group .shape.shape-04 {
  top: 0;
  right: 300px;
}

.app-call-to-action-area.shape-position .shape-group .shape.shape-04 .icon::before {
  font-size: 108px;
}

@media only screen and (max-width: 767px) {
  .app-call-to-action-area.shape-position .shape-group .shape.shape-04 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-call-to-action-area.shape-position .shape-group .shape.shape-04 {
    right: 66%;
  }
}

.theme-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddeba4), to(#c9e7f3));
  background: -webkit-linear-gradient(top, #ddeba4 0%, #c9e7f3 100%);
  background: -o-linear-gradient(top, #ddeba4 0%, #c9e7f3 100%);
  background: linear-gradient(180deg, #ddeba4 0%, #c9e7f3 100%);
}

.splitting .word,
.splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.animated .char {
  display: inline-block;
  -webkit-animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

@-webkit-keyframes texteffect {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes texteffect {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes texteffect {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-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 fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-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 fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.move-up {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.move-up.animate {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: moveVertical .65s ease forwards;
  animation: moveVertical .65s ease forwards;
}

.footer {
  background-color: #1c1e24;
}

.footer .footer-top {
  padding: 80px 0;
}

.footer .footer-top .footer-widget-item h6.title {
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer .footer-top .footer-widget-item .footer-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-top .footer-widget-item .footer-menu-container ul li a {
  color: #C7C7D6;
  padding: 0;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  z-index: 1;
}

.footer .footer-top .footer-widget-item .footer-menu-container ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.footer .footer-top .footer-widget-item .footer-menu-container ul li a:hover {
  color: #4ec1ed;
}

.footer .footer-top .footer-widget-item .footer-menu-container ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.footer .footer-top .footer-widget-item .footer-logo img {
  height: 40px;
}

.footer .footer-top .footer-widget-item .footer-logo {
  margin-bottom: 15px;
}

.footer .footer-top .footer-widget-item .locations h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}

.footer .footer-top .footer-widget-item .locations .location-item {
  position: relative;
}

.footer .footer-top .footer-widget-item .locations .location-item .location-content h6 {
  margin: 0;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.footer .footer-top .footer-widget-item .locations .location-item .location-content p {
  margin: 0;
  line-height: 28px;
}

.footer .footer-top .footer-widget-item .locations .location-item .location-content p a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer .footer-top .footer-widget-item .locations .location-item .location-content p a i {
  margin-right: 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: -2px;
}

.footer .footer-top .footer-widget-item .locations .location-item+.location-item {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer .copyright {
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer .copyright p {
  margin: 0;
  font-size: 15px;
  color: #fff;
}

.footer .copyright .quick-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer .copyright .quick-contact ul li {
  margin: 0 15px;
}

.footer .copyright .quick-contact ul li a {
  color: #F6F5FA;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.footer .copyright .quick-contact ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #4ec1ed;
}

.footer .copyright .quick-contact ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.footer .copyright .quick-contact ul li a:hover {
  color: #4ec1ed;
}

#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 3 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 30px;
  }
}

#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}

#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}

#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #4ec1ed transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#scrollUp:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#scrollUp:hover span.text {
  color: #4ec1ed;
}

.app-case-study {
  margin-top: 60px;
  position: relative;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}

@media only screen and (max-width: 767px) {
  .app-case-study {
    background: #ffffff;
    margin-top: 30px;
  }
}

.app-case-study.theme-gradient-5 {
  background: -webkit-linear-gradient(315.26deg, #D6FFFC 0%, #FAE7E4 100%);
  background: -o-linear-gradient(315.26deg, #D6FFFC 0%, #FAE7E4 100%);
  background: linear-gradient(134.74deg, #D6FFFC 0%, #FAE7E4 100%);
}

.app-case-study .thumbnail a {
  display: block;
}

.app-case-study .thumbnail a img {
  width: 100%;
}

.app-case-study .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-case-study .content {
    padding: 20px;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-case-study .content {
    padding: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .app-case-study .content {
    position: static;
    padding: 20px 10px;
    width: 100%;
  }
}

.app-case-study .content .inner span.category {
  color: #737387;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-case-study .content .inner span.category {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-case-study .content .inner span.category {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .app-case-study .content .inner span.category {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .app-case-study .content .inner h4.title {
    margin-bottom: 0;
  }
}

.app-case-study .content .inner h4.title a {
  text-decoration: none;
}

.app-case-study.with-mokup-images {
  padding-top: 50px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 575px) {
  .app-case-study.with-mokup-images {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.app-case-study.with-mokup-images .content {
  position: static;
  padding-bottom: 0;
}

.app-case-study.with-mokup-images .content .inner {
  width: 60%;
}

@media only screen and (max-width: 575px) {
  .app-case-study.with-mokup-images .content .inner {
    width: 100%;
  }
}

.app-case-study.with-mokup-images .content .inner h4.title {
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
}

@media only screen and (max-width: 767px) {
  .app-case-study.with-mokup-images .content .inner h4.title {
    font-size: 26px;
    line-height: 37px;
  }
}

.app-case-study.with-mokup-images .mockup {
  position: absolute;
  right: 0;
  top: -23%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-case-study.with-mokup-images .mockup {
    top: -14%;
    width: 48%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-case-study.with-mokup-images .mockup {
    top: 8%;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .app-case-study.with-mokup-images .mockup {
    top: 8%;
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .app-case-study.with-mokup-images .mockup {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-case-study.with-mokup-images .mockup img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-case-study.with-mokup-images .mockup img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .app-case-study.with-mokup-images .mockup img {
    width: 100%;
  }
}

.will-change-area {
  position: relative;
}

.will-change-area .image-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section {
  position: relative;
}

.expertise-wrap .info-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100vh;
  z-index: 1;
}

.expertise-wrap .info-img img {
  height: 100vh;
}

.expertise-wrap .expertise-content {
  position: relative;
  z-index: 2;
}

.expertise-wrap .info-img.info-img-left {
  right: auto;
  left: 0;
}

.expertise-wrap.proptech .info-img {
  right: 0px;
}

.expertise-wrap.fintech .info-img {
  right: 0px;
}

.expertise-wrap.foodtech .info-img {
  right: -100px;
}

.expertise-wrap.traveltech .info-img {
  right: -100px;
}

.fp-viewing-plan #fp-nav ul li a::after,
.fp-viewing-proptech #fp-nav ul li a::after,
.fp-viewing-fintech #fp-nav ul li a::after,
.fp-viewing-foodtech #fp-nav ul li a::after,
.fp-viewing-traveltech #fp-nav ul li a::after {
  border-color: #fff;
}

.fp-viewing-plan #fp-nav ul li .fp-tooltip,
.fp-viewing-proptech #fp-nav ul li .fp-tooltip,
.fp-viewing-fintech ul li .fp-tooltip,
.fp-viewing-foodtech #fp-nav ul li .fp-tooltip,
.fp-viewing-traveltech #fp-nav ul li .fp-tooltip {
  color: #fff !important;
}

.fp-viewing-plan .main-wraper .logo .logo-color,
.fp-viewing-proptech .main-wraper .logo .logo-color,
.fp-viewing-fintech .main-wraper .logo .logo-color,
.fp-viewing-foodtech .main-wraper .logo .logo-color,
.fp-viewing-traveltech .main-wraper .logo .logo-color {
  display: none;
}

.fp-viewing-platforms .main-wraper .logo .logo-light,
.fp-viewing-company .main-wraper .logo .logo-light,
.fp-viewing-clients .main-wraper .logo .logo-light {
  display: none;
}

.fp-viewing-platforms .main-wraper .logo .logo-color,
.fp-viewing-company .main-wraper .logo .logo-color,
.fp-viewing-clients .main-wraper .logo .logo-color {
  display: block;
}

.main-wraper .nav-controls {
  display: flex;
  align-items: center;
}

.main-wraper .nav-controls .quote-menu {
  margin-right: 20px;
}

.main-wraper .nav-controls .support-menu {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.main-wraper .nav-controls .support-menu a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.main-wraper .nav-controls .support-menu a i {
  margin-right: 10px;
  font-size: 24px;
  display: inline-block;
  vertical-align: -4px;
}

.main-wraper .nav-controls .support-menu .support-menu-hr {
  height: 25px;
  width: 1px;
  display: inline-block;
  background-color: #fff;
  margin: 0 20px;
}

.fp-viewing-about .main-wraper .nav-controls .support-menu a,
.fp-viewing-company .main-wraper .nav-controls .support-menu a,
.fp-viewing-clients .main-wraper .nav-controls .support-menu a,
.fp-viewing-platforms .main-wraper .nav-controls .support-menu a {
  color: #1c1e24;
}

.hidden-scroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: hidden !important;
  -moz-overflow-scrolling: hidden !important;
  -ms-overflow-scrolling: hidden !important;
  -o-overflow-scrolling: hidden !important;
  position: relative;
}

.main-wraper .navigation-menu .inner .menu-title {
  margin-bottom: 30px;
}

.main-wraper .navigation-menu .inner .menu-title h2 {
  margin: 0px;
  font-weight: 800;
  color: #1c1e24;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 75%;
  height: 100vh;
  top: 0;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner {
  padding: 40px;
}

.main-wraper .navigation-menu .inner .menu-quick-links li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
}

.main-wraper .navigation-menu .inner .social-links {
  text-align: right;
  padding-right: 40px;
  margin-top: 20px;
}

.main-wraper .navigation-menu .inner .social-links a {
  display: inline-block;
  font-size: 24px;
}

.main-wraper .navigation-menu .inner .menu-logo {
  display: block;
  margin-bottom: 20px;
  padding-right: 40px;
  text-align: right;
}

.main-wraper .navigation-menu .inner .menu-logo img {
  height: 35px;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .list-unstyled {
  padding-right: 0;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner ul li {
  text-align: left;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .li-separator li {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff26;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .align-list ul li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .align-list ul li a .icon {
  display: block;
  width: 40px;
  min-width: 40px;
  margin-right: 15px;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .align-list ul li a .content h5 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 5px;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .align-list ul li a .content span {
  font-size: 13px;
  display: block;
  text-transform: none;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .align-list ul li a .content .btn {
  font-size: 12px;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .align-list ul li a .icon svg {
  fill: #fff;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .align-list ul li a:hover .icon svg {
  fill: #4ec1ed;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner .align-list ul li a:hover .content .btn i {
  margin-left: 10px !important;
}

.main-wraper .navigation-menu .inner .domains-menu {
  height: 100vh !important;
}

.main-wraper .navigation-menu .inner .domains-menu .domains-item {
  padding: 40px;
  display: flex;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  background-size: contain;
}

.main-wraper .navigation-menu .inner .domains-menu .h-50 {
  height: 50vh !important;
}

.main-wraper .navigation-menu .inner .domains-menu .domains-item .domains-menu-cation {
  width: 60%;
}

.main-wraper .navigation-menu .inner .domains-menu .domains-item .domains-menu-cation h2 {
  color: #fff;
  margin: 0px;
  font-weight: 800;
  font-size: 45px;
}

.main-wraper .navigation-menu .inner .domains-menu .domains-item .domains-menu-cation p {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}

.main-wraper .navigation-menu .inner .platforms-menu .platform-item {
  padding: 40px;
  display: flex;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  background-size: contain;
}

.main-wraper .navigation-menu .inner .platforms-menu .platform-item .platform-menu-cation h2 {
  color: #fff;
  margin: 0px;
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 20px;
}

.main-wraper .navigation-menu .inner .platforms-menu .platform-item .platform-menu-cation p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
}

.main-wraper .navigation-menu .inner .technology-menu .li-separator li a {
  position: relative;
  padding-left: 45px;
  display: block;
}

.main-wraper .navigation-menu .inner .technology-menu .li-separator li a img {
  position: absolute;
  left: 0;
  top: -7px;
  width: 30px;
}



.theme-gradient-4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEF7E2), to(#EEEEFD));
  background: -webkit-linear-gradient(top, #FEF7E2 0%, #EEEEFD 100%);
  background: -o-linear-gradient(top, #FEF7E2 0%, #EEEEFD 100%);
  background: linear-gradient(180deg, #FEF7E2 0%, #EEEEFD 100%);
}

.inner-page-wrap .nav-controls .support-menu a {
  color: #1c1e24;
}

.main-wraper .nav-controls .support-menu a img {
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -6px;
}


.inner-page-wrap .nav-controls .support-menu .support-menu-hr {
  background-color: #1c1e24;
}


.main-wraper .nav-controls .support-menu .support-contacts {
  position: relative;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.main-wraper .nav-controls .support-menu .support-contacts a {
  position: absolute;
  width: 180px;
  right: 0;
  top: -15px;
}

.main-wraper .nav-controls .support-menu .support-contacts a:nth-of-type(1) {
  animation-name: fader;
  animation-delay: 4s;
  animation-duration: 0.2s;
  z-index: 20;
}

.main-wraper .nav-controls .support-menu .support-contacts a:nth-of-type(2) {
  z-index: 10;
  opacity: 0;
}

.main-wraper .nav-controls .support-menu .support-contacts a:nth-of-type(n+3) {
  display: none;
}

@keyframes fader {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

.inner-page-wrap .wrapper-inner .page-title-wrap {
  padding-top: 200px;
  padding-bottom: 130px;
  position: relative;
}

.inner-page-wrap .wrapper-inner .page-title-wrap .sec-title h2 {
  font-size: 80px;
  letter-spacing: -1px;
}

.inner-page-wrap .wrapper-inner.expertise-detail-wrap .page-title-wrap .info-img {
  right: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 58%;
}

.inner-page-wrap .wrapper-inner .project-brief {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
}

.inner-page-wrap .wrapper-inner .project-brief .project-brief-img {
  position: absolute;
  left: 0px;
  width: 50%;
  bottom: 120px;
}

.inner-page-wrap .wrapper-inner .project-brief .project-brief-img img {
  width: 100%;
}


p.subtitle-2 {
  font-size: 20px;
  line-height: 32px;
}

.sec-title.text-center p {
  padding: 0 25%;
}

.app-working-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-working-process {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .app-working-process {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-working-process .thumbnail {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .app-working-process .thumbnail {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.app-working-process .thumbnail .image img {
  -webkit-transform: perspective(500px) rotateY(-5deg);
  transform: perspective(500px) rotateY(-5deg);
}

@media only screen and (max-width: 767px) {
  .app-working-process .thumbnail .image img {
    width: 100%;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

.app-working-process .content {
  padding-left: 110px;
  position: relative;
  margin-right: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-working-process .content {
    padding-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-working-process .content {
    padding-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .app-working-process .content {
    padding-left: 0px;
    margin-right: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .app-working-process .content {
    margin-right: 0;
    margin-top: 30px;
  }
}

.app-working-process .content .inner .section-title span.process-step-number {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 149px;
  width: 149px;
  border: 1px solid #979797;
  opacity: 0.2;
  line-height: 149px;
  display: inline-block;
  opacity: 0.2;
  color: #737387;
  font-size: 60px;
  position: absolute;
  right: 0;
  top: -58px;
  border-radius: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-working-process .content .inner .section-title span.process-step-number {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .app-working-process .content .inner .section-title span.process-step-number {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 49px;
    top: -16px;
  }
}

@media only screen and (max-width: 575px) {
  .app-working-process .content .inner .section-title span.process-step-number {
    top: -6px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 36px;
  }
}

.app-working-process.text-left .content {
  margin-right: 110px;
  padding-left: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-working-process.text-left .content {
    padding-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-working-process.text-left .content {
    padding-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .app-working-process.text-left .content {
    padding-left: 0px;
    margin-right: 40px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .app-working-process.text-left .content {
    padding-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}

.project-bief-styles.order-style-2 .shape-group.shape-01 {
  left: -32%;
  right: auto;
  bottom: 11%;
  -webkit-transform: rotate(197deg);
  -ms-transform: rotate(197deg);
  transform: rotate(197deg);
}

.project-bief-styles.order-style-2 .shape-group.shape-02 {
  left: -9%;
  right: auto;
  bottom: 0%;
  -webkit-transform: rotate(-97deg);
  -ms-transform: rotate(-97deg);
  transform: rotate(-97deg);
}

.app-project-solutions-area.shape-group-position {
  position: relative;
}

.app-project-solutions-area.shape-group-position .shape-group {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .app-project-solutions-area.shape-group-position .shape-group {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-project-solutions-area.shape-group-position .shape-group {
    left: -41px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-project-solutions-area.shape-group-position .shape-group {
    display: none;
  }
}

.bg-color-lightest {
  background: #FAFAFB;
}

.app-service {
  position: relative;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .app-service {
    background: #ffffff;
  }
}

.app-service:hover {
  background: transparent;
}

.app-service::before {
  width: 92%;
  height: 92%;
  left: -20px;
  bottom: -20px;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

@media only screen and (max-width: 767px) {
  .app-service::before {
    display: none;
  }
}

.app-service .inner {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .app-service .inner {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-service .inner {
    padding: 34px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-service .inner {
    padding: 25px 15px;
  }
}

.app-service .inner::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: perspective(500px) rotateY(-5deg);
  transform: perspective(500px) rotateY(-5deg);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .app-service .inner::after {
    background: #fff;
    -webkit-transform: perspective(0) rotateY(0deg);
    transform: perspective(0) rotateY(0deg);
  }
}

.app-service .inner::before {
  -webkit-transform: perspective(500px) rotateY(-5deg);
  transform: perspective(500px) rotateY(-5deg);
  position: absolute;
  width: calc(100% + -5px);
  height: calc(100% + -10px);
  top: calc(25px + 7px);
  content: "";
  border: 4px solid #000345;
  z-index: -1;
  right: calc(25px - -7px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-service .inner::before {
    width: calc(100% + -15px);
    height: calc(100% + -15px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-service .inner::before {
    width: calc(100% + -15px);
    height: calc(100% + -15px);
  }
}

@media only screen and (max-width: 767px) {
  .app-service .inner::before {
    width: calc(100% + -15px);
    height: calc(100% + -15px);
  }
}

@media only screen and (max-width: 767px) {
  .app-service .inner::before {
    display: none;
  }
}

.app-service .inner .icon {
  position: relative;
  height: 100px;
  width: 120px;
  z-index: 2;
  margin: 0 auto;
  -webkit-perspective: 100px;
  perspective: 100px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-service .inner .icon {
    margin-bottom: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-service .inner .icon {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .app-service .inner .icon {
    margin-bottom: 7px;
  }
}

.app-service .inner .icon::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBFFFD), to(#EFEEFA));
  background: -webkit-linear-gradient(top, #EBFFFD 0%, #EFEEFA 100%);
  background: -o-linear-gradient(top, #EBFFFD 0%, #EFEEFA 100%);
  background: linear-gradient(180deg, #EBFFFD 0%, #EFEEFA 100%);
  position: absolute;
  content: "";
  right: 44%;
  top: -15%;
  height: 100%;
  width: 88px;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-5deg);
  transform: rotateY(-5deg);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}

.app-service .inner .icon.gradient-color-02::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEF7E2), to(#EEEEFD));
  background: -webkit-linear-gradient(top, #FEF7E2 0%, #EEEEFD 100%);
  background: -o-linear-gradient(top, #FEF7E2 0%, #EEEEFD 100%);
  background: linear-gradient(180deg, #FEF7E2 0%, #EEEEFD 100%);
}

.app-service .inner .icon.gradient-color-02 .icon-inner {
  background: #5BCC9F;
}

.app-service .inner .icon.gradient-color-03::before {
  background: -webkit-linear-gradient(315.26deg, #D6FFFC 0%, #FAE7E4 100%);
  background: -o-linear-gradient(315.26deg, #D6FFFC 0%, #FAE7E4 100%);
  background: linear-gradient(134.74deg, #D6FFFC 0%, #FAE7E4 100%);
}

.app-service .inner .icon.gradient-color-03 .icon-inner {
  background: #49CCFF;
}

.app-service .inner .icon.gradient-color-04::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F6FF), to(#FEEFEB));
  background: -webkit-linear-gradient(top, #F7F6FF 0%, #FEEFEB 100%);
  background: -o-linear-gradient(top, #F7F6FF 0%, #FEEFEB 100%);
  background: linear-gradient(180deg, #F7F6FF 0%, #FEEFEB 100%);
}

.app-service .inner .icon.gradient-color-04 .icon-inner {
  background: #FFCD3E;
}

.app-service .inner .icon.gradient-color-05::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F6FF), to(#FEEFEB));
  background: -webkit-linear-gradient(top, #F7F6FF 0%, #FEEFEB 100%);
  background: -o-linear-gradient(top, #F7F6FF 0%, #FEEFEB 100%);
  background: linear-gradient(180deg, #F7F6FF 0%, #FEEFEB 100%);
}

.app-service .inner .icon.gradient-color-05 .icon-inner {
  background: #FF8A5B;
}

.app-service .inner .icon.gradient-color-06::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBFFFD), to(#EFEEFA));
  background: -webkit-linear-gradient(top, #EBFFFD 0%, #EFEEFA 100%);
  background: -o-linear-gradient(top, #EBFFFD 0%, #EFEEFA 100%);
  background: linear-gradient(180deg, #EBFFFD 0%, #EFEEFA 100%);
}

.app-service .inner .icon.gradient-color-06 .icon-inner {
  background: #007AFF;
}

.app-service .inner .icon .icon-inner {
  position: relative;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 58px;
  border-radius: 100%;
  background: #4ec1ed;
  left: 32px;
  z-index: 1;
  overflow: hidden;
}

.app-service .inner .icon .icon-inner>img {
  position: absolute;
  top: 0;
  right: -5px;
}

.app-service .inner .icon .icon-inner .image-2 {
  color: #fff;
  font-size: 34px;
}

.app-service .inner .icon .icon-inner .text {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
}

.app-service .inner .content h4.title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .app-service .inner .content h4.title {
    margin-bottom: 15px;
  }
}

.app-service .inner .content h4.title a {
  text-decoration: none;
}

.app-service .inner .content p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .app-service .inner .content p {
    margin-bottom: 15px;
  }
}

.app-service .inner .content a.app-button {
  background: transparent;
  height: auto;
  line-height: inherit;
  position: relative;
  padding: 0;
}

.app-service .inner .content a.app-button::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #4ec1ed;
  content: "";
  left: 0;
}

.app-service.active::before {
  opacity: 1;
}

.app-service.active .inner::after {
  opacity: 1;
}

.app-service.active .inner::before {
  opacity: 1;
  visibility: visible;
}

.app-service.active .inner .content a.app-button {
  color: #4ec1ed;
}

.app-service.active .inner .content a.app-button::after {
  width: 100%;
}

.app-service.service-bg-gray .inner {
  background: #FAFAFB;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-service.service-bg-gray .inner {
    padding: 44px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-service.service-bg-gray .inner {
    padding: 44px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .app-service.service-bg-gray .inner {
    padding: 30px 10px;
  }
}

.app-service.service-bg-gray:hover .inner {
  background: #ffffff;
}

.app-service.service-bg-gray.active .inner {
  background: #ffffff;
}

.app-service.space-to-top {
  margin-top: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-service.space-to-top {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .app-service.space-to-top {
    margin-top: 30px;
  }
}

.app-service.space-to-top2 {
  margin-top: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-service.space-to-top2 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .app-service.space-to-top2 {
    margin-top: 30px;
  }
}

.app-service.text-left .inner .icon {
  margin: inherit;
  margin-bottom: 18px;
  height: 80px;
  width: 80px;
}

.app-service.text-left .inner .icon::before {
  right: -17px;
  height: 100%;
  width: 60px;
}

.app-service.text-left .inner .icon .icon-inner {
  left: 0;
}

.app-service.text-left .inner a.app-button {
  padding: 0;
}

@-webkit-keyframes newanimation {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0.3;
  }

  20% {
    opacity: 0.4;
  }

  25% {
    opacity: 0.5;
  }

  30% {
    opacity: 0.6;
  }

  40% {
    opacity: 0.7;
  }

  45% {
    opacity: 0.8;
  }

  66% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes newanimation {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0.3;
  }

  20% {
    opacity: 0.4;
  }

  25% {
    opacity: 0.5;
  }

  30% {
    opacity: 0.6;
  }

  40% {
    opacity: 0.7;
  }

  45% {
    opacity: 0.8;
  }

  66% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.inner-page-wrap .about-wrap .page-title-wrap {
  padding-bottom: 100px;
}

.inner-page-wrap .about-wrap .page-title-wrap .right-image {
  bottom: -200px;
  position: absolute;
  right: -100px;
  width: 60%;
}

.contact-wrap .contact-locations {
  margin-top: 30px;
}

.contact-wrap .contact-locations h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}

.contact-wrap .contact-locations .location-item .location-title {
  display: flex;
  align-items: center;
}

.contact-wrap .contact-locations .location-item .location-title h6 {
  margin: 0;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
}

.contact-wrap .contact-locations .location-item p {
  margin: 0;

}

.contact-wrap .contact-locations .location-item p a {
  font-size: 15px;
}

.contact-wrap .contact-locations .location-item p a i {
  margin-right: 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: -1px;
}

.contact-wrap .contact-locations .location-item+.location-item {
  margin-top: 30px;
}

.app-contact-form {
  padding: 50px;
  position: relative;
  z-index: 1;
  max-width: 490px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  padding-left: 60px;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-contact-form {
    padding: 30px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .app-contact-form {
    padding: 50px 20px;
    padding-left: 20px;
    max-width: inherit;
  }
}

.app-contact-form::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}

@media only screen and (max-width: 767px) {
  .app-contact-form::after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

.app-contact-form::before {
  width: 92%;
  height: 92%;
  left: -20px;
  bottom: -20px;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

@media only screen and (max-width: 767px) {
  .app-contact-form::before {
    display: none;
  }
}

.app-contact-form .callto-action-wrapper span.text {
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  padding-right: 10px;
}

.app-contact-form .callto-action-wrapper span i {
  font-size: 22px;
  font-weight: 400;
  color: #000248;
  line-height: 26px;
  padding-right: 4px;
}

.app-contact-form .callto-action-wrapper span a {
  font-size: 22px;
  font-weight: 700;
  color: #000248;
  line-height: 26px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .app-contact-form .callto-action-wrapper span a {
    font-size: 14px;
  }
}

.app-contact-form .callto-action-wrapper span a:hover {
  color: #702FFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-contact-form .shape-group {
    display: none;
  }
}

.app-contact-form .shape-group .shape {
  position: absolute;
  right: -193px;
  top: 50%;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-contact-form .shape-group .shape {
    right: -151px;
  }
}

@media only screen and (max-width: 767px) {
  .app-contact-form .shape-group .shape {
    display: none;
  }
}

.app-contact-form .shape-group .shape.shape-01 {
  right: -64px;
  top: 26%;
}

.contact-wrap .contact-form-wrapper .app-contact-form .title {
  font-weight: 800;
  margin-bottom: 30px;
}

.form-group {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.form-group .form-control {
  border: 0;
  border-bottom: 2px solid #C7C7D5;
  background-color: transparent;
  padding-bottom: 8px;
  padding-top: 8px;
}

.form-group label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: #757589;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  font-size: 18px;
  line-height: 28px;
}

.form-group span.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4ec1ed;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form-group.focused label {
  top: -15px;
  font-size: 12px;
  color: #4ec1ed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-group.focused span.focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.career-wrap .career-list-wrap {
  margin-top: 100px;
}

.career-wrap .career-list-wrap ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.career-wrap .career-list-wrap ul .career-list-header {
  -webkit-box-align: center;
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 3.1fr 3.9fr 1fr 1fr;
  padding-bottom: 21px;
}

.career-wrap .career-list-wrap ul .career-list-header span {
  color: rgb(158, 159, 164);
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.14;
  width: 25%;
  text-transform: uppercase;
  white-space: nowrap;
}

.career-wrap .career-list-wrap ul .career-item {
  display: block;
  border-top: 1px solid rgb(243, 243, 243);
}

.career-wrap .career-list-wrap ul .career-item a {
  display: grid;
  gap: 32px;
  grid-template-columns: 3.1fr 3.9fr 1fr 1fr;
  padding: 26px 0px 29px;
  -webkit-box-align: center;
  align-items: center;
  outline: none;
  color: rgb(28, 30, 36);
  position: relative;
}

.career-wrap .career-list-wrap ul .career-item a span {
  display: block;
  font-size: 20px;
}

.career-wrap .career-list-wrap ul .career-item a span.spacialization {
  color: #4ec1ed;
}

.career-wrap .career-list-wrap ul .career-item a span.location {
  font-size: 16px;
  line-height: 1.5;
}

.career-wrap .career-list-wrap ul .career-item a span.arrow {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 40px;
  color: #c6c7c8;
  transition: all 0.3s ease 0s;
}

.career-wrap .career-list-wrap ul .career-item a:hover span.arrow {
  color: #4ec1ed;
}

.career-wrap .apply-form-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.career-wrap .apply-form-wrapper .app-contact-form {
  max-width: 100%;
}

.career-wrap .apply-form-wrapper .app-contact-form .title {
  font-weight: 800;
  margin-bottom: 30px;
}

.career-wrap .vaccancy-content p {
  margin-bottom: 30px;
}

.career-wrap .vaccancy-content h6 {
  font-size: 17px;
  font-weight: 600;
}

.career-wrap .vaccancy-content ul {
  list-style: circle;
  padding-left: 30px;
}

.career-wrap .vaccancy-content ul li {
  margin-bottom: 15px;
}

.career-wrap .apply-form-wrapper .app-contact-form .attach-button {
  position: relative;
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: rgb(158, 159, 164);
  display: flex;
  padding: 10px 0px;
  width: 205px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.career-wrap .apply-form-wrapper .app-contact-form .attach-button input {
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  font-size: 0px;
}

.career-wrap .apply-form-wrapper .app-contact-form .attach-button i {
  font-size: 22px;
  display: inline-block;
  padding-top: 2px;
  margin-right: 10px;
}

.career-wrap .apply-form-wrapper .app-contact-form p small {
  line-height: 16px;
}

.blog-wrap .blog-image-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.blog-wrap .blog-image-item .blog-image-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(56%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.8)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.8));
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.blog-wrap .blog-image-item .blog-image-img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  min-height: 370px;
  overflow: hidden;
  position: relative;
}

.blog-wrap .blog-image-item .blog-image-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-wrap .blog-image-item .blog-image-text {
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 2;
}

.blog-wrap .blog-category {
  color: #4ec1ed;
  margin: 0;
  display: block;
  margin-bottom: 5px;
}

.blog-wrap .article-title {
  margin-bottom: 10px;
  width: calc(100% - 50px);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -1px;
}

.blog-wrap .author-text {
  font-size: 12px;
  color: #23252c;
  opacity: .4;
}

.blog-wrap .paragraph {
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #09153b;
  font-size: 14px;
  opacity: 0.7;
}

.blog-wrap .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}

.blog-wrap .blog-item .blog-image-img {
  overflow: hidden;
  height: auto;
  max-width: 270px;
  min-width: 270px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 0;
}

.blog-wrap .blog-list .blog-image-img {
  max-width: 100%;
  min-width: auto;
  margin-right: 0;
}

.blog-wrap .blog-list .blog-item+.blog-item {
  margin-top: 30px;
}

.blog-single-wrap .blog-single-meta span a {
  color: #4ec1ed;
}

.blog-single-wrap .blog-single-meta span+span {
  margin-left: 10px;
}

.blog-single-wrap .blog-single-content p {
  margin-bottom: 30px;
}

.blog-single-wrap .blog-single-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.blog-single-wrap .blog-single-content ul {
  padding-left: 30px;
  list-style: circle;
}

.blog-single-wrap .blog-single-content ul li {
  margin-bottom: 10px;
}

.service-single-wrap .page-title-wrap {
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-box-number {
  position: relative;
  padding-left: 80px;
}

.feature-box-number .number {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  color: #eaeaea;
}

.feature-box-number h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  color: #4ec1ed;
}

.feature-box-number p {
  font-size: 14px;
}

.service-single-wrap .feature-box-number {
  margin-bottom: 50px;

}

.inner-page-wrap .logo a .logo-light {
  display: none;
}

.main-wraper.inner-page-wrap .logo a .logo-color {
  display: block;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap .cross {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  font-size: 20px;
  z-index: 999;
}

.main-wraper .service-single-wrap .service-single-info-img-mobile {
  display: none;
}

.main-wraper .service-single-wrap .service-single-info-img-mobile img {
  width: 100%;
}

.main-wraper .service-single-wrap .service-cintent-icon-box {
  display: block;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  background: rgba(255, 138, 91, 0.1);
}

.main-wraper .service-single-wrap .service-cintent-icon-box .icon svg {
  width: 50px;
  height: 50px;
  fill: #4ec1ed;
  margin-bottom: 10px;
}

.main-wraper .service-single-wrap .service-cintent-icon-box h4 {
  font-size: 16px;
  margin: 0;
}

.main-wraper .portals-single-wrap .app-service {
  margin-bottom: 50px;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap.technology-menu {
  background-color: #5506ad;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap.technology-menu .row-wrap {
  display: flex;
  flex-wrap: wrap;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap.technology-menu .row-wrap .img-wrap {
  display: flex;
  padding: 1.38889vw 5px;
  width: 20%;
  align-items: center;
  justify-content: center;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap.technology-menu .row-wrap .img-wrap figure {
  margin-bottom: 0;
  text-align: center;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap.technology-menu .row-wrap .img-wrap figure img {
  max-width: 100%;
  height: 75px;
}

.main-wraper .estimate-project-wrap .app-contact-form {
  max-width: 100%;
}

.main-wraper .estimate-project-wrap .app-contact-form .project-type h5 {
  color: #757589;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: normal;
}

.main-wraper .estimate-project-wrap .app-contact-form .project-type .checkbox-grid .checkbox {
  display: inline-block;
  margin-bottom: 30px;
  /* min-width: 160px; */
  min-width: 300px;
}

.main-wraper .estimate-project-wrap .app-contact-form .project-type .checkbox-grid .checkbox label {
  color: #8B8B8B;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.appcheckbox {
  position: relative;
  padding-left: 35px;
}

.appcheckbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.appcheckbox label {
  cursor: pointer;
}

.appcheckbox label::before {
  border: 1px solid #cccccc;
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 0px;
  content: "";
  left: 0;
  top: 0;
}

.appcheckbox label::after {
  content: "\f00c";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  left: 5px;
  top: -4px;
  font-size: 30px;
  transform: scale(0);
  color: #4ec1ed;
}

.appcheckbox input:checked~label {
  color: #353535;
}

.appcheckbox input:checked~label::after {
  transform: scale(1);
}

.main-wraper .estimate-project-wrap .app-contact-form .project-type .checkbox-grid .checkbox input:checked~label {
  color: #353535;
}

.footer .copyright .social-links {
  text-align: right;
}

.footer .copyright .social-links a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.footer .copyright .social-links a+a {
  padding-left: 10px;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap.expertise-menu {
  background-color: #03256C;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap.expertise-menu .sub-menu-wrap-inner {
  height: 100%;
}

.btn-link-light {
  padding: 0px;
  color: #fff;
}

.btn-link-light:hover {
  color: #fff;
}

.main-wraper .navigation-menu .inner .sub-menu-wrap.portals-menu {
  background-color: #89a70f;
}

.rev_slider li.tp-revslider-slidesli .slotholder::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  opacity: 0.8;
}

.main-wraper .navigation-menu .inner .locations-mobile {
  display: none;
  text-align: right;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 15px;
}

.main-wraper .navigation-menu .inner .locations-mobile h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}

.main-wraper .navigation-menu .inner .locations-mobile .location-item {
  position: relative;
  text-align: right;
}

.main-wraper .navigation-menu .inner .locations-mobile .location-item .location-content h6 {
  margin: 0;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.main-wraper .navigation-menu .inner .locations-mobile .location-item .location-content p {
  margin: 0;
}

.main-wraper .navigation-menu .inner .locations-mobile .location-item .location-content p a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.main-wraper .navigation-menu .inner .locations-mobile .location-item .location-content p a i {
  margin-right: 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: -2px;
}

.main-wraper .navigation-menu .inner .locations-mobile .location-item+.location-item {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.whatsapp-chat-widget {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  z-index: 1000001;
  display: block;
}

.whatsapp-chat-widget svg {
  width: 50px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #fp-nav {
    display: none !important;
  }

  .main-wraper .header {
    background-position: bottom;
  }

  .expertise-wrap.proptech .info-img {
    right: -500px;
  }

  .expertise-wrap.fintech .info-img {
    right: -320px;
  }

  .expertise-wrap.foodtech .info-img {
    right: -700px;
  }

  .expertise-wrap.traveltech .info-img {
    right: -650px;
  }

  .footer .footer-top .footer-widget-item {
    margin-bottom: 50px;
  }

  .main-wraper .navigation-menu .inner .domains-menu .domains-item {
    background-size: contain !important;
    background-position: bottom right !important;
  }

  .main-wraper .navigation-menu .inner .domains-menu .h-50 {
    height: 25vh !important;
  }

  .inner-page-wrap .wrapper-inner .page-title-wrap {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .inner-page-wrap .wrapper-inner .page-title-wrap .sec-title h2 {
    font-size: 50px;
  }

  .inner-page-wrap .wrapper-inner.expertise-detail-wrap .page-title-wrap .info-img {
    width: 100%;
    right: -200px;
  }

  .inner-page-wrap .wrapper-inner.expertise-detail-wrap .page-title-wrap .info-img img {
    width: auto !important;
    height: 100%;
  }

  .inner-page-wrap .wrapper-inner .project-brief {
    min-height: auto;
    display: block;
  }

  .inner-page-wrap .wrapper-inner .project-brief .project-brief-img {
    position: static;
    margin-top: 50px;
    left: 0;
    width: 100%;
  }

  .section-padding {
    padding: 50px 0px;
  }

  .app-website .light-image {
    width: 100%;
  }

  .sec-title.text-center p {
    padding: 0;
  }

  .inner-page-wrap .wrapper-inner .container {
    position: relative;
    z-index: 2;
  }

  .main-wraper .service-single-wrap .page-title-wrap {
    background-image: none !important;
    padding-bottom: 0;
  }

  .main-wraper .service-single-wrap .service-single-info-img-mobile {
    display: block;
  }

  .main-wraper .navigation-menu .inner .sub-menu-wrap.technology-menu .row-wrap .img-wrap {
    width: 33.333%;
  }

  .main-wraper .navigation-menu .inner .domains-menu .domains-item .domains-menu-cation p {
    display: none;
  }

  .main-wraper .navigation-menu .inner .menu-cat-item {
    background-image: none !important;
    padding-left: 0;
  }

  .main-wraper .navigation-menu .inner .menu-cat-item:nth-child(1),
  .main-wraper .navigation-menu .inner .menu-cat-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}


@media only screen and (max-width: 500px) {
  body.menu-opened .main-wraper .logo a img.logo-color {
    display: block;
  }

  body.menu-opened .main-wraper .logo a img.logo-light {
    display: none;
  }

  .main-wraper .navigation-menu {
    /* padding: 20px 20px; */
    z-index: 6;
  }

  .main-wraper .nav-controls {
    right: 20px;
    top: 20px;
  }

  .main-wraper .logo {
    left: 20px;
  }

  .main-wraper .logo a img {
    height: 45px;
  }

  .main-wraper .logo {
    margin-right: 0;
    z-index: 444;
  }

  .main-wraper .nav-controls .support-menu a i {
    margin-right: 0px;
  }

  .main-wraper .nav-controls .support-menu {
    margin-right: 0;
    display: none !important;
  }

  .main-wraper .nav-controls .support-menu a span {
    display: none;
  }

  .main-wraper .sandwich-nav .sandwich-btn {
    margin-left: 0;
  }

  .main-wraper .hero-image .hero-content h1 {
    font-size: 80px;
  }

  .main-wraper .navigation-menu .inner .sub-menu-wrap .cross {
    display: flex;
  }

  .main-wraper .navigation-menu .inner .sub-menu-wrap {
    z-index: 999;
    position: absolute;
    left: 0;
    height: 100vh;
    overflow: auto;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0px;
  }

  .main-wraper .navigation-menu .inner .sub-menu-wrap .sub-menu-wrap-inner {
    padding: 20px;
  }

  .main-wraper .navigation-menu .inner .menu-title h2 {
    font-size: 32px;
  }

  .main-wraper .navigation-menu .main-menu-item-wrap {
    z-index: 777;
    position: absolute;
    width: 100%;
    height: 100vh;
    padding-bottom: 30px;
    overflow-y: auto;
  }

  .main-wraper .navigation-menu .inner {
    z-index: 6;
  }

  .main-wraper .navigation-menu .inner .menu-title {
    margin-bottom: 15px;
  }

  .main-wraper .navigation-menu .inner .domains-menu .domains-item {
    padding: 20px;
  }

  .main-wraper .navigation-menu .inner .domains-menu .domains-item .domains-menu-cation h2 {
    font-size: 28px;
  }

  .main-wraper .navigation-menu .inner .platforms-menu .platform-item {
    padding: 20px;
  }

  .main-wraper .navigation-menu .inner .platforms-menu .platform-item {
    background-size: cover;
  }

  .main-wraper .navigation-menu .inner .platforms-menu .platform-item .platform-menu-cation p {
    display: none;
  }

  /* .main-wraper .fp-section {
       padding-top: 80px;
       padding-bottom: 80px;
     } */
  /* .main-wraper .fp-section .fp-tableCell {
       height: auto !important;
     } */
  .main-wraper .hero-image .hero-content h1 .text-block {
    height: 80px;
  }

  /* .main-wraper .header {
       height: auto !important;
       padding-top: 180px;
       padding-bottom: 180px;
     }
     .main-wraper .header .fp-tableCell {
       height: auto !important;
     } */
  .main-wraper .home-domain-wrap .fp-tableCell {
    vertical-align: top;
  }

  .main-wraper .home-domain-wrap .expertise-wrap {
    padding-top: 95px;
  }

  .main-wraper .wrapper-inner .sec-title h2 {
    font-size: 44px;
    margin-bottom: 0px;
  }

  .main-wraper .wrapper-inner .sec-title {
    margin-bottom: 20px;
  }

  .expertise-wrap .info-img {
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
    bottom: 0;
    top: auto;
  }

  .expertise-wrap .info-img img {
    height: auto;
    width: 100%;
  }

  .expertise-wrap.proptech .info-img {
    right: 0;
  }

  .expertise-wrap.proptech .info-img img {
    width: 130%;
  }

  .expertise-wrap.fintech .info-img {
    right: 0;
    transform: rotate(90deg);
  }

  .expertise-wrap.fintech .info-img img {
    width: 130%;
  }

  .footer .footer-top .footer-widget-item h6.title {
    margin-bottom: 10px;
  }

  .footer .footer-top .footer-widget-item {
    margin-bottom: 15px;
  }

  .footer .footer-top {
    padding: 50px 0px;
    padding-bottom: 15px;
  }

  .footer .copyright .quick-contact ul {
    justify-content: center;
  }

  .inner-page-wrap .wrapper-inner.expertise-detail-wrap .page-title-wrap {
    height: 100vh;
    padding-top: 120px;
  }

  .inner-page-wrap .wrapper-inner.expertise-detail-wrap .page-title-wrap .info-img {
    right: 0;
    bottom: 0;
    width: 100%;
    top: auto;
  }

  .inner-page-wrap .wrapper-inner.expertise-detail-wrap .page-title-wrap .info-img img {
    width: 100% !important;
    height: auto;
  }

  .inner-page-wrap .wrapper-inner.expertise-detail-wrap.proptech-detail-wrap .page-title-wrap .info-img {
    width: 130%;
    left: -60px;
  }

  .inner-page-wrap .wrapper-inner.expertise-detail-wrap.proptech-detail-wrap .page-title-wrap .info-img img {
    right: 0;
  }

  .inner-page-wrap .wrapper-inner.expertise-detail-wrap.fintech-detail-wrap .page-title-wrap .info-img {
    width: 130%;
    left: -60px;
  }

  .inner-page-wrap .wrapper-inner.expertise-detail-wrap.fintech-detail-wrap .page-title-wrap .info-img img {
    right: 0;
    transform: rotate(90deg);
  }

  .main-wraper .service-single-wrap .page-title-wrap {
    height: auto;
  }

  .main-wraper .portals-single-wrap .app-service {
    margin-bottom: 50px;
  }

  .main-wraper .portals-single-wrap .page-title-wrap {
    height: auto;
  }

  .inner-page-wrap .about-wrap .page-title-wrap .right-image {
    position: static;
    width: 100%;
    bottom: 0;
    right: 0;
    margin-top: 50px;
  }

  .inner-page-wrap .about-wrap .page-title-wrap .right-image img {
    width: 100%;
  }

  .career-wrap .career-list-wrap {
    margin-top: 50px;
  }

  .career-wrap .career-list-wrap ul .career-list-header {
    display: none;
  }

  .career-wrap .career-list-wrap ul .career-item a {
    display: grid;
    grid-template-columns: 1fr;
    padding: 23px 0px 32px;
    position: relative;
    text-decoration: none;
    outline: none;
    color: rgb(28, 30, 36);
    gap: 0;
    padding-right: 40px;
  }

  .career-wrap .career-list-wrap ul .career-item a span.spacialization {
    display: none;
  }

  .career-wrap .career-list-wrap ul .career-item a span.arrow {
    position: absolute;
    right: 0;
    top: 20px;
  }

  .blog-wrap .blog-item {
    display: block;
  }

  .blog-wrap .blog-item .blog-image-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .main-wraper .navigation-menu .inner .domains-menu .domains-item .domains-menu-cation {
    width: 100%;
  }

  .main-wraper .navigation-menu .inner .sub-menu-wrap.technology-menu .row-wrap .img-wrap {
    width: 50%;
  }

  .footer .copyright .social-links {
    text-align: center;
  }

  .main-wraper .navigation-menu .inner .menu-cat-item .inner-content p {
    display: none;
  }

  .main-wraper .navigation-menu .inner .sub-menu-wrap.expertise-menu .sub-menu-wrap-inner .row.h-100 {
    height: auto !important;
  }

  .footer .footer-top .footer-widget-item .locations .location-item+.location-item {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }

  .footer .footer-top .footer-widget-item .locations .location-item {
    margin-bottom: 20px;
  }

  .main-wraper .nav-controls .quote-menu {
    display: none;
  }

  .main-wraper .navigation-menu .inner .locations-mobile {
    display: block;
  }

  .main-wraper .navigation-menu .inner {
    z-index: inherit;
  }

  .main-wraper .navigation-menu .main-menu-item-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 444;
  }

  .main-wraper .navigation-menu .inner .sub-menu-wrap {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
  }

  body.menu-opened.submenu-opened .logo,
  body.menu-opened.submenu-opened .nav-controls {
    display: none;
  }
}

/* ==========================================================================
      Helper classes
      ========================================================================== */

/*
    * Hide visually and from screen readers
    */

.hidden {
  display: none !important;
}

/*
    * Hide only visually, but have it available for screen readers:
    * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
    *
    * 1. For long content, line feeds are not interpreted as spaces and small width
    *    causes content to wrap 1 word per line:
    *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
    */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
    * Extends the .visuallyhidden class to allow the element
    * to be focusable when navigated to via the keyboard:
    * https://www.drupal.org/node/897638
    */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
    * Hide visually and from screen readers, but maintain layout
    */

.invisible {
  visibility: hidden;
}

/*
    * Clearfix: contain floats
    *
    * For modern browsers
    * 1. The space content is one way to avoid an Opera bug when the
    *    `contenteditable` attribute is included anywhere else in the document.
    *    Otherwise it causes space to appear at the top and bottom of elements
    *    that receive the `clearfix` class.
    * 2. The use of `table` rather than `block` is only necessary if using
    *    `:before` to contain the top-margins of child elements.
    */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
      EXAMPLE Media Queries for Responsive Design.
      These examples override the primary ('mobile first') styles.
      Modify as content requires.
      ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
      Print styles.
      Inlined to avoid the additional HTTP request:
      https://www.phpied.com/delay-loading-your-print-css/
      ========================================================================== */

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  /*
        * Don't show links that are fragment identifiers,
        * or use the `javascript:` pseudo protocol
        */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
        * Printing Tables:
        * http://css-discuss.incutio.com/wiki/Printing_Tables
        */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}