/*
Theme Name: TimeX
Theme URI: https://niteothemes.com/cmp-coming-soon-maintenance/?theme=timex
Author: NiteoThemes
Author URI: https://niteothemes.com/
Version: 1.9

TimeX CMP Theme, Copyright 2018 NiteoThemes
TimeX CMP Theme is distributed under the terms of the GNU GPL

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl.html

All used scripts are distributed under the terms of the GNU GPL v2 or later or under MIT license. 
Bundled images are distributed under the terms of the GNU GPL v2 or later or under MIT license or Unsplash license.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normaalize.css/
*/

body {
  display: flex;
  margin: 0;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: .5em;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: color 200ms ease-in-out;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
}

::-webkit-scrollbar-track {
  background: rgba(170, 170, 170, 0.8);
}

input, textarea {
  font-size: 1em;
  margin: 1em 0;
  background: transparent;
  border: none;
  height: 3em;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.flex-50 {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.input-wrapper {
  position: relative;
  overflow: hidden;
}

.subscribe-content {
  width: 55%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms, visibility 200ms;
  transition-delay: 1000ms;
}

.timeline-loaded .subscribe-content {
  z-index: 100;
}

.subs-open .subscribe-content {
  opacity: 1;
  visibility: visible;
  transition: none;
}

#subscribe-container {
  width: 100%;
  height: 100%;
}

.cmp-form-inputs label {
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  -webkit-transform: translateY(1.5em);
  transform: translateY(1.5em);
  transition: all 300ms ease-in-out;
}

.cmp-subscribe .-focus label {
  font-size: .8em;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

textarea {
  height: 150px;
  line-height: 1.5;
}

input[type="text"], input[type="email"], textarea {
  float: none;
  clear: both;
  width: 100%;
}

.cmp-subscribe input[type="submit"] {
  min-width: 200px;
  margin-top: 3em;
  border-radius: 35px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  text-indent: 0;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  float: right;
}

::-webkit-input-placeholder {
  font-size: 1rem;
  color: inherit;
  opacity: 0.8;
}

::-moz-placeholder {
  font-size: 1rem;
  color: inherit;
  opacity: 0.8;
}

:-ms-input-placeholder {
  font-size: 1rem;
  color: inherit;
  opacity: 0.8;
}

input:focus, textarea:focus {
  outline: none;
}

.button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  color: #fff;
}

.email {
  text-decoration: none;
}

.text-logo {
  font-size: 1.5em;
}

.delay-small {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay-big {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-huge {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.logo-wrapper {
  margin-top: 2em;
  margin-bottom: 5em;
}

.logo-wrapper img {
  max-width: 100%;
  max-height: 110px;
}

.text-logo {
  margin-bottom: 0;
}

.cmp-title {
  margin-bottom: 1.5rem;
}

#background-wrapper, #background-image, .background-overlay, .slide-background, #slider-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}

.video-banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#background-wrapper {
  overflow: hidden;
}

#background-image, .slide-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#background-image, #slider-wrapper {
  opacity: 0;
  transition: opacity 400ms;
}

#background-image.loaded, .loaded #slider-wrapper {
  opacity: 1;
}

.video-banner iframe, .video-banner video {
  transition: opacity 1500ms;
}

#background-image.pattern {
  background-repeat: repeat;
  background-size: initial;
}

#background-image:not(.slide) {
  background-attachment: fixed;
}

.content {
  z-index: 20;
  position: relative;
  background-color: #fff;
  padding: 0 2em;
  box-sizing: border-box;
  overflow: auto;
}

.cmp-body, .cmp-title {
  max-width: 700px;
  margin: 0 auto;
}

/* layout */

.timeline-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  animation: 1s spinning infinite;
}

.timeline-loaded .timeline-preloader {
  display: none;
}

.timeline-preloader:before, .timeline-preloader:after {
  animation: 1s movingRight infinite;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 10px solid #f90;
  border-top: none;
  border-bottom: none;
  margin-bottom: 10px;
}

.timeline-preloader:after {
  animation-name: movingLeft;
}

.timeline {
  position: relative;
  color: #fff;
  overflow: auto;
  z-index: 10;
}

.timeline-content {
  padding: 100px;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.timeline-loaded .timeline-content {
  opacity: 1;
}

.timeline-content h2 {
  font-size: 2em;
  margin: 0.5em 0;
}

.post-container {
  position: relative;
}

.post-content {
  background: #96143880;
  padding: 2em;
  padding-top: 1.2em;
  border-radius: 4px;
  margin-bottom: 2em;
  margin-left: 150px;
  text-align: left;
  opacity: 0;
}

.align-middle {
  margin: auto 0;
}

.post-container h3 {
  font-size: 1.2em;
}

.navigation-dot {
  position: absolute;
  left: 60px;
  top: 20px;
  background: transparent;
  border: 3px solid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 0;
}

.last-dot {
  top: calc(100% + 54px);
}

.navigation-line {
  position: absolute;
  left: 71px;
  top: 44px;
  background: white;
  width: 3px;
  height: 0;
  transition: height 500ms ease-in;
}

.in-focus .navigation-line {
  height: calc(100% + 10px);
}

.post-date {
  position: absolute;
  left: -40px;
  top: 25px;
  font-weight: 700;
  font-size: 0.8em;
  opacity: 0;
}

.mobile {
  display: none;
}

/* counter */

.counter-container {
  margin: 2em 0;
}

#counter {
  max-width: 100%;
  margin: 0 auto;
}

.counter-box {
  position: relative;
  display: inline-block;
  width: 5em;
  border-radius: 5px;
  background: #fff;
}

#counter span {
  font-size: 3em;
  font-weight: 700;
}

#counter p {
  margin: 0;
}

.lang-switch-wrapper {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 100;
}

.social-list {
  padding: 0;
  margin: 0;
}

.social-list li {
  list-style: none;
  display: inline-block;
}

.social-list a {
  display: block;
  text-align: center;
  font-size: 1.5em;
  padding: 0 15px;
}

.social-list i {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.social-list a:hover i {
  -webkit-animation: spin 300ms linear;
  animation: spin 300ms linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  40%, 100% {
    transform: rotate(90deg);
  }
}

@keyframes movingLeft {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes movingRight {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.button {
  display: inline-block;
  border: 3px solid #fff;
  padding: 0.5em 2em;
  border-radius: 35px;
  margin: 5em;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}

.form-wrapper {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: auto;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  margin-top: 4em;
  left: 50%;
  right: 0;
  top: 50%;
  z-index: 30;
  transition: visibility 0.3s, opacity 0.3s;
  transition-delay: 0.85s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subs-open .form-wrapper, .subs-open .hamburger {
  visibility: visible;
  opacity: 1;
  transition-delay: 1000ms;
}

.form-wrapper p {
  font-size: 1.2em;
}

.hamburger {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
  transition-delay: 0.85s;
}

/*! CSS Used from: https://tympanus.net/Development/ShapeOverlays/css/demo.css */

.hamburger {
  width: 64px;
  height: 64px;
  display: block;
  position: relative;
  cursor: pointer;
  position: fixed;
  top: 2.25em;
  right: 2.25em;
  z-index: 110;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hamburger::after {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 4px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  animation-delay: 1s;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.hamburger__line {
  width: 28px;
  height: 2px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}

.hamburger__line-in {
  width: 84px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.hamburger__line-in::before, .hamburger__line-in::after {
  width: 28px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-color: #30436f;
}

.hamburger__line-in::before {
  left: -56px;
}

.hamburger__line-in::after {
  left: 0;
}

.hamburger__line--01, .hamburger__line--02, .hamburger__line--03, .hamburger__line--cross01, .hamburger__line--cross02 {
  left: 18px;
}

.hamburger__line--01 {
  top: 24.6px;
}

.hamburger__line--02, .hamburger__line--cross01, .hamburger__line--cross02 {
  top: 31px;
}

.hamburger__line--03 {
  top: 37.4px;
}

.hamburger__line--cross01 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger__line--cross02 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger__line {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in::before, .hamburger__line-in::after {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hamburger__line-in--cross01, .hamburger__line-in--cross02 {
  -webkit-transform: translateX(-33.3%);
  transform: translateX(-33.3%);
}

.hamburger__line-in--01 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hamburger__line-in--02 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.hamburger__line-in--02::before, .hamburger__line-in--02::after {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hamburger__line-in--03 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hamburger__line-in--03::before, .hamburger__line-in--03::after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hamburger__line-in--cross01 {
  -webkit-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

.hamburger__line-in--cross02 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hamburger__line-in--cross02::before, .hamburger__line-in--cross02::after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hamburger.is-opened-navi .hamburger__line-in--01, .hamburger.is-opened-navi .hamburger__line-in--02, .hamburger.is-opened-navi .hamburger__line-in--03 {
  -webkit-transform: translateX(33.3%);
  transform: translateX(33.3%);
}

.hamburger.is-opened-navi .hamburger__line-in--cross01, .hamburger.is-opened-navi .hamburger__line-in--cross02 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hamburger:hover .hamburger__line-in::before, .hamburger:hover .hamburger__line-in::after {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.hamburger:hover .hamburger__line-in--01::before, .hamburger:hover .hamburger__line-in--01::after, .hamburger:hover .hamburger__line-in--02::before, .hamburger:hover .hamburger__line-in--02::after, .hamburger:hover .hamburger__line-in--03::before, .hamburger:hover .hamburger__line-in--03::after {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.hamburger:hover .hamburger__line-in--cross01::before, .hamburger:hover .hamburger__line-in--cross01::after, .hamburger:hover .hamburger__line-in--cross02::before, .hamburger:hover .hamburger__line-in--cross02::after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::before, .hamburger.is-opened-navi:hover .hamburger__line-in--cross01::after, .hamburger.is-opened-navi:hover .hamburger__line-in--cross02::before, .hamburger.is-opened-navi:hover .hamburger__line-in--cross02::after {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--01::before, .hamburger.is-opened-navi:hover .hamburger__line-in--01::after, .hamburger.is-opened-navi:hover .hamburger__line-in--02::before, .hamburger.is-opened-navi:hover .hamburger__line-in--02::after, .hamburger.is-opened-navi:hover .hamburger__line-in--03::before, .hamburger.is-opened-navi:hover .hamburger__line-in--03::after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

@media screen and (max-width: 55em) {
  .hamburger {
    position: fixed;
    top: 1em;
    right: 1em;
    transform: scale(0.75);
  }
}

/*! CSS Used keyframes */

@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

.form-title {
  float: left;
}

.cmp-subscribe {
  display: flex;
  flex-direction: column;
}

.cmp-form-inputs {
  order: 1;
}

#subscribe-response, .wpcf7-form .wpcf7-not-valid-tip, .wpcf7-validation-errors {
  position: absolute;
  font-size: 0.8em;
}

.footer-mobile {
  display: none;
  width: 100%;
  text-align: center;
  padding: 2em;
  z-index: 1;
}

.shape-overlays {
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* position: fixed; */
  /* top: 0;
  right: 0; */
  transform: rotateY(-180deg);
  /* z-index: 30; */
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #dce3f1;
}

.shape-overlays__path:nth-of-type(2) {
  fill: #869ccc;
}

.shape-overlays__path:nth-of-type(3) {
  fill: #30436f;
  z-index: 32;
}

/*!
 * 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: 750ms;
  animation-duration: 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-small {
  animation-delay: 300ms;
}

.delay-big {
  animation-delay: 600ms;
}

.cmp-title.animated {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.in-focus .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.in-focus .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-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 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.0, 0.0, 0.0);
    transform: scale3d(0.0, 0.0, 0.0);
  }
  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);
  }
}

.in-focus .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.input-border {
  position: absolute;
  top: 0;
  left: 0;
  stroke: #92989e;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
  transition: transform 0.7s, stroke 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input-border path {
  fill: transparent;
}

.-focus .input-border {
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}

.lum-lightbox.lum-open {
  z-index: 10000;
}

/* wpcf7-form */

/* contact form 7 */

.wpcf7 .screen-reader-response, .wpcf7 .wpcf7-validation-errors {
  display: none!important;
}

.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -33px;
  left: 0px;
  text-align: left;
  font-size: 0.7em;
}

div.wpcf7-mail-sent-ng {
  border: none;
}

.wpcf7 .wpcf7-response-output {
  display: block!important;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
}

@media only screen and (min-width: 1281px) {
  #background-wrapper, #background-image, .background-overlay, .slide-background {
    left: 45%;
  }
  .content.flex-50 {
    width: 45%;
  }
  .timeline.flex-50, .form-container {
    width: 55%;
  }
  .shape-overlays {
    width: 55vw
  }
  .form-wrapper {
    left: 45%
  }
}

@media only screen and (max-width: 1280px) {
  body {
    flex-wrap: wrap;
    height: 100%;
  }
  .logo-wrapper {
    margin-top: 5em;
  }
  .footer-desktop {
    display: none
  }
  .footer-mobile {
    display: block;
  }
  .flex-50 {
    width: 100%;
  }
  #background-wrapper, #background-image, .background-overlay, .slide-background {
    left: 0;
  }
  .form-container {
    width: initial
  }
  .subscribe-content {
    width: 100%;
  }
  .shape-overlays {
    width: 100vw;
  }
  .form-wrapper {
    top: 50vh;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 16px!important;
  }
  .text-logo {
    font-size: 1.8em;
  }
  .section-body h1:not(.text-logo), .section-body h2:not(.cmp-title), .section-body h3, .section-body h4, .section-body h5, .section-body h6, .text-logo-wrapper {
    font-size: 1.8em!important;
  }
  .post-navigation {
    display: none;
  }
  .post-content {
    margin-left: 0;
  }
  .timeline-content {
    padding: 50px;
  }
  .mobile {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 680px) {
  body {
    font-size: 15px!important;
  }
  .section-body {
    padding-top: 7em;
    min-height: calc(100vh - 7em);
  }
  .button {
    margin: 2em;
    margin-bottom: 3.5em;
  }
  .timeline-content {
    padding: 10px;
  }
  .timeline-content h2 {
    margin: 1em 0
  }
}

@media only screen and (max-width: 560px) {
  .button {
    padding: 0.5em 1em;
  }
  .social-list a {
    font-size: 1.5em;
  }
  .form-wrapper {
    padding: 2em
  }
}