@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: CLIPER - PHOTO EDITING HTML 5 TEMPLATE
    Template URI: themeim.com/demo/cliper
    Description: cliper template is a great option for creating a modern, memorable website for presenting photo studio services. 
    Author: themeim
    Author URI: themeim.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. header
    03. slide
	04. baner
	05. service
	06. process
	07. callAction
	08. shoot
	09. faq
	10. testimonial
	11. price
	12. calculator
	13. project
	14. map
	15. blog
	16. footer
	17. subscribe
	18. search
	19. team
	20. history

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600&display=swap");
@keyframes square {
  0% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.float-bob {
  animation: float-bob-y infinite 3s linear;
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  100% {
    transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
: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: 2;
  animation-iteration-count: 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: 3;
  animation-iteration-count: 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: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 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);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 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);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(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 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.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% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -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;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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 {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    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;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-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;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-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;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #131313;
  max-width: 100%;
  font-size: 16px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #438FF9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 300px;
}

/* Handle on hover */
.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #131313;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #131313;
  margin-bottom: 15px;
}

span {
  font-family: "Poppins", sans-serif;
}

hr {
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #1f1841;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #1f1841;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #1f1841;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #1f1841;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #1f1841;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #fafafa;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #1f1841;
}

.theme-bg {
  background: #ea4c89;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #1f1841;
}

.theme-color {
  color: #ea4c89;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.main-menu nav > ul > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  margin-left: 7px;
  font-weight: 600;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .header-transparent {
    top: 25px;
  }
}

.error_title {
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .error__area {
    padding-top: 30px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .error__img {
    padding-top: 135px;
  }
}

.row.padding-increase {
  --bs-gutter-x: 30px;
}

.row.grid {
  --bs-gutter-x: 30px;
}

.popup-image:hover {
  background: #fff;
  border-radius: 50%;
  color: #f00;
  z-index: 999;
}
.popup-image:hover i {
  color: #f00;
}

.underline {
  text-decoration: underline;
}

.hometwoprimary {
  color: #0095da;
}

main {
  width: 100%;
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000000000000002000000;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
a#scrollUp {
  position: absolute;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #438FF9;
  bottom: 30px;
  border-radius: 50px;
  z-index: -2;
}
a#scrollUp::before {
  content: "\f325";
  font-family: "Font Awesome 5 Pro";
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: inherit;
}

.header_area.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?o8mwn");
  src: url("../fonts/icomoon.eot?o8mwn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/fa-solid-900.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-serviceicon:before {
  content: "\e900";
}

.logo img {
  max-width: 250px;
}

.menu_icon img {
  max-width: 71px;
}

@keyframes bgchange {
  0% {
    transform: rotate(0deg);
    border: 1px solid #fff;
    box-shadow: none;
  }
  100% {
    transform: rotate(360deg);
    border: 2px dashed #f00;
    box-shadow: none;
  }
}
.beer-slider {
  display: inline-block;
  /* overflow: hidden; */
  overflow: visible;
  position: relative;
}

img.preview_shape_03 {
  position: absolute;
  bottom: 62px;
  opacity: 0.3;
  left: 268px;
  animation: flash 2s infinite;
}

img.preview_shape_05 {
  position: absolute;
  top: 200px;
  left: 94px;
  opacity: 0.3;
  animation: animationFramesOne 10s infinite;
}

img.preview_shape_04 {
  position: absolute;
  top: 190px;
  left: 60px;
  opacity: 0.3;
  animation: animationFramesOne 30s linear infinite;
}

img.preview_shape_01 {
  position: absolute;
  right: 57px;
  opacity: 0.3;
  animation: flipInX 20s infinite;
}

img.idea_area_04 {
  position: absolute;
  top: 20px;
  left: 29%;
  opacity: 0.3;
  animation: animationFramesTwo 12s linear infinite;
}

img.idea_area_01 {
  bottom: 20px;
  left: 32%;
  position: absolute;
  animation: zoomIn 5s linear infinite;
  opacity: 0.3;
}

img.idea_area_03 {
  position: absolute;
  right: 20px;
  top: 52%;
  animation: zoomInDown 6s infinite;
  opacity: 0.3;
}

img.idea_area_02 {
  position: absolute;
  bottom: 40px;
  right: 44%;
  opacity: 0.3;
  animation: animationFramesOne 40s infinite;
}

img.idea_area_05 {
  position: absolute;
  bottom: 65px;
  left: 20px;
  opacity: 0.3;
  animation: rotated 2s linear infinite;
}

.dial svg {
  animation: shakeY 1.5s linear infinite;
}

.subscribe_card {
  background: #fff;
  padding: 80px 46px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

img.process_shape_04 {
  position: absolute;
  top: 183px;
  right: 592px;
  animation: float-bob-y 2s linear infinite;
}

img.process_shape_05 {
  position: absolute;
  top: 43%;
  animation: headShake 2s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .project_items {
    padding: 10px;
  }

  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
    top: 87%;
    right: 158%;
  }

  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow {
    top: 87%;
    right: 144%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  img.dial_contact {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    left: 4%;
  }

  .quote_menus {
    display: flex;
    justify-content: space-between;
  }

  .quotecontent {
    padding-left: 22px;
  }

  a.load_icon img {
    margin-left: 8px;
    max-width: 274%;
    height: auto;
  }

  .lan_currencey {
    margin-left: 10px;
    flex: none;
    display: none;
  }

  .shoot_count_1 {
    margin-left: -30px;
  }

  .shoot_card {
    padding: 13px 34px;
  }

  h2.text-white.bold {
    font-size: 30px;
  }

  .custom-width {
    margin-left: 53px;
    margin-right: 0;
  }

  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
    top: 140%;
    right: 155%;
  }

  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow {
    top: 140%;
    right: 140%;
  }

  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
    top: 81%;
    right: 155%;
  }

  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow {
    top: 81%;
    right: 140%;
  }

  img.img-5 {
    display: none;
  }

  img.img-3 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
    top: 110%;
    right: 160%;
  }

  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow {
    top: 110%;
    right: 148%;
  }
}
@media (min-width: 1366px) and (max-width: 1400px) {
  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
    top: 70%;
    right: 161%;
  }

  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow {
    top: 70%;
    right: 150%;
  }

  .padding-left {
    padding-left: 3%;
  }
}
@media (min-width: 1400px) and (max-width: 1850px) {
  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
    top: 75%;
    right: 163%;
  }

  .row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow {
    top: 76%;
    right: 153%;
  }

  .padding-left {
    padding-left: 3%;
  }
}
.project_activition.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
  transform: rotate(179deg);
}

.mean-nav ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.brand_items {
  text-align: center;
}

.brand_img {
  opacity: 1;
}

.brand_img .prev-burger.brand-prev {
  opacity: 0;
  transition: 0.5s;
}

.brand_img .next-burger.brand-next {
  opacity: 0;
  transition: 0.5s;
}

.brand_img:hover .prev-burger.brand-prev {
  opacity: 1;
  transition: 0.5s;
}

.brand_img:hover .next-burger.brand-next {
  opacity: 1;
  transition: 0.5s;
}

.step_count.box-shadow-one {
  color: #F23674;
  font-weight: 700;
  font-size: 20px;
}

.step_count_two.box-shadow-two {
  color: #1CACF3;
  font-weight: 700;
  font-size: 20px;
}

.step_count.box-shadow-three {
  color: #0095da;
  font-weight: 700;
  font-size: 20px;
}

.step_count_two.box-shadow-four {
  color: #15DE9B;
  font-weight: 700;
  font-size: 20px;
}

div#loading-center-absolute img {
  z-index: 10000000000000002000000;
  position: absolute;
}

/*
==========================================
8. custome_animation
==========================================
*/
@keyframes square {
  0% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: green;
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: yellow;
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.float-bob {
  animation: float-bob-y infinite 3s linear;
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  100% {
    transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
: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: 2;
  animation-iteration-count: 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: 3;
  animation-iteration-count: 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: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 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);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 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);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(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 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.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% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -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;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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 {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    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;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-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;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-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;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*
=============================
02. HEADER
=============================
*/
.custom-container {
  margin-left: 133px;
  margin-right: 133px;
  margin-top: 30px;
}

.main_menu ul {
  padding: 0;
  margin: 0;
}
.main_menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.main_menu ul li:last-child::before {
  width: 0 !important;
}
.main_menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  background-color: #438FF9;
  height: 2px;
  transition: 0.3s;
}
.main_menu ul li:hover::before {
  width: 100%;
  transition: 0.3s;
}
.main_menu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  background: #fff;
  width: 250px;
  text-align: left;
  transition: 0.2s;
  z-index: 99999999999999990000000000000000;
}
.main_menu ul li ul li {
  display: block;
  list-style: circle;
  margin-right: 0;
  position: relative;
  padding-bottom: 13px;
  padding-left: 9px;
}
.main_menu ul li ul li::before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background-color: #8B8B8B;
  content: "";
  border-radius: 50px;
}
.main_menu ul li ul li:hover {
  background-color: #E3EEFE;
}
.main_menu ul li ul li:hover a {
  color: #438FF9;
}
.main_menu ul li ul li:hover::before {
  background-color: #438FF9;
}
.main_menu ul li ul li a {
  color: #525252;
  font-size: 15px;
  display: block;
  padding: 15px 0px 0 8px;
}
.main_menu ul li a {
  text-transform: capitalize;
  color: #131313;
  font-weight: 500;
  display: block;
  padding: 40px 10px;
  font-size: 16px;
}
.main_menu ul li a i {
  padding-left: 8px;
}
.main_menu ul li:hover ul {
  transform: scaleY(1);
  transition: 0.3s;
}

.main_menu ul li ul li:last-child::before {
  width: 6px !important;
}

.main_menu.main_menu_lg {
  padding: 50px;
}

.main_menu ul li ul li::before {
  position: absolute;
  left: 15px;
  top: 56%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background-color: #8B8B8B;
  content: "";
  border-radius: 50px;
  display: none;
}

.main_menu ul li ul li:hover::before {
  width: 6px;
  height: 6px;
}

.menu_essential {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.lan_currencey {
  position: relative;
  z-index: 9999999;
}
.lan_currencey ul li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
}
.lan_currencey ul li i {
  display: inline-block;
  padding-left: 10px;
  color: #8B8B8B;
  font-size: 10px;
}
.lan_currencey ul li::before {
  position: absolute;
  top: 5px;
  right: -9px;
  height: 12px;
  width: 2px;
  background-color: #b9b9b9;
  content: "";
  opacity: 0.9;
}
.lan_currencey ul li:last-child::before {
  width: 0;
}
.lan_currencey ul li ul {
  position: absolute;
  right: 0;
  width: 83px;
  background-color: #ffffff;
  top: 38px;
  box-shadow: 0px 9px 20px #438FF926;
}
.lan_currencey ul li ul li {
  display: block;
  margin-right: 0;
  padding-left: 23px;
  padding: 8px 15px;
}
.lan_currencey ul li ul li::before {
  background-color: #8B8B8B;
  position: absolute;
  left: 10px;
  height: 6px;
  width: 6px;
  content: "";
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.lan_currencey ul li ul li a {
  color: #8B8B8B;
  display: block;
  padding-left: 10px;
}
.lan_currencey ul li ul li:hover {
  background-color: #E3EEFE;
}

.lan_currencey.lan_currencey-two ul li::before {
  right: -17px;
}

.add-dotted {
  position: relative;
}
.add-dotted::after {
  background-color: #8B8B8B;
  position: absolute;
  left: 10px;
  height: 6px;
  width: 6px;
  content: "";
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.currencey {
  display: none;
}

#quote_btn {
  background-color: #438FF9;
  padding: 14px 33px !important;
  display: block;
  border-radius: 50px;
  color: #ffffff !important;
  text-transform: capitalize;
  box-shadow: 0px 6px 15px #438FF973;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-weight: 300;
  font-size: 15px;
}
#quote_btn i {
  padding-left: 5px;
  display: inline-block;
}
#quote_btn:hover {
  color: #ffffff;
  background-color: #ffffff;
}
#quote_btn:hover a {
  color: #438FF9;
}
#quote_btn:hover i {
  color: #438FF9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
#quote_btn:hover span {
  color: #438FF9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.header_area {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.custom-container {
  background: #ffffff;
  border-radius: 14px;
  padding: 0px 19px;
}

.custom-width {
  margin-left: 133px;
  margin-right: 133px;
}

.sidebar_icon {
  flex: 1;
  justify-content: end;
  text-align: right;
}

.lan_currencey {
  flex: none;
}

.menu_essential ul li {
  display: inline-block;
  margin-right: 10px;
}
.menu_essential ul li a {
  color: #515151;
  text-transform: uppercase;
  font-size: 14px;
}

.outline_two {
  background-color: transparent;
  padding: 10px 35px !important;
  border-radius: 50px;
  color: #0095da !important;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #0095da;
}
.outline_two svg {
  margin-left: 10px;
}

.cmn_btn_two {
  background-color: transparent;
  padding: 15px 35px !important;
  border-radius: 50px;
  color: #ffffff !important;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  position: relative;
  z-index: 9;
  background-color: #3BBEFF;
}
.cmn_btn_two svg {
  margin-left: 20px;
}

.slider_two {
  background: #F5F9FF;
  min-height: 950px;
  position: relative;
  align-items: center;
  overflow: hidden;
}

.header_area_two {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 9;
}

.slide_content_two {
  padding-top: 310px;
}
.slide_content_two h4 {
  font-size: 24px;
  font-family: "Kalam";
  margin-bottom: 15px;
}
.slide_content_two h4 span {
  color: #0095da;
  font-weight: 700;
  display: inline-block;
  padding-left: 15px;
}
.slide_content_two p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 60px;
  line-height: 2;
}
.slide_content_two h2 {
  font-size: 55px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}

.slide_main_image {
  padding-top: 250px;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.slide_content_two h4 span {
  font-family: "Kalam";
}

.custom_width_two {
  margin-right: 230px;
  margin-left: 230px;
}

img.shapes_h2_one {
  top: -51px;
  left: 200px;
}

img.shapes_h2_two {
  top: 0;
  left: 685px;
}

img.shapes_h2_three {
  right: 135px;
  top: 135px;
  opacity: 0.3;
}

img.shapes_h2_four {
  bottom: 100px;
  left: 740px;
}

img.position-absolute.shapes_h2_five {
  left: -73px;
  bottom: -92px;
}

img.position-absolute.shapes_h2_six {
  bottom: 280px;
  left: 850px;
}

.social_link.social_link_two ul {
  flex-direction: column;
}
.social_link.social_link_two ul li {
  margin-bottom: 11px;
  position: relative;
}
.social_link.social_link_two ul li a {
  border: 1px solid #0095da;
}
.social_link.social_link_two ul li a i {
  color: #0095da;
}

li.before {
  position: relative;
}
li.before::before {
  position: absolute;
  content: "";
  height: 190px;
  width: 1px;
  background: #CBCBCB;
  left: 50%;
  bottom: 180%;
}

li.after {
  position: relative;
}
li.after::after {
  position: absolute;
  content: "";
  height: 190px;
  width: 1px;
  background: #CBCBCB;
  left: 50%;
  top: 180%;
}

.social_link.social_link_two {
  position: absolute;
  left: 74px;
}

img.position-absolute.shapes_h2_nine {
  position: absolute;
  top: 174px;
  left: 670px;
}

img.position-absolute.shapes_h2_seven {
  left: 580px;
  top: 0;
}

img.position-absolute.shapes_h2_eight {
  top: 0;
  left: 613px;
}

img.position-absolute.shapes_h2_ten {
  left: 909px;
  bottom: 0px;
}

img.position-absolute.shapes_h2_eleven {
  left: 993px;
  bottom: -1px;
  animation: zoomIn 15s linear infinite;
}

.active_currencey {
  background: #E3EEFE;
}

img.shape_08.position-absolute {
  top: 26%;
  right: 9%;
}

.slide_img.beforelsiee {
  position: relative;
}
.slide_img.beforelsiee::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #C9C9C9;
  border-radius: 50px;
  top: 18%;
  left: 10%;
}
.slide_img.beforelsiee::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #C9C9C9;
  border-radius: 50px;
  top: 18%;
  left: 13%;
}

.scrollanimation {
  animation: fadeInup 2s linear forwards;
}

@keyframes fadeInup {
  0% {
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
  }
}
/* mobile menu css */
.open-mobile-menu a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #EA4C89;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 9;
}

.open-mobile-menu a:hover {
  background: #EA4C89;
  color: #fff;
}

.open-mobile-menu a.active {
  background: #EA4C89;
}

.side-menu-icon i {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.side-info {
  background: #fff;
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 99;
  right: -100%;
  top: 0;
  padding: 15px 30px;
  transition: 0.6s;
  overflow-y: scroll;
}

.side-info.info-open {
  right: 0;
}

.side-info-close {
  background: none;
  border: 0;
  color: #222;
  font-size: 20px;
  padding: 0;
  margin-bottom: 20px;
}

.side-info-content h1 {
  color: #fff;
  font-size: 29px;
}

.offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

/* mean menu customize */
.mobile-menu.mean-container {
  overflow: hidden;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  z-index: 9999999;
  position: relative;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 17px;
  color: #101a23;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 500;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  padding: 0 !important;
  line-height: 14px;
  height: 30px;
  width: 30px;
  color: #353535;
  line-height: 28px;
  top: 6px;
  font-weight: 400;
  right: 16px;
}

.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li a.mean-clicked {
  background: #438FF9;
  border-color: #438FF9 !important;
  color: #fff;
}

.mean-container .mean-nav > ul > li:first-child a {
  border-top: 0;
}

.mean-container .mean-nav ul ul {
  padding-left: 15px;
}

.mean-container .mean-nav ul li ul li a {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none !important;
  visibility: visible;
  border-bottom: 1px solid #ebebeb;
  line-height: 1;
  font-size: 12px;
  color: #101a23;
}

.mean-container .mean-nav ul li ul li:last-child a {
  border: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: #EA4C89;
}

/*contact-infos*/
.contact-infos h4 {
  font-size: 27px;
  margin-bottom: 20px;
}

.contact-infos ul li {
  font-size: 16px;
  margin-bottom: 15px;
  list-style: none;
}

.contact-infos ul li a {
  color: #647589;
  overflow: hidden;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}

.contact-infos ul li i {
  color: #EA4C89;
  width: 25px;
  float: left;
  margin-top: 5px;
}

.sidebar__menu--social {
  margin-top: 25px;
}

.sidebar__menu--social a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: #EA4C89;
  z-index: -1;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar__menu--social a:hover::before {
  width: 100%;
}

div.sidebar__menu--social a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  margin-right: 1px;
  background: #393f53;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.sidebar__menu--social ul li {
  display: inline-block;
}

.sidebar__menu--social ul li a {
  color: #fff;
}

.sidebar__menu--social ul li a i {
  color: #fff;
  float: none;
}

.side-btn .site__btn1 {
  padding: 16px 50px;
}

.side-btn .btn {
  font-size: 13px;
  padding: 20px 40px;
}

.open-mobile-menu {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.wrap-work {
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}

.service_two__content a {
  color: #3BBEFF;
  font-size: 16px;
}

.social_link.social_link_two {
  position: absolute;
  left: 74px;
  top: 38%;
}

.service_two__content h4 a {
  font-size: 24px;
}
.service_two__content h4 a:hover {
  color: #438FF9;
}

.left_to_menu {
  background: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.left_to_menu.shoeleft {
  transform: translateX(100%);
}

a.video-play-button.popupImage {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #0095da;
  border-radius: 50px;
  text-align: center;
  line-height: 32px;
  margin-top: 13px;
  margin-left: 19px;
}

.menu_image {
  width: 100%;
}
.menu_image img {
  width: 100%;
}

.menu_item {
  padding: 100px;
  width: 50%;
  overflow: scroll;
  height: 100vh;
  padding-left: 50px;
}
.menu_item ul li {
  list-style: none;
  display: block;
  margin-bottom: 28px;
  text-transform: capitalize;
  font-weight: 600;
}

.left_to_menu.shoeleft {
  position: fixed;
}

.left_to_menu.shoeleft {
  transform: translate(10px, 10px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

span.lefttoMenu {
  position: absolute;
  right: 4%;
  top: 2%;
  font-size: 50px;
  cursor: pointer;
}

.slide_area {
  overflow: hidden;
}

.menu_item ul li a {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.menu_item ul li a:hover {
  color: #438FF9;
}

.wrapper {
  top: 0;
  transform: translate(10px, -1px);
}

.wrapper.wrapper_two {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 26%;
  z-index: 99;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #0095da;
  z-index: 999;
}

.videoTwo {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #438FF9;
  display: inline-block;
  background: #ffffff;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes wavesTwo {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #0095da;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wavesTwo {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #ffffff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

img.shape_10 {
  top: 0;
  left: 30px;
}

img.shape_11 {
  top: -445px;
  left: 616px;
}

img.shape_12 {
  top: 330px;
  left: 884px;
  opacity: 0.8;
}

img.shape_13 {
  right: -214px;
  bottom: -86px;
}

.testimonial_area.mb-120 {
  margin-bottom: 90px;
}

a.cmn_btn.cmn_outline.bg_white.addinfo i {
  padding-left: 16px;
}

.text_color {
  color: #3BBEFF;
}

i.fas.fa-chevron-right.left_space {
  display: inline-block;
  padding-left: 9px;
}

a.outline_two.cmn_btn {
  background: transparent;
  border: 1px solid #0095da;
}
a.outline_two.cmn_btn span, a.outline_two.cmn_btn i {
  color: #0095da;
}

a.cmn_btn.banar_btn i {
  display: inline-block;
  padding-left: 15px;
}

.header_area.sticky-bar .custom-container {
  margin-top: 0;
}

.menu_essential ul li i {
  cursor: pointer;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li i {
  display: none;
}

.copyright_text p span {
  font-weight: 700;
}

.wrap-home-menu-2 {
  display: flex;
  justify-content: end;
}

.menu-flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-two {
  display: flex;
  align-items: center;
}

.currencey-left {
  display: flex;
  align-items: center;
}

.log-02 {
  padding-left: 68px;
}

.main_menu ul li ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.main_menu ul li ul li ul {
  left: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

.mb-45.mb-remove-preview {
  margin-bottom: 20px;
}

.client_info.client_info-one.d-flex {
  justify-content: initial !important;
}

.main_menu ul li ul li ul li a {
  color: #919090 !important;
}
.main_menu ul li ul li ul li a:hover {
  color: #438FF9 !important;
}

.circle-shape-design {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #C9C9C9;
  border-radius: 50px;
  top: 18%;
  left: 7%;
}

/*
=============================
03. SLIDE
=============================
*/
.slide_area {
  background-image: url("../img/slide/pattern.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #F8F6FA;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1080px;
}

img.shape_01 {
  top: 110px;
  opacity: 0.3;
  left: 45px;
  animation: 5s jackInTheBox infinite;
}

img.shape_02 {
  top: 200px;
  left: 100px;
  opacity: 0.3;
  animation: 50s animationFramesOne infinite;
}

img.shape_03 {
  top: 156px;
  left: 315px;
  opacity: 0.3;
  animation: 12s fadeOutBottomLeft infinite;
}

img.shape_04 {
  top: 146px;
  left: 477px;
  opacity: 0.2;
  animation: 30s animationFramesOne infinite;
}

img.shape_05 {
  bottom: 111px;
  right: 360px;
  opacity: 0.3;
}

img.shape_06 {
  bottom: 112px;
  right: 117px;
  opacity: 0.3;
}

img.shape_07 {
  bottom: 45px;
  right: 280px;
  opacity: 0.2;
}

.slide_img {
  position: relative;
  padding-top: 90px;
}

img.img-2 {
  top: 130px;
  left: -70px;
  animation: 5s bounce infinite;
}

img.img-3 {
  top: 150px;
  right: -80px;
  background: #fff;
  padding: 10px 30px;
  animation: 20s float-bob-x infinite;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #438FF93B;
  border-radius: 4px;
}

img.img-4 {
  bottom: 20px;
  left: 44px;
  background: #fff;
  padding: 21px 14px;
  animation: 5s float-bob-x infinite;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #438FF93B;
  border-radius: 4px;
}

img.img-5 {
  bottom: -55px;
  right: 125px;
  background: #fff;
  padding: 10px 20px;
  animation: 5s float-bob-y infinite;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #438FF93B;
  border-radius: 4px;
}

.slide_content {
  padding-top: 150px;
  padding-right: 30px;
}
.slide_content h4 {
  font-size: 30px;
  font-family: "Kalam";
  font-weight: 700;
  margin-bottom: 18px;
}
.slide_content h4 span {
  color: #0095da;
  font-family: "Kalam";
}
.slide_content h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
}
.slide_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding-top: 9px;
}

.site_button {
  padding-top: 28px;
}

.cmn_btn {
  background-color: #438FF9;
  padding: 12px 50px !important;
  border-radius: 50px;
  color: #ffffff !important;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  position: relative;
  padding-left: 27px !important;
}
.cmn_btn i {
  margin-left: 14px;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  left: 68%;
}
.cmn_btn:hover i {
  left: 72%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.cmn_outline {
  background-color: transparent;
  padding: 12px 65px !important;
  border-radius: 50px;
  color: #0095da !important;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  border: 2px solid #0095da;
  padding-left: 22px !important;
}

a.cmn_btn.slide_btn.increase_width {
  padding-right: 70px !important;
}
a.cmn_btn.slide_btn.increase_width i {
  margin-left: 0;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  left: 64%;
}
a.cmn_btn.slide_btn.increase_width:hover i {
  left: 70%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.slide_btn {
  margin-right: 20px;
}

img.shape_09.position-absolute {
  left: 59%;
  z-index: 1;
  top: 41%;
  opacity: 0.4;
  animation: float-bob-x 10s linear infinite;
}

img.shapes_h2_one {
  top: -51px;
  left: 200px;
}

img.shapes_h2_three {
  right: 135px;
  top: 135px;
  opacity: 0.3;
  animation: float-bob-x 8s linear infinite;
}

img.shapes_h2_four {
  bottom: 100px;
  left: 740px;
  animation: swing 5s infinite;
}

img.shapes_h2_two {
  top: 0;
  left: 685px;
  animation: swing 5s linear infinite;
}

img.position-absolute.shapes_h2_six {
  bottom: 280px;
  left: 850px;
  animation: float-bob-y 2s linear infinite;
}

img.position-absolute.shapes_h2_nine {
  position: absolute;
  top: 174px;
  left: 670px;
}

img.position-absolute.shapes_h2_ten {
  left: 909px;
  bottom: 0px;
}

#pointer {
  cursor: pointer;
}

img.position-absolute.shapes_h2_newTwo {
  left: 50%;
  bottom: -1px;
}

img.position-absolute.shapes_h2_newOne {
  left: 30%;
  top: 0;
}

.brand_items img {
  display: inherit;
}

i.icon-serviceicon.increase_font {
  font-size: 15px;
}

.slide_content_two {
  padding-right: 30px;
}

.slide_img.beforelsiee.DisplayNone {
  transition: 0.5s;
  cursor: pointer;
}

img.position-absolute.shapes_h2_second {
  left: 31%;
  top: 0;
}

a.cmn_btn.error_btn i {
  margin-left: 10px;
}

.calculator_options.cal_three input {
  display: inline-block;
  padding: 14px;
  border: 1px solid #ddd;
  width: 100%;
}

.slide_btn.cmn_btn i {
  margin-left: 15px;
}

.cmn_btn.cmn_outline.cmn_outline_two i {
  margin-left: 15px;
}

.service_two__image img {
  object-fit: cover;
  object-position: top;
}

.service_two__image {
  height: 153px;
}

/*
=============================
04. BANER
=============================
*/
.banar_area {
  position: relative;
}

img.process_shape_01 {
  position: absolute;
  right: 188px;
  top: 25%;
}

img.process_shape_09 {
  position: absolute;
  top: 13%;
  right: 9%;
}

img.process_shape_02 {
  position: absolute;
  bottom: 93px;
  right: 283px;
}

img.process_shape_04 {
  position: absolute;
  top: 183px;
  right: 592px;
}

img.process_shape_07 {
  position: absolute;
  right: 426px;
}

img.process_shape_05 {
  position: absolute;
  top: 43%;
}

.row.baner_bg {
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  padding-bottom: 0px;
}

.banar_content {
  padding: 50px 45px;
  position: relative;
}
.banar_content h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.banar_content h2 {
  color: #0095da;
  text-transform: capitalize;
}

.banar_btn {
  background: #3BBEFF;
}
.banar_btn svg {
  margin-left: 20px;
}

img.position-absolute.baner_content_o1 {
  top: 33px;
  left: 73px;
}

img.position-absolute.baner_content_o2 {
  right: -150px;
  bottom: 20px;
}

img.position-absolute.baner_content_o3 {
  top: 0;
  right: 0;
}

img.position-absolute.baner_content_o4 {
  bottom: 0;
  left: 310px;
}

img.position-absolute.banar_area_01 {
  top: 169px;
  left: 0;
  opacity: 0.3;
}

img.position-absolute.banar_area_04 {
  top: 30px;
  left: 607px;
  opacity: 0.2;
}

img.position-absolute.banar_area_03 {
  right: 60px;
  top: 140px;
  opacity: 0.2;
}

img.position-absolute.banar_area_02 {
  bottom: -58px;
  opacity: 0.3;
  left: 50%;
}

.shadownone {
  box-shadow: none !important;
}

/*
=============================
ABOUT AREA CSS
=============================
*/
.about_img_2 {
  margin-left: 107px;
}

.about_images {
  position: relative;
}

img.about_shape_one {
  position: absolute;
  top: -2%;
  transform: translateY(-50%);
  left: 6%;
}

@keyframes rotateanim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
img.about_shape_two {
  position: absolute;
  bottom: 67px;
  left: 20%;
  animation: float-bob-y 2s infinite;
}

img.about_img_one {
  margin-right: 15px;
  margin-top: -204px;
}

.about_area {
  padding: 220px 35px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

img.about_shape_three {
  position: absolute;
  right: 20%;
  top: -107px;
}

img.about_img_two {
  position: relative;
  animation: float-bob-y 5s linear infinite;
}

.rotate {
  position: absolute;
  right: 37%;
  text-transform: uppercase;
  transform: rotate(270deg);
  background: #fff;
  padding: 21px 28px;
  bottom: 11%;
  color: #438FF9;
  font-size: 18px;
  font-weight: 700;
}

.preview_content {
  padding-right: 30px;
}

.title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.6;
  text-transform: capitalize;
}
.title span {
  color: #438FF9;
}

.sub_title {
  font-family: "Kalam";
  font-weight: 700;
  font-size: 20px;
  color: #0095da;
  margin-bottom: 10px;
}

.about_content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
.about_content p {
  line-height: 2;
  font-size: 16px;
}

.about_image_1::before {
  position: absolute;
  height: 100px;
  width: 100px;
  content: "";
  left: 56px;
  top: -52px;
  border-radius: 50px;
  border: 1px dashed #707070;
  animation: rotateanim 5s linear infinite;
}

img.position-absolute.about_o1 {
  top: 50%;
  right: 30px;
  max-width: 6%;
  transform: translateY(-50%);
}

img.position-absolute.about_o2 {
  top: 143px;
  left: 29%;
}

img.position-absolute.about_o3 {
  top: 0;
}

.subheading {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}

.sub_title.subtitle_two {
  margin-bottom: 0;
  line-height: 0.6em;
}

.banar_button {
  display: flex;
  justify-content: space-around;
  margin-left: 106px;
}

.copyright_area {
  position: relative;
}

img.plygon-homepage_two {
  position: absolute;
  bottom: 20px;
}

.footer_area .copyright_area.bg-none {
  background: transparent;
}

img.ffff-homepage_two {
  right: 10%;
  top: 26%;
}

img.position-absolute.about_4 {
  bottom: 63px;
  left: 9%;
}

/*
=============================
05. SERVICE
=============================
*/
.service_area {
  background-image: url("../img/service/service_bg.png"), linear-gradient(to right, #A7D1F3, #D6DCFE);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.service_card {
  max-width: 370px;
  position: relative;
  padding-bottom: 70px;
  border-bottom: 0;
  border-top: 0;
  max-height: 450px;
  margin-bottom: 40px;
  overflow: visible;
  box-shadow: 0px 10px px #00000029;
  border-radius: 10px;
  background: #fff;
}
.service_card:hover .service_img img {
  transform: translateY(-7px);
  transition: 0.5s;
}

.service_img {
  background-image: url("../img/service/pattern_service.png");
  background-repeat: no-repeat;
}

.service_img img {
  transition: 0.5s;
}

.service_img.text-center.service_two img {
  padding-top: 77px;
}

.service_img.text-center.service_three img {
  padding-top: 60px;
}

.service_content {
  padding-top: 91px;
  position: relative;
  z-index: 99999;
}

.service_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.radius_btn {
  font-size: 19px;
  background-color: #438FF9;
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  border-color: #A2D2F4;
  border-radius: 50px 50px 50px 50px;
  width: 68px;
  height: 68px;
  line-height: 29px;
  position: relative;
  bottom: -15px;
  display: inline-block;
  margin: 0px 0px -20px 0px;
  padding: 15px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.radius_btn i {
  display: inline-block;
  transform: translateX(0);
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.radius_btn:hover i {
  transform: translateX(300px);
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.radius_btn:hover::before {
  transform: translateX(0);
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

i.icon-serviceicon.increase_font {
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

.radius_btn:hover i.icon-serviceicon.increase_font {
  left: 58%;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
  color: #0095da;
}

.service_content p {
  color: #8B8B8B;
}

.service_content .light_color {
  color: #000;
}

a.radius_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: transparent;
  content: "\e900";
  color: #fff;
  font-family: "icomoon" !important;
  height: 100%;
  width: 100%;
  transform: translateX(-100px);
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
  line-height: 54px;
  border-radius: 50px;
}

.service_img img {
  display: inline-block;
  transform: translateY(4px);
  margin-bottom: -50px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  position: absolute;
  top: -100px;
  right: 1%;
  width: 70px;
  background: #fff;
  height: 70px;
  border-radius: 50px;
  border: 0;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-image: url("../img/icon/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.prev-arrow:hover {
  background-color: #e8eeff;
}

.next-arrow {
  position: absolute;
  top: -100px;
  right: 8%;
  width: 70px;
  background: #fff;
  height: 70px;
  border-radius: 50px;
  border: 0;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-image: url("../img/icon/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(181deg);
}
.next-arrow:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding-left: 5px;
}
.next-arrow:hover {
  background-color: #e8eeff;
}

.service_two_card {
  padding: 50px 45px;
  box-shadow: 0px 13px 38px #3BBEFF29;
  margin-bottom: 30px;
  border-radius: 20px;
  position: relative;
}
.service_two_card::before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 17px;
  background: #0095da;
  content: "";
  top: 57%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service_two_card:hover svg {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service_two__image {
  margin-bottom: 30px;
}

.service_two__content h4 {
  margin-bottom: 9px;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service_two__content h4 a {
  color: #131313;
}
.service_two__content p {
  margin-bottom: 20px;
}
.service_two__content a {
  color: #3BBEFF;
  font-weight: 600;
}
.service_two__content a:hover i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service_two__content a i {
  margin-left: 10px;
  display: inline-block;
  color: #3BBEFF;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service_two_card.service_page_card h4 {
  margin-bottom: 9px;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service_two_card.service_page_card h4 a {
  color: #131313;
}
.service_two_card.service_page_card p {
  margin-bottom: 20px;
}
.service_two_card.service_page_card a {
  color: #0095da;
  font-weight: 600;
}
.service_two_card.service_page_card a img {
  margin-left: 10px;
  color: #0095da;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service_two_card.service_page_card:hover a img {
  margin-left: 15px;
}
.service_two_card.service_page_card:hover a {
  color: #438FF9;
}

.service_two__image.mb-20 {
  margin-bottom: 51px;
}

.card_load {
  background: #3BBEFF;
}

.service_two_card.card_load {
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.strategy_content p:first-child {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 15px;
}
.strategy_content p:last-child {
  font-weight: 500;
}

button.accordion-button {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 15px;
}

.accordion-body {
  padding: 4rem 1.25rem;
}

.accordion-button:focus {
  border: 0;
  outline: 0;
  box-shadow: 0;
}

.accordion-button:not(.collapsed) {
  color: #131313;
  background-color: transparent;
  box-shadow: none;
}

.faq_area {
  position: relative;
}

img.shape_faq {
  position: absolute;
  top: 215px;
  left: 27px;
  /* animation: zoomIn 2s infinite; */
  width: 10%;
  opacity: 0.3;
}

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #fff;
}

.accordion-item:first-of-type {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.accordion-item {
  margin-bottom: 15px;
  border-radius: 11px;
}

button.accordion-button.collapsed {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #0095da14;
  border-radius: 8px;
  border: 0;
}

.accordion-item.faq_two {
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.homepage_two_faq {
  position: relative;
}

img.position-absolute.faq_1 {
  left: 294px;
  bottom: -70px;
  opacity: 0.2;
}

img.position-absolute.faq_2 {
  right: 334px;
  bottom: 198px;
  opacity: 0.2;
}

img.position-absolute.faq_3 {
  left: 235px;
  top: 50%;
  opacity: 0.2;
}

img.position-absolute.faq_4 {
  top: 0;
  left: 72%;
  opacity: 0.2;
}

img.position-absolute.faq_5 {
  opacity: 0.2;
  right: 11%;
  top: 13%;
}

img.position-absolute.faq_6 {
  top: 100%;
  right: 5%;
  opacity: 0.2;
}

img.position-absolute.faq_7 {
  left: 3%;
  bottom: 5%;
  opacity: 0.2;
}

img.position-absolute.faq_8 {
  right: 6%;
  top: 56%;
  opacity: 0.2;
}

img.position-absolute.faq_9 {
  left: 8%;
  opacity: 0.2;
  top: 0;
}

.accordion-body.map_accordion {
  padding: 0px 11px;
}

.accordion-item.faq_two.map_faq .accordion-button {
  box-shadow: none;
}

.breadcrumb_content {
  position: relative;
}

.breadcrumb_area {
  padding: 250px 0;
  text-align: center;
  background: #F8F6FA;
  padding-bottom: 118px;
  padding-top: 240px;
  position: relative;
  overflow: hidden;
}

.breadcrumb_content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.breadcrumb_content ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.breadcrumb_content ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #5E5E5E;
}
.breadcrumb_content ul li a i {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.about_services {
  background-image: url("../img/about/breadcrumb/world_map.png"), linear-gradient(91deg, #A2D2F4 0%, #DFDDFF 100%);
  padding: 104px 35px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.shoot_icon.shoot_icon_two img {
  padding-bottom: 17px;
}

.title .expert_color {
  color: #438FF9;
}

.gallary_area {
  background: transparent linear-gradient(91deg, #A2D2F4 0%, #DFDDFF 100%) 0% 0% no-repeat padding-box;
  padding: 120px 0;
  position: relative;
  padding-bottom: 28px;
  overflow: hidden;
}

img.gall_o1 {
  top: 130px;
  left: 80px;
  opacity: 0.3;
}

img.gall_o3.position-absolute {
  left: 270px;
  bottom: 95px;
  opacity: 0.3;
}

img.gall_o4.position-absolute {
  right: 375px;
  bottom: 220px;
  opacity: 0.3;
}

img.gall_o5.position-absolute {
  top: 13px;
  left: 8px;
  opacity: 0.3;
}

.gallary_images {
  position: relative;
}

img.g2.position-absolute {
  right: 180px;
  z-index: 9;
}

img.g3.position-absolute {
  left: 55%;
  top: 23px;
}

@keyframes rotate360 {
  0% {
    transform: rotate(32deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
path#Path_6547 {
  animation-name: rotate360;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

g#Group_5643 {
  animation: bounce 5s infinite;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.line_image {
  margin-top: -98px;
  margin-left: 166px;
}

.subscribe_area.service_subscribe {
  margin-top: 0px;
}

.news_area.service_news {
  padding-bottom: 150px;
}

ul#pills-tab {
  background: #F8FBFF;
  padding: 25px 0;
}

.details_nav .nav-item {
  margin-right: 47px;
}

.details_nav .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #438FF9;
  background: transparent;
}

.preview_details_content ul li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 19px;
}
.preview_details_content ul li i {
  display: inline-block;
  margin-right: 10px;
  color: #438FF9;
  font-weight: 700;
  position: absolute;
  left: 1px;
  top: 4px;
}
.preview_details_content h4 {
  margin-bottom: 13px;
  font-size: 16px;
  color: #438FF9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0;
}

.product_details {
  background: #438FF912 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 20px 30px;
}
.product_details h5 {
  font-size: 18px;
  font-weight: 600;
}
.product_details ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
}
.product_details ul li::before {
  position: absolute;
  left: -20px;
  content: "•";
  color: #438FF9;
}

.grid-item {
  margin: 10px 15px;
  position: relative;
}
.grid-item a {
  position: relative;
  display: block;
}
.grid-item a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 30px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: #fff;
}
.grid-item:hover a::before {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.grid-item:hover .plus {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.portfolio_content {
  padding-top: 15px;
}
.portfolio_content a::before {
  background: transparent;
}
.portfolio_content h5 {
  font-size: 14px;
}
.portfolio_content h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}

.fd.pt-10 {
  margin-left: 94px;
}

button.plus {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  height: 74px;
  width: 74px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 74px;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.button-group.filtering_btn button {
  display: inline-block;
  padding: 10px 15px;
  /* background: #438FF9; */
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #ddd;
  color: #000;
}

.pdetails__thumb {
  margin-bottom: 20px;
}
.pdetails__content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.pdetails__list ul li {
  margin-bottom: 20px;
  list-style: none;
}
.pdetails__list ul li img {
  margin-right: 15px;
  display: inline-block;
}

.projectBox {
  background: #F5F9FF;
}
.projectBox__header {
  background: #438FF9;
  padding: 25px 25px;
}
.projectBox__header h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}
.projectBox__body {
  padding: 30px 25px;
}
.projectBox__body ul li {
  list-style: none;
  margin-bottom: 16px;
  padding-bottom: 13px;
  border-bottom: 2px dashed #C2C2C2;
}
.projectBox__body ul li span {
  font-weight: 700;
  color: #515151;
}

.helpLine {
  position: relative;
  background-image: url("../img/portfolio/helpbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px;
}
.helpLine h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.help_call h4, .help_call h5 {
  color: #ffffff;
  margin-bottom: 10px;
}

.p_details_2 {
  border-bottom: 2px dashed #C2C2C2;
  padding-bottom: 22px;
}

.underline.hometwoprimary {
  color: #0095da;
}

.fullteam_area {
  background: #F3F8FF;
  padding-top: 100px;
  padding-bottom: 120px;
}

.subscribe_area.team_subscribe {
  margin-top: -239px;
}

.member_area {
  position: relative;
}
.member_area::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 31%;
  left: 0;
  border-bottom: 1px dashed #438FF9;
  display: none;
}

img.position-absolute.member_shape {
  bottom: -45px;
  left: 26%;
  opacity: 0.4;
}

.member__content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
}
.member__content p {
  color: #131313;
}

.member_area_data {
  background: #F5F9FF;
  padding: 50px 0;
}

.member_data .nav .nav-item {
  margin-right: 100px;
}

.member_data .nav .nav-item .nav-link {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.member_data {
  position: relative;
}
.member_data::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #438FF9;
  bottom: 0;
  opacity: 0.3;
  top: 83px;
}

.member_data .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #438FF9;
  background-color: transparent;
  text-decoration: underline;
}

.member_experience {
  position: relative;
}
.member_experience::before {
  position: absolute;
  content: "";
  left: -32px;
  top: 0;
  height: 22px;
  width: 22px;
  border-radius: 2px;
  background: #ffffff;
}
.member_experience::after {
  position: absolute;
  content: "";
  left: -22px;
  top: 10px;
  height: 12px;
  width: 12px;
  border-radius: 2px;
  background: #3BBEFF;
  transform: translate(-50%, -50%);
}
.member_experience h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.member_experience h4 {
  font-size: 16px;
  color: #8B8B8B;
}
.member_experience p {
  color: #131313;
  font-weight: 600;
  line-height: 2;
}

.member_area_data {
  background: #F5F9FF;
  padding: 50px 0;
  padding-bottom: 180px;
}

a.cmn_btn svg {
  margin-left: 14px;
}

.clients_area.pricing_client {
  padding-bottom: 290px;
}

.quoteBox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 25px #F236741A;
  border-radius: 5px;
  padding: 18px 20px;
  cursor: pointer;
  position: relative;
}
.quoteBox span {
  display: inline-block;
  height: 44px;
  width: 44px;
  background: #F23674;
  border-radius: 50px;
  text-align: center;
  line-height: 44px;
  margin-bottom: 10px;
}
.quoteBox::before {
  position: absolute;
}

.quotecontent__title {
  font-size: 16px;
  font-weight: 500;
  color: #5E5E5E;
}
.quotecontent__description {
  font-size: 14px;
  color: #B8B8B8;
  margin-bottom: 0;
}

.quoteBox .bg_cyan {
  background: #E8F1FF;
  font-weight: 700;
  color: #1CACF3;
  font-size: 20px;
}

.quoteBox .bg_orange {
  background: #FFF4E7;
  font-weight: 700;
  color: #0095da;
  font-size: 20px;
}

.quoteBox .bg_green {
  background: #E2FBF3;
  font-weight: 700;
  color: #15DE9B;
  font-size: 20px;
}

.quoteBox.quoteBox_one {
  border: 1px solid #1CACF3;
}

.quoteBox.quoteBox_two {
  border: 1px solid #0095da;
}

.quoteBox.quoteBox_three {
  border: 1px solid #15DE9B;
}

.quotMain {
  background: #F8F6FA;
  padding: 38px 33px;
  position: relative;
}
.quotMain::before {
  position: absolute;
  content: "";
  background: #438FF9;
  height: 127px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.quotMain__header-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #F23674;
  margin-bottom: 10px;
}
.quotMain__header-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.quotMain__header-description {
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.quotMain__body {
  position: relative;
}
.quotMain__body::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #B8B8B8;
  content: "";
  opacity: 0.3;
}
.quotMain__body form input {
  padding: 18px 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 20px;
}
.quotMain__body form input::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
}
.quotMain__body form input:-moz-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
}
.quotMain__body form input::-moz-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
}
.quotMain__body form input:-ms-input-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
}
.quotMain__body form textarea {
  padding: 18px 22px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  resize: none;
  width: 100%;
  text-transform: capitalize;
}
.quotMain__body form textarea::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
}
.quotMain__body form textarea:-moz-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
}
.quotMain__body form textarea::-moz-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
}
.quotMain__body form textarea:-ms-input-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
}

.quoteProduct {
  background: linear-gradient(#9D91F5 50%, #fff 50%);
  box-shadow: 0px 10px 20px #00000029;
  margin-bottom: 45px;
  position: relative;
  border-radius: 10px;
}
.quoteProduct__thumb img {
  padding-top: 10px;
}
.quoteProduct__content {
  background: #ffffff;
  padding: 10px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 0;
}
.quoteProduct__content-title {
  font-size: 14px;
  font-weight: 700;
}

a.cmn_btn.cmn_outline.bg_white {
  background: #fff;
  border: 0;
}

.cmn_btn.white_color {
  color: #ffffff;
}
.cmn_btn.white_color i {
  margin-right: 7px;
}

.quotMain__header-title.extra_mb {
  margin-bottom: 18px;
}

.quote_sub_heading {
  color: #343434;
  font-size: 16px;
}

.quote_date table {
  width: 100%;
}
.quote_date table tr {
  margin-bottom: 15px;
}
.quote_date table tr td {
  padding: 10px;
}

.resize_box p {
  font-size: 16px;
}
.resize_box p input {
  margin-right: 10px;
}

.cs-width h4 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.cs-width input {
  width: 160px;
  padding: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.cs-width input::-webkit-input-placeholder {
  text-align: right;
  padding-right: 5px;
  color: #B8B8B8;
}
.cs-width input:-moz-placeholder {
  text-align: right;
  padding-right: 5px;
  color: #B8B8B8;
}
.cs-width input::-moz-placeholder {
  text-align: right;
  padding-right: 5px;
  color: #B8B8B8;
}
.cs-width input:-ms-input-placeholder {
  text-align: right;
  padding-right: 5px;
  color: #B8B8B8;
}

.add_title {
  font-size: 14px;
  font-weight: 600;
}

.customize_textarea {
  border: 1px solid #E5E5E5;
  resize: none;
}

.quoteBox.quoteBox_zero {
  border: 1px solid #F23674;
}

.apnd-img i {
  position: absolute;
  right: 6px;
  height: 22px;
  top: 4px;
  width: 22px;
  background: #ffffff;
  border-radius: 50px;
  display: inline-block;
  background-image: url("../img/service/close.png");
}

.apnd-img {
  float: left;
  margin: 5px;
  min-height: 122px !important;
  min-width: 124px !important;
  padding: 6px;
  position: relative;
  text-align: center;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  display: inline-block;
}

.cam.upphotos {
  height: 122px;
  width: 124px;
  display: inline-block;
  text-align: center;
  line-height: 122px;
  font-size: 37px;
  border: 1px dashed #CBCBCB;
  font-weight: 700;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  color: #8B8B8B;
  margin-top: 6px;
  border-radius: 6px;
}

.drop_title {
  color: #989898;
  font-size: 18px;
  text-transform: capitalize;
}

.orEdit {
  font-size: 16px;
  color: #438FF9;
}

input[type=file] {
  display: none;
}

.fileUpload input.upload {
  display: inline-block;
}

.fileUpload label {
  color: #222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  background: #F9F9F9;
  border: 1px solid #E6E6E6;
  padding: 8px 30px;
  text-transform: capitalize;
}

.bg_green {
  color: #15DE9B;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.wrap-form {
  position: relative;
}

.user {
  position: absolute;
  top: 28%;
  left: 5%;
}

img.email {
  position: absolute;
  top: 29%;
  left: 2%;
}

.contact_content p {
  font-size: 15px;
}

.officeAddress {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: rgba(0, 0, 0, 0.4) -10px 12px 158px -73px;
  border-radius: 6px;
  padding: 25px 30px;
  padding-bottom: 9px;
}
.officeAddress ul li {
  list-style: none;
  margin-bottom: 20px;
  font-weight: 500;
  color: #5F5858;
}
.officeAddress ul li img {
  margin-right: 10px;
}
.officeAddress__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.contact_bg {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px #00000012;
  border-radius: 10px;
  padding: 60px 60px;
  margin-top: -160px;
}

.contact_imge {
  text-align: center;
}

.error_image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_page {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: transparent linear-gradient(180deg, #FCFCFC00 0%, #AFD1FF66 100%) 0% 0% no-repeat padding-box;
}

.error_title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 30px;
}

.error_04 {
  top: 200px;
  left: 70px;
  opacity: 0.3;
}

.error_01 {
  top: 210px;
  left: 200px;
  opacity: 0.3;
}

.login_area {
  background: transparent linear-gradient(180deg, #FCFCFC00 0%, #AFD1FF66 100%) 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 30px #0A0A0A1F;
  border-radius: 12px;
  padding: 0px 50px;
}
.login__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.login__header::before {
  position: absolute;
  left: 0;
  content: "";
  bottom: 5px;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #ebebeb;
}

ul#pills-tab {
  background: transparent;
  padding: 25px 0;
}

.details_nav ul#pills-tab {
  background: #F8FBFF;
  padding: 25px 8px;
}

.preview_details_content {
  padding-top: 40px;
  padding-left: 20px;
}

.details_nav .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  color: #2C2C2C;
}

.login_tab .nav .nav-item {
  background: transparent;
  position: relative;
  padding-right: 12px;
}

.login_tab .nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #5E5E5E;
}

.login_tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #438FF9;
  background-color: transparent;
}

.login_tab {
  padding-top: 25px;
}

.border-right-custom {
  position: relative;
}
.border-right-custom::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 13px;
  background: #707070;
  right: 3px;
  top: 12px;
}

.circle-form input {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  padding: 20px 25px;
  margin-bottom: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 16px;
}
.circle-form input::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
  font-size: 16px;
}
.circle-form input:-moz-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
  font-size: 16px;
}
.circle-form input::-moz-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
  font-size: 16px;
}
.circle-form input:-ms-input-placeholder {
  text-transform: capitalize;
  color: #C2C2C2;
  font-size: 16px;
}

input.checkinput {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #E1E1E1;
}

.form-check {
  margin: 0;
  padding: 7px;
  display: flex;
  margin-bottom: 30px;
}
.form-check label {
  display: inline-block;
  padding-left: 13px;
}

.submitBtn, .createacountbg {
  padding: 12px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
  background: #438FF9;
  color: #ffffff;
}
.submitBtn i, .createacountbg i {
  display: inline-block;
  padding-left: 10px;
}

.forgetpass {
  display: inline-block;
  margin-bottom: 15px;
  color: #C2C2C2;
}

.createacountbg {
  background: #0095da;
}
.createacountbg:hover {
  color: #ffffff;
}

.login_area {
  position: relative;
}

.closeButton {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.login_01 {
  top: 160px;
  left: 500px;
  opacity: 0.3;
}

.login_02 {
  top: 140px;
  left: 390px;
  opacity: 0.3;
}

.login_03 {
  top: 210px;
  left: 220px;
  opacity: 0.3;
}

.login_04 {
  top: 195px;
  left: 70px;
  opacity: 0.3;
}

.login_08 {
  right: 200px;
  bottom: 140px;
  opacity: 0.3;
}

.login_07 {
  right: 100px;
  bottom: 160px;
  opacity: 0.3;
}

.login_06 {
  right: 360px;
  bottom: 210px;
  opacity: 0.3;
}

.login_05 {
  right: 530px;
  bottom: 150px;
  opacity: 0.3;
}

.linear-bg {
  background: #f00;
}

ul.slick-dots li button {
  height: 10px;
  width: 10px;
  background: #0095da;
  border-radius: 50px;
  font-size: 0;
  opacity: 0.3;
}

ul.slick-dots li.slick-active button {
  background-color: #438FF9;
  opacity: 1;
}

ul.slick-dots li {
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}

ul.slick-dots {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

ul.slick-dots li {
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}

@keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  100% {
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
}
img.shoot_shapes_07 {
  position: absolute;
  top: 6%;
  left: 36%;
  opacity: 0.3;
}

img.shoot_shapes_06 {
  position: absolute;
  left: 12%;
  top: 63%;
  opacity: 0.5;
}

img.process_shape_10 {
  animation: shakeY 20s infinite;
}

img.error_06.position-absolute {
  left: 79%;
  bottom: 210px;
  opacity: 0.3;
}

img.error_05.position-absolute {
  left: 85%;
  bottom: 25%;
  opacity: 0.3;
}

img.error_03.position-absolute {
  right: 8%;
  bottom: 37%;
  opacity: 0.3;
}

img.error_02.position-absolute {
  right: 26%;
  bottom: 23%;
  opacity: 0.3;
}

.widget_two {
  margin-bottom: 50px;
}

.login_01 {
  top: 160px;
  left: 0;
  opacity: 0.3;
}

.button-group.filtering_btn button {
  margin-bottom: 30px;
}

.customize_textarea {
  border: 1px solid #E5E5E5;
  resize: none;
  width: 100%;
  padding: 15px;
}

.contact_content {
  padding-left: 16px;
}

a.video_play.popupImage.popupvideo {
  background: #0095da;
  color: #fff;
  font-weight: 600;
}

.lan_currencey.lan_currencey_two ul li a {
  font-size: 14px;
}

.activemobile {
  display: none;
}

.sidebar {
  max-width: 940px;
  position: fixed;
  z-index: 99;
  right: -1130px;
  top: 0;
  background: #fff;
  padding: 100px;
  border-radius: 8px;
  box-shadow: 0px 9px 20px #438FF926;
  background: #131313 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 100vh;
  z-index: 999999999;
}

.sidebar.sidebarshow {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  right: 0;
}

.open_burger {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.paragraph {
  border-bottom: 1px dashed #fff;
}
.paragraph P {
  line-height: 30px;
  color: #ffffff;
}

.project_title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 22px;
  font-weight: 600;
}

.project_activitionn.slick-initialized.slick-slider button.slide-arrow.prev-burger.slick-arrow {
  position: absolute;
  top: 115%;
  right: 51%;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50px;
  color: #ffffff;
}
.project_activitionn.slick-initialized.slick-slider button.slide-arrow.prev-burger.slick-arrow:hover {
  background: #3BBEFF;
}

.project_activitionn.slick-initialized.slick-slider button.slide-arrow.next-burger.slick-arrow {
  position: absolute;
  top: 115%;
  right: 43%;
  border-radius: 50px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background: transparent;
  color: #ffffff;
}
.project_activitionn.slick-initialized.slick-slider button.slide-arrow.next-burger.slick-arrow:hover {
  background: #3BBEFF;
}

.show_projects {
  padding-bottom: 80px;
  border-bottom: 1px dashed #fff;
}

.project_activitionn.slick-initialized.slick-slider {
  padding-bottom: 40px;
}

ul.inline_list li {
  color: #fff;
  list-style: none;
  display: inline-block;
  margin-right: 35px;
}

.contact-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

ul.inline_list li img {
  margin-right: 10px;
}

.footer_area .copyright_area {
  position: relative;
  background: #FCFCFC;
  opacity: 0.8;
}

.footer_area_two {
  position: relative;
  overflow: hidden;
}

img.f-homepage_two {
  position: absolute;
  top: 4px;
  left: -62px;
}

.footer_widget {
  margin-bottom: 50px;
}

.quotMain__footer {
  position: relative;
  z-index: 2;
}

.service_activition.slick-dots li.slick-active button {
  background-color: #438FF9;
  opacity: 1;
}

.service_content p b {
  color: #438FF9;
}

img.clients_01 {
  top: 0;
  left: 0;
  animation: pulse 2s linear infinite;
}

img.clients_02 {
  bottom: 0;
  left: 800px;
}

img.clients_03.position-absolute {
  left: 700px;
}

img.clients_04.position-absolute {
  top: 50%;
  left: 0;
  position: absolute;
  opacity: 0.3;
}

img.clients_06.position-absolute {
  right: 20px;
  opacity: 0.3;
  animation: flash 5s linear infinite;
}

img.clients_08.position-absolute {
  top: 50px;
  left: 600px;
  opacity: 0.2;
}

img.clients_07.position-absolute {
  left: 550px;
  opacity: 0.3;
  animation: zoomIn 10s linear infinite;
}

img.clients_05.position-absolute {
  display: none;
}

.search {
  padding-right: 10px;
  cursor: pointer;
  margin-right: 60px;
}

.preview_image.preview_two::before {
  background: #ddd;
}

img.position-absolute.service_01 {
  right: -286px;
  top: -107px;
}

.service_activition .slick-list .slick-slide {
  padding: 0;
  text-align: center;
  margin-right: 15px;
}

.service_img {
  background: #9D91F5;
  padding-bottom: 0;
  position: relative;
  z-index: 99;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.service_img::before {
  background-image: url("../img/service/pattern_service.png");
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.service_img_two {
  background: #FA585A;
}

.service_img_three {
  background: #FFCD1E;
}

.service_img_four {
  background: #67B6F4;
}

span.searchClose.sidebarClose {
  right: 50px;
  top: 40px;
}

.project_activitionn .slick-list .slick-slide {
  padding: 10px;
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
}

.subscribe_area.subscribe_area_service {
  margin-top: 110px;
}

.subscribe_area.team_subscribe {
  margin-top: -240px;
  position: relative;
}

a.cmn_btn.increase_width.increse_two {
  padding: 13px 61px !important;
  padding-left: 29px !important;
}
a.cmn_btn.increase_width.increse_two i {
  margin-left: -1px;
}

i.icon-serviceicon.service_arrow {
  transition: 0.5s;
  transform: translateX(9px);
  display: inline-block;
}

.service_two_card {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.service_two_card:hover i.icon-serviceicon.service_arrow {
  transform: translateX(20px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.plygon-homepage_two {
  position: absolute;
  top: 56%;
  left: 5%;
}

.ff-homepage_two {
  right: -303px;
  top: 225px;
}

.fff-homepage_two.position-absolute {
  right: 57px;
  bottom: 53px;
}

.single_price:hover .price_content p {
  color: #fff;
}

.shoot_card.before_shoot_02::before {
  background: #438FF9;
}

.shoot_card.before_shoot_03::before {
  background: #16BF9E;
}

.arrow-right {
  background: #3BBEFF;
  border-radius: 10px;
  font-size: 30px;
  color: #fff;
  min-height: 410px;
  position: relative;
  display: flex;
  align-items: center;
}

.arrow-right i {
  display: inline-block;
  width: 104px;
  height: 104px;
  background: #fff;
  border-radius: 50px;
  color: #438FF9;
  line-height: 104px;
  margin: auto;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: 11px;
}

.arrow-right::before {
  position: absolute;
  content: "";
  background-image: url("../img/service.png");
  background-size: cover;
  height: 100%;
  width: 77%;
  left: 28px;
}

.portfolio_area.pdetails {
  overflow: hidden;
}

a.outline_two.cmn_btn.menu_btn i {
  padding: 0;
}

.brand_area {
  overflow: hidden;
}

button.cmn_btn.contact-btn i {
  display: inline-block;
  padding-left: 12px;
}

.side__logo img {
  width: 134px;
  display: block;
  margin: auto;
}

.accordion-button.map-btn:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  background-image: url("");
}

.accordion-button.map-btn::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  background-image: url("");
}

.contact-dial {
  position: absolute;
  top: 37%;
  left: 18px;
  transform: translateY(-50%);
}

.banar_button {
  margin-left: 100px;
}

.preview_area.preview_area-home-one {
  padding-bottom: 120px;
}

img.img-flud {
  width: 100%;
}

.pdetails__thumb img {
  width: 100%;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 27px;
  height: 27px;
  background: #438FF9;
  border-radius: 50px;
  opacity: 0.4;
}
.styled-checkbox:hover + label:before {
  background: #438FF9;
}
.styled-checkbox:checked + label:before {
  background: #438FF9;
  opacity: 1;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 13px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
}

.checkbox {
  padding: 0 0 15px 0;
}

.quoteBox.box-shadow-zero {
  box-shadow: none;
}

/*
=============================
06. PROCESS
=============================
*/
.process_icon {
  height: 60px;
  width: 60px;
  background: #F23674;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  box-shadow: 0px 6px 12px #FF005780;
  position: relative;
  margin-bottom: 29px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 10px;
}
.process_icon:hover {
  background: #438FF9;
}

.process_icon::before {
  position: absolute;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  background: #fff;
  content: "";
  border-radius: 50px;
  left: -10px;
  top: -10px;
  z-index: -2;
  background: #FFFFFF99 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #ff005780;
  opacity: 1;
}

.attribution {
  display: block;
  transition: all 0.8s ease 0s;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 7px 9px;
  position: absolute;
  bottom: -30px;
  left: 10px;
  text-decoration: none;
  z-index: 10;
  background: rgba(34, 41, 47, 0.04);
  opacity: 0 !important;
}

.process_card {
  margin-bottom: 50px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.process_card:hover {
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.process_content h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.process_icon.process_icon_2 {
  background: #1CACF3;
  box-shadow: 0px 6px 12px #3BBEFF80;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.process_icon.process_icon_2:hover {
  background: #438FF9;
}
.process_icon.process_icon_2::before {
  background: #FFFFFF99 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #3BBEFF80;
  opacity: 1;
}

.process_icon.process_icon_3 {
  background: #AE23F5;
  box-shadow: 0px 6px 12px #C656FF80;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.process_icon.process_icon_3:hover {
  background: #438FF9;
}
.process_icon.process_icon_3::before {
  background: #FFFFFF99 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #C656FF80;
  opacity: 1;
}

.process_icon.process_icon_4 {
  background: #0095da;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.process_icon.process_icon_4:hover {
  background: #438FF9;
}
.process_icon.process_icon_4::before {
  background: #FFFFFFCC 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #0095da80;
  opacity: 1;
}

.process_icon.process_icon_5 {
  background: #15DE9B;
  box-shadow: 0px 6px 12px #15DE9B80;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.process_icon.process_icon_5:hover {
  background: #438FF9;
}
.process_icon.process_icon_5::before {
  background: #FFFFFF99 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #15DE9B80;
  opacity: 1;
}

.process_icon.process_icon_6 {
  background: #7212F1;
  box-shadow: 0px 6px 12px #7212F180;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.process_icon.process_icon_6:hover {
  background: #438FF9;
}
.process_icon.process_icon_6::before {
  background: #FFFFFF99 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #7212F180;
  opacity: 1;
}

.process_area {
  position: relative;
}

img.process_shape_06 {
  position: absolute;
  right: 0;
  top: 0;
}

.work_icon {
  background: #F23674;
  height: 90px;
  width: 90px;
  border-radius: 50px;
  text-align: center;
  line-height: 90px;
}

.work_circle {
  width: 145px;
  height: 145px;
  border: 1px dashed #f00;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.work_circle::before {
  position: absolute;
  bottom: 0px;
  right: 25px;
  height: 22px;
  width: 22px;
  border-radius: 50px;
  background: #F23674;
  content: "";
}

.work_process_card {
  justify-content: center;
  flex-wrap: wrap;
}

.next_icon {
  padding-top: 50px;
  padding-left: 60px;
}

.work_circle_card {
  padding-left: 40px;
  position: relative;
}

.step_count_two {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  right: 0;
  bottom: 0;
}

.step_count {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  left: 0;
  top: 0;
}

.work_circle.work_circle_four::before {
  top: 0;
  left: 0;
  transform: translate(10px, 10px);
}

.work_area {
  background-image: url("../img/home_two_ass/process_work/3334703.png"), linear-gradient(#F2F7FF, #F2F7FF);
  padding: 120px 0;
}

.work_icon.work_icon_two {
  background: #1CACF3;
}

.work_icon.work_icon_three {
  background: #0095da;
}

.work_icon.work_icon_four {
  background: #15DE9B;
}

.work_content h4 {
  font-size: 18px;
}

.preview_area.preview_area_two {
  background: #fff;
}

.widget_two.homepage_two ul {
  padding-left: 13px;
}

.step_count.box-shadow-one {
  box-shadow: 0px 10px 20px #F2367469;
}

.step_count_two.box-shadow-two {
  box-shadow: 0px 10px 20px #3BBEFF73;
}

.step_count.box-shadow-three {
  box-shadow: 0px 10px 20px #0095da69;
}

.step_count_two.box-shadow-four {
  box-shadow: 0px 10px 20px #15DE9B85;
}

.process_area.process_page.service_process_page {
  background: #F8F6FA;
  padding-top: 120px;
  padding-bottom: 70px;
  margin-bottom: 0;
}

.shoot_card {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.shoot_card:hover::before {
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.shoot_card:hover .shoot_icon img {
  filter: grayscale(1);
}

.shoot_card:hover .shoot_icon h5 {
  filter: grayscale(1);
}

.shoot_card:hover .shoot_count_1 h2 {
  filter: grayscale(1);
}

.shoot_card:hover .shoot_count_2 h2 {
  filter: grayscale(1);
}

.shoot_card:hover .shoot_count_3 h2 {
  filter: grayscale(1);
}

.process_icon.process_icon_4 {
  background: #0095da;
  box-shadow: 0px 6px 12px #0095da80;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.process_icon.process_icon_4:hover {
  background: #438FF9;
}
.process_icon.process_icon_4::before {
  background: #FFFFFF99 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #7212F180;
  opacity: 1;
}

.process_card {
  text-align: left;
}

.shoot_icon::before {
  position: absolute;
  left: -19px;
  background-image: url("../img/video/dotted.png");
  height: 100%;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
}

.shoot_icon {
  position: relative;
}

/*
=============================
07. CALLACTION
=============================
*/
.bg_idea {
  padding: 70px 100px;
  position: relative;
  background: transparent linear-gradient(90deg, #438FF9 0%, #0095da 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
}

h2.idea_heading {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.6;
}

a.dial_call {
  color: #ffffff;
  font-weight: 600;
  font-size: 33px;
}

img.idea_area_05 {
  position: absolute;
  bottom: 65px;
  left: 20px;
  opacity: 0.3;
}

img.idea_area_04 {
  position: absolute;
  top: 20px;
  left: 29%;
  opacity: 0.3;
}

img.idea_area_01 {
  bottom: 20px;
  left: 32%;
  position: absolute;
  opacity: 0.3;
}

img.idea_area_02 {
  position: absolute;
  bottom: 40px;
  right: 44%;
  opacity: 0.3;
}

img.idea_area_03 {
  position: absolute;
  right: 20px;
  top: 52%;
  opacity: 0.3;
}

.dial {
  justify-content: end;
  padding-top: 20px;
}

.idea_area {
  position: relative;
}

img.position-absolute.idea_area_06 {
  top: -79px;
  left: -151px;
  z-index: -1;
}

.idea_title {
  position: relative;
}

/*
=============================
08. SHOOT
=============================
*/
.shoot_area {
  background: #F8F6FA;
  padding: 105px 0;
  position: relative;
  padding: 110px 0;
  padding-bottom: 111px;
  overflow: hidden;
}

.shoot_box {
  position: relative;
  border-radius: 20px;
  padding: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

img.shoot_shapes_05 {
  position: absolute;
  top: 180px;
  left: 160px;
  animation: rotateOutDownRight 5s linear infinite;
}

img.shoot_shapes_04 {
  position: absolute;
  right: 160px;
  bottom: 110px;
  animation: rotateOutUpRight 7s linear infinite;
}

a.video_play {
  position: absolute;
  top: 50%;
  left: 200px;
  height: 48px;
  width: 48px;
  background: #ffffff;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  animation: pulse 1500ms ease-out infinite;
  color: #438FF9;
  z-index: 99;
}
a.video_play i {
  font-weight: 600;
}

.shoot_card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 28px 60px;
  position: relative;
}

.before_shoot_01, .before_shoot_03::before, .before_shoot_02::before {
  position: relative;
}
.before_shoot_01::before, .before_shoot_03::before, .before_shoot_02::before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  content: "";
  top: 0;
  background: #FE8700;
}

.before_shoot_02::before {
  background: #438FF9;
}

.before_shoot_03::before {
  background: #16BF9E;
}

.shoot_icon h5 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.6;
}

.shoot_count_1 h2 {
  color: #FEB766;
}

.shoot_count_2 h2 {
  color: #438FF9;
}

.shoot_count_3 h2 {
  color: #0ABA9D;
}

.shoot_count_2 {
  text-align: right;
  padding-top: 30px;
  right: 25px;
  top: 0;
  position: absolute;
}

.shoot_count_1 {
  text-align: right;
  padding-top: 30px;
}

.shoot_count_1 {
  text-align: right;
  padding-top: 30px;
  position: absolute;
  right: 25px;
  top: 0;
}

.shoot_count_3 {
  text-align: right;
  padding-top: 30px;
  position: absolute;
  right: 25px;
  top: 0;
}

.preview_area {
  background: #F2F7FF;
  position: relative;
  padding: 95px 0;
  padding-bottom: 120px;
  overflow: hidden;
}

.widget_two ul li a {
  font-size: 16px;
}

.preview_image {
  position: relative;
}
.preview_image::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 45px;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.circle_prev_one {
  height: 13px;
  width: 13px;
  background: #C9C9C9;
  border-radius: 50px;
  z-index: 9;
  top: 16px;
  left: 23px;
}

.circle_prev_two {
  height: 13px;
  width: 13px;
  background: #C9C9C9;
  border-radius: 50px;
  z-index: 9;
  top: 16px;
  left: 39px;
}

.circle_prev_three {
  height: 13px;
  width: 13px;
  background: #C9C9C9;
  border-radius: 50px;
  z-index: 9;
  top: 16px;
  left: 57px;
}

.bgwhite {
  height: 70px;
  width: 70px;
  background: #fff;
  border-radius: 50px;
  color: #438FF9;
  display: inline-block;
  line-height: 70px;
  transform: rotate(45deg);
  text-align: center;
  animation: bounceIn 2s linear infinite;
}

span.bgwhite i {
  transform: rotate(94deg);
}

.bold {
  font-weight: 700;
}

img.shoot_shapes_01 {
  position: absolute;
  top: 24%;
  left: 28%;
  z-index: 9;
  animation: float-bob-y 2s linear infinite;
}

img.position-absolute.preview_shape_06 {
  left: 8%;
  top: -6%;
}

span.searchClose.sidebarClose i {
  font-weight: 300;
}

.shoot_card::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 10px;
  background: #FE8700;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.shoot_card.shoot_about_card_two::before {
  background: #438FF9;
}

.shoot_card.shoot_about_card_three::before {
  background: #16BF9E;
}

/* ------------------------
    ADVANCED ACCORDION
------------------------- */
.be__addons__adv__accordion {
  width: auto;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__header {
  padding: 15px;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.02);
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__header.show {
  display: flex !important;
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__header .toggle__icon {
  transform: rotate(0);
  z-index: 10;
  transition: all 0.3s ease-in-out;
  float: right;
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__header.active .toggle__icon {
  transform: rotate(90deg);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.active .fa.fa-plus.toggle__icon {
  transform: rotate(135deg) !important;
}

.be__addons__accordion__title__icon {
  display: inline-flex;
  align-items: center;
}

.be__addons__accordion__icon {
  display: inline-block;
  margin-right: 10px;
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__content {
  display: none;
  border: 1px solid #eeeeee;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.7;
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__content p {
  margin: 0;
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__content.active {
  display: block;
}

@-webkit-keyframes rotate-90 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
@keyframes rotate-90 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  100% {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  100% {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
}
.accordion-body {
  padding: 30px 1.25rem;
  border-radius: 10px;
  transition: 0.3s;
  border: 1px solid transparent;
}

.accordion-collapse.collapse.show .accordion-body {
  border: 1px solid #0095da;
  transition: 0.3s;
}

.shoot_flex {
  padding-top: 30px;
}

img.vd-grid {
  width: 100%;
}

/*
=============================
09. FAQ
=============================
*/
.accordion-wrapper .card {
  border: none;
  background-color: transparent;
}
.accordion-wrapper .card + .card {
  margin-top: 20px;
}
.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #0095da14;
  border-radius: 8px;
  padding: 16px 30px;
  cursor: pointer;
  position: relative;
  padding: 22px 82px;
}
.accordion-wrapper .card .card-header a:after {
  position: absolute;
  left: 14px;
  top: 15px;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  height: 42px;
  font-size: 24px;
  width: 42px;
  background: #0095da1A 0% 0% no-repeat padding-box;
  border-radius: 50px;
  text-align: center;
  line-height: 42px;
  top: 50%;
  color: #0095da;
  transform: translateY(-50%);
}
.accordion-wrapper .card .card-header a[aria-expanded=false]:after {
  content: "\f107";
  color: #0095da;
}
.accordion-wrapper .card .card-body {
  background-color: #fff;
  padding: 20px 30px;
}
.accordion-wrapper .card .card-body.style-01 {
  padding: 40px 40px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
.accordion-wrapper .card .card-body.style-02 {
  background-color: #fff;
  padding: 0px 0 20px;
  line-height: 25px;
}

.accoridions .section-title .title {
  font-size: 42px;
  font-weight: 700;
  color: #000629;
  line-height: 50px;
}

.cardDesign {
  border: 3px solid #0095da !important;
  border-radius: 8px;
}

img.faq_doted.position-absolute {
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
  left: -100px;
}

img.faq_doted_two.position-absolute {
  right: 50px;
  width: 12%;
  bottom: 0;
}

img.clients_09.position-absolute {
  right: -26px;
  bottom: -91px;
}

.client_meta p {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

.faq-section {
  position: relative;
}
.faq-section .faq-element {
  position: absolute;
  bottom: 60px;
  right: 60px;
  animation: rotate 15s linear infinite;
}

.faq-wrapper {
  margin-bottom: -30px;
}
.faq-wrapper .faq-item {
  background-color: #ffffff;
  border: 3px solid #F1F1F1;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 22px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 18px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 60px);
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-title .title span {
  font-weight: 700;
}
.faq-wrapper .faq-item .faq-title .title span.dot {
  color: #131313;
  margin-right: 15px;
}
.faq-wrapper .faq-item .faq-content {
  display: none;
  padding-top: 30px;
}
.faq-wrapper .faq-item .faq-content p {
  width: 70%;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-content p {
    width: 100%;
  }
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}
.faq-wrapper .faq-item .right-icon::before {
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #438FF9;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.open {
  border: 3px solid #438FF9;
}
.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::before, .faq-wrapper .faq-item.open .right-icon::after {
  background: #438FF9;
}

/*
=============================
10. TESTIMONIAL
=============================
*/
.testimonial_star i {
  color: #FFAA00;
  font-size: 14px;
}

.clients_area {
  overflow: hidden;
}

.testimonial_star {
  margin-bottom: 10px;
}

.testimonial_wrapper {
  margin: 30px 10px 30px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 9px;
}
.testimonial_wrapper h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #0095da;
  font-weight: 600;
}

.client_info {
  background-color: #F5F6FE;
  padding: 17px 20px;
  padding-top: 29px;
  padding-bottom: 9px;
  justify-content: space-between !important;
}

.testtimonial_content {
  background-color: #ffffff;
  padding: 20px;
}
.testtimonial_content p {
  font-size: 16px;
}

.client_meta {
  margin-left: 22px;
}

.client_meta h4 {
  margin-bottom: 0;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 5px;
}

.clients_area {
  background: #F8F6FA;
  padding: 120px 33px;
  position: relative;
}

.testimonial_wrapper.test_two {
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #F5F6FE;
  margin-top: 46px;
  margin-bottom: 28px;
  max-width: 395px;
  padding-top: 27px;
}

img.test_image_two {
  margin-top: -11%;
  margin-left: 24px;
}

.clientinfo h4 {
  margin-bottom: 5px;
  font-size: 15px;
}

.client_meta.client_star {
  margin-left: 80px;
}

img.position-absolute.quote {
  right: 28px;
  top: 15px;
}

.testimonial_area.mb-120.clients_area.about_testimonia.service_details {
  background: #fff;
  margin-bottom: 0;
}

.testtimonial_content {
  text-align: left;
}

.client_meta {
  text-align: left;
  margin-top: 10px;
}

.client_info_two {
  background: #F2FCF9;
}

.client_info_three {
  background: #FFF6F4;
}

.green_title {
  color: #49D5AB !important;
}

.orange_title {
  color: #E68069 !important;
}

img.clients_10 {
  bottom: 52px;
  left: 23%;
  opacity: 0.2;
}

img.clients_11 {
  bottom: 45px;
  right: 20%;
  opacity: 0.2;
}

/*
=============================
11. PRICE
=============================
*/
.price_img {
  position: relative;
}

.price {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
}
.price p {
  display: inline-block;
  height: 72px;
  width: 72px;
  background: #ffffff;
  text-align: center;
  line-height: 72px;
  color: #0095da !important;
  font-size: 24px;
  font-weight: 700;
  border-radius: 15px;
  border: 2px solid #0095da;
}

.single_price {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.4) -10px 12px 54px -51px;
  margin-bottom: 23px;
  padding: 29px 29px;
  display: block;
  position: relative;
  align-items: center;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  cursor: pointer;
  border-radius: 10px;
}
.single_price:hover {
  background-color: #438FF9;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #ffffff;
}
.single_price:hover .price_content h4, .single_price p {
  color: #ffffff;
}
.single_price:hover .cmn_btn {
  background-color: #ffffff;
  border: 3px solid transparent;
}

.price_content {
  padding-left: 100px;
  position: relative;
  flex: 1;
  margin-right: 213px;
  padding-top: 16px;
}
.price_content::before {
  position: absolute;
  content: "";
  left: 46px;
  height: 100%;
  top: 50%;
  width: 1px;
  border: 1px dashed #CFCFCF;
  opacity: 0.6;
  transform: translateY(-50%);
}
.price_content h4 {
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 24px;
  color: #131313;
}
.price_content p {
  color: #131313;
}

.single_price.single_background {
  background: #438FF9;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.single_price.single_background h4 {
  color: #ffffff;
}
.single_price.single_background p {
  color: #ffffff;
}

a.cmn_btn.cmn_outline.cmn_bg_change {
  background: #ffffff;
  border: 0;
}

.preview_area.preview_home_two {
  background: #fff;
  position: relative;
  padding: 98px 0;
}

img.position-absolute.pricing_01 {
  top: 100px;
  left: 0;
}

img.position-absolute.pricing_03 {
  right: 850px;
  bottom: 74px;
  opacity: 0.2;
  animation: float-bob-y 2s infinite;
}

img.position-absolute.pricing_06 {
  right: 0;
  top: 0;
  opacity: 0.2;
  animation: animationFramesOne 5s infinite;
}

img.position-absolute.pricing_05 {
  right: 11%;
  top: 25%;
  animation: bounce 2s linear infinite;
}

img.position-absolute.pricing_04 {
  top: 0;
  animation: bounce 5s linear infinite;
}

img.position-absolute.pricing_02 {
  position: absolute !important;
  animation: zoomIn 5s linear infinite;
}

.pricing__header {
  position: relative;
  background: #F5F6FE;
  padding: 40px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.pricing__header tr td:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding-left: 10px;
  color: #3BBEFF;
}
.pricing__header tr td:last-child {
  text-align: right;
}

td.position-absoulute.heading_title {
  position: absolute;
  right: 50px;
  font-size: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #0095da;
  font-weight: 700;
}
td.position-absoulute.heading_title span {
  font-size: 24px;
  font-weight: 500;
}

.pricing__body {
  list-style: none;
  margin-bottom: 20px;
  text-transform: capitalize;
  padding: 40px 25px;
  padding-bottom: 1px;
}
.pricing__body ul li {
  list-style: none;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 15px;
  position: relative;
}
.pricing__body ul li img {
  margin-right: 10px;
}

.pricing {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #F5F6FE;
  border-radius: 20px;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transform: translateY(0);
}
.pricing:hover {
  box-shadow: 0px 13px 38px #3BBEFF29;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transform: translateY(-15px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing__footer {
  border-top: 1px dashed #F5F6FE;
  padding: 30px 24px;
}

.pricing_btn {
  background: #3BBEFF;
  box-shadow: 0px 6px 15px #3BBEFF52;
  border-radius: 25px;
}
.pricing_btn img {
  margin-left: 10px;
}

img.pricing_shape_one {
  position: absolute;
  left: 5%;
  opacity: 0.6;
  width: 16%;
  z-index: -2;
}

.pricing__header table tr td.bg_pricing_one {
  color: #34E1AD;
}

.pricing__header table tr td.bg_pricing_two {
  color: #EC6A4D;
}

.pricing.pricing_two {
  box-shadow: 0px 13px 38px #3BBEFF29;
}

img.pricing_shape_two {
  top: 399px;
  position: absolute;
  right: 5px;
}

.pricing_area {
  position: relative;
}

a.cmn_btn.pricing_btn.pricing_btn_two {
  background: #EC6A4D;
}

a.cmn_btn.pricing_btn.pricing_btn_three {
  background: #34E1AD;
}

/*
=============================
12. CALCULATOR
=============================
*/
.pricing_calculator {
  background: #F8F6FA;
  padding: 120px 0;
}

.pricing_calculator {
  background: #F8F6FA;
  padding: 120px 0;
}

.calculator {
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #ffffff;
  padding: 94px 60px;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: space-between;
}
.calculator::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 7px;
  background-color: #0095da;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 0;
  left: 0;
}

.calculator_options select {
  display: inline-block;
  padding: 14px;
  border: 1px solid #ddd;
  width: 250px;
  margin-right: 15px;
}
.calculator_options h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #131313;
  font-weight: 500;
}

button.quantity_btn {
  padding: 16px 45px;
  border: 1px solid #C5C5C5;
}

.get_idea {
  padding: 34px 150px;
  background: #3BBEFF;
  position: relative;
  padding-bottom: 22px;
}
.get_idea ul li {
  background: #ffffff;
  padding: 25px 30px;
  margin-bottom: 17px;
  list-style: none;
}
.get_idea ul li span {
  display: inline-block;
  padding-left: 36px;
}
.get_idea table {
  width: 100%;
}
.get_idea table tr {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  max-width: 216px;
  justify-content: space-around;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-top: 10px;
}
.get_idea table tr td {
  display: inline-block;
  text-align: right;
}
.get_idea table tr td:last-child {
  margin-left: 70px;
}

h4.offer_text {
  position: absolute;
  left: -11%;
  transform: rotate(270deg);
  top: 41%;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}

.get_idea table {
  margin-left: -29px;
}

.pricing_calculator {
  position: relative;
  overflow: hidden;
}

img.pricing_07 {
  bottom: -12%;
  left: 30%;
}

td.bold-style {
  font-weight: 600;
  font-size: 20px;
  color: #5E5E5E;
}

td.general_style {
  font-weight: 600;
  font-size: 14px;
  color: #8B8B8B;
}

.team_content {
  padding-top: 90px;
}

.team_content p {
  font-size: 16px;
}

img.preview_shape__test {
  bottom: 27%;
  position: absolute;
  left: 12%;
  opacity: 0.3;
}

/*
=============================
13. PROJECT
=============================
*/
.project_area {
  position: relative;
  padding: 120px 0;
  position: relative;
  padding-bottom: 174px;
}
.project_area::before {
  background: transparent linear-gradient(111deg, #3BBEFF 0%, #0095da63 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.project_activition.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  top: 123%;
  right: 45%;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background: rgba(59, 190, 255, 0.2);
  color: #ffffff;
}
.project_activition.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow:hover {
  background-color: rgba(59, 190, 255, 0.6);
}

.project_activition.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 123%;
  right: 51%;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background: rgba(59, 190, 255, 0.2);
  color: #ffffff;
}
.project_activition.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow:hover {
  background-color: #3bbeff;
}

.portfolio_area.pdetails {
  padding-top: 120px;
}

button.accordion-button {
  font-size: 18px;
  font-weight: 600;
  padding: 25px 15px;
}

/*
=============================
14. MAP
=============================
*/
.google-map.contact-map {
  position: relative;
}

.google_map_info {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 370px;
  background: #ffffff;
  box-shadow: 0px 10px 30px #00000029;
  border-radius: 10px;
}

.map {
  overflow: hidden;
}
.map__header {
  background: #3BBEFF;
  padding: 20px 40px;
}
.map__header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
.map__header h2 img {
  margin-right: 20px;
}
.map__body {
  padding: 15px 30px;
}
.map__body h4 {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 2px dashed #ddd;
  margin-bottom: 20px;
}

.map_accordion ul li img {
  margin-right: 9px;
  position: relative;
}

.map_accordion ul li {
  list-style: none;
  padding: 5px 22px;
  font-size: 15px;
  line-height: 2;
  padding-top: 0;
}

/*
=============================
15. BLOG
=============================
*/
.news_area {
  background: transparent linear-gradient(92deg, #A2D2F4 0%, #DFDDFF 100%) 0% 0% no-repeat padding-box;
  position: relative;
  padding-top: 120px;
  padding-bottom: 270px;
}

.section_wrapper p {
  font-weight: 400;
  color: #2C2C2C;
  line-height: 200%;
  font-size: 16px;
}

.section_wrapper.padding-left {
  padding-left: 375px;
}

.blog_image img {
  width: 100%;
}

.blog {
  background: #fff;
  padding: 19px;
  margin-right: 30px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding-bottom: 4px;
}

.blog_image img {
  width: 100%;
  border-radius: 10px;
}

.blog_content {
  padding-top: 16px;
}

.meta_content {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.blog_content h4 {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.blog_activition {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.blog_image {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  top: 73%;
  right: 163%;
  background-image: url(../img/icon/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(181deg);
}
.row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.prev-arrow.slick-arrow:hover {
  background-color: #e8eeff;
}

.row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 73%;
  right: 152.5%;
  color: #ffffff;
  background-image: url(../img/icon/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.row.blog_activition_home_one.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow:hover {
  background-color: #e8eeff;
}

button.slide-arrow.next-arrow.rotatearrow.slick-arrow {
  transform: rotate(0);
}

.row.blog_activition_home_one.blog_activition_two.slick-initialized.slick-slider button.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 113%;
  right: 150%;
  background-color: #3BBEFF;
  color: #ffffff;
}

img.blog_pattern {
  position: absolute;
  left: 40%;
  top: 40%;
  opacity: 0.2;
}

.blog_pattern {
  position: absolute;
  left: 46%;
  top: 40%;
  opacity: 0.6;
}

.blog {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
.blog__content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px #00000012;
  border-radius: 10px;
  margin-top: -82px;
  padding: 20px 20px;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 1px;
  position: relative;
}
.blog__content-meta {
  justify-content: space-between;
  padding-bottom: 18px;
}
.blog__content-meta span:first-child {
  color: #438FF9;
}
.blog__content-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.6;
}
.blog__content-info h4:hover {
  color: #438FF9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.readmore_btn {
  height: 44px;
  width: 44px;
  border-radius: 50px;
  border: 2px solid #438FF9;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-weight: 700;
}
.readmore_btn i {
  font-weight: 700;
  font-size: 16px;
  color: #438FF9;
}
.readmore_btn:hover {
  background: #438FF9;
}
.readmore_btn:hover i {
  color: #ffffff;
}

.cmn_widget, .cmn_widget.search_widgets {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px #00000012;
  border-radius: 10px;
  padding: 24px 24px;
  position: relative;
  margin-bottom: 30px;
}
.cmn_widget::before, .cmn_widget.search_widgets::before {
  position: absolute;
  left: 0;
  height: 17px;
  width: 3px;
  content: "";
  top: 27px;
  background-color: #438FF9;
}
.cmn_widget h4, .cmn_widget.search_widgets h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cmn_widget.recent_widget {
  padding-bottom: 7px;
}

.cmn_widget.search_widgets form {
  position: relative;
}
.cmn_widget.search_widgets form input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #D5E0EF;
}
.cmn_widget.search_widgets form input::-webkit-input-placeholder {
  color: #ACACAC;
  font-size: 15px;
  text-transform: capitalize;
}
.cmn_widget.search_widgets form input:-moz-placeholder {
  color: #ACACAC;
  font-size: 15px;
  text-transform: capitalize;
}
.cmn_widget.search_widgets form input::-moz-placeholder {
  color: #ACACAC;
  font-size: 15px;
  text-transform: capitalize;
}
.cmn_widget.search_widgets form input:-ms-input-placeholder {
  color: #ACACAC;
  font-size: 15px;
  text-transform: capitalize;
}
.cmn_widget.search_widgets form button {
  position: absolute;
  right: 0;
  font-size: 23px;
  top: 50%;
  left: auto;
  transform: translate(-50%, -50%);
  color: #438FF9;
}

.recent {
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #D5E0EF;
  margin-bottom: 25px;
  padding-top: 10px;
}
.recent__thumb {
  margin-right: 25px;
  overflow: hidden;
  width: 80px;
}
.recent__thumb img {
  width: 100%;
}
.recent__thumb img:hover {
  transform: scale(1.3);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.recent__content h5 {
  font-size: 14px;
  color: #7A7A7A;
}
.recent__content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.recent__content h3:hover {
  color: #438FF9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.category ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #D5E0EF;
}
.category ul li:hover {
  color: #438FF9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.category ul li a i {
  display: inline-block;
  padding-right: 14px;
}

.tags ul li {
  list-style: none;
  display: inline-block;
  padding: 9px 12px;
  border: 1px solid #D5E0EF;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tags ul li:hover {
  background: #438FF9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #ffffff;
}

.custom_pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 17px;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  border: 1px solid #D5E0EF;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-transform: uppercase;
}
.custom_pagination ul li:hover {
  background: #438FF9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #ffffff;
}
.custom_pagination ul li:first-child {
  border: 0;
}
.custom_pagination ul li:last-child {
  border: 0;
}

.classic {
  margin-bottom: 60px;
  position: relative;
}
.classic::before {
  position: absolute;
  width: 100%;
  content: "";
  border-bottom: 1px dashed #CBCBCB;
  bottom: -30px;
  left: 0;
}
.classic__thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.classic__thumb img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.classic__thumb img:hover {
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.classic__content-meta {
  justify-content: space-between;
  margin-bottom: 20px;
}
.classic__content-meta ul:first-child li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: #9D9D9D;
  font-weight: 600;
  font-size: 14px;
}
.classic__content-meta ul:first-child li::before {
  position: absolute;
  right: -20px;
  height: 10px;
  width: 1px;
  background-color: #9D9D9D;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.classic__content-meta ul:first-child li:last-child::before {
  height: 0;
}
.classic__content-meta ul:first-child li a {
  font-size: 14px;
  color: #9D9D9D;
}
.classic__content-meta ul:last-child li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.classic__content-meta ul:last-child li a {
  display: inline-block;
}
.classic__content-meta ul:last-child li a:hover {
  color: #0095da;
}
.classic__content p {
  font-size: 15px;
  line-height: 200%;
  margin-bottom: 25px;
  padding-top: 9px;
  color: #343434;
}

.classic_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
  color: #1A152E;
}

.quote_single {
  background: #438FF91A 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 40px 100px;
  position: relative;
  padding-bottom: 6px;
}
.quote_single::before {
  position: absolute;
  left: 40px;
  top: 40px;
  background-image: url("../img/blog/quation.png");
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.quote_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.signature_style {
  position: relative;
  padding-left: 80px;
  text-transform: uppercase;
}
.signature_style::before {
  position: absolute;
  left: 0;
  height: 1px;
  width: 75px;
  content: "";
  background-color: #707070;
  top: 50%;
  transform: translateY(-50%);
}

.metasingle {
  color: #438FF9;
}

.removemargin {
  margin-bottom: 10px;
}

.post_tags ul span {
  display: inline-block;
  margin-right: 10px;
}
.post_tags ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 12px;
  background: #F3F3F3;
  text-transform: capitalize;
  font-size: 13px;
  color: #7A7A7A;
}

.single_pagination ul {
  display: flex;
  justify-content: space-between;
}
.single_pagination ul li {
  list-style: none;
  text-transform: capitalize;
}

.blog_single_active {
  position: relative;
}

button.slide-arrow.prev-arrow-single.slick-arrow {
  position: absolute;
  top: -66px;
  right: 70px;
  font-size: 30px;
}

button.slide-arrow.next-arrow-single.slick-arrow {
  position: absolute;
  top: -66px;
  right: 25px;
  font-size: 30px;
}

.sugesst_title {
  font-size: 24px;
  font-weight: 700;
}

.rd-remove {
  border-radius: 5px;
}

.wrap-form input, .wrap-form textarea {
  border: 1px solid #DFE6F1;
  padding: 17px 24px;
  text-transform: capitalize;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
}
.wrap-form input::-webkit-input-placeholder, .wrap-form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #C4C4C4;
}
.wrap-form input:-moz-placeholder, .wrap-form textarea:-moz-placeholder {
  font-size: 16px;
  color: #C4C4C4;
}
.wrap-form input::-moz-placeholder, .wrap-form textarea::-moz-placeholder {
  font-size: 16px;
  color: #C4C4C4;
}
.wrap-form input:-ms-input-placeholder, .wrap-form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #C4C4C4;
}

.title_comments {
  margin-bottom: 20px;
}

.comment_form p {
  margin-bottom: 30px;
}

.blog_details_activition {
  position: relative;
}

button.slide-arrow.prev-arrow-details.slick-arrow {
  position: absolute;
  bottom: -1030px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
button.slide-arrow.prev-arrow-details.slick-arrow i {
  display: inline-block;
  margin-right: 12px;
}

button.slide-arrow.next-arrow-details.slick-arrow {
  position: absolute;
  bottom: -1030px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  right: 0;
}
button.slide-arrow.next-arrow-details.slick-arrow i {
  display: inline-block;
  margin-right: 12px;
  text-align: right;
}

.news_area.news_area_two {
  padding-bottom: 217px;
  background: #F3FBFF 0% 0% no-repeat padding-box;
  position: relative;
  padding-bottom: 91px;
}

img.hometwoblog {
  position: absolute;
  left: 0;
}

.padding-left {
  padding-left: 370px;
}

.blog_image img {
  max-width: inherit;
}

.news_area.newsarea_service {
  background: #F3FBFF;
  padding-bottom: 120px;
}

img.position-absolute.servicecircle {
  left: -3%;
  top: 0;
}

.brand_items img {
  filter: opacity(0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.brand_items img:hover {
  filter: opacity(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

button.slide-arrow.prev-burger.brand-prev.slick-arrow {
  font-size: 33px;
  color: #438FF9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  height: 50px;
  width: 50px;
  background: #fff;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  z-index: 9999;
  left: -50px;
  box-shadow: 0px 10px 50px 0px rgba(126, 138, 180, 0.25);
  color: #438FF9;
}

button.slide-arrow.next-burger.brand-next.slick-arrow {
  font-size: 33px;
  color: #438FF9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  height: 50px;
  width: 50px;
  background: #fff;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  z-index: 9999;
  right: -50px;
  box-shadow: 0px 10px 50px 0px rgba(126, 138, 180, 0.25);
  color: #438FF9;
}

a.load_icon img {
  max-width: inherit;
}

.portfolio_area {
  padding: 18px;
}

.member_area {
  overflow: hidden;
}

img.shape_08.position-absolute {
  bottom: 0;
  right: 9%;
}

img.bc-01.position-absolute {
  bottom: 0;
  right: 10%;
  opacity: 0.3;
}

img.blog_news\+_service {
  position: absolute;
  top: 0;
  left: -94px;
}

.single_pagination ul li {
  font-size: 16px;
  font-weight: 600;
}

.single_pagination ul li i {
  display: inline-block;
  padding-right: 10px;
}

.blog__content-meta span:last-child {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  color: #8B8B8B;
  font-weight: 400;
}

.mobile-logo img {
  max-width: 147px;
}

.cmn_btn.error_btn i {
  display: inline-block;
  padding-left: 12px;
}

.cmn_btn.classic_btn {
  border-radius: 10px;
}

.custom_pagination ul li:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #CBCBCB;
}
.custom_pagination ul li:first-child:hover {
  background: transparent;
  color: #000;
}

.custom_pagination ul li:last-child {
  font-size: 16px;
  font-weight: 700;
  color: #CBCBCB;
}
.custom_pagination ul li:last-child:hover {
  background: transparent;
  color: #000;
}

a.cmn_btn.classic_btn i {
  margin-left: 15px;
}

.cmn_widget.tags ul {
  padding-top: 15px;
}

.accordion-button a {
  display: inline-block;
  padding-right: 25px;
}

.section_wrapper.news-wrapper {
  position: relative;
}

.blog-buttons {
  padding-top: 46px;
}

span.prev.b-arrow-01.slick-arrow {
  position: absolute;
  width: 70px;
  z-index: 9999;
  background: #fff;
  height: 70px;
  border-radius: 50px;
  border: 0;
  line-height: 70px;
  text-align: center;
  background-image: url(../img/icon/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(181deg);
  cursor: pointer;
}

span.next.b-arrow-02.slick-arrow {
  position: absolute;
  width: 70px;
  background: #fff;
  height: 70px;
  border-radius: 50px;
  border: 0;
  line-height: 70px;
  text-align: center;
  background-image: url(../img/icon/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  left: 18%;
}

.blog.blog-home-page {
  box-shadow: none;
  padding: 0;
  margin-bottom: 30px;
  overflow: inherit;
}

.blog__content {
  margin-bottom: 8px;
}

.blog__thumb img {
  width: 100%;
}

.blog__content-meta span img {
  margin-right: 4px;
}

.mobile-logo {
  position: relative;
  z-index: 99;
}

/*
=============================
16. FOOTER
=============================
*/
.footer_area {
  position: relative;
}

img.f-shape_one {
  position: absolute;
  top: -38px;
  left: 14%;
  opacity: 0.3;
  z-index: -1;
}

img.f-shape_two {
  position: absolute;
  top: 373px;
  left: 111px;
  opacity: 0.3;
}

.footer_widget h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 18px;
}

.social_link ul {
  display: flex;
}

.social_link ul li {
  list-style: none;
  margin-right: 10px;
}

.social_link ul li a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
  border: 1px solid #0095da;
}

.social_link ul li a .icon {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}

.social_link ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.social_link ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}

.social_link ul li a:hover:before {
  top: 0;
}

.social_link ul li:nth-child(1) a:before {
  background: #3b5999;
}

.social_link ul li:nth-child(2) a:before {
  background: #55acee;
}

.social_link ul li:nth-child(3) a:before {
  background: #0077b5;
}

.social_link ul li:nth-child(4) a:before {
  background: #dd4b39;
}

.social_contact a svg {
  display: inline-block;
  margin-right: 7px;
}

.social_contact a {
  padding-right: 13px;
}

.widget_two h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 18px;
}
.widget_two ul li {
  list-style: none;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.widget_two ul li a:hover {
  color: #438FF9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget_two ul li a svg {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget_two ul li:hover svg {
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.col-md-2.fixed_width {
  width: 18.666667%;
}

.row.top-border {
  border-top: 1px solid #DBDBDB;
  padding: 30px 0;
}

.copyright_menu ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.copyright_menu ul li:last-child::before {
  width: 0;
}
.copyright_menu ul li::before {
  position: absolute;
  right: -12px;
  height: 100%;
  width: 2px;
  background-color: #DBDBDB;
  content: "";
}
.copyright_menu ul li a {
  text-transform: capitalize;
  font-size: 14px;
}
.copyright_menu ul li a:hover {
  color: #438FF9;
}

.copyright_text p {
  text-transform: capitalize;
  margin-bottom: 0;
}

.footer_area {
  padding: 33px;
  padding-top: 120px;
}

.widget_two.homepage_two ul li a {
  font-size: 15px;
}

.copyright_text {
  text-align: center;
}

.widget_two.homepage_two ul li {
  position: relative;
}

.widget_two.homepage_two ul li::before {
  position: absolute;
  height: 5px;
  width: 5px;
  content: "";
  background: #C2C2C2;
  border-radius: 50px;
  left: -12px;
  top: 9px;
}

.home-address-two-before, .home-phone-two-before, .home-email-two-before {
  position: relative;
}
.home-address-two-before::before, .home-phone-two-before::before, .home-email-two-before::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-image: url("../img/home_two_ass/projects/location.svg");
}

.home-email-two-before::before {
  background-image: url("../img/home_two_ass/projects/mail.svg");
}

.home-phone-two-before::before {
  background-image: url("../img/home_two_ass/projects/phone.svg");
}

/*
=============================
17. SUBSCRIBE
=============================
*/
.subscribe_card {
  background: #fff;
  padding: 80px 46px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.subscribe_card {
  border-radius: 20px;
  position: relative;
  z-index: 999;
}
.subscribe_card form {
  position: relative;
}
.subscribe_card input {
  width: 100%;
  padding: 25px;
  text-transform: capitalize;
  border: 1px solid #438FF9;
  opacity: 0.6;
}

button.subcribe_btn {
  position: absolute;
  right: 14px;
  top: 12%;
  padding: 20px 30px;
  line-height: 20px;
  text-transform: capitalize;
  background-color: #438FF9;
  color: #ffffff;
  border-radius: 6px;
}
button.subcribe_btn i {
  display: inline-block;
  padding-left: 10px;
}

.subscribe_area {
  margin-top: -157px;
  position: relative;
}

.subscribe_form_two form {
  position: relative;
}
.subscribe_form_two form input {
  padding: 17px 15px;
  text-transform: capitalize;
  width: 100%;
  border: 1px solid #E8E8E8;
  padding-right: 213px;
}

button.cmn_btn.subcribe_h2 {
  position: absolute;
  right: 5px;
  border-radius: 4px;
  background: #3BBEFF 0% 0% no-repeat padding-box;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  padding: 13px 15px !important;
}

.subscribe_card form {
  position: relative;
}

.subscribe_card input {
  width: 100%;
  padding: 25px;
  text-transform: capitalize;
  border: 1px solid #438FF9;
  opacity: 0.6;
  padding-right: 250px;
}

button.subcribe_btn {
  position: absolute;
  right: 8px;
  top: 10%;
  padding: 20px 30px;
  line-height: 20px;
  text-transform: capitalize;
  background-color: #438FF9;
  color: #ffffff;
  border-radius: 6px;
}

a.cmn_btn.cmn_btn_two i {
  display: inline-block;
  padding-left: 9px;
}

/*
=============================
18. SEARCH
=============================
*/
.searchBox input {
  position: relative;
  z-index: 9999;
  width: 100%;
  display: inline-block;
  padding: 29px;
  border: 0;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  border-radius: 10px;
}

.searcharea {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99;
  background: #438FF9;
  height: 100vh;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
}

.searcharea.searchShown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.searchClose i {
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}

span.searchClose {
  position: absolute;
  top: 22%;
}

.searcharea.searchShown.removesearcharea {
  opacity: 0;
  visibility: hidden;
}

.rotate {
  transform: rotate(270deg);
}

.path {
  stroke-dasharray: 357;
  stroke-dashoffset: 714.08;
  animation: dash 5s ease-in-out;
}

@keyframes dash {
  from {
    stroke-dashoffset: 357;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashTwo {
  from {
    stroke-dashoffset: 357;
  }
  to {
    stroke-dashoffset: 0;
  }
}
svg.line_one {
  position: absolute;
  left: 31%;
  top: 0;
}

.pathOne {
  stroke-dasharray: 357;
  stroke-dashoffset: 714.08;
  animation: dash 5s ease-in-out;
}

.bottomZero {
  transform: rotate(-4deg);
  position: absolute;
  bottom: 0;
  right: 36%;
}

/*
=============================
19. TEAM
=============================
*/
.team {
  position: relative;
  overflow: hidden;
}
.team__thumb img {
  width: 100%;
}
.team__content {
  padding: 25px 27px;
  position: absolute;
  bottom: 7px;
  left: 12px;
  width: 92%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  transform: translateY(130px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 10px;
}
.team__content h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.team__content p {
  font-size: 14px;
}
.team__content::before {
  position: absolute;
  left: 0;
  height: 42px;
  width: 7px;
  content: "";
  top: 50%;
  background: #438FF9;
  transform: translateY(-50%);
}
.team__content::after {
  position: absolute;
  right: 0;
  height: 42px;
  width: 7px;
  content: "";
  top: 50%;
  background: #438FF9;
  transform: translateY(-50%);
}
.team:hover .team__content {
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.clients_area.about_testimonial {
  padding-bottom: 230px;
  padding-top: 80px;
}

.subscribe_card.about_subscribe {
  margin-top: -245px;
}

/* social icons effect  */
.social_icons {
  position: absolute;
  top: 20px;
  left: 20px;
}

.social_icons ul {
  display: flex;
}

.social_icons ul::before {
  position: absolute;
  content: "\f1e0";
  font-family: "Font Awesome 5 Pro";
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 46px;
  background: #F5C25A;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 7000;
  left: 1px;
  z-index: 2;
  top: -1px;
}

.social_icons ul li {
  list-style: none;
  margin: 0 2px;
  position: absolute;
  transition: 0.8s;
}

.social_icons ul:hover li:nth-child(1) a {
  transform: translateX(51px) rotate(360deg);
  transition-delay: 0.8;
  background: #1877F2;
}

.social_icons ul:hover li:nth-child(2) a {
  transform: translateX(100px) rotate(360deg);
  transition-delay: 0.6;
  background: #1DA1F2;
}

.social_icons ul:hover li:nth-child(3) a {
  transform: translateX(150px) rotate(360deg);
  transition-delay: 0.4;
  background: #8a3ab9;
}

.social_icons ul:hover li:nth-child(4) a {
  transform: translateX(200px) rotate(360deg);
  transition-delay: 0.2;
  background: #CD201F;
}

.social_icons ul li a {
  display: block;
  height: 46px;
  width: 46px;
  background-color: green;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border-radius: 50px;
  transition: 0.3s;
}

.team_area {
  margin-bottom: 50px;
}

.button-group.filtering_btn.filter-button-group.text-center {
  padding-top: 100px;
}

.button-group.filtering_btn.filter-button-group button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.button-group.filtering_btn.filter-button-group button:hover {
  background: #438FF9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #ffffff;
}

.team-details .team-item {
  display: flex;
  flex-wrap: wrap;
}
.team-details .team-thumb {
  width: 370px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #DDE6EF;
}
@media only screen and (max-width: 991px) {
  .team-details .team-thumb {
    width: 100%;
  }
}
.team-details .team-content-area {
  width: calc(100% - 370px);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .team-details .team-content-area {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.team-details .team-content-area .team-content {
  background-color: #F8F6FA;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 40px;
}
.team-details .team-content-area .team-content .title {
  font-weight: 700;
}
.team-details .team-content-area .team-content .sub-title {
  color: #312f32;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .team-details .team-content-area .team-content .sub-title {
    font-size: 14px;
  }
}
.team-details .team-content-area .team-content .team-contact-list li {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  list-style-type: none;
}
.team-details .team-content-area .team-content .team-contact-list li i {
  color: #646161;
  margin-right: 5px;
}
.team-details .team-content-area .team-content .team-social-area {
  position: unset;
  background-color: transparent;
  width: auto;
  height: auto;
  display: block;
  margin-top: 10px;
}
.team-details .team-content-area .team-content .team-social-area span {
  color: #312f32;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
}
.team-details .team-content-area .team-content .team-social-area .team-social li {
  display: inline-block;
}
.team-details .team-content-area .team-content .team-social-area .team-social li a {
  border: 1px solid #0e0e0e;
  color: #0e0e0e;
}
.team-details .team-content-area .team-content .team-social-area .team-social li a:hover {
  border: 1px solid #438FF9;
  color: #ffffff;
  background-color: #438FF9;
}
.team-details .team-content-area .team-content .team-social-area .team-social li + li {
  margin-top: 0;
  margin-left: 8px;
}

.team-widget-area .team-widget-content {
  margin-top: 52px;
}
.team-widget-area .team-widget-content .title {
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: -5px;
}
.team-widget-area .team-widget-content p {
  line-height: 1.9;
  margin-bottom: 50px;
}

.team-skill-area .skill-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 40px 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  transition: all 0.5s;
}
.team-skill-area .skill-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #ddd;
  transition: all 0.5s;
  z-index: -1;
}
.team-skill-area .circle {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 170px;
}
.team-skill-area .circle canvas {
  border-color: #ddd;
}
.team-skill-area .circle strong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -90%);
  -ms-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
  font-size: 36px;
  color: #438FF9;
}
.team-skill-area .sk-name {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.team-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ddd;
  color: #ddd;
  font-size: 12px;
  transition: all 0.3s;
}
.team-social li a:hover {
  color: #ffffff;
  background-color: #ddd;
}

.team-social li + li {
  margin-top: 8px;
}

.subscribe_area.remove-mt {
  margin-top: 0;
}

.title-team-details {
  font-weight: 600;
}

.sub-title.sub-title-bottom {
  margin-bottom: 13px !important;
}

.skill-item.skill-item-two::before {
  width: 0;
}

.skill-item.skill-item-two {
  padding-top: 65px;
}

.team-content p {
  margin-bottom: 16px;
}

/*
=============================
20. HISTORY
=============================
*/
.historyy {
  margin-bottom: 50px;
  align-items: center;
  position: relative;
}

.historyyCard {
  position: relative;
  max-width: 480px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px #00000012;
  padding: 60px 30px;
  z-index: 13;
  border-radius: 10px;
}
.historyyCard h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 11px;
}
.historyyCard p {
  font-size: 15px;
}

.historyy_image {
  max-width: 480px;
  position: relative;
  margin-left: 25px;
}

.historyyCard.addtriangle::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 87px 72px 100px;
  border-color: transparent transparent #ffffff transparent;
  right: -75px;
  top: 45px;
  transform: rotate(86deg);
  z-index: 2;
}

.historyyCard.aftertringle::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 75px 75px 116px;
  border-color: transparent transparent #ffffff transparent;
  left: -79px;
  top: 65px;
  transform: rotate(257deg);
  z-index: -1;
}

.custom_border {
  position: relative;
  margin-left: 97px;
}
.custom_border::before {
  height: 97%;
  width: 1px;
  background: #D4D4D4;
  content: "";
  left: 540px;
  top: 49%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.history_content_wrapper {
  position: relative;
}
.history_content_wrapper::before {
  position: absolute;
  content: "";
  height: 205px;
  width: 2px;
  background: #438FF9;
  left: 0;
  top: 20%;
  z-index: 14;
}

.history_wrapper_two {
  position: relative;
}
.history_wrapper_two::before {
  position: absolute;
  content: "";
  height: 205px;
  width: 2px;
  background: #438FF9;
  right: 0;
  top: 20%;
  z-index: 14;
}

.history_wrapper_four {
  position: relative;
}
.history_wrapper_four::before {
  position: absolute;
  content: "";
  height: 205px;
  width: 2px;
  background: #438FF9;
  left: 0;
  top: 20%;
  z-index: 14;
}

.history_wrapper_three {
  position: relative;
}
.history_wrapper_three::before {
  position: absolute;
  content: "";
  height: 205px;
  width: 2px;
  background: #438FF9;
  right: 0;
  top: 20%;
  z-index: 14;
}

.since {
  position: absolute;
  padding: 8px 20px;
  background: #fff;
  border-radius: 8px;
  top: 30px;
  right: 30px;
  color: #438FF9;
  font-weight: 700;
}

.historyyCard.addtriangle::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #438FF9;
  left: 521px;
  top: 74px;
  border-radius: 50px;
  outline: 5px solid #ECF4FF;
}

.historyy_image.historyy_before::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #438FF9;
  left: 523px;
  top: 51px;
  border-radius: 50px;
  outline: 5px solid #ECF4FF;
}

.title.history_title {
  color: #2C2C2C;
}

.historyy_image.historyy_before.ml-none {
  margin-left: 0;
}

.history_wrapper_two {
  position: relative;
  margin-left: 25px;
}

.historyy_image.historyy_before.last_before {
  margin-left: 0;
}
.historyy_image.historyy_before.last_before::after {
  left: 520px;
}

.historyy_image.historyy_before.last_before span {
  position: absolute;
  left: 30px;
  display: inline-table;
}

.historyy_image.historyy_before.ml-none span {
  position: absolute;
  left: 30px;
  display: inline-table;
}

.histor_area {
  overflow: hidden;
}

.historyy_image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
