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

  Theme Name: Magazine News html 5 template
  Author: themebuzs
  Support: 
  Description: Magazine News html 5 template
  Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. common
	2. header
	3. hero
	4. tips
	5. blog
	6. footer

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

==================================
    1. common
==================================

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,900&family=Prata&display=swap");
@-webkit-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);
  }
}
@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 {
  -webkit-animation: float-bob-y infinite 3s linear;
          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;
  }
}
@-webkit-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 {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@-webkit-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;
  }
}
@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% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            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% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            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% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
            transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            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% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
            transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
            transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
            transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
            transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
            transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            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;
  }
}
@-webkit-keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 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;
}

@-webkit-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-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);
  }
}
@-webkit-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 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;
  font-size: 16px;
  color: #1D1D1D;
  overflow-x: hidden;
}

:root {
  --animate-delay: 0.5s;
}

.my-element {
  --animate-duration: 0.5s;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #DC1559;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 100px;
}

.img,
img {
  max-width: 100%;
  -webkit-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;
}
.fix.home-04 .side__logo {
  text-align: center;
}
.fix.home-04 .side__logo img {
  max-width: 160px;
}

a {
  text-decoration: none;
}

a,
.button {
  -webkit-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: "Prata", serif;
  font-weight: normal;
  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;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75rem;
  color: #1D1D1D;
  margin-bottom: 15px;
  text-transform: capitalize;
}

hr {
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

span {
  color: #707070;
}

*::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
  color: white;
  background: #1D1D1D;
}

/*--
    - Input Placeholder
-----------------------------------------*/
/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - 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: 4px;
  font-weight: 600;
}

.mb-xl {
  margin-bottom: 119px !important;
}

input[type=radio]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #FFFFFF;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #7B26BE;
}

input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: 2px;
  position: relative;
  background-color: #7B26BE;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #fff;
}

.section-padding {
  padding-top: 116px;
}

.section-title {
  font-size: 40px;
  line-height: 5rem;
  font-weight: 400;
  position: relative;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #DC1559;
  height: 3px;
  width: 44px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-title::after {
  content: "";
  position: absolute;
  right: 44%;
  bottom: 0;
  background-color: #DC1559;
  height: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23px;
}

.section-title-1 {
  font-size: 40px;
  line-height: 5rem;
  font-weight: 500;
  position: relative;
}
.section-title-1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #DC1559;
  height: 3px;
  width: 44px;
}
.section-title-1::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  background-color: #DC1559;
  height: 3px;
  width: 23px;
}

.containerr {
  max-width: 1536px;
  margin: auto;
  padding: 0 15px;
}

.add-left-line-before {
  position: relative;
  padding-left: 60px;
  margin-right: 6px;
  font-size: 14px;
}
.add-left-line-before::before {
  content: "";
  position: absolute;
  left: 0;
  width: 45px;
  height: 1px;
  background: #707070;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

h4 a {
  padding-bottom: 6px;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
}
h4 a:hover {
  color: #DC1559;
  background-size: 100% 1px;
  display: inline;
}

.hero-title {
  font-size: 3.438rem;
  line-height: 4.5rem;
  font-weight: 400;
  position: relative;
}
.hero-title a {
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 6px;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
}
.hero-title a:hover {
  color: #DC1559;
  background-size: 100% 2px;
  display: inline;
}

#eQCP6aTuiJ82_tr {
  -webkit-animation: eQCP6aTuiJ82_tr__tr 1420ms linear infinite normal forwards;
          animation: eQCP6aTuiJ82_tr__tr 1420ms linear infinite normal forwards;
}

@-webkit-keyframes eQCP6aTuiJ82_tr__tr {
  0% {
    -webkit-transform: translate(100px, 100.64px) rotate(0deg);
            transform: translate(100px, 100.64px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(100px, 100.64px) rotate(90deg);
            transform: translate(100px, 100.64px) rotate(90deg);
  }
}

@keyframes eQCP6aTuiJ82_tr__tr {
  0% {
    -webkit-transform: translate(100px, 100.64px) rotate(0deg);
            transform: translate(100px, 100.64px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(100px, 100.64px) rotate(90deg);
            transform: translate(100px, 100.64px) rotate(90deg);
  }
}
#eQCP6aTuiJ83 {
  -webkit-animation: eQCP6aTuiJ83_c_o 1420ms linear infinite normal forwards;
          animation: eQCP6aTuiJ83_c_o 1420ms linear infinite normal forwards;
}

@-webkit-keyframes eQCP6aTuiJ83_c_o {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  14.084507% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes eQCP6aTuiJ83_c_o {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  14.084507% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#eQCP6aTuiJ86 {
  -webkit-animation: eQCP6aTuiJ86_c_o 1420ms linear infinite normal forwards;
          animation: eQCP6aTuiJ86_c_o 1420ms linear infinite normal forwards;
}

@-webkit-keyframes eQCP6aTuiJ86_c_o {
  0% {
    opacity: 0;
  }
  71.830986% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  85.915493% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes eQCP6aTuiJ86_c_o {
  0% {
    opacity: 0;
  }
  71.830986% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  85.915493% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#eQCP6aTuiJ89 {
  -webkit-animation: eQCP6aTuiJ89_c_o 1420ms linear infinite normal forwards;
          animation: eQCP6aTuiJ89_c_o 1420ms linear infinite normal forwards;
}

@-webkit-keyframes eQCP6aTuiJ89_c_o {
  0% {
    opacity: 0;
  }
  57.042254% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  71.830986% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes eQCP6aTuiJ89_c_o {
  0% {
    opacity: 0;
  }
  57.042254% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  71.830986% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#eQCP6aTuiJ812 {
  -webkit-animation: eQCP6aTuiJ812_c_o 1420ms linear infinite normal forwards;
          animation: eQCP6aTuiJ812_c_o 1420ms linear infinite normal forwards;
}

@-webkit-keyframes eQCP6aTuiJ812_c_o {
  0% {
    opacity: 0;
  }
  42.957746% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  57.042254% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes eQCP6aTuiJ812_c_o {
  0% {
    opacity: 0;
  }
  42.957746% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  57.042254% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#eQCP6aTuiJ815 {
  -webkit-animation: eQCP6aTuiJ815_c_o 1420ms linear infinite normal forwards;
          animation: eQCP6aTuiJ815_c_o 1420ms linear infinite normal forwards;
}

@-webkit-keyframes eQCP6aTuiJ815_c_o {
  0% {
    opacity: 0;
  }
  28.169014% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  42.957746% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes eQCP6aTuiJ815_c_o {
  0% {
    opacity: 0;
  }
  28.169014% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  42.957746% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#eQCP6aTuiJ818 {
  -webkit-animation: eQCP6aTuiJ818_c_o 1420ms linear infinite normal forwards;
          animation: eQCP6aTuiJ818_c_o 1420ms linear infinite normal forwards;
}

@-webkit-keyframes eQCP6aTuiJ818_c_o {
  0% {
    opacity: 0;
  }
  14.084507% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  28.169014% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes eQCP6aTuiJ818_c_o {
  0% {
    opacity: 0;
  }
  14.084507% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  28.169014% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.loading svg {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
}

.custom-container-02 {
  max-width: 1638px !important;
}

.topbar-area-wrapper .topbar-inner {
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topbar-area-wrapper .topbar-inner .left-content,
.topbar-area-wrapper .topbar-inner .middle-content,
.topbar-area-wrapper .topbar-inner .right-content {
  width: 33.3333%;
}
.topbar-area-wrapper .topbar-inner .middle-content .logo-wrapper {
  text-align: center;
}
.topbar-area-wrapper .topbar-inner .middle-content .wrapper {
  padding-right: 16px;
  position: relative;
  margin-right: 10px;
}
.topbar-area-wrapper .topbar-inner .middle-content .wrapper::before {
  display: block !important;
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.topbar-area-wrapper .topbar-inner .middle-content .search-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topbar-area-wrapper .topbar-inner .right-content ul {
  text-align: right;
}

.social-style-02 ul li,
.account-cart ul li {
  display: inline-block;
  margin-right: 12px;
}
.social-style-02 ul li a,
.account-cart ul li a {
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #DEDEDE;
  color: #1D1D1D;
  line-height: 32px;
  text-align: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  font-size: 12px;
}
.social-style-02 ul li a:hover,
.account-cart ul li a:hover {
  background-color: #DC1559;
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid transparent;
}

.account-cart ul li a {
  position: relative;
  z-index: 1;
}
.account-cart ul li a .cart-number {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #DC1559;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  top: -12px;
  right: -12px;
  z-index: 9;
  border: 1px solid #fff;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-new {
  margin-top: 25px;
  margin-bottom: 30px;
}
.title-new a {
  font-family: "Prata", serif;
  font-size: 35px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
  color: #1D1D1D;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
  padding-bottom: 6px;
}
.title-new a:hover {
  color: #DC1559 !important;
  background-size: 100% 1px;
}

.line-limit-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-meta .post-meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-meta .post-meta-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.post-meta .post-meta-list li:last-child {
  margin-right: 0;
}
.post-meta .post-meta-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.post-meta .post-meta-list li a:hover .icon,
.post-meta .post-meta-list li a:hover .author,
.post-meta .post-meta-list li a:hover .time {
  color: #DC1559;
}
.post-meta .post-meta-list li .by,
.post-meta .post-meta-list li .date,
.post-meta .post-meta-list li .time {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #707070;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.post-meta .post-meta-list li .by {
  padding-right: 5px;
}
.post-meta .post-meta-list li .date,
.post-meta .post-meta-list li .author {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}
.post-meta .post-meta-list li .author,
.post-meta .post-meta-list li .icon {
  color: #212121;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.post-meta .post-meta-list li .icon {
  margin-top: 6px;
  padding-right: 8px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-radius-10 {
  border-radius: 10px;
}

.social-media-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-media-link li {
  margin: 0 8px;
}
.social-media-link li:first-child {
  margin-left: 0;
}
.social-media-link li:last-child {
  margin-right: 0;
}
.social-media-link li a {
  font-size: 18px;
  color: #BEBEBE;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.social-media-link li a .icon {
  display: block;
  padding-top: 6px;
}
.social-media-link li a:hover {
  color: #1D1D1D;
}

.info {
  font-family: 16px;
  line-height: 28px;
  color: #5D5D5D;
  text-transform: initial;
}

.section-title-wrap {
  margin-bottom: 45px;
}
.section-title-wrap .section-title-new {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 80px;
  font-weight: 400;
  text-transform: capitalize;
}
.section-title-wrap.v-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-title-wrap.v-02 .btn-wrapper a {
  font-weight: 500;
  color: #DC1559;
}
.section-title-wrap.v-02 .hr {
  position: relative;
}
.section-title-wrap.v-02 .hr::before {
  content: "";
  right: 188%;
  top: 12px;
  width: 660px;
  background-color: #DEDEDE;
  height: 1px;
  position: absolute;
}

.tag-wrapper .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-wrapper .tag-list li {
  margin-right: 10px;
}
.tag-wrapper .tag-list li:last-child {
  margin-right: 0;
}
.tag-wrapper .tag-list li:first-child {
  margin-left: 0 !important;
}
.tag-wrapper .tag-list li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  background-color: #DC1559;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 7px 2px 8px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.tag-wrapper .tag-list li a:hover {
  background-color: #1D1D1D;
}
.tag-wrapper .tag-list.v-02 li a {
  background-color: #DC1515;
}
.tag-wrapper.style-02 .tag-list:first-child {
  margin-left: 0 !important;
}
.tag-wrapper.style-02 .tag-list li a {
  background-color: transparent;
  color: #DC1559;
  padding: 0;
  font-size: 12px;
  line-height: 28px;
  font-weight: 600;
}

.four-column .col-lg-3 {
  margin-top: 40px;
}
.four-column .col-lg-3:nth-child(1), .four-column .col-lg-3:nth-child(2), .four-column .col-lg-3:nth-child(3), .four-column .col-lg-3:nth-child(4) {
  margin-top: 0;
}

.three-column .col-lg-4 {
  margin-top: 50px;
}
.three-column .col-lg-4:nth-child(1), .three-column .col-lg-4:nth-child(2), .three-column .col-lg-4:nth-child(3) {
  margin-top: 0;
}

.two-column .col-lg-6 {
  margin-top: 40px;
}
.two-column .col-lg-6:nth-child(1), .two-column .col-lg-6:nth-child(2) {
  margin-top: 0;
}

.one-column .col-lg-12 {
  margin-top: 50px;
}
.one-column .col-lg-12:nth-child(1) {
  margin-top: 0;
}

.slick-main {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.slick-main .slick-item {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.slick-main.dots-style-01 .slick-dots {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-main.dots-style-01 .slick-dots button {
  display: none;
}
.slick-main.dots-style-01 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #909090;
  cursor: pointer;
  -webkit-transition: all linear 0.6s;
  transition: all linear 0.6s;
}
.slick-main.dots-style-01 .slick-dots li.slick-active {
  width: 30px;
  border-radius: 25px;
  background-color: #333333;
}

.arrow-style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrow-style-01 .slick-arrow {
  width: 54px;
  height: 54px;
  line-height: 56px;
  border: 1px solid #DEDEDE;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.arrow-style-01 .slick-arrow .icon {
  font-size: 16px;
  color: #5D5D5D;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.arrow-style-01 .slick-arrow:hover .icon {
  color: #DC1559;
}
.arrow-style-01 .next-icon {
  margin-left: 20px;
}
.arrow-style-01.v-02 .slick-arrow {
  background-color: transparent;
}
.arrow-style-01.v-02 .slick-arrow i {
  color: #fff;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.arrow-style-01.v-02 .slick-arrow:hover {
  background-color: #fff;
}
.arrow-style-01.v-02 .slick-arrow:hover i {
  color: #1D1D1D;
}
.arrow-style-01.home-6 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.arrow-style-01.home-6 .slick-arrow {
  background-color: #fff;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.arrow-style-01.home-6 .slick-arrow .icon {
  color: #DC1559;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.arrow-style-01.home-6 .slick-arrow:hover {
  background-color: #DC1559;
  border-color: #DC1559;
}
.arrow-style-01.home-6 .slick-arrow:hover .icon {
  color: #fff;
}

.read-more {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  color: #DC1559 !important;
  text-transform: capitalize;
  position: relative;
  padding-right: 70px;
}
.read-more::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #DC1559;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.read-more.v-02::before {
  background-color: #FFFFFF;
}

.border-radius-6 {
  border-radius: 6px;
}

.custom-container-03 {
  max-width: 1074px;
}

.custom-container-04 {
  max-width: 1510px;
}

.instagram-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  background: rgb(255, 130, 173);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 173)), to(rgb(220, 21, 89)));
  background: linear-gradient(90deg, rgb(255, 130, 173) 0%, rgb(220, 21, 89) 100%);
  border-radius: 5px;
  padding: 15px 38px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.instagram-btn:hover {
  color: #1D1D1D;
}

.margin-top-80 {
  margin-top: 80px;
}

.nice-select::after {
  height: 8px;
  width: 8px;
}

.mean-container .mean-nav ul li a.mean-expand::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  z-index: 2;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-top--80 {
  margin-top: -80px;
}

.fix .side__logo {
  text-align: center;
}
.fix img {
  max-width: 150px;
}

/*
============================
5. blog
============================
*/
.bloghome-area {
  overflow: hidden;
}

.blogHome {
  padding: 15px;
}
.blogHome__thumb {
  margin-bottom: 20px;
  position: relative;
}
.blogHome__thumb::before {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.blogHome__thumb:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.blogHome__content h4 {
  font-size: 20px;
  line-height: 2rem;
}
.blogHome__content h4 a {
  padding-bottom: 6px;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
}
.blogHome__content h4 a:hover {
  color: #DC1559;
  background-size: 100% 1px;
  display: inline;
}

.bloghomearrow {
  border: 1px solid #DC1559 !important;
}

.slick-editing {
  margin-left: -15px;
  margin-right: -15px;
}

.tags-details ul li:first-child:hover {
  color: #707070;
}

.highlight-quote {
  position: relative;
  background: #F9F9F9;
  padding: 45px;
  margin-bottom: 30px;
}
.highlight-quote p {
  font-size: 20px;
  line-height: 2rem;
  font-family: "Prata", serif;
}
.highlight-quote::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/quote.png");
  height: 100px;
  width: 120px;
  background-repeat: no-repeat;
}
.highlight-quote::after {
  position: absolute;
  left: 0;
  top: 50%;
  background: #DC1559;
  content: "";
  height: 100px;
  width: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.details-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.tags-details {
  padding-top: 20px;
  border-bottom: 1px solid #b6b5b5;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.tags-details ul li {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #707070;
  padding: 4px 10px;
  font-size: 14px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tags-details ul li:hover {
  background: #DC1559;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tags-details ul li:first-child {
  border: 0;
  background: transparent;
}

.detailsTestimonial {
  background: #F9F9F9;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.detailsTestimonial__thumb {
  margin-right: 30px;
}

.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.test-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.test-name h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.social-testi ul li {
  display: inline-block;
  border: 1.5px solid #DC1559;
  padding: 5px 9px;
  color: #DC1559;
  margin-right: 6px;
}
.social-testi ul li:hover {
  background: #DC1559;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.next-prev-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CFCFCF;
}

.cmn_btn.cmn_btn_02 {
  border: 0;
  font-family: "Prata", serif;
  background: transparent !important;
  border: 1px solid #DC1559;
  color: #DC1559 !important;
  cursor: pointer;
}
.cmn_btn.cmn_btn_02:hover {
  background-color: #DC1559 !important;
  color: #fff !important;
}

button.tipsbtn.prev-arrow-tips.bloghomearrow.blog-details-prev {
  left: 87%;
  position: absolute;
}

.section-title.before_remove {
  margin-bottom: 0;
}
.section-title.before_remove::before {
  width: 0;
}
.section-title.before_remove::after {
  width: 0;
}

.blogHome.blog-details {
  padding-left: 0;
}

.post-details-slider {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.form-wrap {
  margin-bottom: 0px;
}

.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
.single-input input {
  padding: 10px;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #CFCFCF;
  width: 100%;
  margin-bottom: 25px;
}
.single-input input:focus {
  border-bottom: 1px solid #DC1559;
}
.single-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #DC1559;
}
.single-input input::-moz-placeholder {
  font-size: 14px;
  color: #DC1559;
}
.single-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #DC1559;
}
.single-input input::-ms-input-placeholder {
  font-size: 14px;
  color: #DC1559;
}
.single-input input::placeholder {
  font-size: 14px;
  color: #DC1559;
}

.text-area {
  margin-bottom: 30px;
}
.text-area textarea {
  padding: 10px;
  padding-left: 0;
  border: 0;
  padding-top: 60px;
  border-bottom: 1px solid #CFCFCF;
  width: 100%;
  height: 140px;
  resize: none;
}
.text-area textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #DC1559;
}
.text-area textarea::-moz-placeholder {
  font-size: 14px;
  color: #DC1559;
}
.text-area textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #DC1559;
}
.text-area textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #DC1559;
}
.text-area textarea::placeholder {
  font-size: 14px;
  color: #DC1559;
}

.wrap-details-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hig {
  margin-right: 30px;
}

.section-title-details {
  font-size: 20px;
  line-height: 2rem;
}

.text-area.text-area-2 textarea {
  border: 1px solid #CFCFCF;
  padding: 20px;
}
.text-area.text-area-2 textarea:focus {
  border: 1px solid #DC1559;
}

.about-contet-p {
  font-size: 20px;
  line-height: 2rem;
  margin-bottom: 25px;
}

.about-content {
  padding: 38px;
  padding-top: 36px;
  padding-bottom: 30px;
  border: 1px solid #DC1559;
}

.about-content span {
  color: #DC1559;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.about-content img {
  max-width: 140px;
  display: block;
}
.about-content p {
  margin-bottom: 11px;
}

.about-contet-p.mb-remove {
  margin-bottom: 15px;
}

.member {
  position: relative;
  margin-bottom: 25px;
}
.member__thumb img {
  width: 100%;
}
.member__content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.member:hover .member__content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.members-area {
  background-color: #F9F9F9;
  padding: 70px 0;
  padding-bottom: 53px;
  padding-top: 50px;
}

.member-name {
  font-size: 26px;
}

.member-positon {
  font-size: 16px;
}

.members-single {
  margin: 15px;
}

.wrapper-members {
  margin-left: -15px;
  margin-right: -15px;
}

.members-slider-active .slick-dots li {
  display: inline-block;
  margin-right: 6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #DC1559;
}

.members-slider-active .slick-dots li.slick-active {
  border: 1px solid #DC1559;
  background-color: #DC1559;
}

.members-slider-active .slick-dots {
  text-align: center;
}

.members-slider-active .slick-dots li button {
  border: 0;
  background-color: transparent;
  font-size: 0;
}

.search-section-wrapper {
  background-color: #F9F9F9;
  padding: 25px;
}

.section-title-search {
  font-size: 20px;
  line-height: 2rem;
  font-family: "Prata", serif;
  margin-bottom: 0;
}

.custom-pagination.border-top-bg {
  border-top: 1px dashed #CECECE;
  padding-top: 50px;
  margin-bottom: 50px;
}

.service.search_service {
  background-color: #F9F9F9;
  margin-bottom: 20px;
}

.blogHome.search-bloghome {
  padding: 0;
  margin-bottom: 20px;
}

.faq-area {
  background-color: #F9F9F9;
  padding: 70px 0;
}

.contact-form {
  background-color: #F1F1F1;
  padding: 50px;
  padding-top: 40px;
  margin-bottom: 70px;
}

.single_input-two input {
  background-color: transparent;
}

/*
===========================
11. mobile
===========================
*/
.small-menu {
  width: 300px;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 999999999999;
  right: 0;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 3px;
  margin-top: 3px;
}

.small-menu {
  width: 300px;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 99;
  right: 0;
  padding: 30px;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  color: #383535;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.design-menu .mean-bar .mean-nav ul li a {
  font-size: 12px;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 10px;
}

.design-menu .mobile-menu .mean-bar .mean-nav ul {
  display: block !important;
}

.design-menu .mean-bar .mean-nav ul li a {
  font-size: 12px;
  color: #000;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 44px;
  background: transparent;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 10px;
  border-bottom: 0 solid #ddd;
}

.small-menu {
  display: none;
}

.offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.activemobile.activemobile-two {
  background-color: #F8FBFF;
}

.open-mobile-menu.mobile-menu-two {
  color: #000;
}

.mean-container .mean-nav ul li a {
  padding: 10px 0px;
}

.mean-container .mean-nav ul li {
  padding-left: 0;
}

.mean-container .mean-nav ul li {
  padding-left: 0;
}

.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li a.mean-clicked {
  background: #DC1559;
  color: #fff;
}

/*
============================
2. header
============================
*/
.header-area {
  background-color: #1D1D1D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.logo-img img {
  width: 130px;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social ul li {
  display: inline-block;
  margin-right: 12px;
}
.social ul li a {
  display: block;
  height: 24px;
  width: 24px;
  border: 1px solid #F9F9F9;
  color: #fff;
  line-height: 24px;
  text-align: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.social ul li a:hover {
  background-color: #DC1559;
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid transparent;
}

.home-03-logo img {
  max-width: 175px;
}

.main-menu {
  padding-left: 30px;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 46px;
  position: relative;
}
.main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 105%;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-menu ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.688rem;
  padding: 21px 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.main-menu ul li a:hover {
  color: #DC1559;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-menu ul li .submenu {
  position: absolute;
  left: 0;
  width: 250px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 17px 3px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 999999999999999;
  background: #fff;
  padding: 0;
  margin: 0;
}
.main-menu ul li .submenu li {
  padding: 0px;
  width: 100%;
}
.main-menu ul li .submenu li a {
  color: #1D1D1D;
  padding: 10px;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 1;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #DC1559;
  z-index: -1;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-menu ul li .submenu li a:hover {
  color: #fff;
}
.main-menu ul li .submenu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.mobile-logo img {
  width: 120px;
}

.logo-inner img {
  width: 160px;
}

/*.search {
  max-width: 113px;
}*/ /*new*/
.search form {
  position: relative;
}
.search form input {
  background-color: transparent;
  border: 0;
  width: 100%;
  padding-right: 30px;
  color: #fff;
}

.submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background-color: transparent;
  color: #707070;
  cursor: pointer;
}
.submit-btn i {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.submit-btn i:hover {
  color: #DC1559;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.menu-icon ul {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.menu-icon ul li:nth-child(1) {
  background-color: #fff;
  height: 1px;
  width: 32px;
  margin-bottom: 6px;
}
.menu-icon ul li:nth-child(2) {
  background-color: #fff;
  height: 1px;
  width: 26px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.menu-icon ul li:nth-child(3) {
  background-color: #fff;
  height: 1px;
  width: 15px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.menu-icon ul a {
  display: block;
}

.menu-icon-02 {
  cursor: pointer;
}
.menu-icon-02 ul li:nth-child(1) {
  background-color: #1D1D1D;
  height: 1px;
  width: 32px;
  margin-bottom: 6px;
}
.menu-icon-02 ul li:nth-child(2) {
  background-color: #1D1D1D;
  height: 1px;
  width: 26px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.menu-icon-02 ul li:nth-child(3) {
  background-color: #1D1D1D;
  height: 1px;
  width: 15px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.menu-icon-02 ul a {
  display: block;
}
.menu-icon-02:hover ul li:nth-child(2),
.menu-icon-02:hover ul li:nth-child(3) {
  width: 32px;
}
.menu-icon-02.home-05 ul li:nth-child(1),
.menu-icon-02.home-05 ul li:nth-child(2),
.menu-icon-02.home-05 ul li:nth-child(3) {
  background-color: #fff;
}

.responsive-menu-bar ul {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.responsive-menu-bar ul li:nth-child(1) {
  background-color: #fff;
  height: 1px;
  width: 32px;
  margin-bottom: 6px;
}
.responsive-menu-bar ul li:nth-child(2) {
  background-color: #fff;
  height: 1px;
  width: 26px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.responsive-menu-bar ul li:nth-child(3) {
  background-color: #fff;
  height: 1px;
  width: 15px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.responsive-menu-bar ul a {
  display: block;
}
.responsive-menu-bar.black ul li:nth-child(1),
.responsive-menu-bar.black ul li:nth-child(2),
.responsive-menu-bar.black ul li:nth-child(3) {
  background-color: #1D1D1D;
}

.logo-area {
  background: #F9F9F9;
}
.logo-area.home-05 .logo-img {
  border-bottom: 0;
}

.logo-img {
  padding: 30px 0;
  border-bottom: 1px dashed #BEBEBE;
}

.header-area.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #1D1D1D;
}

.menu-icon:hover ul li:nth-child(2) {
  width: 32px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.menu-icon:hover ul li:nth-child(3) {
  width: 32px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.nav-style-02 {
  background-color: transparent;
}
.nav-style-02 .main-menu nav > ul > li > a {
  color: #1D1D1D !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  position: relative;
}
.nav-style-02 .main-menu nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #DC1559;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.nav-style-02 .main-menu nav > ul > li > a::after {
  display: none;
}
.nav-style-02 .main-menu nav > ul > li > a:hover {
  color: #DC1559 !important;
}
.nav-style-02 .main-menu nav > ul > li > a:hover::before {
  width: 100%;
}
.nav-style-02 .main-menu nav > ul > li:last-child {
  margin-right: 0;
}
.nav-style-02.home-05 {
  background-color: #1D1D1D;
}
.nav-style-02.home-05 .main-menu nav > ul > li > a {
  color: #fff !important;
}
.nav-style-02.home-05 .main-menu nav > ul > li > a::before {
  display: none;
}
.nav-style-02.home-05 .main-menu nav > ul > li > a:hover {
  color: #DC1559 !important;
}
.nav-style-02.home-05 .main-menu nav > ul > li > a:hover::before {
  width: 100%;
}
.nav-style-02.home-05 .main-menu nav > ul > li:last-child {
  margin-right: 0;
}
.nav-style-02.home-05 .search-light .icon {
  color: #fff;
}
.nav-style-02.home-06 {
  background-color: #F9F9F9;
  padding-top: 18px;
}
.nav-style-02.home-06 .header-wrapper {
  min-height: 70px;
}
.nav-style-02.home-06 .header-wrapper .logo a img,
.nav-style-02.home-06 .header-wrapper .support-logo a img {
  max-width: 150px;
}
.nav-style-02.home-06 .header-wrapper .menu-icon-new {
  position: relative;
}
.nav-style-02.home-06 .header-wrapper .menu-icon-new:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.nav-style-02.home-06 .header-wrapper .menu-icon-new img {
  max-width: 56px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.nav-style-02.home-06 .header-wrapper .menu-icon-new input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.nav-style-02.home-06 .header-wrapper .main-menu {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-top: -150px;
}
.nav-style-02.home-06 .header-wrapper .main-menu.show {
  margin-top: 0;
}
.nav-style-02.home-06.sticky-bar {
  background-color: #1D1D1D;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-style-02.home-06.sticky-bar .support-logo {
  display: block !important;
}
.nav-style-02.home-06.sticky-bar .logo {
  display: none;
}
.search-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search.search-02 {
  max-width: 180px;
}
.search.search-02 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search.search-02 form button {
  position: static;
}
.search.search-02 form button i {
  color: #1D1D1D;
}
.search.search-02 form input {
  padding-right: 0;
  border-bottom: 2px solid #DEDEDE;
  color: #1D1D1D !important;
  font-family: 14px;
  text-transform: initial;
  padding-right: 10px;
}
.search.search-02 form input::-webkit-input-placeholder {
  color: #A4A4A4;
}
.search.search-02 form input::-moz-placeholder {
  color: #A4A4A4;
}
.search.search-02 form input:-ms-input-placeholder {
  color: #A4A4A4;
}
.search.search-02 form input::-ms-input-placeholder {
  color: #A4A4A4;
}
.search.search-02 form input::placeholder {
  color: #A4A4A4;
}

.wrapper {
  padding-top: 13px;
  padding-right: 24px;
  margin-right: 20px;
  position: relative;
}
.wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.wrapper input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 54px;
  height: 19px;
  border-radius: 40px;
  background: #F2F2F2;
  position: relative;
  outline: 0;
  border: 2px solid #DEDEDE;
  cursor: pointer;
}
.wrapper input[type=checkbox]:before {
  content: "\f101";
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  color: #1D1D1D;
  z-index: 2;
  position: absolute;
  bottom: -5px;
  left: 3px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.wrapper input[type=checkbox]:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 50%;
  top: 50%;
  left: -3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: 0px 0px 10px 2px #f0f0f0;
          box-shadow: 0px 0px 10px 2px #f0f0f0;
  border: 1px solid #e1dfda;
}
.wrapper input[type=checkbox]:checked:before {
  left: calc(100% - 20px);
}
.wrapper input[type=checkbox]:checked:after {
  left: calc(100% - 26px);
}

.search.search-02 form input {
  border-bottom: 1px solid #ddd;
  height: 36px;
}

.header-area.nav-style-02.sticky-bar .main-menu nav > ul > li > a {
  color: #fff !important;
  font-weight: 400;
}
.header-area.nav-style-02.sticky-bar .main-menu nav > ul > li > a:hover {
  color: #DC1559 !important;
}
.header-area.nav-style-02.sticky-bar .search.search-02 form button i {
  color: #DEDEDE;
}
.header-area.nav-style-02.sticky-bar .search.search-02 form input {
  color: #A4A4A4 !important;
  border-bottom: 1px solid #ddd;
  height: 36px;
}
.header-area.nav-style-02.sticky-bar .menu-icon-02 ul li {
  background-color: #DEDEDE;
}
.header-area.nav-style-02.sticky-bar .wrapper input[type=checkbox] {
  background: #b1b1b1;
}

.banner-04-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-04-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(100%, rgba(29, 29, 29, 0.5)), to(rgba(84, 93, 102, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 29, 0.5) 100%, rgba(84, 93, 102, 0) 100%);
}

.single-banner-slide-home-05 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px;
  background-position: top center;
}
.single-banner-slide-home-05::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0)), to(rgb(29, 29, 29)));
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(29, 29, 29) 100%);
  opacity: 0;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
.single-banner-slide-home-05 .content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  opacity: 0;
  margin-bottom: -90px;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
.single-banner-slide-home-05 .content .title-new a {
  font-size: 55px;
  line-height: 80px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 10px;
}
.single-banner-slide-home-05 .content .post-meta ul li span {
  color: #fff;
}
.single-banner-slide-home-05 .content .post-meta ul li .icon {
  color: #fff;
}
.single-banner-slide-home-05 .content .tag-wrapper ul li a {
  border-radius: 15px;
  background-color: #F9EAEF;
  color: #DC1559;
  padding: 3px 16px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-weight: 600;
}
.single-banner-slide-home-05 .content .tag-wrapper ul li a:hover {
  background-color: #DC1559;
  color: #fff;
}

.slick-current.slick-active .single-banner-slide-home-05::before {
  opacity: 1;
}
.slick-current.slick-active .single-banner-slide-home-05 .content {
  opacity: 1;
  margin-bottom: 0;
}

.banner-area-wrapper .single-banner-item {
  height: 780px;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px;
  border: 5px solid #fff;
  border-top: 0;
  border-bottom: 0;
}
.banner-area-wrapper .single-banner-item .content {
  padding: 30px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: relative;
  z-index: 9;
}
.banner-area-wrapper .single-banner-item .content::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  opacity: 0;
  visibility: hidden;
}
.banner-area-wrapper .single-banner-item .content .title {
  margin-top: 25px;
  margin-bottom: 30px;
}
.banner-area-wrapper .single-banner-item .content .title a {
  font-family: "Prata", serif;
  font-size: 35px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
  color: #fff;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
  padding-bottom: 6px;
}
.banner-area-wrapper .single-banner-item .content .title a:hover {
  color: #DC1559;
  background-size: 100% 2px;
}
.banner-area-wrapper .single-banner-item .content .post-meta .post-meta-list li .by,
.banner-area-wrapper .single-banner-item .content .post-meta .post-meta-list li .author,
.banner-area-wrapper .single-banner-item .content .post-meta .post-meta-list li .date,
.banner-area-wrapper .single-banner-item .content .post-meta .post-meta-list li .icon {
  color: #E8E8E8;
}
.banner-area-wrapper .single-banner-item:hover .content::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.banner-area-wrapper .single-banner-item:hover .content .title a {
  color: #1D1D1D;
}
.banner-area-wrapper .single-banner-item:hover .content .title a:hover {
  color: #DC1559;
}
.banner-area-wrapper .single-banner-item:hover .content .post-meta .post-meta-list li .by,
.banner-area-wrapper .single-banner-item:hover .content .post-meta .post-meta-list li .date {
  color: #707070;
}
.banner-area-wrapper .single-banner-item:hover .content .post-meta .post-meta-list li .author,
.banner-area-wrapper .single-banner-item:hover .content .post-meta .post-meta-list li .icon {
  color: #212121;
}

.single-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post-item .content {
  margin-left: 15px;
}
.single-post-item .content .title-new {
  margin-top: 0;
  margin-bottom: 5px;
}
.single-post-item .content .title-new a {
  font-size: 22px;
  line-height: 39px;
  font-weight: 400;
  color: #212121;
}
.single-post-item .content .post-meta ul li .icon {
  color: #707070;
}
.single-post-item.style-02 .title-new {
  margin-top: 5px;
}
.single-post-item.style-02 .title-new a {
  font-size: 20px;
  line-height: 31px;
}

.featured-post .single-featured-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.featured-post .single-featured-post .content {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-post .single-featured-post .content .title-new {
  font-size: 35px;
  line-height: 52px;
  margin: 40px 0;
}

.featured-sigature-item {
  border: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-sigature-item .img-wrap {
  padding: 30px;
  position: relative;
}
.featured-sigature-item .img-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background-color: #DEDEDE;
}
.featured-sigature-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
.featured-sigature-item .content .title-new {
  margin-top: 0;
  margin-bottom: 20px;
}
.featured-sigature-item .content .bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured-slid-wrap .single-featured-slid {
  position: relative;
}
.featured-slid-wrap .single-featured-slid .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #1D1D1D;
  opacity: 0.95;
  padding: 30px;
}
.featured-slid-wrap .single-featured-slid .content .title-new {
  margin-top: 40px;
  margin-bottom: 30px;
}
.featured-slid-wrap .single-featured-slid .content .title-new a {
  color: #fff;
}
.featured-slid-wrap .single-featured-slid .content .post-meta .post-meta-list li .by,
.featured-slid-wrap .single-featured-slid .content .post-meta .post-meta-list li .author,
.featured-slid-wrap .single-featured-slid .content .post-meta .post-meta-list li .icon,
.featured-slid-wrap .single-featured-slid .content .post-meta .post-meta-list li .date {
  color: #E8E8E8;
}

.arrow-box-shape {
  height: 80px;
  margin-bottom: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.arrow-box-shape .shape-design {
  width: 75%;
  height: 1px;
  background-color: #DEDEDE;
  top: 28px;
  position: relative;
}

.call-to-action-area-wrapper .img-wrap {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
.call-to-action-area-wrapper .img-wrap .bg-image {
  border: 10px solid #FFFFFF;
}
.call-to-action-area-wrapper .img-wrap .bg-image.bg-absolute {
  border: 0;
  position: absolute;
  width: 1000px;
  top: 0;
  right: 140px;
  z-index: -1;
}
.call-to-action-area-wrapper .cta-content-wrap {
  position: relative;
  height: 100%;
}
.call-to-action-area-wrapper .cta-content-wrap .bg-shape-01 {
  position: absolute;
  width: 945px;
  right: 0;
  top: 0;
}
.call-to-action-area-wrapper .cta-content-wrap .bg-shape-02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.call-to-action-area-wrapper .cta-content-wrap .content {
  padding-top: 240px;
}
.call-to-action-area-wrapper .cta-content-wrap .content .title-new {
  margin-top: 0;
  margin-bottom: 30px;
}
.call-to-action-area-wrapper .cta-content-wrap .content .title-new a {
  font-size: 40px;
  line-height: 60px;
}
.call-to-action-area-wrapper .cta-content-wrap .content .btn-wrapper {
  margin-top: 40px;
}
.call-to-action-area-wrapper .cta-content-wrap .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.call-to-action-area-wrapper .cta-content-wrap .author-wrap .img-box {
  margin-right: 20px;
}
.call-to-action-area-wrapper .cta-content-wrap .author-wrap .img-box img {
  width: 109px;
  height: 109px;
  border-radius: 50%;
}
.call-to-action-area-wrapper .cta-content-wrap .author-wrap .content-box .title {
  font-family: "Prata", serif;
  font-size: 22px;
  line-height: 42px;
  color: #1D1D1D;
  text-transform: inherit;
}
.call-to-action-area-wrapper .cta-content-wrap .author-wrap .content-box .info {
  color: #DC1559;
}
.call-to-action-area-wrapper.style-02 {
  overflow: hidden;
}
.call-to-action-area-wrapper.style-02 .img-wrap {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
.call-to-action-area-wrapper.style-02 .img-wrap .bg-image {
  border: 10px solid #FFFFFF;
}
.call-to-action-area-wrapper.style-02 .img-wrap .bg-image.bg-absolute {
  border: 0;
  position: absolute;
  width: 1000px;
  top: 0;
  left: 140px;
  z-index: -1;
}
.call-to-action-area-wrapper.style-02 .content {
  padding-top: 175px;
}
.call-to-action-area-wrapper.style-02 .cta-content-wrap {
  position: relative;
}
.call-to-action-area-wrapper.style-02 .cta-content-wrap .tag-wrapper {
  margin-bottom: 40px;
}
.call-to-action-area-wrapper.style-02 .cta-content-wrap .bg-shape-01 {
  position: absolute;
  width: 945px;
  left: 0;
  top: 0;
}

.single-blog-big-item .img-wrap {
  position: relative;
}
.single-blog-big-item .img-wrap .tag-wrapper {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.single-blog-big-item .content {
  margin-top: 30px;
}
.single-blog-big-item .content .title-new {
  margin-top: 0;
  margin-bottom: 20px;
}
.single-blog-big-item .content .info {
  margin: 0 0 30px;
}
.hr-bar {
  padding-bottom: 60px;
  border-bottom: 1px solid #DEDEDE;
}

.product-area-wrapper {
  position: relative;
  padding: 120px 0;
  z-index: 1;
  overflow: hidden;
}
.product-area-wrapper.section-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.product-area-wrapper.section-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D1D1D;
  opacity: 0.85;
  z-index: -1;
}

.single-text-slide-item {
  margin-bottom: 45px;
}
.single-text-slide-item .title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
}
.single-text-slide-item .info {
  color: #DEDEDE;
  margin-bottom: 50px;
}

.single-product-item .img-wrap {
  position: relative;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.single-product-item .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  z-index: 3;
}
.single-product-item .img-wrap img {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  width: 100%;
}
.single-product-item .img-wrap .tag-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
}
.single-product-item .content {
  margin-top: 30px;
  text-align: center;
}
.single-product-item .content .title-new {
  margin-top: 0;
  margin-bottom: 15px;
}
.single-product-item .content .title-new a {
  font-family: "Prata", serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-product-item .content .price {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
.single-product-item:hover .img-wrap img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.video-area-wrapper.style-01 {
  padding: 150px 0;
  position: relative;
}
.video-area-wrapper.style-01::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D1D1D;
  opacity: 0.8;
}
.video-area-wrapper.style-01 .content {
  text-align: center;
}
.video-area-wrapper.style-01 .content .tag-wrapper {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.video-area-wrapper.style-01 .content .title {
  font-family: "Prata", serif;
  font-size: 55px;
  line-height: 80px;
  color: #fff;
  text-transform: initial;
}
.video-area-wrapper.style-01 .content .post-meta {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}
.video-area-wrapper.style-01 .content .post-meta li .by,
.video-area-wrapper.style-01 .content .post-meta li .author,
.video-area-wrapper.style-01 .content .post-meta li .date,
.video-area-wrapper.style-01 .content .post-meta li .icon {
  color: #A8A8A8;
}
.video-area-wrapper .video-btn-wrap {
  position: relative;
  margin: 0 0 34px 0;
}
.video-area-wrapper .video-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  color: #fff !important;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  z-index: 999;
  position: relative;
}
.video-area-wrapper .round-wave-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-area-wrapper .waves {
  position: absolute;
  width: 124px;
  height: 124px;
  left: -62px;
  top: -62px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  opacity: 1;
  border-radius: 50%;
  z-index: 0;
  -webkit-animation: waves 3s ease-in-out infinite;
          animation: waves 3s ease-in-out infinite;
}
.video-area-wrapper .wave-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.video-area-wrapper .wave-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.video-area-wrapper .wave-3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.video-area-wrapper.home-05 {
  background-position: top center;
  padding-top: 200px;
  padding-bottom: 200px;
  background-attachment: fixed;
}
.video-area-wrapper.home-05::before {
  display: none;
}
.video-area-wrapper.home-05 .content {
  background-color: #fff;
  padding: 50px 100px;
}
.video-area-wrapper.home-05 .content .video-icon {
  background: #F9EAEF;
  color: #DC1559 !important;
}
.video-area-wrapper.home-05 .content .waves {
  border: 1px solid #e5c8d2;
}
.video-area-wrapper.home-05 .content .title-new {
  margin: 0;
}
.video-area-wrapper.home-05 .content .title-new a {
  font-family: "Prata", serif;
  font-size: 55px;
  line-height: 80px;
  color: #1D1D1D;
  text-transform: initial;
  padding-bottom: 10px;
}
.video-area-wrapper.home-05 .content .tag-wrapper {
  margin-bottom: 25px;
}
.video-area-wrapper.home-05 .content .tag-wrapper ul li a {
  border-radius: 15px;
  background-color: #F9EAEF;
  color: #DC1559;
  padding: 3px 16px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-weight: 600;
}
.video-area-wrapper.home-05 .content .tag-wrapper ul li a:hover {
  background-color: #DC1559;
  color: #fff;
}
.video-area-wrapper.home-05 .content .post-meta {
  margin-top: 10px;
}

.newsletter-area-wrapper {
  position: relative;
}
.newsletter-area-wrapper .container {
  position: relative;
  padding: 60px;
}
.newsletter-area-wrapper .bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsletter-area-wrapper .bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D1D1D;
  opacity: 0.92;
}
.newsletter-area-wrapper .newsletter-inner {
  padding: 60px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsletter-area-wrapper .newsletter-inner .content {
  width: 33%;
}
.newsletter-area-wrapper .newsletter-inner .content .title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  color: #fff;
}
.newsletter-area-wrapper .newsletter-inner .content .info {
  color: #E8E8E8;
  margin-top: 15px;
}
.newsletter-area-wrapper .newsletter-inner form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsletter-area-wrapper .newsletter-inner form .form-group input {
  height: 50px;
  background-color: #fff;
  border-radius: 0;
  margin-right: 30px;
  width: 550px;
  line-height: 50px;
  margin-right: 30px;
  border: 1px solid transparent;
}
.newsletter-area-wrapper .newsletter-inner form .form-group input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
}
.newsletter-area-wrapper .newsletter-inner form .form-group button {
  height: 50px;
  text-align: center;
  background-color: #DC1559;
  color: #fff;
  border: 1px solid #DC1559;
  font-size: 16px;
  line-height: 50px;
  width: 190px;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsletter-area-wrapper .newsletter-inner form .form-group button:hover {
  background-color: #1D1D1D;
  color: #fff;
}
.newsletter-area-wrapper .newsletter-inner form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.newsletter-area-wrapper .newsletter-inner form .form-check input {
  margin-top: 7px;
}
.newsletter-area-wrapper .newsletter-inner form .form-check label {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #E8E8E8;
  padding-left: 5px;
}

.instagram-slider .single-inst-img-item {
  position: relative;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.instagram-slider .single-inst-img-item .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
          transform: translate(-50%, -50%) scale(0.3);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
.instagram-slider .single-inst-img-item .hover a {
  color: #fff;
  font-size: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
          transform: translate(-50%, -50%) scale(0.3);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
.instagram-slider .single-inst-img-item:hover .hover {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.instagram-slider .single-inst-img-item:hover .hover a {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.instagram-slider .single-inst-img-item:hover .hover a:hover {
  color: #DC1559;
}

.footer-widget .content-wrap {
  position: relative;
}
.footer-widget .content-wrap.bg-image {
  position: relative;
}
.footer-widget .content-wrap.bg-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D1D1D;
  opacity: 0.92;
  z-index: 1;
}
.footer-widget .content-wrap.bg-image::after {
  position: absolute;
  content: "";
  top: -32px;
  left: -32px;
  width: 100%;
  height: 100%;
  background-color: #DC1559;
  z-index: -1;
}
.footer-widget .content-wrap .hr-extra-bar {
  position: absolute;
  bottom: 0;
  width: 104%;
  height: 1px;
  background-color: #E8E8E8;
  left: 104%;
}
.footer-widget .content {
  padding: 60px;
  position: relative;
  z-index: 2;
}
.footer-widget .content .info {
  color: #BEBEBE;
  margin-top: 40px;
  margin-bottom: 60px;
}
.footer-widget .content .social-style-02.v-03 ul li a {
  border-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.footer-widget .content .social-style-02.v-03 ul li a:hover {
  background-color: #DC1559;
  border-color: #DC1559;
  color: #fff;
}
.footer-widget .copyright {
  margin-top: 30px;
  padding-bottom: 20px;
}
.footer-widget .copyright .info {
  color: #5D5D5D;
}
.footer-widget .widget-title {
  font-family: "Prata", serif;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  color: #1D1D1D;
  font-weight: 400;
}
.footer-style-04 .footer-widget .widget-title {
  padding-left: 0;
  margin-bottom: 40px;
}
.footer-style-04 .footer-widget .widget-title::before {
  display: none;
}
.footer-style-04 .footer-widget .footer-link-list .link-item {
  margin-bottom: 10px;
}
.footer-style-04 .footer-widget .footer-link-list .link-item a {
  font-size: 16px;
  line-height: 26px;
  color: #1D1D1D;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.footer-style-04 .footer-widget .footer-link-list .link-item a:hover {
  color: #DC1559;
}

.footer-style-05 {
  background-color: #000;
}
.footer-style-05 .footer-widget .logo a img {
  max-width: 200px;
}
.footer-style-05 .footer-widget .info {
  color: #CECECE;
}
.footer-style-05 .footer-widget .address {
  margin-top: 30px;
}
.footer-style-05 .footer-widget .address .addr {
  color: #CECECE;
  text-transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
.footer-style-05 .footer-widget .address .addr .intro {
  color: #fff;
  padding-right: 10px;
}
.footer-style-05 .footer-widget .address .addr .intro .icon {
  display: block;
  margin-bottom: -5px;
}
.footer-style-05 .footer-widget .widget-title {
  padding-left: 0;
  margin-bottom: 40px;
  color: #fff;
}
.footer-style-05 .footer-widget .widget-title::before {
  display: none;
}
.footer-style-05 .tag-wrapper.v-02 ul li a {
  color: #CECECE;
  text-transform: capitalize;
}
.footer-style-05 .single-laest-news-text {
  margin-bottom: 30px;
}
.footer-style-05 .single-laest-news-text:last-child {
  margin-bottom: 0;
}
.footer-style-05 .single-laest-news-text .title-new {
  margin: 0 0 10px;
}
.footer-style-05 .single-laest-news-text .title-new a {
  font-size: 16px;
  line-height: 30px;
  font-family: "Prata", serif;
  font-weight: 400;
  color: #F8F8F8;
}
.footer-style-05 .single-laest-news-text .post-meta ul li .icon {
  color: #707070;
}
.footer-style-05 .single-laest-news-text .post-meta ul li span {
  color: #707070;
}
.footer-style-05 .single-laest-news-text .post-meta ul li span.author {
  color: #fff;
  text-transform: capitalize;
}
.footer-style-05 .footer-link-list .link-item {
  margin-bottom: 10px;
}
.footer-style-05 .footer-link-list .link-item a {
  font-size: 16px;
  line-height: 26px;
  color: #CECECE;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.footer-style-05 .footer-link-list .link-item a:hover {
  color: #DC1559;
}
.footer-style-05 .social-style-02.v-03 {
  text-align: right;
}
.footer-style-05 .social-style-02.v-03 ul li a {
  border-radius: 50%;
  color: #B9B9B9;
  border-color: #B9B9B9;
}
.footer-style-05 .social-style-02.v-03 ul li a:hover {
  background-color: #DC1559;
  border-color: #DC1559;
  color: #fff;
}
.footer-style-05 .footer-bottom {
  border-top: 1px solid #707070;
  padding: 35px 0 10px;
  margin-top: 40px;
}
.footer-style-05 .footer-bottom .info {
  margin-top: 8px;
  text-align: center;
}
.footer-style-05.white {
  background-color: #fff;
}
.footer-style-05.white .footer-widget .widget-title {
  color: #000;
}
.footer-style-05.white .footer-widget .info {
  color: #1D1D1D;
}
.footer-style-05.white .footer-widget .addr {
  color: #1D1D1D !important;
}
.footer-style-05.white .footer-widget .intro {
  color: #1D1D1D !important;
}
.footer-style-05.white .tag-wrapper ul li a {
  color: #5D5D5D;
  border-color: #B7B7B7;
}
.footer-style-05.white .single-laest-news-text .title-new a {
  color: #1D1D1D;
}
.footer-style-05.white .post-meta ul li .icon,
.footer-style-05.white .post-meta ul li .by,
.footer-style-05.white .post-meta ul li .date,
.footer-style-05.white .post-meta ul li .author {
  color: #AEAEAE !important;
}
.footer-style-05.white .footer-link-list .link-item a {
  color: #1D1D1D;
}
.footer-style-05.white .footer-link-list .link-item a:hover {
  color: #DC1559;
}
.footer-style-05.white .social-style-02.v-03 ul li a {
  color: #4E4E4E;
  border-color: #4E4E4E;
}
.footer-style-05.white .social-style-02.v-03 ul li a:hover {
  background-color: #DC1559;
  border-color: #DC1559;
  color: #fff;
}
.footer-style-05.white .copyright {
  color: #707070 !important;
}

.tag-wrapper.v-02 .tag-list li {
  margin: 0 10px 15px 0;
}
.tag-wrapper.v-02 .tag-list li a {
  border: 1px solid #707070;
  background-color: transparent;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #1D1D1D;
}
.tag-wrapper.v-02 .tag-list li a:hover {
  background-color: #DC1559;
  color: #fff;
  border-color: #DC1559;
}

.news-area.style-02 {
  position: relative;
  z-index: 0;
}
.news-area.style-02 .mnews .tag-wrapper {
  margin-bottom: 35px;
}
.news-area.style-02 .mnews .title {
  font-size: 35px;
  line-height: 52px;
}
.news-area.style-02 .mnews .info {
  color: #1D1D1D;
  margin-top: 25px;
  margin-bottom: 35px;
}
.news-area.home-05 .mnews-01 {
  background-color: #FBFBFB;
  padding: 32px;
  border-radius: 8px;
}
.news-area.home-05 .mnews-01 .thumb-wrap {
  position: relative;
  overflow: visible;
}
.news-area.home-05 .mnews-01 .thumb-wrap .date-sticker {
  z-index: 1;
  position: absolute;
  top: -32px;
  left: 40px;
  padding: 18px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF5F8;
}
.news-area.home-05 .mnews-01 .thumb-wrap .date-sticker .day {
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #1D1D1D;
  margin-bottom: 4px;
}
.news-area.home-05 .mnews-01 .thumb-wrap .date-sticker .month,
.news-area.home-05 .mnews-01 .thumb-wrap .date-sticker .year {
  color: #1D1D1D;
  font-size: 12px;
  line-height: 17px;
}
.news-area.home-05 .mnews-01 .thumb-wrap .date-sticker::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -4px;
  height: 27px;
  width: 8px;
  background-color: #DC1559;
}
.news-area.home-05 .mnews-01 .thumb-wrap .mnews01__thumb {
  border-radius: 8px;
}
.news-area.home-05 .mnews-01 .thumb-wrap .mnews01__thumb img {
  width: 100%;
  border-radius: 8px;
}
.news-area.home-05 .mnews-01 .mnews__content .title {
  line-height: 40px;
}
.news-area.home-05 .mnews-01 .mnews__content .hero-meta-bottom .add-left-line-before {
  padding-left: 0;
}
.news-area.home-05 .mnews-01 .mnews__content .hero-meta-bottom .add-left-line-before::before {
  display: none;
}
.news-area.home-05 .mnews-01 .mnews__content .hero-meta-bottom .add-left-line-before .by {
  color: #1D1D1D;
}

.sidebar-widgets .widget {
  padding: 30px;
  padding-bottom: 0;
}
.sidebar-widgets.style-02 {
  position: sticky;
  top: 0;
  border: 1px solid #DEDEDE;
  background-color: transparent !important;
}
.sidebar-widgets.style-02 .social-widget ul {
  border: 1px solid #DEDEDE;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.sidebar-widgets.style-02 .social-widget ul:last-child {
  margin-bottom: 0;
}
.sidebar-widgets.style-02 .social-widget ul li .icon {
  line-height: 54px;
  background-color: #1D1D1D;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.sidebar-widgets.style-02 .social-widget ul li.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.sidebar-widgets.style-02 .social-widget ul li.text .text-inner {
  display: inline-block;
  border-left: 1px solid #DEDEDE;
  padding-left: 20px;
}
.sidebar-widgets.style-02 .social-widget ul:hover {
  background-color: #1D1D1D;
}
.sidebar-widgets.style-02 .social-widget ul:hover li .icon {
  background-color: #fff;
  color: #1D1D1D;
}
.sidebar-widgets.style-02 .social-widget ul:hover li.text span {
  color: #fff;
}

.side-info.v-02 .mean-nav {
  margin-bottom: 50px;
}

.cat-widget.style-02 ul li.circle-count {
  border-radius: 0;
  color: #1D1D1D !important;
}

.recent-widget.style-02 .recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.recent-widget.style-02 .recent:last-child {
  margin-bottom: 0;
}
.recent-widget.style-02 .recent .recent__content .recent-title {
  font-size: 18px;
  line-height: 34px;
}

.add-banar-widget {
  position: relative;
  padding-top: 50px;
  display: inline-block;
}
.add-banar-widget .btn-wrapper {
  padding: 30px;
  text-align: center;
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 10px;
}
.add-banar-widget .buy-btn {
  width: 100%;
  font-family: "Prata", serif;
}

.search-widget form .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-widget form .search-form input {
  height: 60px;
  border: 1px solid #BEBEBE;
  border-radius: 0;
  color: #1D1D1D;
  padding: 5px 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-widget form .search-form input::-webkit-input-placeholder {
  color: #BEBEBE;
}
.search-widget form .search-form input::-moz-placeholder {
  color: #BEBEBE;
}
.search-widget form .search-form input:-ms-input-placeholder {
  color: #BEBEBE;
}
.search-widget form .search-form input::-ms-input-placeholder {
  color: #BEBEBE;
}
.search-widget form .search-form input::placeholder {
  color: #BEBEBE;
}
.search-widget form .search-form button {
  height: 60px;
  width: 60px;
  border: 1px solid #1D1D1D;
  background-color: #1D1D1D;
  line-height: 60px;
  font-size: 22px;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
}

.grid-area-wrapper.home-05 .mnews-01 .thumb-wrap {
  position: relative;
  overflow: visible;
}
.grid-area-wrapper.home-05 .mnews-01 .thumb-wrap .date-sticker {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 40px;
  padding: 18px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.grid-area-wrapper.home-05 .mnews-01 .thumb-wrap .date-sticker .day {
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #1D1D1D;
  margin-bottom: 4px;
}
.grid-area-wrapper.home-05 .mnews-01 .thumb-wrap .date-sticker .month,
.grid-area-wrapper.home-05 .mnews-01 .thumb-wrap .date-sticker .year {
  color: #1D1D1D;
  font-size: 12px;
  line-height: 17px;
}
.grid-area-wrapper.home-05 .mnews-01 .thumb-wrap .date-sticker::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -4px;
  height: 27px;
  width: 8px;
  background-color: #DC1559;
}
.grid-area-wrapper.home-05 .mnews-01 .thumb-wrap .mnews01__thumb {
  border-radius: 8px;
}
.grid-area-wrapper.home-05 .mnews-01 .thumb-wrap .mnews01__thumb img {
  width: 100%;
  border-radius: 8px;
}
.grid-area-wrapper.home-05 .mnews-01 .mnews__content .title {
  line-height: 38px;
}
.grid-area-wrapper.home-05 .mnews-01 .mnews__content .hero-meta-bottom .add-left-line-before {
  padding-left: 0;
}
.grid-area-wrapper.home-05 .mnews-01 .mnews__content .hero-meta-bottom .add-left-line-before::before {
  display: none;
}
.grid-area-wrapper.home-05 .mnews-01 .mnews__content .hero-meta-bottom .add-left-line-before .by {
  color: #1D1D1D;
}
.grid-area-wrapper.ex {
  background-color: #FFFBFC;
}

.latest-news-small-wrapper .single-post-item {
  margin-bottom: 30px;
}

.post-inner {
  background-color: #FFF5F8;
  padding: 60px;
  border-radius: 8px;
}
.post-inner.v-2 {
  padding: 60px 60px 30px 60px;
}

.form-default .form-element {
  margin-bottom: 20px;
}
.form-default .form-element input[type=email],
.form-default .form-element input[type=tel],
.form-default .form-element input[type=text],
.form-default .form-element select,
.form-default .form-element .form-item {
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px 10px;
  color: #1D1D1D;
}
.form-default .form-element input[type=email]::-webkit-input-placeholder, .form-default .form-element input[type=tel]::-webkit-input-placeholder, .form-default .form-element input[type=text]::-webkit-input-placeholder, .form-default .form-element select::-webkit-input-placeholder, .form-default .form-element .form-item::-webkit-input-placeholder {
  color: #707070;
}
.form-default .form-element input[type=email]::-moz-placeholder, .form-default .form-element input[type=tel]::-moz-placeholder, .form-default .form-element input[type=text]::-moz-placeholder, .form-default .form-element select::-moz-placeholder, .form-default .form-element .form-item::-moz-placeholder {
  color: #707070;
}
.form-default .form-element input[type=email]:-ms-input-placeholder, .form-default .form-element input[type=tel]:-ms-input-placeholder, .form-default .form-element input[type=text]:-ms-input-placeholder, .form-default .form-element select:-ms-input-placeholder, .form-default .form-element .form-item:-ms-input-placeholder {
  color: #707070;
}
.form-default .form-element input[type=email]::-ms-input-placeholder, .form-default .form-element input[type=tel]::-ms-input-placeholder, .form-default .form-element input[type=text]::-ms-input-placeholder, .form-default .form-element select::-ms-input-placeholder, .form-default .form-element .form-item::-ms-input-placeholder {
  color: #707070;
}
.form-default .form-element input[type=email]::placeholder,
.form-default .form-element input[type=tel]::placeholder,
.form-default .form-element input[type=text]::placeholder,
.form-default .form-element select::placeholder,
.form-default .form-element .form-item::placeholder {
  color: #707070;
}
.form-default .form-element input[type=email]:focus,
.form-default .form-element input[type=tel]:focus,
.form-default .form-element input[type=text]:focus,
.form-default .form-element select:focus,
.form-default .form-element .form-item:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-default .form-element .nice-select.open ul li.option.disabled {
  display: none;
}
.form-default .textarea {
  margin-top: 20px;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
  resize: none;
  color: #1D1D1D;
}
.form-default .textarea::-webkit-input-placeholder {
  color: #707070;
}
.form-default .textarea::-moz-placeholder {
  color: #707070;
}
.form-default .textarea:-ms-input-placeholder {
  color: #707070;
}
.form-default .textarea::-ms-input-placeholder {
  color: #707070;
}
.form-default .textarea::placeholder {
  color: #707070;
}
.form-default .textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.send-mes {
  background-color: rgba(220, 21, 89, 0.1);
  color: #DC1559;
  padding: 12px 50px 12px 26px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn.send-mes::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  height: 1px;
  width: 24px;
  background-color: #DC1559;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn.send-mes:hover {
  background-color: #DC1559;
  color: #fff;
}
.btn.send-mes:hover::before {
  background-color: #fff;
}

.get-in-touch-area-wrapper {
  padding: 120px;
  background-attachment: fixed;
}
.get-in-touch-area-wrapper .get-in-touch-form {
  padding: 60px 44px;
  background-color: #fff;
}
.get-in-touch-area-wrapper .title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 80px;
  color: #1D1D1D;
  font-weight: 400;
  margin-bottom: 30px;
}
.get-in-touch-area-wrapper input::-webkit-outer-spin-button,
.get-in-touch-area-wrapper input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.get-in-touch-area-wrapper input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.brand-logo-area-wrapper .slick-item svg {
  width: 180px;
  height: 160px;
}
.brand-logo-area-wrapper .slick-item svg path {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.brand-logo-area-wrapper .slick-item svg:hover path {
  fill: #DC1559;
}
.brand-logo-area-wrapper .slick-item img {
  fill: #000;
}

.price-plans-inner .single-price-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F8F8F8;
  padding: 30px;
  margin-bottom: 30px;
}
.price-plans-inner .single-price-plan:last-child {
  margin-bottom: 0;
}
.price-plans-inner .single-price-plan .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-plans-inner .single-price-plan .content .title {
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #1D1D1D;
}
.price-plans-inner .single-price-plan .content .info {
  color: #5D5D5D;
}
.price-plans-inner .single-price-plan .price {
  width: 86px;
  height: 86px;
  line-height: 86px;
  background-color: rgba(220, 21, 89, 0.1);
  margin-left: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  font-family: "Prata", serif;
  color: #DC1559;
}

.makeup-service-area-wrapper .text-box {
  padding: 120px 0 255px;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.makeup-service-area-wrapper .text-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1D1D1D;
  opacity: 0.7;
  z-index: 0;
}
.makeup-service-area-wrapper .text-box .title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 80px;
  color: #fff;
}
.makeup-service-area-wrapper .text-box .info {
  color: #dfdfdf;
}
.makeup-service-area-wrapper .service-slider-wrapper {
  margin-top: -200px;
  position: relative;
  z-index: 9;
}
.makeup-service-area-wrapper .service-slider-wrapper .service-slider-inner {
  background-color: #FFF5F8;
  padding: 50px;
}
.makeup-service-area-wrapper .service-slider-wrapper .service-slider-inner .single-makeup-service .img-box {
  overflow: hidden;
  position: relative;
}
.makeup-service-area-wrapper .service-slider-wrapper .service-slider-inner .single-makeup-service .img-box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  z-index: 1;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.makeup-service-area-wrapper .service-slider-wrapper .service-slider-inner .single-makeup-service .img-box:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.makeup-service-area-wrapper .service-slider-wrapper .service-slider-inner .single-makeup-service .img-box img {
  margin: auto;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.makeup-service-area-wrapper .service-slider-wrapper .service-slider-inner .single-makeup-service .img-box img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.makeup-service-area-wrapper .service-slider-wrapper .service-slider-inner .single-makeup-service .content {
  background-color: #fff;
  text-align: center;
  padding: 17px 5px 10px;
}
.makeup-service-area-wrapper .service-slider-wrapper .service-slider-inner .single-makeup-service .content .title {
  font-family: "Prata", serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #1D1D1D;
  text-transform: capitalize;
}

.about-area-wrapper .about-video-wrapper {
  position: relative;
}
.about-area-wrapper .about-video-wrapper .content {
  width: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1D1D1D;
  padding: 20px 20px 20px 23px;
}
.about-area-wrapper .about-video-wrapper .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 26px;
}
.about-area-wrapper .about-video-wrapper .content .text .title {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.about-area-wrapper .about-video-wrapper .video-btn-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-area-wrapper .about-video-wrapper .video-icon {
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  color: #fff !important;
  display: inline-block;
  background: #DC1559;
  z-index: 999;
  position: relative;
}
.about-area-wrapper .about-video-wrapper .round-wave-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-area-wrapper .about-video-wrapper .waves {
  position: absolute;
  width: 86px;
  height: 86px;
  left: -43px;
  top: -47px;
  border: 1px solid rgba(219, 211, 211, 0.657);
  opacity: 1;
  border-radius: 50%;
  z-index: 0;
  -webkit-animation: waves 3s ease-in-out infinite;
          animation: waves 3s ease-in-out infinite;
}
.about-area-wrapper .about-video-wrapper .wave-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.about-area-wrapper .about-video-wrapper .wave-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.about-area-wrapper .about-video-wrapper .wave-3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.about-area-wrapper .about-content-box .title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 50px;
  color: #000;
}
.about-area-wrapper .about-content-box .info {
  color: #1D1D1D;
  margin: 30px 0 16px;
}
.about-area-wrapper .about-content-box .speciality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 12px;
}
.about-area-wrapper .about-content-box .speciality .single-speciality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding-right: 15px;
  margin: 10px 0;
}
.about-area-wrapper .about-content-box .speciality .single-speciality .numb {
  font-family: "Prata", serif;
  font-size: 55px;
  line-height: 80px;
  text-transform: initial;
  font-weight: 400;
  color: #1D1D1D;
  margin-right: 18px;
  margin-bottom: 0;
}
.about-area-wrapper .about-content-box .speciality .single-speciality .text {
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 35px;
  text-transform: initial;
  font-weight: 400;
  color: #1D1D1D;
  margin-bottom: 0;
}
.about-area-wrapper .accreditation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.about-area-wrapper .accreditation .single-item {
  width: 33.333%;
  margin: 15px 0;
}
.about-area-wrapper .accreditation .single-item .icon-box .icon {
  font-size: 55px;
  color: #DC1559;
}
.about-area-wrapper .accreditation .single-item .content .title {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #1D1D1D;
  font-weight: 600;
}
.about-area-wrapper .btn-wrapper {
  margin-top: 40px;
}

.banner-area-wrapper.home-06 {
  position: relative;
  height: 1005px;
  background-color: #F9F9F9;
  overflow-x: hidden;
}
.banner-area-wrapper.home-06 .img-01 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-area-wrapper.home-06 .img-02 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-area-wrapper.home-06 .content {
  padding-top: 270px;
}
.banner-area-wrapper.home-06 .content .tagline {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #DC1559;
  text-transform: uppercase;
}
.banner-area-wrapper.home-06 .content .title {
  font-family: "Prata", serif;
  font-size: 110px;
  line-height: 110px;
  text-transform: initial;
  color: #1D1D1D;
  margin-left: -4px;
}
.banner-area-wrapper.home-06 .content .sub-title {
  font-family: "Prata", serif;
  font-size: 30px;
  line-height: 70px;
  text-transform: capitalize;
  color: #1D1D1D;
}
.header-search-box-wrap {
  position: relative;
}

.search-box-absolute {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.search-box-absolute.show {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  top: 30px;
}
.search-box-absolute form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 310px;
  background-color: #f1f0ef;
  border-radius: 4px;
  overflow: hidden;
}
.search-box-absolute input {
  height: 50px !important;
  border: 1px solid transparent !important;
  border-radius: 0px;
  padding: 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-box-absolute button {
  height: 50px;
  border: 0;
  border-radius: 0;
  width: 50px;
  background-color: #DC1559;
  color: #fff;
  cursor: pointer;
}

/*
============================
3. hero
============================
*/
.hero-area {
  background: #F9F9F9;
  padding-top: 30px;
}

.hero-wrapper {
  background-image: url("../img/hero-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 430px;
  position: relative;
  z-index: 999;
  background-position: center top;
  margin-bottom: 30px;
}

.hero-main-content {
  position: relative;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.hero-main-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), color-stop(40%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: -2;
}

.circle-add-before {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
}
.circle-add-before::before {
  content: "";
  position: absolute;
  left: 0;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background: #DC1559;
  border-radius: 50px;
}

.hero-meta {
  margin-bottom: 20px;
}

.circle-add-before.globar-before::before {
  top: 50%;
}

.mnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mnews__thumb {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.mnews__thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mnews__thumb img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mnews__thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  z-index: 1;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.mnews__thumb:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.mnews__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mnews__content h4 {
  font-size: 20px;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.bottom-space-remove {
  margin-bottom: 10px;
}

.widget-title {
  font-size: 20px;
  line-height: 2rem;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}
.widget-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  width: 3px;
  background: #DC1559;
  content: "";
}

.widget-style-default {
  background: #F9F9F9;
  padding-top: 50px;
}

.social-widget {
  padding: 30px;
  padding-top: 30px;
  padding-bottom: 0;
}
.social-widget ul {
  background: #fff;
  padding: 23px;
  margin-bottom: 10px;
}
.social-widget ul:last-child {
  margin-bottom: 0;
}
.social-widget ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 2rem;
  font-weight: 430;
  letter-spacing: 1px;
}
.social-widget ul li span {
  font-size: 20px;
  color: #1D1D1D;
  font-family: "Prata", serif;
  display: inline-block;
  margin-right: 10px;
}
.social-widget ul li i {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: #0643D1;
  border-radius: 5px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.social-widget ul li i:hover {
  background-color: #153c97;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.twitterbg {
  background: #0E8FE5 !important;
}

.youtubebg {
  background: #F10000 !important;
}

.linkedinbg {
  background: #00669F !important;
}

.cat-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}
.cat-widget ul li {
  color: #fff;
  font-family: "Prata", serif;
}
.cat-widget ul::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1D1D1D;
  content: "";
  z-index: -2;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.cat-widget ul:hover::before {
  opacity: 0.1;
}

.circle-count {
  height: 44px;
  width: 44px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 700 !important;
  color: #DC1559 !important;
}

.recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px dashed #C7C7C7;
  margin-bottom: 25px;
}
.recent__thumb {
  margin-right: 15px;
  overflow: hidden;
  width: 115px;
}
.recent__thumb img {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}
.recent__thumb img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.recent-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.banar-widget {
  padding: 22px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
.banar-widget h2 {
  font-size: 40px;
  line-height: 3.625rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.banar-widget h4 {
  font-size: 20px;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.widget-style-default.baner-widget-pb {
  padding: 30px;
  padding-top: 0;
}

.buy-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #DC1559;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}
.buy-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #DC1559;
  z-index: -1;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.buy-btn:hover {
  color: #fff;
}
.buy-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.hero-two-area {
  padding-top: 50px;
  margin-bottom: 0;
  background: #F9F9F9;
}

.hero-single-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-single {
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}

.pading-remove {
  margin-bottom: 30px;
}

.hero-single {
  position: relative;
}

.contentherotwo {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #fff;
  right: 30px;
  padding: 20px;
}

.fontsize_decresse {
  font-size: 14px;
}

.decrease-font {
  font-size: 14px !important;
  padding-left: 48px;
}

.pl-remove {
  padding-left: 15px;
}

.custom-pagination {
  padding-top: 30px;
  position: relative;
}
.custom-pagination::before {
  position: absolute;
  left: 0;
  width: 382px;
  height: 1px;
  background-color: #CFCFCF;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-pagination::after {
  position: absolute;
  right: 0;
  width: 382px;
  height: 1px;
  background-color: #CFCFCF;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-pagination ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.custom-pagination ul li a {
  display: block;
  height: 68px;
  width: 68px;
  border: 1px solid #DC1559;
  border-radius: 50%;
  line-height: 4.25rem;
  font-size: 24px;
  font-weight: 400;
  font-family: "Prata", serif;
  text-align: center;
  color: #DC1559;
}
.custom-pagination ul li a:hover {
  background-color: #DC1559;
  color: #fff;
}

.pl-left {
  padding-left: 20px;
}

.home-03 {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 99999;
}

.hero-three-area {
  position: relative;
  padding-bottom: 94px;
  padding-top: 80px;
  z-index: 9999;
}
.hero-three-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -2;
}

.slider-single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-41px, -70px);
          transform: translate(-41px, -70px);
  padding: 0 70px;
}

.slider-before {
  position: relative;
  padding-left: 15px;
  background: #fff;
  padding: 8px 34px;
  border-radius: 25px;
}
.slider-before::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #DC1559;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
}

.bg-whitee {
  background: #fff;
  padding: 8px 25px;
  border-radius: 25px;
}

.slider {
  text-align: center;
  padding-top: 30px;
}
.slider h2 {
  color: #fff;
  font-size: 55px;
  line-height: 85px;
  text-transform: capitalize;
}
.slider h2:hover {
  color: #DC1559;
}
.slider p {
  color: #fff;
}

.slider-hero {
  top: 95% !important;
  background: transparent !important;
  border: 1px solid #DC1559 !important;
}
.slider-hero:hover:hover {
  background-color: #DC1559 !important;
  color: #fff;
}

.news-02 {
  background: #0F0F0F;
  padding: 70px 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-pagination-2 ul li a {
  background: #fff;
}

.video-area-02 {
  background: #0F0F0F;
}

.bloghome-area-02 {
  background: #0F0F0F;
  padding-top: 50px;
  padding-bottom: 40px;
}

.service-area.service-area-02 {
  background: #1D1D1D;
  padding-top: 50px;
  padding-bottom: 50px;
}

.service.service-03 {
  background: #0F0F0F;
}

.readmore-btn.readmore-btn-two {
  background: #DC1559;
  color: #fff;
}

.border-02 {
  border-bottom: 1px dashed #707070;
  padding-top: 40px;
}

.footer-area-two {
  padding-top: 0 !important;
}

.section-titlee {
  font-size: 55px;
  line-height: 5rem;
  margin-bottom: 25px;
}

.breadcrumb-content ul li {
  display: inline-block;
  background: transparent;
  color: #707070;
  text-transform: uppercase;
  margin-right: 6px;
}
.breadcrumb-content ul li span i {
  font-size: 11px;
  padding-left: 5px;
}

.slider-before.nonebefore {
  background: transparent;
  padding-right: 7px;
}
.slider-before.nonebefore i {
  font-size: 11px;
  display: inline-block;
  padding-left: 3px;
}

.breadcrumb-content {
  padding: 70px 15px;
  border-bottom: 1px solid #c9c4c4;
  padding-bottom: 60px;
  margin-bottom: 70px;
}

.bloghome-area-beauty {
  background: #fff;
  padding: 40px 0;
  padding-top: 50px;
}

.lifestyle {
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.lifestyle__thumb {
  margin-bottom: 20px;
  position: relative;
}
.lifestyle__content p {
  margin-bottom: 25px;
}

.cmn_btn {
  text-transform: capitalize;
  color: #fff;
  background: #DC1559;
  padding: 12px 18px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-family: "Prata", serif;
  position: relative;
  z-index: 1;
}
.cmn_btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #1D1D1D;
  z-index: -1;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cmn_btn:hover {
  color: #fff;
}
.cmn_btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.lifestyle-content-up {
  position: absolute;
  top: 56px;
  left: 67px;
  background: #fff;
  padding: 27px;
  right: 30px;
  max-width: 685px;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.scrolllefttoright {
  left: 41%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #f1f1f1;
}

.lifestyle-content-up h4 {
  font-size: 20px;
  line-height: 2rem;
  margin-bottom: 15px;
}

.custom-pagination.before-after-remove::before {
  width: 0;
}
.custom-pagination.before-after-remove::after {
  width: 0;
}

.videoPost {
  margin-bottom: 30px;
}
.videoPost__thumb {
  position: relative;
  max-width: 570px;
}

.category-highlight {
  position: absolute;
  top: 84px;
  left: -7px;
  background: #fff;
  padding: 14px 18px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  opacity: 0;
  visibility: hidden;
}

.showcat {
  opacity: 1;
  visibility: visible;
}

.video-button.video-post {
  height: 66px;
  width: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border: 2px solid transparent;
}

.video-button.video-post:hover {
  background: transparent;
  border: 2px solid #fff;
}
.video-button.video-post:hover i {
  color: #fff;
}

.lifestyle-content-up.editcounterup {
  top: 55%;
  left: 5%;
}

.hero-right {
  position: relative;
  overflow: hidden;
}
.hero-right::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.hero-right:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.mnews01__thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.mnews01__thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.mnews01__thumb img:hover {
  -webkit-transform: scale(1.1) rotate(0);
          transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.mnews-01 {
  margin-bottom: 30px;
}

.detailsTestimonial__thumb img {
  max-width: inherit;
}

.sidebar-widgets {
  background: #F9F9F9;
}

span.slider-before.nonebefore.plnone {
  padding-right: 0;
}

.hero-title.hero-title-two {
  margin-bottom: 30px;
}

.slider-single img {
  border: 10px solid #111111;
}

/*
============================
4. tips
============================
*/
.tips-area {
  background: #F8F8F8;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  position: relative;
}

.tips-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #fff;
  padding: 25px;
  padding-right: 40px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1;
}
.tips-content h2 {
  font-size: 20px;
  line-height: 2rem;
  margin-bottom: 0;
  color: #DC1559;
}
.tips-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #DC1559;
  z-index: -1;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tips-content:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.tips-content:hover h2 {
  color: #fff;
}

.tips {
  position: relative;
}
.tips:hover .tips__thumb::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tips-items {
  padding: 25px;
}

.slick-editing-two {
  margin-left: -25px;
  margin-right: -25px;
}

.tipsbtn, button.tipsbtn.next-arrow-tips {
  display: inline-block;
  height: 44px;
  width: 44px;
  border: 0;
  background: #fff;
  position: absolute;
  left: 17px;
  top: -65px;
  z-index: 9;
  color: #DC1559;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}
.tipsbtn::before, button.tipsbtn.next-arrow-tips::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #DC1559;
  z-index: -1;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tipsbtn i, button.tipsbtn.next-arrow-tips i {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tipsbtn:hover, button.tipsbtn.next-arrow-tips:hover {
  color: #fff;
}
.tipsbtn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

button.tipsbtn.next-arrow-tips {
  left: 95%;
  cursor: pointer;
}
button.tipsbtn.next-arrow-tips::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #DC1559;
  z-index: -1;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
button.tipsbtn.next-arrow-tips:hover {
  color: #fff;
}
button.tipsbtn.next-arrow-tips:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.video-bg {
  padding: 260px 0;
  position: relative;
  text-align: center;
}
.video-bg::before {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.video-button {
  display: inline-block;
  height: 118px;
  width: 118px;
  line-height: 118px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 45px;
  color: #DC1559;
  position: relative;
  z-index: 999;
  padding-left: 8px;
}

.service-area {
  background: #F8F8F8;
  padding: 40px 0;
  padding-top: 50px;
}

.service {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
}
.service:hover .service-hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.service-hover {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/service-hover.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.readmore-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 8px 30px;
  background: #fff;
  color: #DC1559;
  text-transform: capitalize;
  z-index: 1;
}
.readmore-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #DC1559;
  z-index: -1;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.readmore-btn:hover {
  color: #fff;
}
.readmore-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.instagram {
  position: relative;
  overflow: hidden;
  padding-right: 30px;
}
.instagram:hover::before {
  height: 100%;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.instagram:hover .instagramHover {
  top: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.instagram::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  content: "";
  background: rgb(248, 248, 248);
  background: linear-gradient(60deg, rgba(248, 248, 248, 0.3) 0%, rgba(255, 255, 255, 0.3) 40%);
}

.instagram-area {
  padding: 70px 0;
  padding-top: 0;
}

.instagramHover {
  position: absolute;
  top: 500%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  color: #DC1559;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.tips__thumb::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.hover-effect-play {
  border: 2px solid #f1f1f1;
  position: relative;
}
.hover-effect-play:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.blogHome-active.index-three button {
  border: 0 !important;
}

.hero-single:nth-child(even) {
  margin-right: 0;
}

.about-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 450px;
}

/*=======================
// Off canvas menu
========================*/
.offcanvas-menu-wrap {
  max-width: 395px;
  width: 100%;
  position: fixed;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  left: -395px;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-scrollbar-width: none;
}

.offcanvas-menu-wrap::-webkit-scrollbar {
  display: none;
}

@media (max-width: 575px) {
  .offcanvas-menu-wrap {
    max-width: 320px;
  }
}
.offcanvas-menu-wrap.sidebar-open {
  left: 0;
  z-index: 99999999999;
}

.offcanvas-menu-wrap[data-position=right] {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

[data-theme=dark] .offcanvas-menu-wrap {
  background-color: var(--color-dark-bg_2);
}

.offcanvas-menu-wrap .offcanvas-content {
  height: 100vh;
  padding: 50px;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.offcanvas-menu-wrap .offcanvas-content.offcanvas-content-style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 40px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn a {
  color: var(--color-white);
}

[data-theme=dark] .offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn {
  --color-white: #fff;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget {
  margin-bottom: 40px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget:last-child {
  padding-bottom: 40px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .offcanvas-widget-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p {
  line-height: 24px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p:last-child {
  margin-bottom: 0;
}

[data-theme=dark] .offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p {
  color: #d7d7d7;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list {
  margin-top: -5px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item {
  color: #646464;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item .list-icon {
  color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 4px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item a {
  padding-left: 0;
  line-height: 1.5;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item a::after {
  display: none;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-link {
  color: #646464;
}

[data-theme=dark] .offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item,
[data-theme=dark] .offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-link {
  color: #d7d7d7;
}

.offcanvas-menu-wrap .offcanvas-content-style-2 .offcanvas-header {
  margin-bottom: 60px;
}

.offcanvas-menu-wrap .offcanvas-content-style-2 .offcanvas-bottom-area .offcanvas-widget {
  padding-top: 40px;
  margin-bottom: 0;
}

div#wrapper.open > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 150;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.insta-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.galleryitem a img {
  width: 100%;
  margin-bottom: 10px;
}

.dark-logo img {
  width: 116px;
}

.menu-icon {
  cursor: pointer;
}

.close-btn.offcanvas-close:hover a i {
  color: #DC1559;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper .card {
  border: none;
  background-color: transparent;
  border: 1px solid var(--main-color-one);
  border-radius: 5px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.accordion-wrapper .card + .card {
  margin-top: 20px;
}
.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Prata", serif;
  background-color: #fff;
  color: var(--heading-color);
  border-radius: 5px;
  padding: 27px 30px;
  padding-bottom: 20px;
  border: 1px solid #D8D8D8;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.accordion-wrapper .card .card-header a:after {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  height: 32px;
  width: 32px;
  background: transparent;
  text-align: center;
  line-height: 2rem;
  color: #DC1559;
  border: 1px solid #DC1559;
}
.accordion-wrapper .card .card-header a[aria-expanded=true] {
  background: #fff;
  border-radius: 5px 5px 0px 0px;
  color: #1D1D1D;
  border: 1px solid transparent;
}
.accordion-wrapper .card .card-header a[aria-expanded=true]:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  height: 32px;
  width: 32px;
  background: #DC1559;
  text-align: center;
  line-height: 2rem;
  color: #fff;
}
.accordion-wrapper .card .card-body {
  background-color: #fff;
  padding: 20px 30px;
  border-top: 0;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--heading-color);
  -webkit-transition: 0.7s alternate;
  transition: 0.7s alternate;
}

.accoridion-section {
  background: #FFF9FC;
  padding: 116px 0px 128px 0px;
  position: relative;
  margin-top: 103px;
}
.accoridion-section.style-01 {
  margin-top: 120px;
}
.accoridion-section .section-title .title {
  font-size: 40px;
  font-weight: 700;
  color: #000629;
  line-height: 55px;
}
.accoridion-section .shape {
  position: absolute;
  right: 14%;
  top: 32%;
}
.accoridion-section .shape-01 {
  position: absolute;
  top: 65%;
  left: 10%;
}
.accoridion-section .shape-02 {
  position: absolute;
  top: 15%;
  left: 20%;
}

/*
============================
6. footer
============================
*/
.footer-area {
  background: #1D1D1D;
  padding: 70px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.leaf-one {
  position: absolute;
  left: 0;
}

.leaf-two {
  position: absolute;
  top: 0;
}

.copyright-text p {
  color: #828282;
}

.subscribe-box {
  position: relative;
  margin-bottom: 30px;
}
.subscribe-box form {
  position: relative;
}
.subscribe-box form input {
  width: 100%;
  padding: 20px 30px;
  padding-left: 90px;
  padding-right: 214px;
}
.subscribe-box form input::-webkit-input-placeholder {
  text-transform: capitalize;
}
.subscribe-box form input::-moz-placeholder {
  text-transform: capitalize;
}
.subscribe-box form input:-ms-input-placeholder {
  text-transform: capitalize;
}
.subscribe-box form input::-ms-input-placeholder {
  text-transform: capitalize;
}
.subscribe-box form input::placeholder {
  text-transform: capitalize;
}
.subscribe-box p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
  font-family: "Prata", serif;
}

.logo-footer {
  margin-bottom: 30px;
}

.submit-btn-2 {
  position: absolute;
  right: 11px;
  top: 50%;
  padding: 10px 25px;
  color: #fff;
  background: #DC1559;
  border: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: capitalize;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 1;
}
.submit-btn-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #1D1D1D;
  z-index: -1;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.submit-btn-2:hover {
  color: #fff;
}
.submit-btn-2:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.mail-btn-3 {
  position: absolute;
  left: 30px;
  top: 75%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
}

.social-footer {
  margin-bottom: 30px;
}

.social.social-footer {
  border-bottom: 1px dashed #707070;
  padding-bottom: 30px;
}
.social.social-footer ul li a {
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.social.social-footer ul li a:hover {
  background-color: #DC1559;
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid transparent;
}

.logo-footer {
  width: 170px;
  margin: auto;
  margin-bottom: 30px;
}
.logo-footer img {
  width: 100%;
}

