@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i|Roboto&display=swap');
/*---------------------------------------------------------------------------------

 Theme Name:   Vestrata
 Theme URI:    https://vestrata.com
 Description:  Awesome site for Vestrata
 Author:       Md. Abu Jubaer Piash
 Author URI:   https://piash.net/
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html


----------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
/*!* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden*/
.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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -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;
}
@-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 headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}
@-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;
}
@-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.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@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.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 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(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 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(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 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, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 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;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}
@-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;
}
@-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;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.align-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
  min-height: 100% !important;
  height: 100% !important;
}
/* Colors
----------------------------------------*/
.et_pb_row {
  width: 90%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
/* preloader area
----------------------------------------*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999 !important;
  background: #38496A;
  top: 0;
  left: 0;
}
.preloader section.et_pb_module.et_pb_fullwidth_header {
  width: 100%;
  height: 100%;
}
.preloader .et_pb_fullwidth_header_container.left {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .et_pb_header_content_wrapper {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .header-content-container.center .header-content {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader .header-content-container.center .header-content img {
  max-width: 200px;
  margin-bottom: 40px;
}
.spinner .bounce1,
.spinner .bounce2,
.spinner .bounce3 {
  background: #fff;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ---Preloader end--- */
/* header area
----------------------------------------*/
/*.header-area {
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  padding: 0;
}*/
.header-area .row {
  max-width: 1770px;
}
.header-area .et_pb_menu .et_pb_menu__menu > nav > ul > li {
  padding: 0 20px !important;
}
.header-area .et_pb_menu .et_pb_menu__menu > nav > ul > li > a {
  padding-top: 34px;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
.header-area.sticky-menu {
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
/*body.home .header-area {
  opacity: 0;
  visibility: hidden;
}
body.home .header-area.sticky-menu {
  opacity: 1;
  visibility: visible;
}*/
/* mobile menu start */
#mobile-menu-code {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 999;
  top: 0;
  padding: 0px;
  display: block !important;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  left: -100%;
}
#mobile-menu-code .et_pb_row {
  padding: 0;
  width: 100%;
}
/* mobile menu end */
#mobile-logo-menu-area .et_pb_row {
  padding: 10px;
}
#mobile-logo-menu-area .et_pb_row .et_pb_column {
  width: 50%!important;
  margin-bottom: 0;
}
/* header area end
----------------------------------------*/
/* footer area start
----------------------------------------*/
.footer-area .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.footer-area .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a:first-child {
  padding-left: 0 !important;
}
/* footer area end
----------------------------------------*/
/* About start
----------------------------------------*/
.et_pb_text_inner a {
  color: #0074C8;
  text-decoration: underline;
}
a.custom-button {
  line-height: 1!important;
}
.employee-about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  list-style-type: none;
  padding-bottom: 7%;
}
.employee-about-container .about-single-employee-area {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
}
.employee-about-container .about-single-employee-area::after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */
}
.employee-about-container .about-single-employee-area .employee-modal {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.employee-about-container .about-single-employee-area .employee-modal * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#283a5e), color-stop(#294777), color-stop(#275491), color-stop(#1e61ac), to(#016fc8));
  background-image: -webkit-linear-gradient(top, #283a5e, #294777, #275491, #1e61ac, #016fc8);
  background-image: -o-linear-gradient(top, #283a5e, #294777, #275491, #1e61ac, #016fc8);
  background-image: linear-gradient(to bottom, #283a5e, #294777, #275491, #1e61ac, #016fc8);
  -webkit-transform: rotate(45deg) scale(0.5);
      -ms-transform: rotate(45deg) scale(0.5);
          transform: rotate(45deg) scale(0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
  transition: .7s all;
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area:hover h4,
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area:focus h4,
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area:hover p,
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area:focus p {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area h4 {
  bottom: 50%;
  padding-top: 50%;
  font-size: 1.5em;
  z-index: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p {
  top: 50%;
  padding-bottom: 50%;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.employee-about-container .about-single-employee-area:hover .about-single-employee-image-area::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: .9;
  visibility: visible;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area h4,
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area:hover h4 {
  position: absolute;
  width: 100%;
  color: #fff;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
  transition: .7s all;
  font-size: 22px;
  font-weight: 900;
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p.designation {
  color: #fff !important;
  position: relative;
  z-index: 999;
  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-transition: .7s all;
  -o-transition: .7s all;
  transition: .7s all;
  font-size: 18px;
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p.designation * {
  position: relative;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
  transition: .7s all;
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p.designation span.read {
  text-transform: capitalize;
  color: #fff !important;
  opacity: 1;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  text-shadow: none;
  display: block;
  margin-top: 10px;
}
.employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 981px) {
  /* <- 5-4  hexagons per row */
  .employee-about-container .about-single-employee-area {
    width: 25%;
    /* = 100 / 5 */
  }
  .employee-about-container .about-single-employee-area:nth-child(1) {
    /* first hexagon of even rows */
    margin-left: 12.5%;
    /* = width of .hex / 2  to indent even rows */
  }
  .employee-about-container .about-single-employee-area:nth-child(9n+8) {
    margin-left: 12.5%;
  }
}
.company-info-container {
  padding-bottom: 8%;
}
.company-info-container .hexa-box-area {
  width: 33%;
  /* = 100 / 5 */
}
.company-info-container .hexa-box-area:nth-child(1) {
  margin-left: 16.6%;
}
.company-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
}
.company-info-container .hexa-box-area {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
}
.company-info-container .hexa-box-area::after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */
}
.company-info-container .hexa-box-area .hexa-boxIn-area {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.company-info-container .hexa-box-area .hexa-boxIn-area * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}
.company-info-container .hexa-box-area .hexa-boxIn-area .hexa-boxLink-area {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.company-info-container .hexa-box-area .hexa-boxIn-area .hexa-content {
  background: #00D1C3;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #0F305A;
}
.company-info-container .hexa-box-area .hexa-boxIn-area .hexa-content .inside-hexa-content {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #0F305A;
}
.company-info-container .hexa-box-area .hexa-boxIn-area .hexa-content img {
  max-width: 128px !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.company-info-container .hexa-box-area:nth-child(4) .hexa-boxIn-area .hexa-content {
  left: -100%;
  right: -100%;
  background: transparent;
}
.mfp-wrap .mfp-container .mfp-content {
  width: 98%;
  max-width: 1200px;
  background: white;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container {
  position: relative;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-picture {
  float: left;
  width: 50%;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-picture img {
  display: block;
  width: 100%;
  height: auto;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details {
  float: right;
  width: 50%;
  padding: 50px 40px 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details h3 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  padding-bottom: 15px;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-designation {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  color: #232323;
  margin-bottom: 20px;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .social-icons {
  margin-bottom: 30px;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .social-icons li a {
  background: url(imgs/icon/linkedin.svg) center no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-background-size: contain;
          background-size: contain;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-bio-content {
  margin-bottom: 40px;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-bio-content h2,
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-bio-content h3,
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-bio-content h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-quote-content {
  font-size: 28px;
  color: #898989;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 40px;
  font-style: italic;
  font-family: 'Noto Sans';
  margin-bottom: 30px;
}
.mfp-wrap .mfp-container .mfp-content .employee-popup-container .mfp-close {
  color: #262626;
  width: 24px;
  height: 24px;
  line-height: 24px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 40px;
  right: 25px;
  top: 25px;
}
/* About end
----------------------------------------*/
/* Gravity Form start
----------------------------------------*/
#gform_wrapper_1 {
  max-width: 560px;
  margin-top: 60px;
}
#gform_wrapper_1 #field_1_7,
#gform_wrapper_1 #field_1_8 {
  margin-bottom: 5px;
}
#gform_wrapper_1 #field_1_7 label,
#gform_wrapper_1 #field_1_8 label {
  white-space: nowrap;
}
.gform_wrapper {
  margin: 0;
}
.gform_wrapper input[type="submit"],
.gform_wrapper input[type="reset"],
.gform_wrapper button {
  -webkit-border-radius: 4px!important;
          border-radius: 4px!important;
  color: white!important;
  background: #0075C9!important;
  font-size: 14px!important;
  line-height: 1!important;
  padding: 18px 65px!important;
  font-family: 'Noto Sans JP', Helvetica, Arial, Lucida, sans-serif !important;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  border: 0;
}
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="reset"]:hover,
.gform_wrapper button:hover {
  background: #173057!important;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gform_wrapper form .gform_body .gform_fields li.gfield {
  margin-top: 0;
  margin-bottom: 20px;
}
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container {
  margin: 0!important;
}
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container textarea {
  margin-top: 0;
  font-size: 14px!important;
  color: #898989;
}
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input[type="text"],
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input[type="tel"],
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input[type="email"] {
  border: 0;
  border-bottom: 1px solid rgba(137, 137, 137, 0.5);
}
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container textarea {
  padding: 20px;
  margin-top: 15px;
  border: 2px solid rgba(137, 137, 137, 0.5);
}
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4;
}
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
}
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container :-ms-input-placeholder {
  /* IE 10+ */
  color: #c4c4c4;
}
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container :-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
}
.gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li label {
  font-weight: 300;
  font-size: 16px;
  color: #232323;
}
.gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li a {
  color: #0075C9;
  text-decoration: underline;
}
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input[type="text"],
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input[type="tel"],
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input[type="email"] {
  padding: 8px 0!important;
}
/* Gravity Form end
----------------------------------------*/
/* Partner Page start
----------------------------------------*/
#partner-grid-section .et_pb_row {
  max-width: 100%;
}
.partner-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
}
.partner-grid-container .partner-box-area {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
}
.partner-grid-container .partner-box-area:after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
}
.partner-grid-container .partner-box-area .partner-boxIn-area {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.partner-grid-container .partner-box-area .partner-boxIn-area * {
  width: 100%;
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}
.partner-grid-container .partner-box-area .partner-boxIn-area .partner-boxLink-area {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.partner-grid-container .partner-box-area .partner-boxIn-area .partner-boxLink-area .partner-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #fff;
  font-weight: 600;
  background: #eee;
}
.partner-grid-container .partner-box-area .partner-boxIn-area .partner-boxLink-area .partner-content img.bg-img {
  left: 0;
  top: 0;
}
.partner-grid-container .partner-box-area.type-text .partner-boxIn-area .partner-boxLink-area .partner-content {
  background: #173058;
}
.partner-grid-container .partner-box-area .partner-boxIn-area img.main-logo {
  position: absolute;
  z-index: 99;
  max-width: 83%;
  padding: 20px;
  max-height: 60%;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 980px) {
  /* <- 5-4  hexagons per row */
  .partner-grid-container {
    padding-bottom: 120px;
  }
  .partner-grid-container .partner-box-area {
    width: 11.11%;
    /* = 100 / 5 */
  }
  .partner-grid-container .partner-box-area:nth-child(1) {
    /* first hexagon of even rows */
    margin-left: 5.55%;
    /* = width of .hex / 2  to indent even rows */
    margin-right: 83%;
  }
  .partner-grid-container .partner-box-area:nth-child(4) {
    margin-right: 66%;
  }
  .partner-grid-container .partner-box-area:nth-child(5) {
    margin-left: 5.5%;
  }
  .partner-grid-container .partner-box-area:nth-child(7) {
    margin-right: 61%;
  }
  .partner-grid-container .partner-box-area:nth-child(8) {
    margin-left: 22.1%;
  }
  .partner-grid-container .partner-box-area:nth-child(13) {
    margin-right: 11%;
  }
  .partner-grid-container .partner-box-area:nth-child(14) {
    margin-left: 49.9%;
  }
  .partner-grid-container .partner-box-area:nth-child(18) {
    margin-left: 66.5%;
  }
}
@media (max-width: 980px) {
  div#partner-grid-section {
    max-width: 600px;
    margin: 0 auto;
  }
  .partner-grid-container {
    padding-bottom: 12%;
  }
  .partner-grid-container .partner-box-area {
    width: 40%;
    /* = 100 / 5 */
  }
  .partner-grid-container .partner-box-area:nth-child(4n+3) {
    /* first hexagon of even rows */
    margin-left: 20%;
    /* = width of .hex / 2  to indent even rows */
  }
}
/* Partner Page end
----------------------------------------*/
/* Home Page start
----------------------------------------*/
.home-logo-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
}
.home-logo-grid-container .logo-box-area {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  left: 7%;
}
.home-logo-grid-container .logo-box-area:after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
}
.home-logo-grid-container .logo-box-area .logo-boxIn-area {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.home-logo-grid-container .logo-box-area .logo-boxIn-area img {
  left: 0;
  top: 0;
}
.home-logo-grid-container .logo-box-area .logo-boxIn-area * {
  width: 100%;
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}
.home-logo-grid-container .logo-box-area .logo-boxIn-area .logo-boxLink-area {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.home-logo-grid-container .logo-box-area .logo-boxIn-area .logo-boxLink-area .logo-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #fff;
  font-weight: 600;
  background: #eee;
}
.home-logo-grid-container .logo-box-area .logo-boxIn-area .logo-boxLink-area .logo-content img.main-logo {
  position: absolute;
  z-index: 99;
  max-width: 83%;
  padding: 20px;
  max-height: 60%;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.home-logo-grid-container .logo-box-area.type-text .logo-boxIn-area .logo-boxLink-area .logo-content {
  background: #173058;
}
.home-section-one {
  max-width: 1180px;
  position: absolute;
  left: calc(30% + 50px);
  z-index: 3;
  top: 90px;
  padding-right: 50px !important;
  width: calc(70% - 50px) !important;
}
.home-section-one .et_pb_text_inner h1 {
  margin-bottom: 27px;
}
.home-section-three {
  background: transparent;
}
.home-section-three .et_pb_text_inner h1 {
  margin-bottom: 9px;
}
.home-section-three .et_pb_column {
  margin-top: -20%;
  width: 41% !important;
}
.home-section-four .section-img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.home-section-four .section-col-contect {
  max-width: 612px;
  float: right;
}
.home-section-five .et_pb_text_inner h1 {
  margin-bottom: 9px;
}
.gform_wrapper input[type="submit"]:hover,
body #page-container .et_pb_section .et_pb_button.boxed-btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ecosystem-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
}
.ecosystem-container .hexa-box-area {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  width: 33%;
}
.ecosystem-container .hexa-box-area::after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */
}
.ecosystem-container .hexa-box-area .hexa-boxIn-area {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.ecosystem-container .hexa-box-area .hexa-boxIn-area * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}
.ecosystem-container .hexa-box-area .hexa-boxIn-area .hexa-boxLink-area {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.ecosystem-container .hexa-box-area .hexa-boxIn-area .hexa-content {
  background: #173058;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.ecosystem-container .hexa-box-area .hexa-boxIn-area .hexa-content .inside-hexa-content {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #0F305A;
}
.ecosystem-container .hexa-box-area .hexa-boxIn-area .hexa-content img {
  max-width: 100% !important;
  width: 100%;
}
.ecosystem-container .hexa-box-area .hexa-boxIn-area .hexa-content img.main-logo {
  z-index: 3;
  max-width: 80% !important;
  max-height: 60%;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ecosystem-container .hexa-box-area .hexa-boxIn-area .hexa-content img.bg-img {
  left: 0;
  top: 0;
}
@media (min-width: 0px) {
  .ecosystem-container {
    padding-bottom: 70px ;
    max-width: 750px;
  }
  .ecosystem-container .hexa-box-area:nth-child(1) {
    margin-left: 16.5%;
  }
  .ecosystem-container .hexa-box-area:nth-child(3) {
    margin-left: 28.5%;
    width: 42%;
    margin-bottom: 2%;
  }
  .ecosystem-container .hexa-box-area:nth-child(4) {
    margin-left: 16.5%;
  }
  .ecosystem-container .hexa-box-area:nth-child(3) .hexa-boxIn-area .hexa-content {
    background: transparent;
  }

  .home-section-five .section-5-col-1 {
    width: 37% !important;
  }
  .home-section-five .section-5-col-2 {
    width: 63% !important;
  }
}
@media (min-width: 980px) {
  .home-section-five .section-5-col-1 {
    width: 37% !important;
  }
  .home-section-five .section-5-col-2 {
    width: 63% !important;
  }
}
@media (min-width: 980px) {
  /* <- 5-4  hexagons per row */
  .header-area .et_pb_menu .et_pb_menu__menu > nav > ul > li:hover a {
    color: #0075C9 !important;
    opacity: 1;
  }
  .header-area .et_pb_menu .et_pb_menu__menu > nav > ul > li.current_page_item > a::after,
  .header-area .et_pb_menu .et_pb_menu__menu > nav > ul > li > a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0px !important;
    top: auto !important;
    background-image: -webkit-linear-gradient(45deg, #0075c9, #0075c9);
    background-image: -o-linear-gradient(45deg, #0075c9, #0075c9);
    background-image: linear-gradient(45deg, #0075c9, #0075c9);
    -webkit-background-size: 2% 2%;
            background-size: 2%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    transition: .7s all;
  }
  .header-area .et_pb_menu .et_pb_menu__menu > nav > ul > li.current_page_item > a::after,
  .header-area .et_pb_menu .et_pb_menu__menu > nav > ul > li > a:hover:after {
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    opacity: 1;
  }
  .header-area .et_pb_menu .et_pb_menu__menu > nav > ul > li.current_page_item > a {
    color: #0075C9 !important ;
  }
  /* footer menu */
  .footer-area .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li:hover > a {
    color: #0075C9 !important;
    opacity: 1;
  }
  .footer-area .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li.current-menu-item > a {
    color: #0075C9 !important ;
  }
  .footer-area .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li.current-menu-item > a::after,
  .footer-area .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0px !important;
    top: auto !important;
    background-image: -webkit-linear-gradient(45deg, #0075c9, #0075c9);
    background-image: -o-linear-gradient(45deg, #0075c9, #0075c9);
    background-image: linear-gradient(45deg, #0075c9, #0075c9);
    -webkit-background-size: 0% 0%;
            background-size: 0%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    transition: .7s all;
  }
  .footer-area .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li.current-menu-item > a::after,
  .footer-area .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a:hover::after {
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    opacity: 1;
  }
  .footer-area .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 15px;
  }
  /* footer menu end*/
  .header-area {
    padding: 0 4% !important;
  }
  .home-logo-grid-container {
    padding-bottom: 62px;
    padding-top: 170px;
    /*padding-right: 5%;*/
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-logo-grid-container .logo-box-area {
    width: 14%;
    /* = 100 / 5 */
  }
  .home-logo-grid-container .logo-box-area:nth-child(1) {
    /* first hexagon of even rows */
    margin-left: -7%;
    margin-right: 93%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(2) {
    margin-right: 86%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(3) {
    margin-left: -7%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(4) {
    margin-right: 79%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(10) {
    margin-right: 14%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(11) {
    margin-left: 49%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(14) {
    margin-left: 56%;
  }
}
.hexa-box-area.solution-title .hexa-boxIn-area .hexa-content {
  font-size: 15px !important;
  color: #173057 !important;
  font-weight: 700 !important;
}

@media all and (max-width:1480px) and (min-width: 1400px){
  .home-logo-grid-container{
    padding-top: 200px;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {

}
@media (min-width: 1401px) and (max-width: 1630px) {
  .home-section-one {
    background: transparent;
  }
  .home-section-one .et_pb_text_inner {
    font-size: 16px!important;
  }
  .home-section-one .et_pb_text_inner h1 {
    font-size: 36px!important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .home-section-one {
    top: 60px;
    background: transparent;
  }
  .home-section-one .et_pb_text_inner p {
    font-size: 14px;
  }
  .home-section-one .et_pb_text_inner h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .home-section-one {
    top: 30px;
    background: transparent;
  }
  .home-section-one .et_pb_text_inner p {
    font-size: 13px;
    padding-bottom: 9px;
  }
  .home-section-one .et_pb_text_inner h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .home-section-four .section-img img {
    -webkit-transform: ;
        -ms-transform: ;
            transform: ;
  }
}
@media (max-width: 980px) {
  div#home-section-one {
    margin-bottom: 50px !important;
    margin-top: 80px !important;
  }
  .home-section-one {
    position: relative;
    left: 0;
    padding: 0 20px;
    padding-left: 20px;
    top: 0;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    width: 100% !important;
  }
  .home-section-one .et_pb_text_inner h1 {
    margin-bottom: 15px;
  }
  .home-section-one .et_pb_text_inner br {
    display: none;
  }
  .home-section-three {
    background: transparent;
  }
  .home-section-three .et_pb_column {
    width: 100% !important;
    margin-top: 0;
  }
  .home-section-four .section-img img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home-section-four .section-col-contect {
    float: none;
    min-width: 100%;
  }
  .home-section-four .et_pb_text_inner h1 {
    margin-bottom: 9px;
  }
  .home-section-five .section-5-col-1 {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-section-five .section-5-col-2 {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 980px) {
  .home-logo-grid-container {
    padding-bottom: 12%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-logo-grid-container .logo-box-area {
    width: 25%;
    /* = 100 / 5 */
    left: 0;
  }
  .home-logo-grid-container .logo-box-area:nth-child(1) {
    margin-left: 12.5%;
    margin-right: 62.5%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(5) {
    margin-left: 12.5%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(8) {
    margin-left: 25%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(11) {
    margin-left: 12.5%;
  }
  .home-logo-grid-container .logo-box-area:nth-child(14) {
    margin-left: 25%;
  }
  .custom-unique-col .et_pb_column {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 701px) and (max-width: 800px) {

}
@media (min-width: 681px) and (max-width: 700px) {

}
@media (min-width: 560px) and (max-width: 680px) {

}
@media (min-width: 601px) and (max-width: 700px) {

}
@media (min-width: 481px) and (max-width: 559px) {

}
@media (min-width: 300px) and (max-width: 480px) {

  .hexa-box-area.solution-title .hexa-boxIn-area .hexa-content {
    font-style: 11px !important;
  }
}
@media (min-width: 351px) and (max-width: 400px) {

}
@media (min-width: 0px) and (max-width: 350px) {

}
.home-section-four-top .vestrata-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-section-four-top .vestrata-item-row .et_pb_column.et_pb_column_1_3 {
  width: 31.3%;
}
.home-section-four-top .single-vestrata-item {
  padding: 30px;
  -webkit-background-size: 109% 128% !important;
          background-size: 109% 128% !important;
  -webkit-box-shadow: 0px 1px 9px 0px #eaeaea;
          box-shadow: 0px 1px 9px 0px #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.home-section-four-top .single-vestrata-item .et_pb_blurb_content {
  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;
  padding-left: 13%;
}
.home-section-four-top .single-vestrata-item .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 12px;
}
@media (max-width: 980px) {
  .home-section-four-top .vestrata-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-section-four-top .single-vestrata-item {
    width: 100% !important;
    margin-bottom: 20px !important;
    max-width: 400px;
  }
  .home-section-four-top .single-vestrata-item .et_pb_blurb_content {
    padding-left: 18%;
  }
}
@media (max-width: 480px) {
  .home-section-four-top .vestrata-item-row .et_pb_column.et_pb_column_1_3 {
    margin-bottom: 20px !important;
  }
  .home-section-four-top .single-vestrata-item .et_pb_blurb_content span.et_pb_image_wrap {
    width: 24px !important;
  }
}

@media (min-width: 980px){
    .home-section-four-top .section-four-row-one{
        position: absolute;
        width: 50%;
        /*top: -100%;*/
        top:0;
        max-width: 640px;
    }

    .home-section-four-top .section-four-row-one .section-four-row-one-img {
        width: 150px !important;
        margin-right: 0 !important;
    }

    .home-section-four-top .section-four-row-one .section-four-row-one-content {
        width: calc(100% - 150px) !important;
        padding-left: 20px;
    }
}

@media (min-width: 1401px) and (max-width: 1600px){

    .home-section-four-top .section-four-row-one{
        /*top: -80%;*/
        top:0;
    }

}

@media (min-width: 1201px) and (max-width: 1400px){
    .home-section-four-top .section-four-row-one{
        /*top: -75%;*/
        top:0;
    }
}

@media (min-width: 980px) and (max-width: 1200px){
    .home-section-four-top .section-four-row-one{
        /*top: -60%;*/
        top:0;
    }

    .home-section-four-top .section-four-row-one .section-four-row-one-content .et_pb_text_inner h2{
        font-size: 20px;
    }

    .home-section-four-top .section-four-row-one .section-four-row-one-content .et_pb_text_inner p{
        font-size: 14px;
    }
}

@media (max-width: 980px){

    .home-section-four-top .section-four-row-one-img img {
        max-width: 259px;
    }


    .home-section-four-top .section-four-row-one-img span.et_pb_image_wrap {
        display: flex;
        justify-content: center;
    }

    .home-section-four-top .align-align-center.section-four-row-one {
        padding: 0 !important;
        width: 90%;
        margin-bottom: 0 !important;
    }

    .home-section-four-top {
        padding-bottom: 15px !important;
        padding-bottom: 0 !important;
    }

    .home-section-four {
        padding-bottom: 50px !important;
    }

    .mobile-row {
        display: flex;
        flex-wrap: wrap;
    }

    .order-2 {
        order: 2;
    }

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


}

/* Home Page end
----------------------------------------*/
/* Solutions page start
----------------------------------------*/
.solutions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
}
.solutions-container .hexa-box-area {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  width: 33%;
}
.solutions-container .hexa-box-area::after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */
}
.solutions-container .hexa-box-area .hexa-boxIn-area {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.solutions-container .hexa-box-area .hexa-boxIn-area * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}
.solutions-container .hexa-box-area .hexa-boxIn-area .hexa-boxLink-area {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.solutions-container .hexa-box-area .hexa-boxIn-area .hexa-content {
  background: #173058;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  font-weight: 400;
  padding: 40px;
  font-size: 12px;
}
.solutions-container .hexa-box-area .hexa-boxIn-area .hexa-content .inside-hexa-content {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #0F305A;
}
.solutions-container .hexa-box-area .hexa-boxIn-area .hexa-content img {
  max-width: 100% !important;
  width: 100%;
}
.solutions-container .hexa-box-area .hexa-boxIn-area .hexa-content img.main-logo {
  z-index: 3;
  max-width: 80% !important;
  max-height: 60%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solutions-container {
  padding-bottom: 100px;
}
.solutions-container .hexa-box-area:nth-child(2) {
  margin-left: 33%;
  margin-right: 33%;
  margin-bottom: 9%;
}
.solutions-container .hexa-box-area:nth-child(9) {
  margin-left: 16.5%;
}
.solutions-container .hexa-box-area:nth-child(1) {
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
.solutions-container .hexa-box-area:nth-child(3) {
  top: 30.5%;
  z-index: 2;
  left: .33%;
}
.solutions-container .hexa-box-area:nth-child(6) {
  top: 30.5%;
  left: 84.7%;
}
.solutions-container .hexa-box-area:nth-child(8) {
  bottom: 15%;
  left: 6%;
}
.solutions-container .hexa-box-area:nth-child(10) {
  bottom: 15%;
  left: 80%;
}
.solutions-container .hexa-box-area:nth-child(1) .hexa-boxIn-area .hexa-content {
  background: #ffaf40;
}
.solutions-container .hexa-box-area:nth-child(5) .hexa-content {
  background: transparent;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .solutions-container .hexa-box-area .hexa-boxIn-area .hexa-content {
    font-size: 10px;
  }
  .solutions-container .hexa-box-area:nth-child(10),
  .solutions-container .hexa-box-area:nth-child(8) {
    bottom: 17% !important;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .solutions-container .hexa-box-area .hexa-boxIn-area .hexa-content {
    padding: 25px;
    font-size: 8px!important;
  }
  .solutions-container .hexa-box-area:nth-child(10),
  .solutions-container .hexa-box-area:nth-child(8) {
    bottom: 19% !important;
  }
}
@media (max-width: 981px) {
  .unique-solutions-capabilitiesare-area {
    overflow: hidden;
  }
  .Solution-shape-row {
    max-width: 500px;
  }
  .solutions-container {
    padding-bottom: 40px;
  }
  .solutions-container .hexa-box-area.solution-content {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 27% !important;
  }
  .solutions-container .hexa-box-area.image {
    display: none;
  }
  .solutions-container .hexa-box-area.solution-title {
    width: 33.33%;
  }
  .solutions-container .hexa-box-area:nth-child(3) {
    top: 17% !important;
  }
  .solutions-container .hexa-box-area:nth-child(6) {
    top: 37% !important;
    right: 0px !important;
    left: auto !important;
  }
  .solutions-container .hexa-box-area:nth-child(8) {
    bottom: 38% !important;
    left: 0 !important;
  }
  .solutions-container .hexa-box-area:nth-child(10) {
    bottom: 18.6% !important;
    left: auto !important;
    right: 0% !important;
  }
}
@media (max-width: 480px) {
  .solutions-container .hexa-box-area .hexa-boxIn-area .hexa-content {
    font-size: 10px;
  }
}
.Solution-shape-row {
  -webkit-background-size: 100% 100% !important;
          background-size: 100% !important;
  background-position: top;
}
.hexa-box-area.solution-title {
  width: 14%;
  position: absolute;
  z-index: 3;
}
.hexa-box-area.solution-title .hexa-boxIn-area .hexa-content {
  background: #01d1c3;
}
#why-vestrata-area .et_pb_row {
  width: 98%;
}
#why-vestrata-area #why-features {
  margin-left: -36px;
}
#why-vestrata-area .custom-number-blurb {
  position: relative;
  margin-bottom: 20px;
}
#why-vestrata-area .custom-number-blurb .et_pb_main_blurb_image {
  position: absolute;
  left: -60px;
  top: 0;
  height: 100%;
  margin: 0;
}
#why-vestrata-area .custom-number-blurb .et_pb_main_blurb_image img {
  position: absolute;
  top: -4px;
  left: 0;
  height: -webkit-calc(100% + 26px);
  height: calc(100% + 26px);
}
#why-vestrata-area .custom-number-blurb .et_pb_module_header {
  padding-bottom: 0;
}
#why-vestrata-area .custom-number-blurb .et_pb_blurb_content {
  background: #f1f1f1;
  padding: 25px 30px 30px 80px;
  max-width: 100%;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media all and (max-width: 1200px) {
  #why-logo-area {
    width: 40%;
  }
  #why-features {
    width: 60%;
  }
}
@media all and (max-width: 1080px) {
  #why-vestrata-area {
    max-width: 600px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  #why-vestrata-area .et_pb_row {
    display: block;
  }
  #why-logo-area,
  #why-features {
    width: 100%;
    float: none;
  }
  #why-features {
    margin-left: 0!important;
  }
  #why-logo-area {
    max-width: 300px;
    margin: 0 auto 10px;
  }
}
@media all and (max-width: 980px) {
  #why-vestrata-area .custom-number-blurb .et_pb_blurb_content {
    -webkit-border-radius: 100px;
            border-radius: 100px;
    padding: 15px 30px 20px 50px;
  }
  #why-vestrata-area .custom-number-blurb .et_pb_main_blurb_image img {
    top: 5px;
    height: -webkit-calc(70% + 26px);
    height: calc(70% + 26px);
  }
  #why-vestrata-area .custom-number-blurb .et_pb_main_blurb_image {
    left: -30px;
  }
  #why-vestrata-area .custom-number-blurb {
    padding-left: 50px;
  }
  .custom-unique-col .et_pb_column {
    padding-bottom: 15px!important;
  }
}
@media all and (max-width: 500px) {
  #why-logo-area {
    max-width: 170px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
/* Solutions Page end
----------------------------------------*/
/* Insight page start
----------------------------------------*/
#insight-tag-area .insight-tag-container #article_tag {
  border: 0;
  border-bottom: 2px solid #e3e3e3;
  color: #232323;
  font-size: 14px;
  padding: 7px 0;
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background: url(imgs/icon/dropdown.svg) right center no-repeat;
}
.news-loadmore,
.insight-loadmore {
  color: #0075C9;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.insight-container .inner-insight,
.news-container .inner-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.insight-container .inner-insight .single-insight-area,
.news-container .inner-news .single-news-area {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-bottom: 60px;
}
.insight-container .inner-insight .single-insight-area img,
.news-container .inner-news .single-news-area img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.insight-container .inner-insight .single-insight-area .insight-date,
.news-container .inner-news .single-news-area .news-date {
  font-size: 14px;
  font-weight: 300;
  color: #898989;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.insight-container .inner-insight .single-insight-area .insight-title,
.news-container .inner-news .single-news-area .news-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.insight-container .inner-insight .single-insight-area .insight-desc,
.news-container .inner-news .single-news-area .news-desc {
  font-size: 16px;
  color: #898989;
  line-height: 1.3;
}
.insight-container .inner-insight .single-insight-area:nth-child(even),
.news-container .inner-news .single-news-area:nth-child(even) {
  margin-left: 10px;
}
.insight-container .inner-insight .single-insight-area:nth-child(odd),
.news-container .inner-news .single-news-area:nth-child(odd) {
  margin-right: 10px;
}
/*.news-container .inner-news {
  margin-bottom: 40px;
}
.news-container .inner-news .single-news-area {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(137, 137, 137, 0.5);
}
.news-container .inner-news .single-news-area h4 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0;
}
.news-container .inner-news .single-news-area h4 a {
  color: #000000;
  text-decoration: none;
}
.news-container .inner-news .single-news-area .news-date {
  color: #898989;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}
.single-news .et_pb_title_container .entry-title {
  padding: 0;
}
.single-news .et_pb_title_container .et_pb_title_meta_container {
  line-height: 1;
  margin-bottom: 30px;
}*/
@media all and (max-width: 768px) {
  .insight-container .inner-insight .single-insight-area,
  .news-container .inner-news .single-news-area {
    width: 100%;
    margin-bottom: 40px;
  }
  .insight-container .inner-insight .single-insight-area .insight-date,
  .news-container .inner-news .single-news-area .news-date {
    font-size: 12px;
  }
  .insight-container .inner-insight .single-insight-area .insight-title,
  .news-container .inner-news .single-news-area .news-title {
    font-size: 16px;
  }
  .insight-container .inner-insight .single-insight-area .insight-desc,
  .news-container .inner-news .single-news-area .news-desc {
    font-size: 14px;
  }
  .insight-container .inner-insight .single-insight-area img,
  .news-container .inner-news .single-news-area img {
    margin-bottom: 15px;
  }
  .insight-container .inner-insight .single-insight-area:nth-child(odd),
  .insight-container .inner-insight .single-insight-area:nth-child(even),
  .news-container .inner-news .single-news-area:nth-child(odd),
  .news-container .inner-news .single-news-area:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  /*.news-container .inner-news .single-news-area {
    padding-bottom: 10px;
    padding-top: 25px;
  }
  .news-container .inner-news .single-news-area h4 {
    font-size: 16px;
  }
  .news-container .inner-news .single-news-area .news-date {
    font-size: 12px;
  }*/
}
/* Insight page end
----------------------------------------*/
/* patnar page start
----------------------------------------*/
/*#partner-content-area {
  position: absolute;
  top: 0;
  max-width: 840px;
  z-index: 3;
  left: 38.88%;
  background: transparent !important;
}*/
#partner-content-area .et_pb_text_inner h1 {
  margin-bottom: 30px;
}
div#partner-grid-section {
  margin-top: 70px;
}
@media (min-width: 981px) and (max-width: 1199px) {
  #partner-content-area .et_pb_text_inner h1 {
    font-size: 32px;
    margin-bottom: 0;
  }
  #partner-content-area .et_pb_text_inner p {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  #partner-content-area {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    padding-top: 12px;
  }
  #partner-content-area .et_pb_text_inner h1 {
    margin-bottom: 10px;
  }
  div#partner-grid-section {
    margin-top: 0px;
    padding: 0 20px;
    padding-bottom: 20px;
  }
}
/* patnar page end
----------------------------------------*/
/* contact page start
----------------------------------------*/
.employee-contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
}
.employee-contact-container .single-employee-area {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
}
.employee-contact-container .single-employee-area::after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */
}
.employee-contact-container .single-employee-area .single-employee-inner {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.employee-contact-container .single-employee-area .single-employee-inner * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}
.employee-contact-container .single-employee-area .single-employee-inner .hexLink {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.employee-contact-container .single-employee-area .single-employee-inner img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  -o-object-fit: cover;
     object-fit: cover;
}
#contact-location-area .et_pb_main_blurb_image {
  margin-bottom: 0;
}
#contact-location-area .et_pb_blurb_container {
  margin-top: -15px;
}
#contact-location-area .et_pb_blurb_container .et_pb_module_header span {
  padding-left: 20px;
  padding-right: 20px;
  background: url('imgs/icon/location.svg') left center no-repeat;
}
@media (min-width: 980px) {
  /* <- 5-4  hexagons per row */
  .employee-contact-container {
    padding-bottom: 7%;
  }
  .single-employee-area {
    width: 27.7%;
    /* = 100 / 5 */
  }
  .single-employee-area:nth-child(9n+4) {
    /* first hexagon of even rows */
    margin-left: 14%;
    /* = width of .hex / 2  to indent even rows */
  }
  .employee-contact-container .single-employee-area:nth-child(9n+10) {
    margin-left: 13.6%;
  }
}
@media (max-width: 980px) {
  .employee-empty {
    display: none;
  }
  .employee-contact-container {
    padding-bottom: 7%;
  }
  .single-employee-area {
    width: 16.66%;
    /* = 100 / 5 */
  }
  .single-employee-area:nth-child(9n+7) {
    /* first hexagon of even rows */
    margin-left: 8.3%;
    /* = width of .hex / 2  to indent even rows */
  }
}
/* contact page end
----------------------------------------*/
/*** Responsive Styles Standard Desktop Only ***/
@media all and (max-width: 1200px) {
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details {
    padding: 30px 30px 0;
  }
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details h3 {
    font-size: 26px;
  }
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-designation {
    font-size: 16px;
  }
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-bio-content {
    margin-bottom: 20px;
  }
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-bio-content h2,
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-bio-content h3,
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-bio-content h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .employee-quote-content {
    font-size: 24px;
  }
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details .social-icons {
    margin-bottom: 20px;
  }
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area h4,
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area:hover h4 {
    font-size: 18px;
  }
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p.designation {
    font-size: 16px;
  }
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p.designation span.read {
    font-size: 18px;
  }
}
@media all and (min-width: 980px) {
/*  body:not(.home) {
    padding-top: 80px;
  }*/
  body:not(.home) .header-area {
    top: 0;
  }
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .employee-about-container {
    padding-bottom: 7.5%;
  }
  #mobile-logo-menu-area .mobile-menu-col .mobile-menu-trigger-container {
    text-align: right;
    color: #fff;
    padding-top: 4px;
    cursor: pointer;
    display: inline-block;
    top: -6px;
    position: relative;
  }
  #mobile-logo-menu-area .mobile-logo-area {
    float: left;
  }
  #mobile-logo-menu-area #mobile-menu-code {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 9;
    top: 0;
    padding: 30px;
    display: block !important;
    right: 100%;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
  }
  #mobile-logo-menu-area #mobile-menu-code #off-canvas-menu-area li {
    line-height: 1.3;
    list-style: none;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  #mobile-logo-menu-area #mobile-menu-code #off-canvas-menu-area li a {
    color: #fff;
    line-height: 1 ;
  }
  div#off-canvas-menu-area .mobile-logo {
    position: relative;
    padding: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
  }
  #mobile-menu-code .menu-close {
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
  }
  body::before {
    position: fixed;
    width: 0%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#173057), color-stop(#1a4073), color-stop(#1a5191), color-stop(#1462af), to(#0074cf));
    background-image: -webkit-linear-gradient(left top, #173057, #1a4073, #1a5191, #1462af, #0074cf);
    background-image: -o-linear-gradient(left top, #173057, #1a4073, #1a5191, #1462af, #0074cf);
    background-image: linear-gradient(to right bottom, #173057, #1a4073, #1a5191, #1462af, #0074cf);
    z-index: 99;
    content: "";
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
  }
  body.active-mobile::before {
    width: 100%;
  }
  .active-mobile-menu {
    left: 0% !important;
    z-index: 999;
  }
  header .et_builder_inner_content {
    z-index: 99;
  }
  div#off-canvas-menu-area li {
    padding: 0 30px;
    display: block;
    list-style: none;
    text-align: center;
    line-height: 1;
    margin: 6vh 0;
  }
  div#off-canvas-menu-area li a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    padding: 0;
    text-decoration: none;
  }
  div#off-canvas-menu-area ul.sub-menu {
    padding-left: 0;
  }
  div#off-canvas-menu-area ul.sub-menu li {
    margin: 0 0px !important;
    padding-top: 16px !important;
  }
  div#off-canvas-menu-area ul.sub-menu li a {
    font-size: 22px !important;
  }
  /*** mobile menu end
        -------------------------------------- ***/
  .footer-area {
    padding-bottom: 18px !important;
  }
  .footer-area .et_mobile_nav_menu {
    display: none !important;
  }
  .footer-area .et_pb_menu__menu {
    display: block !important;
    margin: 0 auto;
  }
  .footer-area .et_pb_menu__menu ul#menu-footer-menu li {
    display: block !important;
    margin-bottom: 17px;
  }
  .footer-area .et_pb_menu__menu ul#menu-footer-menu {
    display: block;
    text-align: center;
  }
  .footer-area .et_pb_menu__menu ul#menu-footer-menu li:last-child {
    margin-bottom: 3px;
  }
  .footer-area .et_pb_row.et_pb_row_1_tb_footer.copyright-.row {
    text-align: center;
  }
  #gform_wrapper_1 #field_1_7 label,
  #gform_wrapper_1 #field_1_8 label {
    white-space: pre-wrap;
  }
  #gform_wrapper_1 {
    margin-top: 0;
  }
  .employee-about-container .about-single-employee-area {
    width: 33%;
    /* = 100 / 5 */
  }
  .employee-about-container .about-single-employee-area:nth-child(5n+4) {
    margin-left: 16.5%;
  }
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-popup-details {
    width: 100%;
    float: none;
    padding: 65px 25px 0;
  }
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .employee-picture {
    width: 100%;
    float: none;
  }
  .mfp-wrap .mfp-container .mfp-content .employee-popup-container .mfp-close {
    right: 16px;
    top: 16px;
  }
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p.designation {
    font-size: 0;
  }
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p {
    top: 40%;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #contact-location-area .et_pb_column {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p.designation span.read {
    font-size: 15px;
  }
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area p {
    top: 20%;
  }
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area h4,
  .employee-about-container .about-single-employee-area .employee-modal .about-single-employee-image-area:hover h4 {
    display: none;
  }
  .employee-about-container {
    padding-bottom: 7.5%;
  }
  .company-info-container .hexa-box-area .hexa-boxIn-area .hexa-content img {
    max-width: 80px!important;
  }
}
@media all and (max-width: 480px) {
  .preloader .header-content-container.center .header-content img {
    max-width: 150px;
  }
  .ecosystem-container .hexa-box-area .hexa-boxIn-area .hexa-content,
  .company-info-container .hexa-box-area .hexa-boxIn-area .hexa-content {
    font-size: 12px;
    word-break: break-all;
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .row_ordering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .second-on-mobile {
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .third-on-mobile {
    -webkit-order: 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fourth-on-mobile {
    -webkit-order: 4;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /*** add margin to last column ***/
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}




/*** Jake's CSS ***/

:root {
  --brand-black: #232323;
  --brand-light-gray: #F1F1F1;
  --brand-blue: #173057;
  --brand-teal: #00D1C3;
  --easeInOutExpo: cubic-bezier(0.4, 0, 0, 1);
}


/** used "" so it's editable in visual builder --*/

#unique-solutions-row {
  display: flex;
  justify-content: center;
  padding: 0;
  width: 1400px;
}

#unique-solutions-row .et_pb_column {
  width: 1355px;
  height: 620px;

}

#unique-solutions-logo {
  position: absolute;
  width: 227px;
  height: 240px;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#unique-solutions-logo img {
  width: 100%;
}

#hexgroup-left ,
#hexgroup-right {
  position: absolute;
  top: 100px;
  width: 296px;
  height: 426px;
  margin: 0;
  filter: drop-shadow(0px 5px 10px rgba(0,0,0,.1));
}

#hexgroup-left {
  left: 0;
}

#hexgroup-right {
  right: 0;
  transform: rotateY(180deg);
}

.unique-solution {
  position: absolute;
  width: 280px;
  height: 322px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100%;
  background-image: none !important;
  perspective: 1500px;
  z-index: 99;
}

.unique-solution .et_pb_text_inner {
    max-width: 70%;
}

.unique-solution h4 {
  font-size: 15px;
  line-height: 2em;
  text-align: center;
  padding-bottom: 0;
}

.unique-solution:nth-of-type(2) {
  top: 0;
  left: 240px;
}

.unique-solution:nth-of-type(3) {
  top: 255px;
  left: 390px;
}

.unique-solution:nth-of-type(4) {
  top: 255px;
  left: 687px;
}

.unique-solution:nth-of-type(5) {
  top: 0;
  left: 835px;
}

.unique-solution .blue-hex {
  width: 100%;
  position: absolute;
  top:0;
  left:0;
}

.unique-solution .blue-hex {
  /*filter: hue-rotate(0deg) saturate(1) brightness(1);*/
}

.unique-solution img{
    width:100%;
}

.unique-solution  .hover,
.unique-solution  .hover-2{
    display: none;
}

.unique-solution:hover .active{
    display: none;
}

#discretionary:hover .hover,
#advisory:hover .hover,
#alternative:hover .hover{
    display: block;
}

#esg:hover .hover-2{
    display: block;
}


.unique-solution .mini-modal {
  position: absolute;
  width: 460px;
  left: 100%;
  background-color: #F1F1F1;
  padding: 30px 40px;
  box-shadow: 0px 20px 20px -10px rgba(0,0,0,.1);
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  transform: rotateX(-90deg);
  transition-duration: .5s;
  transition-delay: .25s;
}

.unique-solution:nth-of-type(4) .mini-modal ,
.unique-solution:nth-of-type(5) .mini-modal {
  left: auto;
  right: 100%;
}

.unique-solution .mini-modal p {
  color: var(--brand-black);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}


/*--- Hovers ---*/

/*.unique-solution ,
.unique-solution * { transition: all 1s cubic-bezier(0.4, 0, 0, 1); }*/

.unique-solution:hover { z-index: 100; }

.unique-solution:hover h4 {
  color: white !important;
}

.unique-solution:hover .blue-hex {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  /*filter: hue-rotate(-48deg) saturate(4.3) brightness(2.1) !important;*/

  transition: all 0.5s;
}

body.safari .unique-solution:hover .blue-hex{
  transition: none;
}

.unique-solution:hover .mini-modal {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;

  transition: all 0.5s;
}


@media (max-width:1400px) {

  #unique-solutions-row ,
  #unique-solutions-row .et_pb_column { width: 100%; max-width: 100%; }

  #hexgroup-left ,
  #hexgroup-right { top: 6vw; width: 22vw; height: 31vw; }

  .unique-solution { width: 20.5vw; height: 25vw; }

  .unique-solution:nth-of-type(2) { left: 17vw; }

  .unique-solution:nth-of-type(3) { top: 18.5vw; left: 27.5vw; }

  .unique-solution:nth-of-type(4) { top: 18.5vw; left: 49vw; }

  .unique-solution:nth-of-type(5) { left: 60vw; }

  .unique-solution h4 { font-size: calc(10px + .5vw); }

  #unique-solutions-logo { top: 3vw; width: 16vw; height: 18vw; }

}
@media (max-width: 980px){
  .unique-solution .mini-modal {
    width: 90vw;
    max-width: 300px;
    left: -15vw;
    padding: 20px;
  }

  .unique-solution h4 { font-size: 12px; }

  .unique-solution .mini-modal p { font-size: 12px; line-height: 1.7em; }s
}

@media (max-width:767px) {

  #unique-solutions-row{
    padding-bottom: 100px;
  }

  #unique-solutions-row .et_pb_column { width: 100vw; height: 170vw; }

  #hexgroup-left ,
  #hexgroup-right ,
  #unique-solutions-logo { display: none; }

  .unique-solution { width: 40vw; height: 47vw; }

  .unique-solution:nth-of-type(2) { left: 20vw; }

  .unique-solution:nth-of-type(3) { top: 36vw; left: 40vw; }

  .unique-solution:nth-of-type(4) { top: 72vw; left: 20vw; }

  .unique-solution:nth-of-type(5) { top: 108vw; left: 40vw; }

  .unique-solution h4 { font-size: 12px; }

  .unique-solution .mini-modal {
    width: 90vw;
    max-width: 300px;
    left: -15vw;
    padding: 20px;
  }

  #esg .mini-modal{
    left:auto!important;
    margin:0 auto;
  }

  .unique-solution .mini-modal p { font-size: 12px; line-height: 1.7em; }

  .unique-solution:nth-of-type(2) .mini-modal ,
  .unique-solution:nth-of-type(4) .mini-modal {
    left: -15vw;
    right: auto;
  }

  .unique-solution:nth-of-type(3) .mini-modal ,
  .unique-solution:nth-of-type(5) .mini-modal {
    left: -35vw;
    right: auto;
  }

}

/*--- Why Vestrata Section ---*/

#why-row ,
#why-row * {
    transition: all 300ms var(--easeInOutExpo) !important;
}

#why-row { max-width: 1400px; }
#why-logo-area { width: 40%; }
#why-features { width: 60%; }

@media all and (max-width: 1080px){
  #why-features { width: 100%; }
}

#why-vestrata-acc .et_pb_accordion_item {
  border: none;
  padding: 0px 40px 20px 80px;
  background-color: #F1F1F1;
  margin-bottom: 20px !important;
  width: 100%;
  height: 115px;
}

#why-vestrata-acc .et_pb_accordion_item.et_pb_toggle_close {
  border-radius: 0 100px 100px 0;
}

#why-vestrata-acc .et_pb_accordion_item.et_pb_toggle_close:hover { cursor: pointer; }

#why-vestrata-acc .et_pb_accordion_item:before {
  content: '';
  /*background-image: url(/wp-content/uploads/2020/03/hexagon-teal.svg);*/
  /*background-image: url(/wp-content/uploads/2020/03/solution-logo.svg);*/

  background-image: url(/wp-content/uploads/2020/03/solution-logo.svg);

  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-size: 100%;
  width: 100px;
  height: 114px;
  top: 0px;
  left: -50px;
  z-index: 1;
  color: white;
  font-size: 46px;
  line-height: 0;
}

/*#why-vestrata-acc .et_pb_accordion_item_0:before { content: '1'; }
#why-vestrata-acc .et_pb_accordion_item_1:before { content: '2'; }
#why-vestrata-acc .et_pb_accordion_item_2:before { content: '3'; }*/

#why-vestrata-acc .et_pb_toggle_content {
  display: flex !important;
  flex-wrap: wrap;
  padding: 20px 0 30px;
  opacity: 0;
}

#why-vestrata-acc .et_pb_toggle_title:before {
  color: var(--brand-blue);
  font-size: 30px;
  top: 75%;
}

#why-vestrata-acc .et_pb_toggle_title {
  padding: 45px 0 10px 0;
  font-size: 20px;
}


#why-vestrata-acc .et_pb_toggle_content .why-col {
  display: inline-block;
  width: 49%;
  padding-right: 5%;
}

#why-vestrata-acc .et_pb_toggle_content .why-col:nth-of-type(2) { padding-right: 0; }

#why-vestrata-acc .et_pb_toggle_content h3 {
  font-size: 16px;
  font-weight: 300;
}

#why-vestrata-acc .et_pb_toggle_content ul {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 0;
}



/*--- Open Accordion Toggles ---*/

#why-vestrata-acc .et_pb_accordion_item.et_pb_toggle_open {
  border-radius: 4px;
}

#why-vestrata-acc .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_content {
  opacity: 1;
  transition: opacity 300ms 300ms ease-out !important;
}

#why-row.acc-open #why-vestrata-acc .et_pb_accordion_item.et_pb_toggle_close {
  height: 115px !important;
}


@media (max-width:1080px) {

  #why-vestrata-area { width: 80%; }

  #why-vestrata-acc { width: 100%; margin: 0 auto; }

  #why-row.acc-open #why-features ,
  #why-row.acc-open #why-vestrata-acc .et_pb_accordion_item.et_pb_toggle_close { width: 100%; }

  #why-vestrata-acc .et_pb_accordion_item {
    padding: 0px 5% 5% 15%;
    margin-bottom: 5% !important;
  }


  #why-vestrata-acc .et_pb_toggle_content ul { font-size: 14px; }

}


@media (max-width:767px) {

  #why-vestrata-acc { width: 90%; margin: 0 auto; }

  #why-features ,
  #why-vestrata-acc .et_pb_accordion_item.et_pb_toggle_close { width: 100%; }

  #why-vestrata-acc .et_pb_accordion_item.et_pb_toggle_close {  }

  #why-vestrata-acc .et_pb_accordion_item {
    padding: 0px 5% 5% 12%;
    margin-bottom: 5% !important;
    height: 15vw;
  }

  #why-vestrata-acc .et_pb_accordion_item:before { width: 13vw; height: 15vw; left: -6vw; font-size: 8vw; }

  #why-vestrata-acc .et_pb_toggle_title { padding: 6vw 0 4vw 0; }

  #why-vestrata-acc .et_pb_toggle_content ul { font-size: 14px; }

  #why-vestrata-area { width: 95%; }
  #why-vestrata-area .et_pb_row { width: 100%; }

  #why-vestrata-acc .et_pb_toggle_content .why-col { width: 100%; padding-right: 0; padding-bottom: 20px; }
  #why-vestrata-acc .et_pb_toggle_content .why-col:last-of-type { padding-bottom: 0px; }

  #why-vestrata-acc .et_pb_toggle_title:before { top: 7.5vw; }

}





div#partner-grid-section {
  z-index: 99;
}

.partner-modal ,
.partner-hex .partner-content {
  transition: all 1s var(--easeInOutExpo);
}

.partner-hex:hover .partner-content {
  background-color: var(--brand-teal) !important;
  color: var(--brand-blue) !important;
}

.partner-modal {
  position: absolute;
  width: 300px;
  height: auto;
  left: 0;
  background-color: #F1F1F1;
  padding: 20px 20px;
  box-shadow: 0px 20px 20px -10px rgba(0,0,0,.1);
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  transition-duration: .5s;
  transition-delay: .25s;
}

.partner-modal .modal-content {
  position: relative;
  font-size: 14px;
  font-weight: 300;
}

.partner-hex:hover > .partner-modal {
  opacity: 1;
  left: 100%;
}

.partner-hex .partner-modal * {
  position: relative !important;
}

.page-id-25 .mfp-wrap .mfp-container .mfp-content{
    max-width: 500px;
    padding:25px;
}

.page-id-25 .mfp-wrap .mfp-container .mfp-content h4,
.page-id-25 .mfp-wrap .mfp-container .mfp-content h3,
.page-id-25 .mfp-wrap .mfp-container .mfp-content h2{
    font-weight: 900;

}


.page-id-25 .mfp-wrap .mfp-container .mfp-content{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}

.partner-modal-dismiss{
    background: url(imgs/cross.png) no-repeat;
    display: block;
    width:15px;
    height: 15px;
    position: absolute;
    top:10px;
    right:10px;
    font-size: 0;
    background-size: contain;
}

body .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container select {
    border: 0;
    border-bottom: 1px solid rgba(137, 137, 137, 0.5);
    margin-top: 0;
    font-size: 14px!important;
    color: #898989;
    padding: 8px 0!important;
    height: 38px;
    border-radius: 0 !important;
    -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.gform_wrapper div.validation_error{
    font-size: 16px!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    font-size: 12px!important;
    padding-top:0!important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    border:0!important;
    background: transparent!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

#discretionary .mini-modal,
#esg .mini-modal{
    top:80%;
    left:-30%;
}


@media all and (min-width: 980px) and (max-width: 1200px){
    .insight-container,
    .news-container{
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
}

@media all and (max-width: 980px){
    #why-features{
        width:100%;
    }

    #why-vestrata-acc .et_pb_toggle_title{
        font-size: 17px;
    }

    .page-id-14 .mfp-container{
        padding:0;
    }

    .page-id-14 .mfp-container .mfp-content{
        width:100%;
        max-width: 100%;
    }
}

.img-grid{
    display: flex;
    flex-wrap: wrap;
}

.img-grid .img{
    width:210px;
    margin-right: 10px;
}

.img-grid .img:first-child{
    margin-left: 105px;
}

.img-grid .img img{
    position: relative;
    margin-top:-50px;
}

.img-grid .img:nth-child(11){
    margin-left: 105px;
}
