@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700,900|Roboto:300,400,500,900);/* 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;
}

.text-center {
  text-align: center;
}

.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: 20px 0;
}

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

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

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

.section-title p {
  margin: 0 auto 25px;
  max-width: 780px;
  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: 900;
  border-radius: 30px;
  line-height: 1.4em;
  border: none;
  margin-top: 10px;
}

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

.btns.btns-blue,
.contact-wrapper .contact-form .form-group button.btns {
  padding-left: 55px;
  padding-right: 55px;
  background: #60DBD7;
}

.btns.btns-blue-inverse {
  background: #fff;
  border: 2px solid #60DBD7;
}

.btns.btns-blue-inverse:hover {
  background: #60DBD7;
}

.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;
  font-weight: 700 !important;
}

h2 {
  font-size: 32px;
  line-height: 45px;
  color: #08599B;
}

.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: 20px 0;
}

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

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

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

.section-title p {
  margin: 0 auto 25px;
  max-width: 780px;
  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: 900;
  border-radius: 30px;
  line-height: 1.4em;
  border: none;
  margin-top: 10px;
}

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

.btns.btns-blue,
.contact-wrapper .contact-form .form-group button.btns {
  padding-left: 55px;
  padding-right: 55px;
  background: #60DBD7;
}

.btns.btns-blue-inverse {
  background: #fff;
  border: 2px solid #60DBD7;
}

.btns.btns-blue-inverse:hover {
  background: #60DBD7;
}

.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;
}

#tetris {
  margin: 1em 0;
  width: 100%;
  max-width: 100%;
}

.tetris-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#start {
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
  border-bottom: solid 2px #2196f3;
  color: #2196f3;
  padding-bottom: 10px;
}

#canvas {
  display: inline-block;
  vertical-align: top;
  background: rgba(33, 150, 243, 0.2);
}

#menu {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 15px;
}

#menu p {
  margin: 0.5em 0;
  text-align: center;
}

#menu p.score-stuff {
  display: flex;
  width: 100%;
  padding: 5px;
}

#menu p.score-stuff.score-parent {
  border-bottom: solid #ececec 2px;
}

#menu p.score-stuff .left-a {
  flex: 1 1 50%;
  text-align: left;
}

#menu p.score-stuff .right-a {
  flex: 1 1 50%;
  text-align: right;
}

#menu p a {
  text-decoration: none;
  color: black;
}

#upcoming {
  display: block;
  margin: 0 auto;
  background-color: rgba(255, 204, 138, 0.8);
  border: none;
}

#score {
  color: red;
  font-weight: bold;
  vertical-align: middle;
}

#rows {
  color: blue;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (min-height: 0px) {
  #upcoming {
    width: 50px;
    height: 50px;
  }

  #canvas {
    width: 100px;
    height: 150px;
  }
}

/* 10px chunks */

@media screen and (min-width: 400px) and (min-height: 400px) {
  #upcoming {
    width: 75px;
    height: 75px;
  }

  #canvas {
    width: 150px;
    height: 225px;
  }
}

/* 15px chunks */

@media screen and (min-width: 500px) and (min-height: 500px) {
  #upcoming {
    width: 100px;
    height: 100px;
  }

  #canvas {
    width: 200px;
    height: 300px;
  }
}

/* 20px chunks */

@media screen and (min-width: 600px) and (min-height: 600px) {
  #upcoming {
    width: 125px;
    height: 125px;
  }

  #canvas {
    width: 250px;
    height: 375px;
  }
}

.forum-btn-row {
  padding-bottom: 15px;
}

.forum-btn-row button.btn {
  background: #ffcc8a;
  color: #504b47;
  border: solid 2px #ffcc8a;
  transition: all 250ms;
}

.forum-btn-row button.btn:hover {
  background: transparent;
  color: #f9a825;
}

.forum-body .forum-row {
  border-bottom: solid 2px #ececec;
  margin-bottom: 2rem;
  display: block;
}

.forum-body .forum-row .forum-link {
  background: #fff;
  padding: 20px 15px 15px;
  width: 100%;
  display: block;
  transition: all 250ms;
  position: relative;
  border-left: solid 5px;
  border-color: #ffcc8a;
}

.forum-body .forum-row .forum-link .comments-number {
  font-size: 0.9em;
}

@media screen and (min-width: 767px) {
  .forum-body .forum-row .forum-link .comments-number {
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

.forum-body .forum-row .forum-link h2,
.forum-body .forum-row .forum-link p {
  transition: all 250ms;
  margin-bottom: 0;
}

.forum-body .forum-row .forum-link p {
  color: #b1b1b1;
}

.forum-body .forum-row .forum-drawer {
  transition: all 500ms;
  overflow: hidden;
}

.forum-body .forum-row .forum-drawer .forum-comments-contain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.forum-body .forum-row .forum-drawer .comment-row {
  width: 97%;
  background: #fff;
  border-left: solid 5px #ffcc8a;
  font-size: 0.7em;
  border-bottom: solid 2px #ececec;
  padding: 10px;
}

.forum-body .forum-row .forum-drawer .comment-row p,
.forum-body .forum-row .forum-drawer .comment-row h2 {
  transition: all 250ms;
}

.forum-body .forum-row .forum-drawer .comment-row:first-of-type {
  border-top: solid 2px #ececec;
}

.forum-body .forum-row .forum-drawer .comment-row:last-of-type {
  border-bottom: none;
}

.forum-body .forum-row .forum-drawer .comment-row .main {
  font-size: 1.5em;
  margin-bottom: 0;
}

.forum-body .forum-row .forum-drawer .comment-row .info {
  margin: 0;
  color: #b1b1b1;
}

.forum-body .forum-row .forum-drawer .btn-row {
  display: flex;
  justify-content: flex-start;
  padding: 10px 10px 20px;
  width: 97%;
}

.forum-body .forum-row .forum-drawer .btn-row .view-more-btn {
  color: #f9a825;
  transition: all 250ms;
  display: block;
  border: none;
}

.forum-body .forum-row .forum-drawer .btn-row .view-more-btn:hover {
  color: #2196f3;
}

.forum-body .forum-row:hover h2,
.forum-body .forum-row:hover p {
  color: #2196f3;
}

.single-forum {
  position: relative;
}

.single-forum .new-comment-form {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #edf0f2;
  background: linear-gradient(to bottom, #edf0f2 90%, rgba(237, 240, 242, 0));
  padding: 10px 0 20px;
}

.single-forum .new-comment-form .text-area-window {
  overflow: hidden;
  transition: all 500ms;
}

.single-forum .new-comment-form textarea,
.single-forum .new-comment-form input[type=text] {
  width: 100%;
  padding: 15px;
  outline: none;
  border: solid 2px #ececec;
  transition: all 250ms;
}

.single-forum .new-comment-form textarea:focus,
.single-forum .new-comment-form input[type=text]:focus {
  border-color: #ffcc8a;
}

.single-forum .new-comment-form .add-btn {
  background: #ffcc8a;
  border: solid 2px #ffcc8a;
  color: #504b47;
  margin: 10px 0 15px;
  width: 180px;
  text-align: center;
  transition: all 250ms;
}

.single-forum .new-comment-form .add-btn:hover {
  background: transparent;
  color: #f9a825;
}

.single-forum .new-comment-form .forum-btns {
  display: flex;
  width: 100%;
  transition: all 1000ms;
}

.single-forum .new-comment-form .forum-btns > div {
  transition: all 1000ms;
  flex: 0 0 10%;
  display: flex;
}

.single-forum .new-comment-form .forum-btns > div.form-btns {
  display: flex;
  justify-content: flex-end;
}

.single-forum .new-comment-form .forum-btns.active > div {
  flex: 1 1 50%;
}

.single-forum .new-comment-form .forum-btns.active > div.form-btns {
  justify-content: flex-end;
}

.single-forum .new-comment-form .forum-btns .btn {
  margin-right: 5px;
}

.single-forum .new-comment-form .back-to-forum-btn {
  background: #2196f3;
  border: solid 2px #2196f3;
  color: #fff;
  margin: 10px 0 15px;
  width: 180px;
  text-align: center;
  transition: all 250ms;
}

.single-forum .new-comment-form .back-to-forum-btn:hover {
  background: transparent;
  color: #2196f3;
}

.single-forum .new-comment-form .back-to-search-btn {
  background: #23c75a;
  border: solid 2px #23c75a;
  color: #fff;
  margin: 10px 0 15px;
  width: 180px;
  text-align: center;
  transition: all 250ms;
}

.single-forum .new-comment-form .back-to-search-btn:hover {
  background: transparent;
  color: #23c75a;
}

.single-forum .new-comment-form .cancel-btn {
  background: transparent;
  border: solid 2px #F44336;
  color: #F44336;
  margin: 10px 0 15px;
  transition: all 250ms;
}

.single-forum .new-comment-form .cancel-btn:hover {
  background: #F44336;
  color: #fff;
}

.single-forum .comments .comment {
  border: solid 2px #ececec;
  border-left: none;
  background: #fff;
  margin: 15px 0;
  font-size: 1.3em;
  padding: 15px;
  border-left: solid 4px #ffcc8a;
}

.single-forum .comments .comment .comment-text {
  margin: 0 0 10px;
}

.single-forum .comments .comment .comment-info {
  font-size: 0.7em;
  color: #b1b1b1;
  margin: 0;
}

.forum-discussion-body {
  font-size: 1.25em;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.forum-discussion-body h1,
.forum-discussion-body h2,
.forum-discussion-body h3,
.forum-discussion-body h4,
.forum-discussion-body h5,
.forum-discussion-body h6,
.forum-discussion-body p,
.forum-discussion-body ul,
.forum-discussion-body ol,
.forum-discussion-body pre {
  margin: 10px 0;
}

.forum-header {
  background-image: url(/images/forum_banner.jpg);
}

.forum-header.forum-single h1 {
  font-size: 1.75em;
}

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

html,
body {
  height: 100%;
}

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

.content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

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

.wrap {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1500px !important;
}

.full-width {
  margin: 0 10px;
  width: 100%;
  clear: both;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px !important;
  }
}

.flex,
.flex-full-width {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0 auto;
}

.flex.center,
.flex-full-width.center {
  justify-content: center;
  align-items: center;
}

.flex.center-x,
.flex-full-width.center-x {
  justify-content: center;
}

.flex.center-y,
.flex-full-width.center-y {
  align-items: center;
}

.flex.end,
.flex-full-width.end {
  justify-content: flex-end;
  align-items: flex-end;
}

.flex.end-x,
.flex-full-width.end-x {
  justify-content: flex-end;
}

.flex.end-y,
.flex-full-width.end-y {
  align-items: flex-end;
}

.flex.nowrap,
.flex-full-width.nowrap {
  flex-wrap: nowrap;
}

.flex.no-auto-height,
.flex-full-width.no-auto-height {
  align-items: flex-start;
}

.flex.reverse,
.flex-full-width.reverse {
  flex-direction: row-reverse;
}

.flex.column,
.flex-full-width.column {
  flex-direction: column;
}

.flex {
  max-width: 1500px !important;
}

.header-container {
  position: relative;
}

h1.logo-header-tag {
  margin: 0 10px;
}

body {
  padding-top: 60px;
}

@media only screen and (min-width: 1000px) {
  body {
    padding-top: 80px;
  }
}

body.menu-active {
  overflow: hidden;
}

.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  background: #ffcc8a;
  border: solid 4px rgba(255, 204, 138, 0.4);
  transition: all 0.25s;
}

.menu-btn .bar {
  display: block;
  height: 3px;
  width: 80%;
  background: #30363f;
  margin: 10px auto;
  transition: all 0.5s;
}

.menu-btn.active {
  background: #30363f;
  border: solid 4px rgba(255, 204, 138, 0);
}

.menu-btn.active .bar {
  background: #fff;
}

.menu-btn.active .bar.top {
  transform: translateY(12px) rotateZ(45deg);
}

.menu-btn.active .bar.middle {
  width: 0;
}

.menu-btn.active .bar.bottom {
  transform: translateY(-14px) rotateZ(-45deg);
}

@media only screen and (min-width: 1000px) {
  .menu-btn {
    display: none;
  }
}

.logo.nav-logo {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo.nav-logo .logo-img {
  max-height: 100%;
  height: 30px;
}

@media only screen and (min-width: 1000px) {
  .logo.nav-logo .logo-img {
    height: 50px;
  }
}

.nav-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

@media only screen and (min-width: 1000px) {
  .nav-overlay {
    display: none !important;
  }
}

.navbar {
  height: 60px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 95;
  box-shadow: 0px 1px 5px #444;
}

.navbar > .flex {
  align-items: center;
}

.navbar .search-form {
  display: flex;
}

@media only screen and (min-width: 1000px) {
  .navbar {
    height: 80px;
  }
}

nav.main-nav {
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  box-shadow: 2px 0px 10px #444;
  transition: all 0.5s;
}

nav.main-nav.active {
  right: 0;
}

@media only screen and (min-width: 480px) {
  nav.main-nav {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1000px) {
  nav.main-nav {
    position: static;
    max-width: 100%;
    height: 80px;
    box-shadow: none;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: visible;
  }
}

.utility-nav-wrap {
  order: 2;
  padding: 10px 0 10px 10px;
}

.utility-nav-wrap .utility-nav {
  display: flex;
  justify-content: flex-start;
}

.utility-nav-wrap li {
  position: relative;
}

.utility-nav-wrap li:after {
  position: absolute;
  right: 0;
  top: 9px;
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #000;
}

.utility-nav-wrap li:last-child:after {
  display: none;
}

.utility-nav-wrap a {
  font-weight: normal !important;
  padding: 5px !important;
  font-size: 12px !important;
}

.utility-nav-wrap form {
  width: 288px;
  padding: 7px 15px;
  display: flex;
  border-radius: 25px;
  background: #E8E8E8;
}

.utility-nav-wrap form input {
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 300;
  background: none;
}

.utility-nav-wrap form input[type=submit] {
  width: 30px;
  height: 30px;
  display: inline-block;
  flex: 0 1 30px;
  font-size: 0;
  background: url("/images/search.svg") no-repeat center center;
  background-size: 18px 18px !important;
}

@media only screen and (min-width: 1000px) {
  .utility-nav-wrap .utility-nav {
    justify-content: flex-end;
  }
}

nav.main-nav ul {
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

nav.main-nav ul > li.menu-item {
  display: flex;
  flex-wrap: wrap;
}

nav.main-nav ul > li.menu-item a {
  display: block;
  padding: 10px;
  color: #30363f;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
}

nav.main-nav ul > li.menu-item.menu-item-has-children {
  position: relative;
}

nav.main-nav ul > li.menu-item.menu-item-has-children a.sub-menu-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  line-height: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transition: all 0.5s;
}

nav.main-nav ul > li.menu-item.menu-item-has-children a.sub-menu-btn.active {
  transform: rotate(135deg);
  color: #ffcc8a;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 1000px) {
  nav.main-nav ul ul.sub-menu {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: max-height 0.5s;
    background: #ffcc8a;
  }

  nav.main-nav ul ul.sub-menu.active-sub-menu {
    display: block;
    padding: 0;
    max-height: 500px;
  }

  nav.main-nav ul ul.sub-menu ul.sub-menu,
  nav.main-nav ul ul.sub-menu ul.sub-menu li {
    background: #ccc;
  }
}

@media only screen and (min-width: 1000px) {
  nav.main-nav ul {
    padding-top: 0;
    display: flex;
    width: 100%;
  }

  nav.main-nav ul > li.menu-item {
    transition: all 0.25s;
    align-items: center;
    justify-content: flex-start;
  }

  nav.main-nav ul > li.menu-item,
  nav.main-nav ul > li.menu-item.menu-item-has-children {
    position: relative;
  }

  nav.main-nav ul > li.menu-item a {
    font-size: 16px;
    padding: 12px 24px;
    transition: all 0.2s;
  }

  nav.main-nav ul > li.menu-item a:hover {
    text-decoration: underline;
  }

  nav.main-nav ul > li.menu-item.dash a {
    color: #fff;
    background: #30363f;
    border-radius: 8px;
  }

  nav.main-nav ul > li.menu-item > ul.sub-menu,
  nav.main-nav ul > li.menu-item ul.sub-menu.active-sub-menu,
  nav.main-nav ul > li.menu-item ul.sub-menu.active-sub-menu ul.sub-menu.active-sub-menu,
  nav.main-nav ul > li.menu-item a.sub-menu-btn {
    display: none !important;
  }

  nav.main-nav ul > li.menu-item:hover > ul.sub-menu,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -1;
    overflow: visible;
    max-height: none;
    min-width: 400px;
    height: auto;
    padding: 0;
    box-shadow: 0px 1px 5px #444;
    transition: all 0.5s;
    border-left: solid 5px #ccc;
  }

  nav.main-nav ul > li.menu-item:hover > ul.sub-menu,
  nav.main-nav ul > li.menu-item:hover > ul.sub-menu > li.menu-item,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu > li.menu-item {
    display: block !important;
  }

  nav.main-nav ul > li.menu-item:hover > ul.sub-menu > li.menu-item,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu > li.menu-item {
    position: relative;
    background: #ffcc8a;
  }

  nav.main-nav ul > li.menu-item:hover > ul.sub-menu > li.menu-item:hover,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu > li.menu-item:hover {
    background: #ffd7a4;
  }

  nav.main-nav ul > li.menu-item:hover > ul.sub-menu > li.menu-item:hover > ul.sub-menu,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu > li.menu-item:hover > ul.sub-menu {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    z-index: -1;
  }
}

.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%;
  position: relative;
}

.hero-area {
  position: relative;
  background: #08599B;
  padding-top: 50px;
}

.hero-area .hero-img {
  display: none;
}

.hero-area .hero-area-content {
  text-align: center;
}

.hero-area .hero-area-content h1 {
  max-width: 750px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 38px;
  line-height: 0.7em;
  margin-bottom: 20px;
}

.hero-area .hero-area-content h1,
.hero-area .hero-area-content p {
  color: #fff;
}

.hero-area .hero-area-content p {
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 18px;
}

.hero-area .hero-area-content .modal-trigger {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: url("/images/info-circle.svg") no-repeat center center;
}

.hero-area .hero-area-content .form-group {
  padding: 20px;
  border-radius: 20px;
  background: #F9A825;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
}

.hero-area .hero-area-content .form-group p {
  margin-top: 20px;
  margin-bottom: 0 !important;
  font-size: 15px;
  font-weight: 400;
}

.hero-area .hero-area-content .form-group p,
.hero-area .hero-area-content .form-group p a {
  color: #2C2A2A;
}

.hero-area .hero-area-content .form-group p a {
  text-decoration: underline;
}

.hero-area .hero-area-content form {
  width: 800px;
  max-width: 100%;
  margin: 10px auto;
  position: relative;
}

.hero-area .hero-area-content form input {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 18px;
  border: 0 none;
  background: #fff;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.hero-area .hero-area-content form input[type=submit] {
  position: absolute;
  right: 20px;
  top: 21px;
  width: 27px;
  height: 27px;
  font-size: 0;
  border: 0;
  box-shadow: none;
  background: url("/images/search-lg.svg") no-repeat center center;
}

@media (min-width: 992px) {
  .hero-area .hero-img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }

  .hero-area .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: clamp(50px, 12%, 250px);
  }
}

.home-bg {
  background: url("/images/home-body-bg.svg") no-repeat top center;
  background-size: 100%;
}

.after-hero {
  padding: 10px 10px 10px;
  text-align: center;
}

.after-hero h2 {
  margin: 0 auto 10px auto;
  font-size: 20px;
  font-weight: 400 !important;
  color: #2C2A2A;
}

.search-tabs {
  padding: 20px;
  margin: 0 auto 20px auto;
  width: 1500px;
  max-width: 100%;
  list-style-type: none;
  background: #fff;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.search-tabs,
.search-tabs li {
  border-radius: 30px;
}

.search-tabs li {
  padding: 12px 40px;
  font-weight: bold !important;
  line-height: 1.4em !important;
  transition: 0.3s ease;
}

.search-tabs li:hover {
  cursor: pointer;
  background: #60DBD7;
}

@media only screen and (min-width: 1000px) {
  .search-tabs {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .search-tabs li {
    margin: 0 !important;
  }
}

.button-blue {
  font-weight: bold;
  background: #60DBD7;
}

.research-tiers,
.how-it-works {
  text-align: center;
}

.research-tiers {
  margin: 50px auto;
  padding: 40px;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 20px;
}

.research-tiers .col-lg-4 {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  padding: 10px 50px;
}

.research-tiers .col-lg-4:nth-child(2) {
  border-right: solid 2px rgba(0, 0, 0, 0.1);
  border-left: solid 2px rgba(0, 0, 0, 0.1);
}

.research-tiers .col-lg-4 .btns {
  margin: auto auto 0 auto;
  width: 225px;
}

.how-it-works {
  padding-bottom: 20px;
}

.how-it-works h2 + p {
  margin-bottom: 40px !important;
}

.how-it-works h3 {
  margin-top: 20px !important;
  font-size: 20px !important;
}

.cta-stripe {
  padding: 60px 0;
  background: url("/images/boat-overlay.png") no-repeat center center;
  background-size: cover;
}

.cta-stripe .col-lg-6:nth-child(1) {
  text-align: center;
}

.cta-stripe h2,
.cta-stripe h3,
.cta-stripe p,
.cta-stripe p a,
.cta-stripe ul li {
  color: #fff !important;
}

.cta-stripe h2 {
  margin-bottom: 0;
  font-weight: 400 !important;
  font-size: 24px;
  line-height: 1.4em;
}

.cta-stripe h2 strong {
  display: block;
}

.cta-stripe h3 {
  font-size: 16px;
}

.cta-stripe .btns.btns-blue,
.cta-stripe .contact-wrapper .contact-form .form-group button.btns,
.contact-wrapper .contact-form .form-group .cta-stripe button.btns {
  margin-bottom: 25px;
}

.cta-stripe p {
  font-size: 12px;
}

.cta-stripe p a {
  font-weight: bold;
}

.cta-stripe p a:hover {
  text-decoration: underline;
}

.cta-stripe h3 {
  margin-bottom: 20px;
  font-size: 16px;
}

.cta-stripe ul {
  padding-left: 15px;
  font-size: 15px;
}

.cta-stripe ul li {
  margin: 5px 0;
}

.cta-stripe ul li::marker {
  color: #60DBD7;
}

.fleet {
  padding: 50px 0;
  text-align: center;
}

.fleet .fleet-item {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.fleet .fleet-item img {
  width: 260px;
  margin: 0 auto;
}

.fleet h3 {
  font-size: 20px;
  font-weight: bold;
}

.fleet p {
  padding: 0 50px;
  font-size: 15px;
}

.fleet .btns-wrap,
.fleet .btns {
  margin: auto auto 0 auto;
}

.fleet .btns {
  width: 225px;
}

.fleet .btns-wrap .btns {
  width: auto;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (min-width: 1000px) {
  .fleet .btns-wrap {
    display: flex;
  }

  .fleet .btns-wrap .btns {
    margin: 0 10px;
  }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.news-section {
  margin: 50px 0 100px 0;
}

.news-section .news-title-wrap {
  align-items: center;
}

.news-section .news-title-wrap h2 {
  margin-bottom: 0;
}

.news-section .news-title-wrap a {
  color: #08599B;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.025em;
}

@media only screen and (min-width: 1000px) {
  .news-section > .container > .row {
    justify-content: space-between;
  }

  .news-section .col-md-6 {
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }

  .news-section .news-title-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.feed-lists {
  padding: 0;
}

.feed-lists .feed-item {
  max-width: 100%;
  padding: 20px 10px !important;
  display: block;
  white-space: normal !important;
}

.feed-lists .feed-item-image {
  max-width: 100%;
  display: block;
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feed-lists .feed-item a {
  display: block;
}

.feed-lists .feed-title h3 {
  margin-top: 20px;
}

.feed-lists .feed-title a {
  font-size: 18px;
  color: #2C2A2A;
}

.feed-lists .read-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #08599B;
}

.feed-lists .feed-date,
.feed-lists .feed-description {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .feed-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .feed-lists .feed-item {
    flex: 1 1 48%;
  }
}

/* ==========================
    General page Styles
============================ */

.content ol li,
.content ul li {
  margin: 10px 0;
  font-weight: 300;
  color: #504b47;
  line-height: 27px;
}

.obtn {
  background: #ffcc8a;
  color: #30363f;
}

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

/* ==========================
    Main page Styles
============================ */

.forum-cta {
  text-align: center;
  margin: 3rem auto 5rem;
  width: 65%;
  padding: 1.5rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

.forum-cta h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto 2rem;
}

.forum-cta h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffcc8a;
  bottom: 0;
  left: 0;
}

.forum-cta .orange {
  color: #f9a825;
  margin-top: 2rem;
}

/* ==========================
    Service Area Styles
============================ */

.services {
  padding: 260px 0 30px 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-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: 0.25rem;
  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 ul li {
  margin: 10px 0;
  color: #504b47;
  font-weight: 300;
  line-height: 27px;
}

.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: 0;
}

.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;
  width: 232px;
  margin: 0 auto;
}

.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: 0.25rem;
}

.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: 0.25rem;
}

.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 {
  overflow: hidden;
  padding: 0;
  position: relative;
  background: #30363f;
}

footer .col-md-4 {
  display: flex;
  justify-content: center;
  background: #F9A825;
}

footer .col-md-4:nth-child(2) {
  background: #30BFBA;
}

footer .col-md-4:nth-child(3) {
  background: #0B78D0;
}

footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #30363f;
}

.widget-area {
  position: relative;
  padding: 80px 20px;
}

.widget-area h2,
.widget-area h3 {
  font-weight: bold;
}

.widget-area h2,
.widget-area h3,
.widget-area p,
.widget-area a,
.widget-area address {
  color: #2C2A2A;
  font-size: 12px;
}

.widget-area h2 {
  margin: 0;
}

@media only screen and (min-width: 1000px) {
  .widget-area img {
    position: absolute;
    left: -50px;
  }
}

.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 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;
}

.subscribe-widget h2,
.subscribe-widget h3 {
  color: #fff;
}

.subscribe-widget h2 {
  font-size: 15px;
}

.subscribe-widget h3 {
  font-weight: normal;
}

.subscribe-widget form {
  width: 290px;
}

.subscribe-widget .form-group {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
}

.subscribe-widget .form-group input {
  font-size: 12px;
  background: #fff;
  color: #30363f;
  width: 100%;
  padding: 11px 15px;
}

.subscribe-widget .form-group button {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 36px;
  height: 36px;
  font-size: 0;
  border: 0 none;
  color: #30363f;
  padding: 10px;
  cursor: pointer;
  background: url(/images/submit-arrow.svg) no-repeat center center;
}

.footer-bottom {
  background: #154170;
  text-align: center;
  padding: 10px 0;
}

.footer-bottom p {
  margin: 0;
  font-size: 80%;
  color: #ccc;
}

/* ==============================
    FAQ Page Styles
=============================== */

.pages-header h3 {
  color: #fff;
  font-size: 1.5rem;
}

.faq-header {
  background-image: url(/images/faq_banner.jpg);
}

.card {
  border: none;
  background: #fff !important;
  border-radius: 30px;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.card-header {
  background: #fff !important;
  border-bottom: none;
}

.card-header .btn {
  position: relative;
  color: #333;
  font-weight: bold;
}

.card-header .btn:after {
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  content: "+";
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 45px;
  line-height: 45px;
  color: #08599B;
}

.card-header .btn[aria-expanded=true] {
  color: #08599B;
}

.card-header .btn[aria-expanded=true]:after {
  top: 0;
  content: "-";
  font-size: 65px;
}

.card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.faq-contents {
  padding: 120px 0;
}

.faq-section {
  margin-bottom: 50px;
}

/* ==============================
    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: 0.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.project-single figure {
  margin: 0;
}

.project-single figure img {
  border-radius: 0.25rem 0.25rem 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: 0.25rem;
  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: 0.25rem;
  overflow: hidden;
}

.project-details .project-gallery .gallery-single figure img {
  border-radius: 0.25rem;
}

.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: 0.25rem;
  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: 0.25rem;
}

.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-image: url(/images/about_banner.jpg);
}

.about-area-title p,
.about-area-title ol li,
.about-area-title ul li,
.about-area-title a,
.about-contents p,
.about-contents ol li,
.about-contents ul li,
.about-contents a {
  font-size: 18px;
}

.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-image: 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: #08599B;
  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 #504B47;
  margin-bottom: 30px;
  height: 45px;
  padding: 0 15px;
  border-radius: 30px;
  transition: 0.3s ease;
}

.contact-wrapper .contact-form .form-group textarea {
  min-height: 150px;
  padding: 15px;
}

.contact-wrapper .contact-form .form-group button {
  transition: 0.3s ease;
}

.contact-map #gmap {
  width: 100%;
  height: 400px;
}

/* ==============================
    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: 0.25rem;
}

/***************************************
    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;
  }
}

/* 320 TO 480 */

@media (min-width: 320px) and (max-width: 480px) {
  .projects .project-grid .project-single {
    width: 100%;
  }
}

.site-header {
  overflow: hidden;
}

.pages-header {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.pages-header:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
}

.pages-header .container {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pages-header {
    min-height: 500px;
  }
}

.pages-header h3 {
  color: #fff;
  font-size: 1.5rem;
}

