@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Roboto:300,400,500);/*
Template Name: Projectai - Template for AI Agencies & Startups
Version: 1.0
Author: ThemeMaze
Template URI: https://wrapbootstrap.com/user/ThemeMaze
License URI: https://wrapbootstrap.com/user/ThemeMaze
Tags: projectai, ai, template, bootstrap
*/

/* ------------------------------------------------------------------
[Table of contents]
--------------------
1.  General Styles
2.  Index HTML
	2.1  - Header
	2.2  - Hero Area
	2.3  - Service Area
	2.4  - How It Works
	2.5  - Events
	2.6  - Call To Action
	2.7  - Project Flow - Styles
	2.8  - Projects
	2.9  - Team - Styles
	2.10 - Blog - Styles
	2.11 - Partners - Styles
	2.12 - Footer

3.	Research Page
4.	Publications Page
5.	Projects details
6.	Project Details Styles
7.	Blog Styles
8.	Careers Styles
9.	Career Details Page
10.	Contact Page

------------------------------------------------------------------- */

/* Google Web Fonts */

/* Import Styles */

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.v_middle {
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px;
  float: none;
}

.pcolor {
  color: #ffcc8a;
}

.scolor {
  color: #2196f3;
}

.color1 {
  color: #f9a825;
}

.color2 {
  color: #23c75a;
}

.pcolor-bg {
  background: #ffcc8a;
}

.scolor-bg {
  background: #2196f3;
}

.color1-bg {
  background: #f9a825;
}

.color2-bg {
  background: #23c75a;
}

.section-bg {
  background: #f5f5f5;
}

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

.section-title {
  margin: 30px 0;
  text-align: center;
}

.section-title h2 {
  margin: 0 0 15px 0;
  font-size: 40px;
  font-weight: 700;
}

.section-title h2 span {
  color: #ffcc8a;
}

.section-title p {
  margin: 0 auto;
  width: 650px;
  text-align: center;
}

.section-title.title-left {
  text-align: left;
}

.section-title.title-left p {
  text-align: left;
  width: 100%;
}

.btns {
  display: inline-block;
  padding: 10px 35px;
  background: #ffcc8a;
  color: #000;
  font-weight: 400;
  border-radius: 3px;
  border: none;
  margin-top: 10px;
}

.btns:hover {
  background: #2196f3;
  color: #fff;
}

.social-share {
  display: flex;
  flex-wrap: wrap;
}

.social-share li {
  margin-right: 10px;
}

.social-share li:last-child {
  margin-right: 0;
}

.social-share li a {
  display: block;
  padding: 12px;
  border: 1px solid #ffcc8a;
  color: #ffcc8a;
  line-height: 0;
}

.social-share li a:hover {
  background: #ffcc8a;
  color: #fff;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.pagination ul li {
  margin-right: 10px;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li a {
  padding: 12px 15px;
  border: 1px solid #ececec;
  color: #b1b1b1;
}

.pagination ul li a:hover {
  color: #ffcc8a;
  border-color: #ffcc8a;
}

.pagination ul li.active a {
  color: #fff;
  border-color: #ffcc8a;
  background: #ffcc8a;
}

/* -------- Pre Loader -------- */

.preloader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.7em;
  margin-left: -2.7em;
  width: 5.4em;
  height: 5.4em;
  background-color: #fff;
  z-index: 100;
}

#hill {
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  top: 1.7em;
  left: 1.7em;
  background-color: transparent;
  border-left: 0.25em solid #ffcc8a;
  transform: rotate(45deg);
}

#hill:after {
  content: "";
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  left: 0;
  background-color: #fff;
}

#box {
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 0.25em solid #ffcc8a;
  border-radius: 15%;
  transform: translate(0, -1em) rotate(-45deg);
  -webkit-animation: push 2.5s cubic-bezier(0.79, 0, 0.47, 0.97) infinite;
          animation: push 2.5s cubic-bezier(0.79, 0, 0.47, 0.97) infinite;
}

@-webkit-keyframes push {
  0% {
    transform: translate(0, -1em) rotate(-45deg);
  }

  5% {
    transform: translate(0, -1em) rotate(-50deg);
  }

  20% {
    transform: translate(1em, -2em) rotate(47deg);
  }

  25% {
    transform: translate(1em, -2em) rotate(45deg);
  }

  30% {
    transform: translate(1em, -2em) rotate(40deg);
  }

  45% {
    transform: translate(2em, -3em) rotate(137deg);
  }

  50% {
    transform: translate(2em, -3em) rotate(135deg);
  }

  55% {
    transform: translate(2em, -3em) rotate(130deg);
  }

  70% {
    transform: translate(3em, -4em) rotate(217deg);
  }

  75% {
    transform: translate(3em, -4em) rotate(220deg);
  }

  100% {
    transform: translate(0, -1em) rotate(-225deg);
  }
}

@keyframes push {
  0% {
    transform: translate(0, -1em) rotate(-45deg);
  }

  5% {
    transform: translate(0, -1em) rotate(-50deg);
  }

  20% {
    transform: translate(1em, -2em) rotate(47deg);
  }

  25% {
    transform: translate(1em, -2em) rotate(45deg);
  }

  30% {
    transform: translate(1em, -2em) rotate(40deg);
  }

  45% {
    transform: translate(2em, -3em) rotate(137deg);
  }

  50% {
    transform: translate(2em, -3em) rotate(135deg);
  }

  55% {
    transform: translate(2em, -3em) rotate(130deg);
  }

  70% {
    transform: translate(3em, -4em) rotate(217deg);
  }

  75% {
    transform: translate(3em, -4em) rotate(220deg);
  }

  100% {
    transform: translate(0, -1em) rotate(-225deg);
  }
}

html {
  color: #333;
  font-size: 16px;
}

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

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

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

input,
input:focus {
  outline: none;
  border: 0 none;
}

textarea {
  resize: vertical;
  outline: none;
}

a {
  transition: 0.3s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
}

p {
  color: #504b47;
  font-weight: 300;
  line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Hind", sans-serif;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.pcolor {
  color: #ffcc8a;
}

.scolor {
  color: #2196f3;
}

.color1 {
  color: #f9a825;
}

.color2 {
  color: #23c75a;
}

.pcolor-bg {
  background: #ffcc8a;
}

.scolor-bg {
  background: #2196f3;
}

.color1-bg {
  background: #f9a825;
}

.color2-bg {
  background: #23c75a;
}

.section-bg {
  background: #f5f5f5;
}

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

.section-title {
  margin: 30px 0;
  text-align: center;
}

.section-title h2 {
  margin: 0 0 15px 0;
  font-size: 40px;
  font-weight: 700;
}

.section-title h2 span {
  color: #ffcc8a;
}

.section-title p {
  margin: 0 auto;
  width: 650px;
  text-align: center;
}

.section-title.title-left {
  text-align: left;
}

.section-title.title-left p {
  text-align: left;
  width: 100%;
}

.btns {
  display: inline-block;
  padding: 10px 35px;
  background: #ffcc8a;
  color: #000;
  font-weight: 400;
  border-radius: 3px;
  border: none;
  margin-top: 10px;
}

.btns:hover {
  background: #2196f3;
  color: #fff;
}

.social-share {
  display: flex;
  flex-wrap: wrap;
}

.social-share li {
  margin-right: 10px;
}

.social-share li:last-child {
  margin-right: 0;
}

.social-share li a {
  display: block;
  padding: 12px;
  border: 1px solid #ffcc8a;
  color: #ffcc8a;
  line-height: 0;
}

.social-share li a:hover {
  background: #ffcc8a;
  color: #fff;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.pagination ul li {
  margin-right: 10px;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li a {
  padding: 12px 15px;
  border: 1px solid #ececec;
  color: #b1b1b1;
}

.pagination ul li a:hover {
  color: #ffcc8a;
  border-color: #ffcc8a;
}

.pagination ul li.active a {
  color: #fff;
  border-color: #ffcc8a;
  background: #ffcc8a;
}

/* -------- Pre Loader -------- */

.preloader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.7em;
  margin-left: -2.7em;
  width: 5.4em;
  height: 5.4em;
  background-color: #fff;
  z-index: 100;
}

#hill {
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  top: 1.7em;
  left: 1.7em;
  background-color: transparent;
  border-left: 0.25em solid #ffcc8a;
  transform: rotate(45deg);
}

#hill:after {
  content: "";
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  left: 0;
  background-color: #fff;
}

#box {
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 0.25em solid #ffcc8a;
  border-radius: 15%;
  transform: translate(0, -1em) rotate(-45deg);
  -webkit-animation: push 2.5s cubic-bezier(0.79, 0, 0.47, 0.97) infinite;
          animation: push 2.5s cubic-bezier(0.79, 0, 0.47, 0.97) infinite;
}

@keyframes push {
  0% {
    transform: translate(0, -1em) rotate(-45deg);
  }

  5% {
    transform: translate(0, -1em) rotate(-50deg);
  }

  20% {
    transform: translate(1em, -2em) rotate(47deg);
  }

  25% {
    transform: translate(1em, -2em) rotate(45deg);
  }

  30% {
    transform: translate(1em, -2em) rotate(40deg);
  }

  45% {
    transform: translate(2em, -3em) rotate(137deg);
  }

  50% {
    transform: translate(2em, -3em) rotate(135deg);
  }

  55% {
    transform: translate(2em, -3em) rotate(130deg);
  }

  70% {
    transform: translate(3em, -4em) rotate(217deg);
  }

  75% {
    transform: translate(3em, -4em) rotate(220deg);
  }

  100% {
    transform: translate(0, -1em) rotate(-225deg);
  }
}

.pages-header {
  padding: 60px 0;
  background: url(/images/help_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.pages-header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}

.pages-header .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 0;
}

.pages-header .breadcrumbs li {
  list-style: none;
}

.pages-header .breadcrumbs li + li {
  margin-left: 25px;
  position: relative;
}

.pages-header .breadcrumbs li + li:before {
  position: absolute;
  content: "/";
  left: -14px;
  top: 0;
}

.pages-header .breadcrumbs li a {
  color: #fff;
}

.pages-header .breadcrumbs li a span {
  margin-right: 5px;
}

.pages-header .breadcrumbs li a:hover {
  color: #252B33;
}

.pages-header .breadcrumbs li.active {
  color: #eee;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}

/* Attention seekers  */

@-webkit-keyframes bounce {
  from, 20%, 53%, 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);
    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);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  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);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

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

@keyframes bounce {
  from, 20%, 53%, 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);
    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);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  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);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

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

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  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;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

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

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

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

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

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }

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

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

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

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

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

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

@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }

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

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

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.animate__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% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

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

@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

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

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

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */

@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */

@-webkit-keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */

@-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;
    transform: scale3d(0.3, 0.3, 0.3);
  }

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

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

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

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

  to {
    opacity: 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;
    transform: scale3d(0.3, 0.3, 0.3);
  }

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

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

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

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

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

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

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

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

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

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

@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;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

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

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

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

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

.animate__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;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

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

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

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

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

@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;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

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

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

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

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

.animate__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;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

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

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

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

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

@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;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

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

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

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

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

.animate__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;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

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

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

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

  to {
    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;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

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

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

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

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

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

/* Bouncing exits  */

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

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

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

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

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

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

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

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

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

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

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

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

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

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

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

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

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

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

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

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

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

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

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

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

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

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

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

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

/* Fading entrances  */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

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

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

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

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

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

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

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

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

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

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

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

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

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

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

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

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */

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

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

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

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

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  to {
    transform: perspective(400px);
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  to {
    transform: perspective(400px);
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */

@-webkit-keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

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

@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

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

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

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

@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

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

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */

@-webkit-keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

/* Rotating exits */

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

  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  transform-origin: center;
}

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

  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

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

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

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

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

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

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

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

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

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

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

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

  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

/* Specials */

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 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;
    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;
    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;
    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);
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 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;
    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;
    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;
    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);
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 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;
    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;
    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;
    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);
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 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;
    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;
    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;
    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);
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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 zoomOutDown {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

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

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

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

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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 zoomOutUp {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

/* Sliding entrances */

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

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

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

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

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.blog-sidebar .sidebar-widget {
  margin-bottom: 60px;
}

.blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar .sidebar-widget h3 {
  margin: 0 0 30px 0;
  position: relative;
  font-weight: 700;
  font-size: 22px;
}

.blog-sidebar .sidebar-widget.search-widget form {
  position: relative;
}

.blog-sidebar .sidebar-widget.search-widget form input {
  width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  padding: 0 60px 0 15px;
  transition: 0.3s ease;
}

.blog-sidebar .sidebar-widget.search-widget form input:focus {
  border-color: #ffcc8a;
}

.blog-sidebar .sidebar-widget.search-widget form button {
  width: 45px;
  height: 45px;
  background: #ffcc8a;
  color: #fff;
  border: 1px solid #ffcc8a;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-sidebar .sidebar-widget.recent-post ul,
.blog-sidebar .sidebar-widget.archieve-widget ul {
  margin-bottom: 0;
}

.blog-sidebar .sidebar-widget.recent-post ul li,
.blog-sidebar .sidebar-widget.archieve-widget ul li {
  padding: 10px 0 10px 25px;
  position: relative;
}

.blog-sidebar .sidebar-widget.recent-post ul li:first-child,
.blog-sidebar .sidebar-widget.archieve-widget ul li:first-child {
  padding-top: 0;
}

.blog-sidebar .sidebar-widget.recent-post ul li:before,
.blog-sidebar .sidebar-widget.archieve-widget ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background: #ffcc8a;
  top: 20px;
}

.blog-sidebar .sidebar-widget.recent-post ul li a,
.blog-sidebar .sidebar-widget.archieve-widget ul li a {
  color: #616161;
}

.blog-sidebar .sidebar-widget.recent-post ul li a:hover,
.blog-sidebar .sidebar-widget.archieve-widget ul li a:hover {
  color: #ffcc8a;
}

.blog-sidebar .sidebar-widget.tags-widget ul {
  margin-bottom: 0;
}

.blog-sidebar .sidebar-widget.tags-widget ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-sidebar .sidebar-widget.tags-widget ul li:last-child {
  margin-right: 0;
}

.blog-sidebar .sidebar-widget.tags-widget ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  color: #616161;
}

.blog-sidebar .sidebar-widget.tags-widget ul li a:hover {
  color: #ffcc8a;
  border-color: #ffcc8a;
}

.project-pagination {
  margin: 80px 0;
}

.project-pagination ul {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-pagination ul li a {
  display: flex;
  align-items: center;
  color: #ffcc8a;
  font-size: 18px;
}

.project-pagination ul li a:hover {
  color: #504b47;
}

.project-pagination ul li:first-child a span {
  padding-right: 7px;
}

.project-pagination ul li:last-child a span {
  padding-left: 7px;
}

.menu-toggle-contain {
  display: flex;
  justify-content: flex-end;
  grid-area: toggle;
}

#menu-toggle {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  color: #333;
}

@media (min-width: 992px) {
  #menu-toggle {
    display: none;
  }
}

.main-nav {
  position: -webkit-sticky;
  position: sticky;
  background: var(--orange);
  z-index: 1000;
}

.nav-wrap {
  align-items: center;
  font-family: "Roboto", san-serif;
  display: grid;
  padding-top: 10px;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 30px 47px;
  grid-template-areas: "logo toggle" "logo small";
}

@media screen and (min-width: 480px) {
  .nav-wrap {
    grid-template-columns: 250px 1fr;
  }
}

@media screen and (min-width: 992px) {
  .nav-wrap {
    grid-template-areas: "logo small" "logo big";
  }
}

.logo {
  grid-area: logo;
  margin: 0;
  padding: 0 20px;
}

.logo svg {
  max-width: 100%;
  height: auto;
}

.small-nav {
  position: relative;
  isolation: isolate;
  z-index: 2000;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.small-nav a {
  font-size: 0.8rem;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}

@media screen and (min-width: 992px) {
  .small-nav {
    grid-area: small;
  }

  .small-nav a {
    padding: 5px 15px;
    background: none;
    margin: 0;
  }
}

.small-nav .container {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.small-nav .navbar {
  padding: 0;
}

.small-nav .profile-and-alerts {
  display: flex;
  align-items: center;
}

.small-nav .profile-and-alerts .dropdown-toggle {
  width: 55px;
  height: 50px;
  padding: 0px 5px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.small-nav .profile-and-alerts .dropdown-toggle::after {
  content: "";
  display: none;
}

@media screen and (min-width: 992px) {
  .small-nav .profile-and-alerts .dropdown-toggle {
    width: auto;
    height: auto;
  }
}

.small-nav .profile-and-alerts .dropdown-menu {
  position: absolute;
}

.big-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  background: var(--orange);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 300ms;
}

.big-nav[data-active=true] {
  transform: translateX(0);
}

@media screen and (min-width: 992px) {
  .big-nav {
    z-index: 1000;
    position: static;
    transform: none;
    flex-direction: row;
    grid-area: big;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.big-nav a {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.big-nav a span {
  position: relative;
  isolation: isolate;
}

.big-nav a span:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0%;
  width: 100%;
  height: 6px;
  background: #ffcc8a;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .big-nav a {
    font-size: 1rem;
  }

  .big-nav a span:before {
    content: "";
    transform-origin: center;
    transform: scaleX(0);
    transition: all 300ms;
  }

  .big-nav a:hover span:before {
    content: "";
    transform: scaleX(1);
  }
}

img {
  max-width: 100%;
}

.logo h1 {
  margin: 0;
}

#menu-close-btn {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  width: 50px;
  height: 50px;
  color: #000;
  background: none;
  border: none;
}

@media screen and (min-width: 992px) {
  #menu-close-btn {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #dropdownMenuButton {
    padding-right: 15px;
  }
}

.small-nav .navbar-spark {
  background: none;
  box-shadow: none;
}

.small-nav .navbar-spark a {
  color: var(--orange);
}

.small-nav .navbar-spark .navbar-nav {
  margin-left: 0.5rem !important;
}

.small-nav .navbar-spark.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 0.8rem;
}

.small-nav .navbar-spark #dropdownMenuButton:hover {
  font-weight: bold;
  color: #fff;
}

.small-nav .navbar-spark a.dropdown-item {
  text-shadow: none;
}

.spark-nav-profile-photo {
  background: #fff;
  width: 32px;
  height: 32px;
}

.notification-pill {
  background: #f4f5f6 !important;
}

.flex {
  display: flex;
}

:root {
  --orange: #fe9900;
}

/* =====================
   Flexbox sticky footer 
======================= */

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

/* =====================
    Header Styles
======================= */

/* Header Top */

.header-top {
  background: #30363f;
  padding: 15px 0;
}

.header-top .top-left ul {
  margin: 2px 0 0 0;
}

.header-top .top-left ul li {
  margin-right: 30px;
  display: inline-block;
  color: #b7b7b7;
  font-weight: 300;
  font-size: 15px;
}

.header-top .top-left ul li:last-child {
  margin-right: 0;
}

.header-top .top-left ul li span {
  color: #ffcc8a;
  display: inline-block;
  padding-right: 8px;
}

.header-top .top-right {
  text-align: right;
}

.header-top .top-right ul {
  margin: 0;
  display: inline-block;
}

.header-top .top-right ul li {
  display: inline-block;
}

.header-top .top-right ul li a {
  display: block;
  color: #b7b7b7;
  background: #424242;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 3px;
}

.header-top .top-right ul li a:hover {
  background: #ffcc8a;
  color: #fff;
}

.header-top > .container > .row {
  align-items: center;
}

.navbar-brand img {
  width: 110px;
}

/* Main Menu */

.main-menu {
  padding: 2px 0;
  transition: 0.3s ease;
}

.main-menu .navbar {
  justify-content: space-between;
  padding: 0;
}

.navbar .navbar-collapse {
  justify-content: flex-end;
}

.navbar .navbar-collapse ul li {
  margin-right: 20px;
  position: relative;
}

.navbar .navbar-collapse ul li:last-child {
  margin-right: 0;
}

.navbar .navbar-collapse ul li a {
  color: inherit;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
}

.navbar .navbar-collapse ul li a:hover {
  color: #ffcc8a;
}

.navbar .navbar-collapse ul li a.dropdown-toggle:after {
  content: none;
}

.navbar .navbar-collapse ul li.active a {
  color: #ffcc8a;
}

.navbar .navbar-collapse ul li.active .dropdown-menu a {
  color: #333;
}

.navbar .navbar-collapse ul li.dropdown .dropdown-menu {
  top: 60px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  padding: 15px 0;
  min-width: 12rem;
  border-radius: 0;
  border: 0 none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-collapse ul li.dropdown .dropdown-menu:before {
  position: absolute;
  content: "";
  left: 8px;
  top: -9px;
  border-bottom: 9px solid #ececec;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.navbar .navbar-collapse ul li.dropdown .dropdown-menu a {
  padding: 5px 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar .navbar-collapse ul li.dropdown .dropdown-menu a:hover {
  background: none;
}

.navbar .navbar-collapse ul li.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 40px;
}

.navbar .navbar-collapse ul li.dropdown:hover a.nav-link {
  color: #ffcc8a !important;
}

.navbar .navbar-collapse.collapse.show {
  z-index: 100;
  background: #fff;
  padding: 0 15px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

.nav-search-wrap {
  margin-right: 0 !important;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background-color: rgba(255, 255, 255, 0.95);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 20%;
  width: 100%;
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
          animation: slideInUp 0.3s;
}

.search-wrap .form-control {
  height: 66px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #eaeaea;
  font-size: 26px;
  margin-bottom: 0;
  color: #424242;
  position: relative;
  box-shadow: none;
  border-radius: 0;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
  }

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

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

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

input.main-search-input::-webkit-input-placeholder {
  color: #424242;
}

input.main-search-input:-moz-placeholder {
  color: #424242;
  opacity: 1;
}

input.main-search-input::-moz-placeholder {
  color: #424242;
  opacity: 1;
}

input.main-search-input:-ms-input-placeholder {
  color: #424242;
}

#search-close {
  position: absolute;
  top: 17px;
  right: 0px;
  font-size: 30px;
  color: #424242;
  cursor: pointer;
}

.is-sticky .main-menu {
  background: #fff;
  z-index: 10 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 2px 0;
}

/* =====================
    Hero Area Styles
======================= */

#particles {
  width: 100%;
  min-height: 550px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("/images/sunset.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-area {
  position: relative;
}

.hero-area:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.02);
}

.hero-area .hero-area-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  text-align: center;
}

.hero-area .hero-area-content h1 {
  width: 750px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #ffffffb5;
  margin-bottom: 30px;
}

.hero-area .hero-area-content h1 span {
  color: #ffcc8ab5;
}

.hero-area .hero-area-content p {
  width: 650px;
  margin: 0 auto;
}

.hero-area .hero-area-content form {
  width: 500px;
  margin: 50px auto 0 auto;
  position: relative;
}

.hero-area .hero-area-content form input {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 0 none;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  padding: 0 30px;
}

.hero-area .hero-area-content form input[type=submit].btns {
  border: 0;
  transition: 0.3s ease;
  background: #ffcc8a;
}

.hero-area .hero-area-content form input[type=submit].btns:hover {
  transition: 0.3s ease;
}

.hero-area .hero-area-content form button {
  position: absolute;
  background: #ffcc8a;
  height: 52px;
  width: 52px;
  top: 4px;
  right: 7px;
  border: 0 none;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  padding-top: 2px;
  transition: 0.3s ease;
}

.hero-area .hero-area-content form button:hover {
  background: #2196f3;
}

.hero-area .hero-area-content form button.btns {
  border: 0;
  margin-top: 0;
  transition: 0.3s ease;
}

.hero-area .hero-area-content form button.btns:hover {
  border: 0;
  margin-top: 0;
  transition: 0.3s ease;
}

@media (min-width: 1000px) {
  .hero-area .hero-area-content h1 {
    font-size: 100px;
    line-height: 110px;
  }
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.service-box-wrapper {
  position: relative;
  padding: 120px 0;
}

.services-boxes {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
}

.services-boxes .box-single {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  text-align: center;
  width: 100%;
}

.services-boxes .box-single span.icon {
  font-size: 55px;
}

.services-boxes .box-single h3 {
  font-size: 20px;
  margin: 20px 0;
}

.services-boxes .box-single ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 8px;
}

.services-boxes .box-single ul li:last-child {
  padding-bottom: 0;
}

.services-boxes .box-single ul li span:last-child {
  font-weight: 400;
}

/* ==========================
    Service Area Styles
============================ */

.services {
  padding: 120px 0;
}

.services#who-we-are {
  padding: 20px 0;
}

.services .service-image figure {
  position: relative;
}

.services .service-image figure figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.services .service-image figure figcaption a {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffcc8a;
  color: #fff;
  font-size: 25px;
  padding-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.services .service-image figure figcaption a:hover {
  background: #2196f3;
  color: #fff;
}

.services .service-desc h2 {
  font-size: 32px;
  font-weight: 700;
}

.services .service-desc h2 span {
  color: #2196f3;
}

.services .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================
    How It Works - Styles
============================ */

.hiw-process {
  background: url("/images/image2.jpg");
  background-size: 52%;
  background-repeat: no-repeat;
  position: relative;
}

.hiw-process:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background: #f5f5f5;
}

.process-content {
  padding: 150px 0;
  position: relative;
  z-index: 1;
}

.process-content .content-right {
  padding: 0 30px;
}

.process-content h2 {
  margin: 0 0 30px 0;
  font-size: 40px;
}

.process-content h2 span {
  color: #ffcc8a;
}

.process-content ul {
  margin: 50px 0 0 0;
}

.process-content ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.process-content ul li:last-child {
  margin-bottom: 0;
}

.process-content ul li span.icon {
  margin-right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid #dddbdb;
  color: #ffcc8a;
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
  border-radius: 50%;
}

/* ==========================
    Events - Styles
============================ */

.events {
  padding-bottom: 90px;
  background: url("/images/image3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.events:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
}

.events .single-event {
  padding: 40px 0;
  border-radius: 3px;
  margin-bottom: 30px;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
}

.events .a-date {
  display: table;
  height: 100%;
  padding-left: 30px;
}

.events .a-date p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #ffcc8a;
}

.events .a-date p span {
  display: block;
  font-size: 18px;
  color: #252B33;
}

.events .a-desc {
  display: table;
  height: 100%;
  padding: 0 30px;
}

.events .a-desc h3 a {
  color: #ffcc8a;
}

.events .a-desc p {
  margin: 0;
}

.events .a-icon {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.events .a-icon span {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  transition: 0.3s ease;
}

.events .pagination {
  margin-top: 50px;
  padding-bottom: 40px;
}

/* ==========================
    Call To Action - Styles
============================ */

.cta {
  background: url("/images/cta-bg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 100px 0;
}

.cta:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 204, 138, 0.8);
}

.cta-contents {
  text-align: center;
}

.cta-contents p {
  width: 650px;
  margin: 0 auto;
  color: #000;
  font-weight: 300;
}

.cta-contents h2 {
  color: #000;
  margin: 0 0 15px 0;
  font-size: 36px;
}

.cta-contents a {
  color: #fff;
  background: #252B33;
  display: inline-flex;
  align-items: center;
  padding: 10px 35px;
  margin-top: 30px;
}

.cta-contents a:hover {
  color: #ffcc8a;
  background: #222;
}

.cta-contents a span {
  display: inline-block;
  padding-left: 10px;
  color: #ffcc8a;
}

/* ==========================
    Project Flow - Styles
============================ */

.project-flow {
  padding-bottom: 60px;
}

.project-flow .flow-process .flow-single {
  margin-bottom: 60px;
}

.project-flow .flow-process .flow-single .icon {
  height: 150px;
  text-align: center;
  position: relative;
}

.project-flow .flow-process .flow-single .icon span {
  font-size: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 0;
}

.project-flow .flow-process .flow-single .icon.icon-down span {
  bottom: 0;
  top: auto;
}

.project-flow .flow-process .flow-single .divider {
  position: relative;
  margin: 30px 0;
  text-align: center;
  line-height: 0;
}

.project-flow .flow-process .flow-single .divider span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #ebedf2;
  background: #ebedf2;
  position: relative;
}

.project-flow .flow-process .flow-single .divider span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 140px;
  background: #ebedf2;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  z-index: -1;
  transition: 0.6s ease;
}

.project-flow .flow-process .flow-single .divider span:after {
  position: absolute;
  content: "";
  width: 8px;
  background: #ebedf2;
  left: 50%;
  bottom: 140px;
  transform: translateX(-50%);
  z-index: -1;
  height: 8px;
  border-radius: 50%;
  transition: 0.6s ease;
}

.project-flow .flow-process .flow-single .divider.divider-down span:before {
  bottom: auto;
  top: 0;
}

.project-flow .flow-process .flow-single .divider.divider-down span:after {
  bottom: auto;
  top: 140px;
}

.project-flow .flow-process .flow-single .desc {
  text-align: center;
}

.project-flow .flow-process .flow-single:hover .divider span:before {
  height: 0;
}

.project-flow .flow-process .flow-single:hover .divider span:after {
  bottom: 0;
}

.project-flow .flow-process .flow-single:hover .divider.divider-down span:after {
  top: 0;
}

/* ==========================
    Projects - Styles
============================ */

.projects .container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.projects .section-title {
  margin-bottom: 30px;
}

.projects .project-left {
  padding: 65px 30px 65px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.projects .project-desc p {
  margin-bottom: 0;
}

.projects .project-desc a.btns {
  margin-top: 25px;
}

.projects .project-grid {
  padding-right: 0;
}

.projects .project-grid .project-single {
  float: left;
  width: 33.33%;
}

.projects .project-grid .project-single figure {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.projects .project-grid .project-single figure img {
  transition: 0.5s ease;
}

.projects .project-grid .project-single figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffcc8a;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
}

.projects .project-grid .project-single figure figcaption div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.projects .project-grid .project-single figure figcaption div h3 {
  font-size: 22px;
  margin: 0 0 5px 0;
}

.projects .project-grid .project-single figure figcaption div h3 a {
  color: #fff;
}

.projects .project-grid .project-single figure figcaption div h3 a:hover {
  color: #333;
}

.projects .project-grid .project-single figure figcaption div span {
  color: #e7e7e7;
}

.projects .project-grid .project-single figure:hover img {
  transform: scale(1.3);
}

.projects .project-grid .project-single figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}

/* ==========================
    Team - Styles
============================ */

.team-area .team-single figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.team-area .team-single figure figcaption {
  position: absolute;
  left: 0;
  bottom: -98%;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  background: #ffcc8a;
  text-align: center;
  padding: 0 15px;
}

.team-area .team-single figure figcaption div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.team-area .team-single figure figcaption h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 5px 0;
}

.team-area .team-single figure figcaption span {
  display: block;
  font-weight: 300;
  color: #eee;
}

.team-area .team-single figure figcaption ul {
  margin-top: 30px;
}

.team-area .team-single figure figcaption ul li {
  display: inline-block;
  margin-right: 15px;
}

.team-area .team-single figure figcaption ul li:last-child {
  margin-right: 0;
}

.team-area .team-single figure figcaption ul li a {
  display: block;
  background: #fff;
  padding: 8px;
  border-radius: 3px;
}

.team-area .team-single figure figcaption ul li a:hover {
  background: #2196f3;
}

.team-area .team-single figure figcaption ul li a:hover span {
  color: #fff;
}

.team-area .team-single figure figcaption ul li a span {
  color: #ffcc8a;
}

.team-area .team-single figure:hover figcaption {
  bottom: 0;
}

/* ==========================
    Blog - Styles
============================ */

.blog {
  padding-bottom: 90px;
}

.blog .blog-single {
  margin-bottom: 30px;
}

.blog .blog-single figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.blog .blog-single figure img {
  transition: 0.3s ease;
}

.blog .blog-single figure figcaption {
  position: absolute;
  width: 120px;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(255, 204, 138, 0.85);
  transition: 0.3s ease;
}

.blog .blog-single figure figcaption ul {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.blog .blog-single figure figcaption ul li {
  color: #fff;
  margin-bottom: 15px;
}

.blog .blog-single figure figcaption ul li:last-child {
  margin-bottom: 0;
}

.blog .blog-single figure figcaption ul li span {
  display: inline-block;
  padding-right: 5px;
}

.blog .blog-single figure figcaption ul li a {
  display: inline-block;
  border: 1px solid #eee;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}

.blog .blog-single figure figcaption ul li a:hover {
  background: #252B33;
  border-color: #252B33;
}

.blog .blog-single figure:hover img {
  transform: scale(1.2);
}

.blog .blog-single figure:hover figcaption {
  width: 100%;
}

.blog .blog-single figure:hover figcaption ul li a {
  padding: 10px 30px;
}

.blog .blog-single .blog-details {
  background: #fff;
  padding: 30px;
}

.blog .blog-single .blog-details h3 {
  margin: 0 0 15px 0;
  font-size: 25px;
}

.blog .blog-single .blog-details h3 a {
  color: inherit;
}

.blog .blog-single .blog-details h3 a:hover {
  color: #ffcc8a;
}

.blog .blog-single .blog-details p {
  margin: 0;
}

/* ==========================
    Partners - Styles
============================ */

.partners {
  padding: 60px 0;
}

/* =====================
    Footer Styles
======================= */

footer {
  padding: 50px 0 0 0;
  position: relative;
  background: url("/images/image3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.98);
}

.widget-area .widget-head {
  margin-bottom: 35px;
}

.widget-area .widget-head h2 {
  font-size: 26px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.widget-area .widget-head h2 span {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  color: #ffcc8a;
  transform: rotate(180deg);
}

.widget-contents {
  color: #b1b1b1;
}

.widget-contents p {
  color: #b1b1b1;
}

.widget-contents ul.footer-address {
  margin: 30px 0 0 0;
}

.widget-contents ul.footer-address li {
  margin-bottom: 5px;
  color: #b1b1b1;
}

.widget-contents ul.footer-address li:last-child {
  margin-bottom: 0;
}

.widget-contents ul.footer-address li span {
  color: #ffcc8a;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.widget-contents ul.footer-social {
  margin: 30px 0 0 0;
}

.widget-contents ul.footer-social li {
  display: inline-block;
  margin-right: 5px;
}

.widget-contents ul.footer-social li:last-child {
  margin-right: 0;
}

.widget-contents ul.footer-social li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #ffcc8a;
  color: #30363f;
  text-align: center;
  padding-top: 7px;
  border-radius: 3px;
}

.widget-contents ul.footer-social li a:hover {
  background: #2196f3;
}

.latest-post-widget .lp-single {
  display: flex;
  margin-bottom: 30px;
}

.latest-post-widget .lp-single:last-child {
  margin-bottom: 0;
}

.latest-post-widget .lp-single .lp-desc {
  margin-left: 15px;
  flex: 2;
}

.latest-post-widget .lp-single .lp-desc h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.latest-post-widget .lp-single .lp-desc h3 a {
  color: #b1b1b1;
}

.latest-post-widget .lp-single .lp-desc h3 a:hover {
  color: #ffcc8a;
}

.latest-post-widget .lp-single .lp-desc span {
  display: block;
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 300;
}

.links ul li {
  border-bottom: 1px solid #0d0d0d;
}

.links ul li a {
  color: #b1b1b1;
  display: block;
  padding: 15px 0;
}

.links ul li a:hover {
  padding-left: 10px;
  color: #ffcc8a;
}

.links ul li a span {
  display: inline-block;
  padding-right: 5px;
}

.links ul li:first-child a {
  padding-top: 0;
}

.sibscribe-widget .form-group {
  margin: 0;
}

.sibscribe-widget .form-group .input,
.sibscribe-widget .form-group .mail {
  margin-bottom: 20px;
}

.sibscribe-widget .form-group .input,
.sibscribe-widget .form-group .mail {
  position: relative;
}

.sibscribe-widget .form-group .input span,
.sibscribe-widget .form-group .mail span {
  position: absolute;
  color: #ffcc8a;
  left: 15px;
  top: 24px;
}

.sibscribe-widget .form-group input {
  height: 70px;
  background: #0d0d0d;
  color: #fff;
  width: 100%;
  padding: 0 15px 0 45px;
  border-radius: 3px;
}

.sibscribe-widget .form-group button {
  border: 0 none;
  background: #ffcc8a;
  color: #30363f;
  padding: 10px 35px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s ease;
}

.sibscribe-widget .form-group button:hover {
  background: #2196f3;
}

.footer-bottom {
  border-top: 1px solid #0d0d0d;
  text-align: center;
  padding: 30px 0;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p a {
  color: #ffcc8a;
}

/* ==============================
    FAQ Page Styles
=============================== */

.faq-header {
  background: url(/images/faq_banner.jpg);
}

.faq-contents {
  padding: 120px 0;
}

.faq-section {
  margin-bottom: 50px;
}

.faq-section .accordion .btn-link {
  color: #333;
}

/* ==============================
    Research Page Styles
=============================== */

.research-contents {
  padding: 120px 0;
}

.research-header {
  margin-bottom: 100px;
}

.research-header h2 {
  position: relative;
  margin: 0;
  padding: 0 0 25px 0;
}

.research-header h2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ffcc8a;
}

.research-header p {
  margin: 0;
}

.research-keynotes {
  margin-bottom: 100px;
}

.research-keynotes .box {
  background: #f4f4f4;
  padding: 30px 15px;
  text-align: center;
}

.research-keynotes .box span {
  font-size: 45px;
  color: #ffcc8a;
}

.research-keynotes .box h3 {
  margin: 20px 0 10px 0;
}

.research-keynotes .box p {
  margin: 0;
}

.research-features h2 {
  margin: 0 0 30px 0;
}

.research-features ul {
  margin: 0;
}

.research-features ul li {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
}

.research-features ul li span {
  margin-right: 15px;
}

.research-features ul li:last-child {
  margin-top: 30px;
  margin-bottom: 0;
}

/* ==============================
    Publications Styles
=============================== */

.publications .publication-single {
  margin-bottom: 100px;
}

.publications .publication-single .pbc-desc h3 {
  margin: 0 0 10px 0;
  font-weight: 700;
}

.publications .publication-single .pbc-desc span.sub-title {
  color: #b1b1b1;
  display: block;
  margin-bottom: 15px;
  font-weight: 300;
}

.publications .publication-single .pbc-desc .author-name a {
  color: #ffcc8a;
}

.publications .publication-single .pbc-desc .author-name a:hover {
  color: #2196f3;
}

.publications .publication-single .pbc-desc ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.publications .publication-single .pbc-desc ul li {
  color: #504b47;
  font-weight: 300;
}

.publications .publication-single .pbc-desc ul li a {
  color: #ffcc8a;
  font-weight: 300;
}

.publications .publication-single .pbc-desc ul li a:hover {
  color: #2196f3;
}

.publications .publication-single .pbc-desc ul li + li {
  position: relative;
  margin-left: 25px;
}

.publications .publication-single .pbc-desc ul li + li:before {
  position: absolute;
  content: "/";
  right: -15px;
  top: 0;
  color: #b1b1b1;
}

.publications .publication-single .pbc-desc ul li:last-child:before {
  content: none;
}

.publications .publication-single .pbc-desc a.btn {
  color: #fff;
  background: #ffcc8a;
  display: inline-block;
  margin-top: 15px;
}

.publications .publication-single .pbc-desc a.btn:hover {
  background: #2196f3;
}

/* ==============================
    Projects Page
=============================== */

.project-area-title {
  padding-bottom: 40px;
}

.featured-projects {
  position: relative;
}

.featured-projects:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f4f4f4;
}

.featured-projects:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #ffcc8a;
  z-index: -1;
}

.featured-projects .projects-excerpts .project-category {
  color: #ffcc8a;
  display: block;
  margin: 0 0 10px 0;
}

.featured-projects .projects-excerpts .project-category span {
  display: inline-block;
  margin-right: 7px;
}

.featured-projects .projects-excerpts h3 {
  font-weight: 700;
  margin: 0 0 15px 0;
}

.featured-projects .projects-excerpts .author-name a {
  color: #ffcc8a;
}

.featured-projects .projects-excerpts .author-name a:hover {
  color: #2196f3;
}

.featured-projects .projects-excerpts ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.featured-projects .projects-excerpts ul li {
  color: #504b47;
  font-weight: 300;
}

.featured-projects .projects-excerpts ul li a {
  color: #ffcc8a;
  font-weight: 300;
}

.featured-projects .projects-excerpts ul li a:hover {
  color: #2196f3;
}

.featured-projects .projects-excerpts ul li + li {
  position: relative;
  margin-left: 15px;
}

.featured-projects .projects-excerpts ul li + li:before {
  position: absolute;
  content: "/";
  right: -10px;
  top: 0;
  color: #b1b1b1;
}

.featured-projects .projects-excerpts ul li:last-child:before {
  content: none;
}

.project-single {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.project-single figure {
  margin: 0;
}

.project-single figure img {
  border-radius: 3px 3px 0 0;
}

.project-single figure figcaption {
  padding: 30px;
}

.project-single figure figcaption h3 {
  font-weight: 700;
  font-size: 24px;
}

.project-single figure figcaption p {
  margin: 0;
}

.project-single figure figcaption a {
  font-weight: 500;
  color: #ffcc8a;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}

.project-single figure figcaption a span {
  font-size: 12px;
  margin-left: 5px;
}

.project-single figure figcaption a:hover {
  color: #2196f3;
}

.latest-project .latest-single {
  display: flex;
  min-height: 200px;
  border-radius: 3px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 0.3s ease;
}

.latest-project .latest-single:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  margin-top: -5px;
  margin-bottom: 35px;
}

.latest-project .latest-single:hover .right h3 a {
  color: #ffcc8a;
}

.latest-project .latest-single .left {
  text-align: center;
  background: #f4f4f4;
  padding: 30px;
}

.latest-project .latest-single .left span {
  font-size: 24px;
  color: #ffcc8a;
}

.latest-project .latest-single .right {
  background: #fff;
  padding: 30px;
}

.latest-project .latest-single .right span {
  color: #b1b1b1;
}

.latest-project .latest-single .right h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
}

.latest-project .latest-single .right h3 a {
  color: inherit;
}

.latest-project .latest-single .right p {
  margin: 0;
}

.latest-project .btn-wrapper {
  margin-top: 30px;
}

/* ==============================
    Project Details Styles
=============================== */

.project-details .project-gallery {
  margin-bottom: 60px;
  position: relative;
}

.project-details .project-gallery .gallery-single figure {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.project-details .project-gallery .gallery-single figure img {
  border-radius: 3px;
}

.project-details .project-gallery .gallery-single figure figcaption {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  transform: scale(2);
}

.project-details .project-gallery .gallery-single figure figcaption a {
  font-size: 24px;
  color: #fff;
}

.project-details .project-gallery .gallery-single figure figcaption a:hover {
  color: #ffcc8a;
}

.project-details .project-gallery .gallery-single figure:hover figcaption {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.project-details .project-gallery .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.project-details .project-gallery .owl-nav .owl-prev {
  margin-left: -40px;
  transition: 0.3s ease;
}

.project-details .project-gallery .owl-nav .owl-next {
  margin-right: -40px;
  transition: 0.3s ease;
}

.project-details .project-gallery .owl-nav .owl-prev:hover,
.project-details .project-gallery .owl-nav .owl-next:hover {
  color: #ffcc8a;
}

.project-details .contents-wrapper .project-desc .social-share {
  margin-top: 30px;
}

.project-details .contents-wrapper .project-sidebar ul {
  margin-bottom: 20px;
}

.project-details .contents-wrapper .project-sidebar ul li {
  color: #504b47;
  font-weight: 300;
  margin-bottom: 7px;
}

.project-details .contents-wrapper .project-sidebar ul li:last-child {
  margin-bottom: 0;
}

.project-details .contents-wrapper .project-sidebar ul li span {
  font-weight: 400;
  min-width: 100px;
  display: inline-block;
}

.related-projects .section--title {
  margin: 0 0 30px 0;
}

.related-projects .section--title span {
  color: #ffcc8a;
}

/* ==============================
    Blog Styles
=============================== */

.blog-wrapper .blog-single {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #f1f1f1;
}

.blog-wrapper .blog-single .blog-excerpt {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}

.blog-wrapper .blog-single .blog-excerpt li {
  margin-right: 25px;
  position: relative;
}

.blog-wrapper .blog-single .blog-excerpt li:before {
  position: absolute;
  content: "|";
  right: -15px;
  top: 0;
  color: #b1b1b1;
}

.blog-wrapper .blog-single .blog-excerpt li:last-child {
  margin-right: 0;
}

.blog-wrapper .blog-single .blog-excerpt li:last-child::before {
  content: none;
}

.blog-wrapper .blog-single .blog-excerpt li a {
  color: #ffcc8a;
}

.blog-wrapper .blog-single figure {
  margin: 0;
  overflow: hidden;
}

.blog-wrapper .blog-single figure:hover a img {
  transform: scale(1.1);
}

.blog-wrapper .blog-single figure a img {
  transition: 0.5s ease;
}

.blog-wrapper .blog-single .p-excerpt {
  margin: 30px 0;
}

.blog-wrapper .blog-single .p-excerpt::first-letter {
  color: #ffcc8a;
  font-weight: 700;
  float: left;
  font-size: 2.935em;
  line-height: 0.9;
  padding-top: 8px;
  padding-right: 8px;
}

.blog-wrapper .blog-single .read-more {
  text-align: center;
}

.blog-wrapper .blog-single .read-more a {
  display: inline-block;
}

.blog-details .blog-thumb {
  position: relative;
  margin-bottom: 0;
}

.blog-details .blog-thumb figcaption {
  position: absolute;
  left: 0;
  top: 15px;
}

.blog-details .blog-thumb figcaption span.blog-badge {
  display: block;
  width: 80px;
  height: 60px;
  background: #ffcc8a;
  text-align: center;
  color: #fff;
  padding-top: 7px;
}

.blog-details .blog-thumb figcaption span.blog-badge span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.blog-details .blog-contents .blog-title {
  margin: 30px 0 15px 0;
}

.blog-details .blog-contents blockquote {
  border: 15px solid #f5f5f5;
  padding: 20px;
  font-style: italic;
  margin: 30px 0;
}

.blog-details .blog-contents blockquote span {
  color: #ffcc8a;
  display: inline-block;
  padding-right: 5px;
}

.blog-details .blog-contents .post-bottom-excerpt {
  background: #f5f5f5;
  margin-top: 30px;
}

.blog-details .blog-contents .post-bottom-excerpt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}

.blog-details .blog-contents .post-bottom-excerpt ul li {
  font-size: 14px;
}

.blog-details .blog-contents .post-bottom-excerpt ul li:first-child {
  margin-right: auto;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-author {
  color: #504b47;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-author span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  padding-top: 7px;
  margin-right: 5px;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-author a {
  color: #ffcc8a;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-comment,
.blog-details .blog-contents .post-bottom-excerpt ul li.post-likes {
  margin-right: 10px;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-comment a,
.blog-details .blog-contents .post-bottom-excerpt ul li.post-likes a {
  display: block;
  background: #fff;
  padding: 5px 10px;
  color: #b1b1b1;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-comment a:hover,
.blog-details .blog-contents .post-bottom-excerpt ul li.post-likes a:hover {
  color: #ffcc8a;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-comment a span,
.blog-details .blog-contents .post-bottom-excerpt ul li.post-likes a span {
  display: inline-block;
  padding-right: 5px;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-tags {
  background: #fff;
  padding: 5px 10px;
  color: #b1b1b1;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-tags a {
  color: #b1b1b1;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-tags a:hover {
  color: #ffcc8a;
}

.blog-details .blog-contents .post-bottom-excerpt ul li.post-tags span {
  display: inline-block;
  padding-right: 5px;
}

.post-comments {
  margin-top: 90px;
}

.post-comments .section--title {
  margin: 0 0 30px 0;
}

.post-comments .section--title span {
  color: #ffcc8a;
}

.post-comments .comments-list .comment-single .comment-details {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.post-comments .comments-list .comment-single .comment-details .author-avater {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.post-comments .comments-list .comment-single .comment-details .author-comment h4 {
  font-size: 18px;
  margin: 0;
}

.post-comments .comments-list .comment-single .comment-details .author-comment span {
  font-size: 12px;
  color: #504b47;
}

.post-comments .comments-list .comment-single .comment-details .author-comment p {
  margin: 0;
}

.post-comments .comments-list .comment-single .comment-details .reply-btn {
  position: absolute;
  padding: 3px 12px;
  background: #f5f5f5;
  color: #b1b1b1;
  top: 0;
  right: 0;
}

.post-comments .comments-list .comment-single .comment-details .reply-btn:hover {
  background: #ffcc8a;
  color: #fff;
}

.post-comments .comments-list .comment-single .comment-replys {
  margin-left: 90px;
}

.comment-form {
  margin-top: 80px;
}

.comment-form .section--title {
  margin: 0 0 30px 0;
}

.comment-form .section--title span {
  color: #ffcc8a;
}

.comment-form form .form-group {
  margin-bottom: 0;
}

.comment-form form input {
  width: 100%;
  height: 45px;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  padding: 0 15px;
}

.comment-form form textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 30px;
}

.comment-form form button {
  background: #ffcc8a;
  color: #fff;
  border: 0 none;
  padding: 10px 35px;
  cursor: pointer;
}

/* ==============================
    Careers Styles
=============================== */

.careers-contents {
  padding: 120px 0;
}

.careers-contents .job-areas {
  margin-top: 60px;
}

.careers-contents .job-areas h3 {
  font-weight: 700;
  margin: 0 0 20px 0;
}

.careers-contents .job-areas p span {
  font-weight: 500;
}

.careers-contents .job-areas p:last-child {
  margin-bottom: 0;
}

.careers-contents .job-benefits {
  margin-top: 60px;
}

.careers-contents .job-benefits h3 {
  font-weight: 700;
  margin: 0 0 20px 0;
}

.careers-contents .job-benefits ul {
  margin: 0;
}

.careers-contents .job-benefits ul li {
  margin-bottom: 15px;
  color: #504b47;
  font-weight: 300;
}

.careers-contents .job-benefits ul li:last-child {
  margin-bottom: 0;
}

.careers-contents .job-benefits ul li span {
  margin-right: 10px;
  display: inline-block;
  color: #ffcc8a;
}

.open-positions {
  padding: 120px 0 90px 0;
  border-top: 1px solid #ececec;
}

.open-positions .job-single {
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  transition: 0.3s ease;
}

.open-positions .job-single:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.open-positions .job-single h4 {
  font-size: 20px;
}

.open-positions .job-single span {
  display: block;
  color: #b1b1b1;
}

.open-positions .job-single a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  color: #ffcc8a;
}

.open-positions .job-single a.job-ft,
.open-positions .job-single a.job-pt {
  font-size: 12px;
  margin-top: 0;
  font-weight: 400;
  position: absolute;
  padding: 0 10px;
  line-height: 26px;
  color: #fff;
  right: 15px;
  top: 15px;
  border-radius: 3px;
}

.open-positions .job-single a.job-ft {
  background: #ffcc8a;
}

.open-positions .job-single a.job-pt {
  background: #2196f3;
}

/* ==============================
    Career Details Styles
=============================== */

.career-details {
  padding: 120px 0;
}

.career-details .cd-head {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.career-details .cd-head span {
  color: #504b47;
  font-weight: 300;
}

.career-details .cd-contents p {
  margin: 0;
}

.career-details .cd-contents h3 {
  margin: 40px 0 20px 0;
}

.career-details .cd-contents ul li {
  margin-bottom: 15px;
  color: #504b47;
  font-weight: 300;
}

.career-details .cd-contents ul li:last-child {
  margin-bottom: 0;
}

.career-details .cd-contents ul li span {
  display: inline-block;
  margin-right: 10px;
  color: #ffcc8a;
}

.career-details .cd-about h3 {
  margin: 40px 0 20px 0;
}

.career-details .apply-btn {
  margin-top: 60px;
  text-align: center;
}

/* ==============================
    About Page Styles
=============================== */

.about-header {
  background: url(/images/about_banner.jpg);
}

.about-area-title {
  padding-bottom: 50px;
}

.about-area-title .left-aligned {
  margin-bottom: 20px;
  text-align: left;
}

.about-intro-img {
  display: block;
  margin: 20px auto;
}

.about-contents {
  margin-bottom: 80px;
}

.about-contents:before {
  display: block;
  content: "";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}

.about-contents h2 {
  margin: 40px auto 25px auto;
}

/* ==============================
    Contact Page Styles
=============================== */

.contact-header {
  background: url(/images/contact_banner.jpg);
}

.contact-wrapper {
  padding: 120px 0;
}

.contact-wrapper .contact-boxes {
  margin-bottom: 60px;
}

.contact-wrapper .contact-boxes .box {
  text-align: center;
}

.contact-wrapper .contact-boxes .box span {
  font-size: 40px;
  color: #ffcc8a;
  display: block;
}

.contact-wrapper .contact-boxes .box h4 {
  font-size: 18px;
  margin: 20px 0 10px 0;
}

.contact-wrapper .contact-form .form-group {
  margin: 0;
}

.contact-wrapper .contact-form .form-group input,
.contact-wrapper .contact-form .form-group textarea {
  width: 100%;
  border: 1px solid #ececec;
  margin-bottom: 30px;
  height: 45px;
  padding: 0 15px;
  border-radius: 3px;
  transition: 0.3s ease;
}

.contact-wrapper .contact-form .form-group input:focus,
.contact-wrapper .contact-form .form-group textarea:focus {
  border-color: #ffcc8a;
}

.contact-wrapper .contact-form .form-group textarea {
  min-height: 150px;
  padding: 15px;
}

.contact-wrapper .contact-form .form-group button {
  border: 0 none;
  background: #ffcc8a;
  color: #fff;
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-wrapper .contact-form .form-group button:hover {
  background: #2196f3;
}

.contact-map #gmap {
  width: 100%;
  height: 400px;
}

.publications-header {
  background: url("/images/sci-fi-room.jpg") center no-repeat;
  background-size: cover;
}

.tools-intro {
  padding: 20px 0 40px;
}

.pubtrawler-block-wrap {
  padding: 40px 0;
  align-items: center;
  justify-content: center;
}

.pubtrawler-block-wrap .ptb {
  padding: 20px;
}

.tools-header {
  background: url("/images/wireless-cityscape.jpg") center no-repeat;
  background-size: cover;
}

.measure-contents {
  padding: 40px 0;
}

.measure-contents h2 {
  margin: 40px auto 25px auto;
}

.measure-header {
  background: url("/images/time_warp.jpg") center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 767px) {
  .measure-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .measure-grid .med-stretch {
    grid-column: span 2;
  }
}

@media screen and (min-width: 1200px) {
  .measure-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.s-box {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 25px 0;
}

@media screen and (min-width: 767px) {
  .s-box {
    margin: 0;
  }
}

.s-box .text-contain {
  flex: 1 1 auto;
}

.s-box h3 {
  color: #f9a825;
}

.s-box .btn {
  padding: 10px 35px;
  background: #ffcc8a;
  color: #000000;
  font-weight: 400;
  border-radius: 3px;
  transition: all 250ms;
}

.s-box .btn:hover {
  background: #2196f3;
  color: #ffffff;
}

.lab-header {
  background: url("/images/synth-wave.jpg") center no-repeat;
  background-size: cover;
}

.lab-section {
  padding: 40px 0;
}

.about-header {
  background: url("/images/city-lights.jpg") center no-repeat;
  background-size: cover;
}

.about-contents {
  padding: 30px 0;
}

.faq-header {
  background: url("/images/dock-city.jpg") center no-repeat;
  background-size: cover;
}

.contact-header {
  background: url("/images/blur.jpg") center no-repeat;
  background-size: cover;
}

/* ==============================
    Query and Dashboard Stuff
=============================== */

.qresult-block,
.query-block {
  margin-bottom: 40px;
}

.query-status {
  text-align: center !important;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 20px auto;
}

.waiting-text {
  font-size: 24px;
  font-weight: bold;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.spark-settings-tabs {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  border-radius: 3px;
}

.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.survey p {
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
}

.survey .btn-contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.survey .btns {
  display: inline-block;
  margin: 15px auto;
}

/***************************************
    RESPONSIVE CSS GOES HERE
****************************************/

/*****************************
	RESPONSIVE
*****************************/

/*this is responsive scss*/

/* 992 TO 1199 */

@media (min-width: 992px) and (max-width: 1199px) {
  .services-boxes .box-single ul li {
    text-align: left;
  }

  .process-content {
    padding: 60px 0;
  }

  .hiw-process {
    background-size: 60%;
  }
}

/* 991 */

@media (max-width: 991px) {
  .navbar .navbar-collapse ul li.dropdown .dropdown-menu {
    top: 100%;
    display: none;
    visibility: visible;
    opacity: 1;
  }

  .navbar .navbar-collapse ul li.dropdown .dropdown-menu.show {
    display: block;
  }

  .navbar .navbar-collapse ul li.dropdown .dropdown-menu:before {
    content: none;
  }

  .navbar .navbar-collapse ul li.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .service-box-wrapper {
    padding: 120px 0 90px 0;
  }

  .services-boxes {
    position: relative;
    transform: inherit;
  }

  .services-boxes .box-single {
    margin-bottom: 30px;
  }

  .services {
    padding-top: 120px;
    border-top: 1px solid #ececec;
  }

  .service-image {
    margin-bottom: 30px;
  }

  .service-image figure img {
    width: 100%;
  }

  .hiw-process:before {
    width: 100%;
  }

  .events .single-event {
    text-align: center;
  }

  .events .a-date {
    width: 100%;
    padding-left: 0;
  }

  .events .a-date,
  .events .a-desc {
    margin-bottom: 30px;
  }

  .blog-sidebar {
    margin-top: 80px;
  }

  .projects-excerpts {
    margin-bottom: 60px;
  }

  .project-single {
    margin-bottom: 30px;
  }

  .research-keynotes .box {
    margin-bottom: 30px;
  }

  .research-features ul {
    margin-bottom: 30px;
  }
}

/* 768 TO 992*/

@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-area-content h1 {
    width: 100%;
  }
}

/* 767 */

@media screen and (max-width: 767px) {
  #particles {
    min-height: 500px;
  }

  .hero-area .hero-area-content {
    top: 50%;
  }

  .hero-area .hero-area-content h1,
  .hero-area .hero-area-content p,
  .section-title p,
  .cta-contents p {
    width: 100%;
  }

  .events .single-event {
    text-align: center;
  }

  .events .a-date {
    width: 100%;
    padding-left: 0;
  }

  .events .a-date,
  .events .a-desc {
    margin-bottom: 30px;
  }

  .hero-area .hero-area-content form {
    width: 90%;
  }

  .projects .project-grid .project-single {
    width: 50%;
  }

  .header-top .top-left {
    text-align: center;
  }

  .header-top .top-right {
    text-align: center;
    margin-top: 15px;
  }
}

/* 320 TO 480 */

@media (min-width: 320px) and (max-width: 480px) {
  .projects .project-grid .project-single {
    width: 100%;
  }
}

