
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


.plus-jakarta-sans{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


body {
	font-size: 15px;
	line-height: 1.9;
	background-color: #000;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
font-family: "Plus Jakarta Sans", sans-serif;
}
p{
	    font-size: 15px;
    line-height: 1.9;
    color: #000000;
    margin: 0 auto;
}

@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	from,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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 shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-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)
	}
}

.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: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.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)
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -17px, 0);
		transform: translate3d(0, -17px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -17px, 0);
		transform: translate3d(0, -17px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -17px, 0);
		transform: translate3d(0, -17px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -17px, 0);
		transform: translate3d(0, -17px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(17px, 0, 0);
		transform: translate3d(17px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(17px, 0, 0);
		transform: translate3d(17px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-17px, 0, 0);
		transform: translate3d(-17px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-17px, 0, 0);
		transform: translate3d(-17px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 17px, 0);
		transform: translate3d(0, 17px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 17px, 0);
		transform: translate3d(0, 17px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes lightSpeedIn {
	from {
		-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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-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-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-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
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.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 {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.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)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

#autocomplete {
	border: 1px solid;
	overflow: hidden;
	position: absolute;
	z-index: 100
}

#autocomplete ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0
}

#autocomplete li {
	background: #fff;
	color: #000;
	cursor: default;
	white-space: pre;
	zoom: 1
}

html.js input.form-autocomplete {
	background-image: url(/misc/throbber-inactive.png);
	background-position: 100% center;
	background-repeat: no-repeat
}

html.js input.throbbing {
	background-image: url(/misc/throbber-active.gif);
	background-position: 100% center
}

html.js fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	height: 1em
}

html.js fieldset.collapsed .fieldset-wrapper {
	display: none
}

fieldset.collapsible {
	position: relative
}

fieldset.collapsible .fieldset-legend {
	display: block
}

.form-textarea-wrapper textarea {
	display: block;
	margin: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.resizable-textarea .grippie {
	background: #eee url(/misc/grippie.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
	height: 9px;
	overflow: hidden
}

body.drag {
	cursor: move
}

.draggable a.tabledrag-handle {
	cursor: move;
	float: left;
	height: 1.7em;
	margin-left: -1em;
	overflow: hidden;
	text-decoration: none
}

a.tabledrag-handle:hover {
	text-decoration: none
}

a.tabledrag-handle .handle {
	background: url(/misc/draggable.png) no-repeat 6px 9px;
	height: 13px;
	margin: -.4em .5em;
	padding: .42em .5em;
	width: 13px
}

a.tabledrag-handle-hover .handle {
	background-position: 6px -11px
}

div.indentation {
	float: left;
	height: 1.7em;
	margin: -.4em .2em -.4em -.4em;
	padding: .42em 0 .42em .6em;
	width: 17px
}

div.tree-child {
	background: url(/misc/tree.png) no-repeat 11px center
}

div.tree-child-last {
	background: url(/misc/tree-bottom.png) no-repeat 11px center
}

div.tree-child-horizontal {
	background: url(/misc/tree.png) no-repeat -11px center
}

.tabledrag-toggle-weight-wrapper {
	text-align: right
}

table.sticky-header {
	background-color: #fff;
	margin-top: 0
}

.progress .bar {
	background-color: #fff;
	border: 1px solid
}

.progress .filled {
	background-color: #000;
	height: 1.5em;
	width: 5px
}

.progress .percentage {
	float: right
}

.ajax-progress {
	display: inline-block
}

.ajax-progress .throbber {
	background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
	float: left;
	height: 15px;
	margin: 2px;
	width: 15px
}

.ajax-progress .message {
	padding-left: 17px
}

tr .ajax-progress .throbber {
	margin: 0 2px
}

.ajax-progress-bar {
	width: 16em
}

.container-inline div,
.container-inline label {
	display: inline
}

.container-inline .fieldset-wrapper {
	display: block
}

.nowrap {
	white-space: nowrap
}

html.js .js-hide {
	display: none
}

.element-hidden {
	display: none
}

.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
	position: static !important;
	clip: auto;
	overflow: visible;
	height: auto
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .clearfix {
	height: 1%
}

*:first-child+html .clearfix {
	min-height: 1%
}

.field .field-label {
	font-weight: 700
}

.field-label-inline .field-label,
.field-label-inline .field-items {
	float: left
}

form .field-multiple-table {
	margin: 0
}

form .field-multiple-table th.field-label {
	padding-left: 0
}

form .field-multiple-table td.field-multiple-drag {
	width: 30px;
	padding-right: 0
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
	padding-right: .5em
}

form .field-add-more-submit {
	margin: .5em 0 0
}

.node-unpublished {
	background-color: #fff4f4
}

.preview .node {
	background-color: #ffffea
}

td.revision-current {
	background: #ffc
}

.youtube-container--responsive {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}

.youtube-container--responsive iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.views-exposed-form .views-exposed-widget {
	float: left;
	padding: .5em 1em 0 0
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 1.6em
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
	margin-top: 0;
	margin-bottom: 0
}

.views-exposed-form label {
	font-weight: 700
}

.views-exposed-widgets {
	margin-bottom: .5em
}

.views-align-left {
	text-align: left
}

.views-align-right {
	text-align: right
}

.views-align-center {
	text-align: center
}

.views-view-grid tbody {
	border-top: none
}

.view .progress-disabled {
	float: none
}

.rteindent1 {
	margin-left: 40px
}

.rteindent2 {
	margin-left: 80px
}

.rteindent3 {
	margin-left: 117px
}

.rteindent4 {
	margin-left: 160px
}

.rteleft {
	text-align: left
}

.rteright {
	text-align: right
}

.rtecenter {
	text-align: center
}

.rtejustify {
	text-align: justify
}

.ibimage_left {
	float: left
}

.ibimage_right {
	float: right
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0;
	cursor: pointer
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
	outline: 0
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: 100%;
	max-height: 100%
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

#cboxOverlay {
	background: #000
}

#colorbox {
	outline: 0
}

#cboxWrapper {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

#cboxTopLeft {
	width: 15px;
	height: 15px
}

#cboxTopCenter {
	height: 15px
}

#cboxTopRight {
	width: 15px;
	height: 15px
}

#cboxBottomLeft {
	width: 15px;
	height: 10px
}

#cboxBottomCenter {
	height: 10px
}

#cboxBottomRight {
	width: 15px;
	height: 10px
}

#cboxMiddleLeft {
	width: 15px
}

#cboxMiddleRight {
	width: 15px
}

#cboxContent {
	background: #fff;
	overflow: hidden
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	margin-bottom: 28px
}

#cboxTitle {
	position: absolute;
	background: rgba(255, 255, 255, .7);
	bottom: 28px;
	left: 0;
	color: #535353;
	width: 100%;
	padding: 4px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 60px;
	color: #949494
}

.cboxSlideshow_on #cboxSlideshow {
	position: absolute;
	bottom: 0;
	right: 30px;
	background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -101px -50px
}

.cboxSlideshow_off #cboxSlideshow {
	position: absolute;
	bottom: 0;
	right: 30px;
	background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -49px -50px
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxPrevious:hover {
	background-position: -75px -25px
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxNext:hover {
	background-position: -50px -25px
}

#cboxLoadingOverlay {
	background: #fff
}

#cboxLoadingGraphic {
	background: url(/sites/all/modules/colorbox/styles/default/images/loading_animation.gif) no-repeat center center
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxClose:hover {
	background-position: -25px -25px
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 10px;
    margin-left: 10px; 
    background-image: none;
    opacity: 1;
    top: 158px;
}
.carousel-control > a > span {
    color: #1bb2ce;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
    background-color: #fff;
 }

 /* .active > div { display:none; } */
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 100%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block-1 {
	width: 306px;
	height: 230px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 20%;
    z-index: 5;
    display: inline-block;
    margin-top: 0px;
}

/* .carousel-inner { margin: auto; width: 54%; } */
.carousel-control 			 { width:  4%; }
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
 


.carousel-inner {
  a {
    display:table-cell;
    /* height: 180px;
    width: 200px; */
    vertical-align: middle;
  }
  img {
    /* max-height: 150px; */
    /* margin: auto auto;
    max-width: 100%; */
  }
}

@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	/* .active > div { display:none; } */
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -16.7%; }
  .carousel-inner .active.right { left: 16.7%;              }
	.carousel-inner .next        { left:  16.7%; }
	.carousel-inner .prev		 { left: -16.7%; }	
  
.carousel-inner1 { margin: auto; width: none; }
}
.r-btn{
    border: 1px solid #754ca3 ;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 250px;
    color: #754ca3;
    left: 3px;
    right: 3px !important;
}
.view-b{
    border: #754ca3 solid 2px;
    padding: 10px 25px;
    font-size: 16px;
    color: #754ca3;
}
.multi-item-carousel{
    margin-top: 40px;
}
.r-btn1{
    border: 1px solid #754ca3;
    width: 40px;
    height: 40px;
    position: absolute;
    top:415px;
    color: #754ca3;
    left: 7px;
    right: 7px !important;
}




.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    /* line-height: 7.428571; */
    color: #fff;
    background-color: #525160;
    background-image: none;
    border: 1px solid #525160;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}



.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
.w-56{
    width: 56%;
    margin-bottom: 30px;
}
.btn-submit{
        background-color: #39a5de;
    color: #fff;
    /* font-size: 21px; */
    font-weight: 600;
    border-radius: 37px;
    padding: 12px 25px;
    border-radius: 50px;
}
.pl-30{
    padding-left: 30px;
}
.about-f{
    background-image: linear-gradient(to right, #ec6f33, #e85843, #df4253, #d12f62, #bd236f, #b02d7f, #a0388d, #8d4298, #8054a9, #7163b5, #6271be, #547ec4);
	width: 75px;
    border: 1px solid #fff;
    border-radius: 73px;
    font-size: 30px;
    color: #fff;
    height: 75px;
    text-align: center;
    padding-top: 20px;
}
.mission-f{
    background-image: linear-gradient(to right, #ec6f33, #e85843, #df4253, #d12f62, #bd236f, #b02d7f, #a0388d, #8d4298, #8054a9, #7163b5, #6271be, #547ec4);
    width: 75px;
    border: 1px solid #fff;
    border-radius: 73px;
    font-size: 30px;
    color: #fff;
    height: 75px;
    text-align: center;
    padding-top: 20px;
}
.Phi{
    color: #3e3d4e;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 900;
	line-height: 50px;
	margin-bottom: 20px;
}
.phil-p p{
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.6;
    text-align: justify;
}
.mt-50{
    margin-top: 50px;
    margin-bottom: 50px;
}

.mission{
    color: #3e3d4e;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-align: left;
	line-height: 42px;
	margin-bottom: 20px;
}
.mission-l{
    color: #3e3d4e;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-align: left;
	line-height: 42px;
	margin-bottom: 20px;

}
.mission-p-l p{
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.6;
    text-align: justify;
}
.mission-p p{
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.6;
    text-align: justify;
}
.mission-p{
    text-align: end;
}
.mission-p-l{
    text-align: start;
}
.mb-50{
	margin-bottom: 50px;
}
.word {
    color: #3e3d4e;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 900;
}

.word-p p {
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.6;
    text-align: left;
}
.word-p h6{
    font-size: 17px;
    font-weight: 600;
}
.f-21{
    font-size: 17px;
}
.h-400{
	height: 400px;
}
.bg-white{
	background-color: #fff;
}
.pt-15{
	padding-top: 15px;
}
.pt-20{
	padding-top: 20px;
}
.pt-30{
	padding-top: 30px;
}
.pt-40{
	padding-top: 40px;
}
.f-40{
    font-size: 40px;
	line-height: 48px;
}
.bg-red{
	background-color: #ef8033;  
	
}
.bg-green{
	background-color: #00990d;	
}
.sticky-btn {
	display: flex;
	flex-wrap: nowrap;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 909;
}
.sticky-btn-button {
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	padding: 5px;
	margin: 0;
	text-align: center;
	color: white;
	font-size: 14px;
	display: flex;
	justify-content: center;
}
.pb-50{
	padding-bottom: 50px;
}
.pl-55{
	padding-left: 55px;
}
.pl-15{
	padding-left: 15px;
}
#what-we-do{
	background:#ffffff;
    margin-bottom: 50px;
    padding-top: 40px;
}
#what-we-do .card{

	border: none;
/* padding-left: 50px; */
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-7:before{
    content: "\f15b";
}
#what-we-do .card .block-6:before {
    content: "\f091";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.pl-50{
    padding-left: 50px;
}
.card-text{
    font-size: 17px;
    text-align: justify;
}
.card-block h3{
    font-size: 25px;
}
.border{
    border: 1px solid #ddd;
}
.w-100{
	width: 100%;
}
.f-25{
	font-size: 25px;
}
.m-0{
	margin: 0px;
}
.p-0{
	padding: 0px;
}
.pr-15{
	padding-right: 15px;
}
.pb-40{
	padding-bottom: 40px;
}
.mt-25{
	margin-top: 28px;
}
.pb-135{
	padding-bottom: 135px;
}
.pb-165{
	padding-bottom: 165px;
}
.pb-60{
	padding-bottom: 56px;
}
.pb-85{
	padding-bottom: 85px;
}
.h-500{
	height: 500px;
}
.pay{
	background: #c9a96e !important;
    padding: 7px 21px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-radius: 21px !important;
    border: 1px solid #fff !important;
    font-family: Poppins !important;
    margin-top: 5px !important;
    color: #fff !important;
	margin-left: 25px;
}
.pb-25{
	padding-bottom: 25px;
}
.pb-56{
	padding-bottom: 56px;
}
.pb-30{
	padding-bottom: 30px;
}
.package_div table thead th {
    border-bottom: 0;
}
.package_div th.silver {
    background: silver;
}
.package_div th.bronze {
    background-color: #fd847b;
}
.package_div th.gold {
    background: gold;
}
.package_div table {
    border: 1px solid #ddd;
}
.package_div td.linkedinrow {
    background: #754ca3!important;
    color: #fff!important;
}
.package_div td a {
    background: #ef8033;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 50px;
    font-size: 13px;
}
.package_div td i.fa.fa-check {
    color: #4caf50;
}
.package_div td i.fa.fa-close {
    color: #e91e63;
}
.pb-80{
	padding-bottom: 80px;
}


.others ul {
	padding: 0px;
	font-size: 16px;
	list-style: none;
	margin-bottom: 0px;
	display: block;
 }
 .others ul li {
	display: inline-block;
	padding: 0px 10px;
 }
 .others {
	background: #ffffff !important;
	padding: 10px 0px;
	text-align: center;
 }
 .viewmorelink{
	display: flex;
	justify-content: center;
	margin-top: 20px;
 }

 .last .leaf{
	margin-left: 20px;
 }

 .mcb-section.bg-cover, .mcb-wrap.bg-cover, .column_attr.bg-cover {
	background-size: cover;
 }

 hr.no_line {
	background: none;
	color: transparent;
	border: 0;
 }
 img.scale-with-grid, #Content img {
	max-width: 100%;
	height: auto;
 }


 .ab01{
	color: #ffffff;
    
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: "Plus Jakarta Sans", sans-serif;
    min-height: 55px;
    font-size: 28px;
 }

 /* ///////////////////////////////// */

        header#navbar {
            /* position: fixed !important; */
            z-index: 999 !important;
            padding-bottom: 30px !important;
            background-size: cover !important;
            max-width: 1903px !important;
            background-image: linear-gradient(to right, #ec6f33, #e85843, #df4253, #d12f62, #bd236f, #b02d7f, #a0388d, #8d4298, #8054a9, #7163b5, #6271be, #547ec4);

        }

        .navbar {
            width: 100%;
            padding-top: 10px;
            border-radius: 0;
            border: none;
        }
        #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ef8033;
  color: white;
  cursor: pointer;
  padding: 15px;
    height: 48px;
    line-height: normal;

}

#myBtn:hover {
  background-color: #555;
}

.page-title{
    background-image: linear-gradient(to right, #ec6f33, #e85843, #df4253, #d12f62, #bd236f, #b02d7f, #a0388d, #8d4298, #8054a9, #7163b5, #6271be, #547ec4);

}
  


        .header1 {
            width: 100%;
            height: 94px;
               background-color: #000000;
            
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 20px;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
        }

        .logo {
            font-size: 22px;
            font-weight: bold;
        }



        nav a {
            color: white;
            text-decoration: none;
            font-size: 16px;
            transition: 0.3s;
        }

        nav a:hover {
            color: #ccc;
        }

        .search-btn {
            background: none;
            border: none;
            font-size: 20px;
            color: white;
            cursor: pointer;

        }

       
        .fullscreen-menu {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            width: 100%;
            background-image: linear-gradient(to right, #4e87cb, #8b2b8c, #ee7b33);
            color: white;
            z-index: 2000;
            transition: 0.4s ease;
        }

        .fullscreen-menu.active {
            display: flex;
        }

        .fullscreen-menu a {
            color: white;
            font-size: 22px;
            margin: 15px 0;
            text-decoration: none;
            transition: 0.3s;
          
        }

        .fullscreen-menu a:hover {
            color: #ddd;
        }

        .close-btn {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 40px;
            cursor: pointer;
        }

        main {
            margin-top: 80px;
            padding: 20px;
        }

       

        .search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 50px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
@media (max-width: 992px) {

}

/* Extra tweak for very small phones */
@media (max-width: 480px) {
  .footer-widget h3 {
    font-size: 18px;
  }
  .footer-widget .list a {
    font-size: 15px;
  }

  .fullscreen-menu::-webkit-scrollbar {
  width: 8px;
}
.fullscreen-menu::-webkit-scrollbar-track {
  background: #222;
}
.fullscreen-menu::-webkit-scrollbar-thumb {
  background-color: #941c82;
  border-radius: 4px;
}

/* Smooth animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}

}
@media (max-width: 992px) {
  .fullscreen-menu {
    max-height: 100vh;       /* Take full screen height */
    overflow-y: auto;        /* Enable vertical scroll */
    overflow-x: hidden;      /* Hide horizontal scroll */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iPhone */
            background-image: linear-gradient(to right, #4c0a58, #8b2b8c, #ee7b33);
  }

  /* Optional — style the scrollbar (for Chrome, Edge, Safari) */
  .fullscreen-menu::-webkit-scrollbar {
    width: 6px;
  }

  .fullscreen-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
  }

  .fullscreen-menu::-webkit-scrollbar-track {
    background: transparent;
  }
}

@media (max-width: 992px) {
  /* Default hidden state (before menu opens) */
  .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background: #941c82; adjust your background */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
  }

  /* When menu is active */
  .fullscreen-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  /* Close button stays fixed inside */
  .fullscreen-menu .close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
  }

  .logo img{    width: 164px;}
}

.faq-section {
    background: #000;
    padding: 80px 0;
}

.faq-section .section-title,
.faq-section .section-subtitle,
.faq-section h4 {
    color: #fff;
}

.faq-section .accordion-item {
    background: #111;
    border: 1px solid #222;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.faq-section .accordion-button {
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 13px;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {

    color: #fff;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq-section .accordion-button::after {
    filter: brightness(0) invert(1);
}

.faq-section .accordion-body {
    background: #1a1a1a;
    color: #ddd;
    line-height: 1.8;
    font-size: 15px;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-section .section-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .faq-section .section-subtitle {
        font-size: 18px;
    }

    .faq-section .accordion-button {
        font-size: 15px;
        padding: 15px;
    }
}

      .scroll-banner {
background-color: #c9c9c9;
    padding: 16px 0;
      font-size: 25px;
      font-weight: 400;
      white-space: nowrap;
    }

    .scroll-banner b {
      font-weight: 700;
    }

    .scroll-banner span {
      margin: 0 25px;
      color: black;
    }

    .scroll-banner .dot {
      font-weight: 700;
      margin: 0 10px;
    }

    marquee {
      display: flex;
      align-items: center;
    }


    /* ........................................................... */

       .funfact-section {
      background-color: #fff;
      padding: 80px 0;
    }

    .funfact-box {
      text-align: left;
      border-top: 1px solid #e0e0e0;
      padding-top: 25px;
      margin-top: 15px;
    }

    .funfact-box h2 {
      font-weight: 600;
      letter-spacing: 1px;
      color: #000;
      margin-bottom: 15px;
	  margin-top: 15px;

    }

    .funfact-number {
      font-size: 56px;
      font-weight: 700;
      color: #007bff;
      line-height: 1;
      display: flex;
      align-items: flex-end;
      gap: 3px;
    }

    .funfact-number span {
      font-size: 48px;
      color: #007bff;
    }

    .funfact-box p {
      font-size: 16px;
      color: #6c757d;
      margin-top: 10px;
      margin-bottom: 0;
    }

    @media (max-width: 992px) {
      .funfact-box {
        text-align: center;
        margin-bottom: 40px;
      }

      .funfact-number {
        justify-content: center;
      }
    }

    /* ////////////////////////////////////////////////////// */
    
          .foot01 {
                  background-color: #ffffff;
    color: #000000;
    padding: 60px 0 12px;
    font-size: 15px;
          }

          .foot01 h5 {
                  font-weight: 600;
    /* font-size: 2.2rem; */
    margin-bottom: 20px;
    color: #000000;
          }

          .foot01 ul {
               list-style: none;
               padding: 0;
               margin: 0;
          }

          .foot01 ul li {
               margin-bottom: 10px;
          }

          .foot01 ul li a {
               color: black;
               text-decoration: none;
               transition: color 0.3s;
			    font-size: 13px;
          }

          .foot01 ul li a:hover {
               color: #b99145;
          }

          .foot01 ul li i {
               color: #b99145;
               margin-right: 8px;
          }

          .foot01 .footer-logo {
               display: flex;
               align-items: center;
               gap: 10px;
          }

          .foot01 .footer-logo img {
                  height: 80px;
          }

          .foot01 .social-icons a {
                display: inline-block;
    margin: 0 8px;
    color: #212121;
    font-size: 20px;
    transition: color 0.3s;
          }

          .foot01 .social-icons a:hover {
               color: #9b59b6;
          }

          .foot01 .footer-bottom {
             border-top: 1px solid #222;
    padding-top: 20px;
    text-align: center;
    color: #d4d4d4;
    font-size: 18px;
          }

          @media (max-width: 767px) {
               .foot01 {
                    text-align: left;
               }
			.ft01{
				text-align: left;
				margin-bottom: 20px;
				align-items: flex-start;
				justify-content: start;
			}
          }


		.whatsapp-btn1 {
  position: fixed;
    bottom: 20px;
    right: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #c89c43;
  border-radius: 30px;
  padding: 8px 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  z-index: 999;
}

.whatsapp-btn1:hover {
  background-color: #00a99d;
  color: #fff;
  border-color: #00a99d;
  transform: translateY(-3px);
}

.whatsapp-btn1 i {
  font-size: 18px;
}

/* Hide on mobile */
@media (max-width: 767px) {
  .whatsapp-btn {
    display: none;
  }
}

#scrollTopBtn {
  position: fixed;
  bottom: 90px;
  right: 30px;
  background-color: #00a99d;
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  display: none; /* Hidden initially */
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
}

#scrollTopBtn:hover {
  background-color: #008f82;
  transform: translateY(-3px);
}

/* ===== Hide both buttons on mobile ===== */
@media (max-width: 767px) {
  #scrollTopBtn {
    display: none !important;
  }
}

/* Sub Heading */
.section-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 15px;
    display: block;
}

/* Main Heading */
.section-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 25px;
   
}

/* Paragraph */
.section-text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Tablet */
@media (max-width: 991px) {
    .section-title {
        font-size: 42px;
    }

    .section-text {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .section-subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .section-title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .section-text {
        font-size: 16px;
        line-height: 1.7;
    }
}

.thm01 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #d4a74f;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    padding-bottom: 8px;
    border-bottom: 1px solid #d4a74f;
    transition: all 0.3s ease;
    position: relative;
}

.thm01::after {
    content: "→";
    transition: transform 0.3s ease;
}

.thm01:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.thm01:hover::after {
    transform: translateX(8px);
}

/* Mobile */
@media (max-width: 768px) {
    .thm01 {
        font-size: 18px;
        gap: 8px;
        padding-bottom: 6px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .thm01 {
        font-size: 16px;
        gap: 6px;
    }
}


.contact-section {
    background: #000;
    padding: 100px 0;
    color: #fff;
}

.contact-card {
    background: #111;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #222;
}

.contact-card h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.custom-input {
    background: #181818;
    border: 1px solid #333;
    color: #fff;
    height: 55px;
    border-radius: 10px;
    padding: 12px 18px;
    margin-bottom: 10px;
}

textarea.custom-input {
    height: auto;
}

.custom-input:focus {
    background: #181818;
    color: #fff;
    border-color: #c89c43;
    box-shadow: none;
}

.custom-input::placeholder {
    color: #aaa;
}

.submit-btn {
    background: linear-gradient(90deg, #c89c43, #f6d365);
    color: #000;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}

.submit-btn:hover {
    transform: translateY(-3px);
}

.contact-tag {
    color: #c89c43;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
}

.contact-title {
   font-size: 52px;
    font-weight: 500;
    line-height: 1.1;
    margin: 20px 0;
    color: #fff;
}

.contact-title span {
    display: block;
    color: #c89c43;
}

.contact-text {
    font-size: 18px;
    line-height: 1.8;
    color: #bdbdbd;
    margin-bottom: 35px;
}

/* Studio Meyer Style Button */
.thm01 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c89c43;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #c89c43;
    padding-bottom: 8px;
    transition: .3s;
}

.thm01::after {
    content: "→";
    transition: .3s;
}

.thm01:hover::after {
    transform: translateX(8px);
}

.thm01:hover {
    color: #fff;
    border-color: #fff;
}

/* Responsive */

@media (max-width: 991px) {

    .contact-section {
        padding: 70px 0;
    }

    .contact-title {
        font-size: 42px;
    }

    .contact-card {
        padding: 30px;
    }
}

@media (max-width: 767px) {

    .contact-title {
        font-size: 30px;
    }

    .contact-text {
        font-size: 16px;
    }

    .contact-card {
        padding: 25px;
    }

    .custom-input {
        height: 50px;
    }

    .submit-btn {
        width: 100%;
    }

    .thm01 {
        font-size: 18px;
    }
}

.services-section{
    background:#000;
    color:#fff;
    padding:100px 0;
}

.sec-subtitle{
       color: #c89c43;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

.sec-title{
    color:#fff;
    font-weight:700;
    line-height:1.1;
    margin-bottom:25px;
}

.sec-text{
    color:#b5b5b5;
    line-height:1.8;
    max-width:900px;
    margin-bottom:60px;
}

.service-grid{
    border-top:1px solid #1f1f1f;
    border-left:1px solid #1f1f1f;
}

.service-card{
    /* background:#050505; */
    padding:20px;
    height:100%;
    border-right:1px solid #1f1f1f;
    border-bottom:1px solid #1f1f1f;
    transition:all .4s ease;
}

.service-card:hover{
    /* background:#0b0b0b; */
    transform:translateY(-8px);
}

.service-icon{
    color:#c89c43;
    margin-bottom:25px;
}

.service-card h3{
    color:#fff;
    margin-bottom:20px;
    font-weight:600;
}

.service-card p{
color: #fff2f2;
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 15px;

}

/* Studio Meyer Style Button */

.thm01{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#c89c43;
    text-decoration:none;
    font-weight:500;
    padding-bottom:8px;
    border-bottom:1px solid #c89c43;
    transition:.3s;
    font-size: 17px;
}

.thm01::after{
    content:"→";
    transition:.3s;
}

.thm01:hover{
    color:#fff;
    border-color:#fff;
}

.thm01:hover::after{
    transform:translateX(8px);
}

@media(max-width:991px){

.service-card{
    padding:30px;
}

.sec-text{
    margin-bottom:40px;
}

}

@media(max-width:767px){

.services-section{
    padding:70px 0;
}

.service-card{
    padding:25px;
}

.sec-text{
    margin-bottom:30px;
}

}

.hero-section{
position: relative;
    background: #000;
    overflow: hidden;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    margin-top: 90px;
    padding-top: 68px;
    padding-bottom: 50px;            
    
}

/* Background Image */





.hero-section .container{
    position:relative;
    z-index:2;
}

/* Tag */

.hero-tag{
    display:inline-block;
    color:#c89c43;
    letter-spacing:3px;
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:20px;
}

/* Title */

.hero-title{
    color: #fff;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 25px;
    font-size: 70px;
}

/* Paragraph */

.hero-text{
    color:#b5b5b5;
    line-height:1.8;
    max-width:700px;
    margin-bottom:40px;
}

/* Buttons */

.hero-buttons{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:25px;
    margin-top:20px;
}

.thm01{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#c89c43;
    text-decoration:none;
    padding-bottom:8px;
    border-bottom:1px solid #c89c43;
    transition:.3s;
}

.thm01::after{
    content:"→";
    transition:.3s;
}

.thm01:hover{
    color:#fff;
    border-color:#fff;
}

.thm01:hover::after{
    transform:translateX(8px);
}

/* Image */

.hero-image{
    width:100%;
  
    animation:floatAnimation 5s ease-in-out infinite;
}

@keyframes floatAnimation{
    50%{
        transform:translateY(-15px);
    }
}

/* Gold Dot */

.hero-dot{
    position:absolute;
    width:8px;
    height:8px;
    background:#c89c43;
    border-radius:50%;
    left:10%;
    top:50%;
    box-shadow:0 0 15px #c89c43;
}

/* Responsive */

@media(max-width:991px){

.hero-section{
    text-align:center;
    padding:100px 0;
}

.hero-text{
    margin-left:auto;
    margin-right:auto;
}

.hero-buttons{
    justify-content:center;
}

.hero-image{
    margin-top:50px;
    max-width:400px;
}

.hero-dot{
    display:none;
}

}

@media(max-width:767px){

.hero-section{
    min-height:auto;
    padding:80px 0;
}

.hero-tag{
    letter-spacing:2px;
}

.hero-buttons{
    gap:15px;
}

.hero-image{
    max-width:280px;
}

}

.process-section{
    background:#000;
    padding:120px 0;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.process-section::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(
        circle,
        rgba(201,156,67,.08),
        transparent 70%
    );
    left:-250px;
    top:50%;
    transform:translateY(-50%);
}

.process-label{
    color:#c89c43;
    text-transform:uppercase;
    letter-spacing:4px;
    display:block;
    margin-bottom:20px;
}

.process-heading{
    color:#fff;
    font-weight:800;
    margin-bottom:20px;
}

.process-subheading{
    color:#a5a5a5;
    line-height:1.9;
    margin-bottom:80px;
}

.process-timeline{
    max-width:950px;
    margin:auto;
    position:relative;
}

.process-timeline::before{
    content:'';
    position:absolute;
    left:80px;
    top:0;
    width:1px;
    height:100%;
    background:#242424;
}

.process-item{
    display:flex;
    gap:60px;
    position:relative;
    padding-bottom:70px;
}

.process-number{
    min-width:80px;
    color:#c89c43;
    font-weight:300;
    opacity:.8;
    position:relative;
}

.process-number::after{
    content:'';
    position:absolute;
    right:-7px;
    top:12px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#c89c43;
    box-shadow:
        0 0 15px rgba(200,156,67,.6),
        0 0 30px rgba(200,156,67,.4);
}

.process-content{
    flex:1;
}

.process-content h4{
    color:#fff;
    margin-bottom:15px;
    transition:.3s;
}

.process-content p{
    color:#9e9e9e;
    line-height:1.9;
    max-width:700px;
}

.process-item:hover h4{
    color:#c89c43;
}

@media(max-width:768px){

.process-section{
    padding:80px 0;
}

.process-timeline::before{
    left:20px;
}

.process-item{
    gap:25px;
    padding-bottom:45px;
}

.process-number{
    min-width:40px;
}

.process-number::after{
    left:14px;
    right:auto;
}

.process-subheading{
    margin-bottom:50px;
}
.footer-bottom {
    border-top: 1px solid #222;
    padding-top: 20px;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
}

.footer-bottom strong {
    font-weight: 600;
}

.footer-link a{
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #ff6b00; /* Change to your theme color */
    text-decoration: none;
}

/* Mobile */
@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .col-12:last-child {
        margin-top: 10px;
    }
}
}
.footer-logo{
    margin-bottom:25px;
}

.footer-logo img{
    width:100%;
    max-width:220px;
    height:auto;
    display:block;
}

/* Tablet */

@media (max-width:991px){
    .footer-logo img{
        max-width:180px;
    }
}

/* Mobile */

@media (max-width:767px){

    .footer-logo{
        text-align:center;
    }

    .footer-logo img{
        max-width:160px;
        margin:0 auto;
    }

}

.footer-services{
       border-top: 1px solid #a5a5a5;
    padding:50px 0;
}

.footer-services h5{
   color:black;
    margin-bottom:20px;
    text-transform:capitalize;


        font-size: 19px;
}

.footer-services ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-services ul li{
    margin-bottom:10px;
    line-height:1.7;
}

.footer-services ul li a{
    color:black;
    text-decoration:none;
    transition:.3s;
    display:block;
        font-size: 13px;
}

.footer-services ul li a:hover{
    color:#c89c43;
    padding-left:5px;
}

@media(max-width:767px){

.footer-services{
    padding:30px 0;
}

.footer-services h5{
    margin-top:25px;
}

}


	.tech-section {
		background: #000;
		padding: 120px 0;
		position: relative;
		overflow: hidden;
	}
	
	.tech-section::before {
		content: '';
		position: absolute;
		width: 700px;
		height: 700px;
		left: -350px;
		top: 50%;
		transform: translateY(-50%);
		background: radial-gradient(circle, rgba(200, 156, 67, .08), transparent 70%);
	}
	
	.section-tag {
		display: block;
		color: #c89c43;
		text-transform: uppercase;
		letter-spacing: 4px;
		margin-bottom: 20px;
	}
	
	.section-title {
		color: #fff;
		font-weight: 700;
		line-height: 1.2;
		margin-bottom: 25px;
	}
	
	.section-desc {
		color: #a5a5a5;
		line-height: 1.9;
		margin-bottom: 70px;
	}
	
	.feature-grid {
		border-top: 1px solid #1b1b1b;
		border-left: 1px solid #1b1b1b;
	}
	
	.feature-box {
		/* background: #050505; */
		border-right: 1px solid #1b1b1b;
		border-bottom: 1px solid #1b1b1b;
		padding: 25px;
		height: 100%;
		transition: .4s;
	}
	
	.feature-box:hover {
		background: #0b0b0b;
		transform: translateY(-8px);
	}
	
	.feature-icon {
		color: #c89c43;
		margin-bottom: 25px;
	}
	
	.feature-icon i {
		font-size: 30px;
	}
	
	.feature-box h4 {
		color: #fff;
		margin-bottom: 15px;
		transition: .3s;
	}
	
	.feature-box:hover h4 {
		color: #c89c43;
	}
	
	.feature-box p {
	color: #fff2f2;
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 15px;
	}
	
	@media(max-width:991px) {
		.tech-section {
			padding: 80px 0;
		}
		.feature-box {
			padding: 30px;
		}
	}
	
	@media(max-width:767px) {
		.tech-section {
			padding: 60px 0;
		}
		.section-desc {
			margin-bottom: 40px;
		}
		.feature-box {
			padding: 25px;
		}
		.feature-box:hover {
			transform: none;
		}
	}

	.header-area {
		background: #000;
		border-bottom: 1px solid rgba(255, 255, 255, .08);
	}
	
	.navbar-nav .nav-link {
		color: #fff;
		font-weight: 500;
		padding: 12px 16px !important;
		transition: .3s;
	}
	
	.navbar-nav .nav-link:hover {
		color: #c89c43;
	}
	
	.dropdown-menu {
		background: #111;
		border: 1px solid #222;
		border-radius: 0;
	}
	
	.dropdown-item {
		color: #fff;
		padding: 10px 20px;
	}
	
	.dropdown-item:hover {
		background: #c89c43;
		color: #000;
	}
	
	.btn-warning {
		background: #c89c43;
		border-color: #c89c43;
		color: #000;
		font-weight: 600;
		font-size: 16px;
	}
	
	.btn-warning:hover {
		background: #fff;
		border-color: #fff;
	}
	
	@media(max-width:991px) {
		.navbar-collapse {
			background: #000;
			padding: 20px 0;
		}
		.d-flex {
			margin-top: 15px;
		}
	}
	
	.header-actions {
		margin-left: auto;
	}
	
	.search-btn {
		background: transparent;
		border: none;
		padding: 0;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.search-btn i {
		color: #fff;
		font-size: 26px;
	}
	
	.search-btn:hover i {
		color: #d4af37;
	}
	
	@media (max-width:991px) {
		.header-actions .btn {
			display: none;
		}
		.search-btn {
			margin-left: 10px;
		}
	}

/* Desktop Hover Dropdown */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* Mega Menu */
.mega-menu {
    width: 700px;
    padding: 20px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.mega-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 5px;
    transition: all .3s ease;
}

.mega-menu .dropdown-item:hover {
    background: #f8f9fa;
    color: #ffc107;
    padding-left: 20px;
}

.mega-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 8px;
}










	.portfolio-showcase{
    padding:120px 0;
    background:#fff;
}

.portfolio-label{
    color:#b08b44;
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    display:block;
    margin-bottom:20px;
}

.portfolio-heading{
    font-size:72px;
    line-height:1.05;
    font-weight:700;
    color:#111;
    max-width:900px;
    margin-bottom:60px;
}

.project-item{
    text-decoration:none;
    display:block;
}

.project-image{
    overflow:hidden;
}

.project-image img{
transition: .6s;
    width: 100%;
    height: auto;
    border: 1px solid black;
}

.project-item:hover img{
    transform:scale(1.04);
}

.project-content{
   display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.project-content h4{
    font-size: 21px;
    font-weight: 500;
    color: #111;
    margin: 0;
}

.project-content span{
    color:#111;
    font-size:26px;
}

.view-demos{
    text-decoration:none;
    color:#b08b44;
    font-size:22px;
    font-weight:500;
}

.view-demos:hover{
    color:#000;
}

@media(max-width:991px){

    .portfolio-heading{
        font-size:52px;
    }

    .project-image img{
        height:280px;
    }

    .project-content h4{
        font-size:24px;
    }
}

@media(max-width:767px){

    .portfolio-showcase{
        padding:70px 0;
    }

    .portfolio-heading{
        font-size:34px;
    }

    .project-image img{
        height:220px;
    }

    .project-content h4{
        font-size:20px;
    }

    .view-demos{
        font-size:18px;
    }
}


.cta-section{
    background:#000;
    padding:140px 0;
    position:relative;
    overflow:hidden;
}

/* Large Glow */
.cta-section:before{
    content:"";
    position:absolute;
    width:1000px;
    height:1000px;
    background:radial-gradient(circle,
    rgba(255,255,255,.06) 0%,
    rgba(255,255,255,.03) 30%,
    rgba(255,255,255,.01) 50%,
    transparent 75%);
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    pointer-events:none;
}

/* Border Box */
.cta-box{
    position:relative;
    z-index:2;
    max-width:1100px;
    margin:auto;
    text-align:center;
    padding:120px 60px;
    border:1px solid rgba(255,255,255,.05);
}

.cta-title{
    font-size:72px;
    font-weight:700;
    line-height:1.1;
    color:#fff;
    max-width:850px;
    margin:auto;
    margin-bottom:30px;
    letter-spacing:-2px;
}

.cta-desc{
    font-size:26px;
    color:#b8b8b8;
    margin-bottom:45px;
}

.cta-link{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    font-weight:600;
    border-bottom:2px solid #b99145;
    padding-bottom:10px;
    transition:.4s;
}

.cta-link:hover{
    color:#b99145;
}

.cta-link span{
    transition:.4s;
}

.cta-link:hover span{
    transform:translateX(8px);
}

.divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,.08);
    margin:90px 0 50px;
}

.back-home{
    text-decoration:none;
    color:#b8b8b8;
    font-size:18px;
    transition:.3s;
}

.back-home:hover{
    color:#fff;
}

/* Tablet */
@media(max-width:991px){

    .cta-section{
        padding:100px 0;
    }

    .cta-box{
        padding:80px 40px;
    }

    .cta-title{
        font-size:52px;
    }

    .cta-desc{
        font-size:20px;
    }

    .cta-link{
        font-size:22px;
    }
}

/* Mobile */
@media(max-width:767px){

    .cta-section{
        padding:70px 0;
    }

    .cta-box{
        padding:50px 25px;
    }

    .cta-title{
        font-size:36px;
        line-height:1.2;
        letter-spacing:0;
    }

    .cta-desc{
        font-size:17px;
        margin-bottom:30px;
    }

    .cta-link{
        font-size:18px;
    }

    .divider{
        margin:50px 0 30px;
    }

    .back-home{
        font-size:16px;
    }
}

.reviewed-section{
    background:#000000;
    position:relative;
    overflow:hidden;
    /* padding:70px 0; */
}



.reviewed-title{
    color:#b9975b;
    font-size:28px;
    font-weight:500;
    letter-spacing:3px;
    text-transform:uppercase;
    display:inline-block;
}

.review-item a{
    color:#ffffff;
    font-size:22px;
    font-weight:500;
    transition:all .3s ease;
    cursor:pointer;
    text-decoration: none;
}

.review-item:hover{
    color:#ffffff;
    transform:translateY(-3px);
}

/* Tablet */
@media(max-width:991px){
    .reviewed-title{
        font-size:22px;
    }

    .review-item{
        font-size:18px;
    }
}

/* Mobile */
@media(max-width:576px){
    .reviewed-section{
        padding:50px 0;
    }

    .reviewed-title{
        font-size:18px;
        letter-spacing:2px;
    }

    .review-item{
        font-size:16px;
    }

    .reviewed-section::before{
        left:20px;
    }
}.reviewed-section{
    background:#000000;
    position:relative;
    overflow:hidden;
    padding:70px 0;
}


.reviewed-title{
    color:#b9975b;
    font-size:28px;
    font-weight:500;
    letter-spacing:3px;
    text-transform:uppercase;
    display:inline-block;
}

.review-item{
    color:#ffffff;
    font-size:22px;
    font-weight:500;
    transition:all .3s ease;
    cursor:pointer;
}

.review-item:hover{
    color:#ffffff;
    transform:translateY(-3px);
}

/* Tablet */
@media(max-width:991px){
    .reviewed-title{
        font-size:22px;
    }

    .review-item{
        font-size:18px;
    }
}

/* Mobile */
@media(max-width:576px){
    .reviewed-section{
        padding:50px 0;
    }

    .reviewed-title{
        font-size:18px;
        letter-spacing:2px;
    }

    .review-item{
        font-size:16px;
    }

    .reviewed-section::before{
        left:20px;
    }
}


.counter-section{
    margin-top:60px;
}

.counter-box{
    text-align:left;
}

.counter-box h2{
    font-size:30px;
    font-weight:700;
    color:#fff;
    line-height:1;
    margin-bottom:10px;
}

.counter-box span{
    display:block;
    color:#9a9a9a;
    font-size:14px;
    letter-spacing:4px;
    text-transform:uppercase;
}

@media (max-width: 767px){

    .counter-box{
        text-align:center;
    }

    .counter-box h2{
        font-size:48px;
    }

    .counter-box span{
        font-size:12px;
        letter-spacing:2px;
    }
}

.package-section{
margin-top: 150px;
}

.package-wrapper{
    background:#111;
    border:1px solid #222;
    padding:40px 20px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.4);
}

.package-title{
    text-align:center;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.title-line{
    width:120px;
    height:3px;
    background:#ff7b22;
    margin:15px auto 25px;
}

.package-desc{
text-align: left;
    color: #cfcfcf;
    /* max-width: 900px; */
    margin: 0 auto 40px;
}

.package-table{
    width:100%;
    min-width:900px;
    border-collapse:collapse;
}

.table-responsive{
    border-radius:10px;
    overflow:hidden;
}

.package-table th,
.package-table td{
    padding:12px;
    text-align:center;
    font-weight:600;
    color: white;
}

.feature-head{
    background:#b53f73;
    color:#fff;
    width:35%;
}

.basic-head{
    background:#eb7f32;
    color:#fff;
}

.silver-head{
    background:#7b4aa8;
    color:#fff;
}

.gold-head{
    background:#6ba9d2;
    color:#fff;
}

.package-table th h3{
    margin:0;
    font-size:32px;
    font-weight:700;
}

.package-table th span{
    font-size:14px;
    display:block;
    margin-top:5px;
}

.package-table tbody tr:nth-child(odd){
    background:#1b1b1b;
}

.package-table tbody tr:nth-child(even){
    background:#222;
}

.package-table td:first-child{
    text-align:left;
    font-weight:700;
    color:#fff;
}

.check{
    color:#00d43f;
    font-size:22px;
}

.cross{
    color:#ff2222;
    font-size:22px;
}

.note-section{
    margin-top:30px;
    text-align:center;
    color:#ffffff;
    line-height:1.9;
}

.note-section p{
    margin-bottom:5px;
     color:#ffffff;
}

.note-section a{
    color:#6db7ff;
    text-decoration:none;
}

@media(max-width:991px){

.package-title{
    font-size:32px;
}

.package-table th h3{
    font-size:24px;
}

.package-table td,
.package-table th{
    padding:10px;
    font-size:14px;
}

}

/* //////////////////////////////////////////////////////// */

.breadcrumb-banner {
    position: relative;
    background: linear-gradient(
        135deg,
        #d8a321 0%,
        #c97a65 25%,
        #8c4c8f 45%,
        #4b4f9f 65%,
        #2f7fb0 82%,
        #35c2a4 100%
    );
    padding: 120px 0;
    overflow: hidden;
}


.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.breadcrumb-content h1 {
font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.breadcrumb-content .breadcrumb {
    justify-content: center;
    background: transparent;
    margin: 0;
}

.breadcrumb-content .breadcrumb-item,
.breadcrumb-content .breadcrumb-item a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

.vision-mission-section{
    background:#000;
    padding:100px 0;
}

.section-subtitle{
    color:#caa75d;
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;
}

.section-title{
    color:#fff;
    font-size:48px;
    font-weight:700;
    margin-top:10px;
}

.section-desc{
    color:#aaa;
    max-width:700px;
    margin:auto;
}

.vm-card{
    background:#111;
    border:1px solid #222;
    border-radius:18px;
    overflow:hidden;
    transition:all .4s ease;
    height:100%;
}

.vm-card:hover{
    transform:translateY(-8px);
    border-color:#caa75d;
    box-shadow:0 20px 40px rgba(202,167,93,.15);
}

.vm-image{
    overflow:hidden;
}

.vm-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:all .6s ease;
}

.vm-card:hover .vm-image img{
    transform:scale(1.08);
}

.vm-body{
    padding:35px;
}

.card-label{
    color:#caa75d;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
}

.vm-body h3{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-top:12px;
    line-height:1.3;
}

.line{
    width:60px;
    height:3px;
    background:#caa75d;
    margin:20px 0;
}

.vm-body p{
    color:#c5c5c5;
    line-height:1.9;
    margin:0;
}

@media(max-width:991px){

    .section-title{
        font-size:38px;
    }

    .vm-image img{
        height:240px;
    }

    .vm-body h3{
        font-size:24px;
    }
}

@media(max-width:576px){

    .vision-mission-section{
        padding:70px 0;
    }

    .section-title{
        font-size:30px;
    }

    .vm-body{
        padding:25px;
    }

    .vm-image img{
        height:220px;
    }
}

/* //////////////////////////////////////////// */

.career-section{
    padding:100px 0;
    background:#000;
}

.career-content{
    max-width:1000px;
    margin:0 auto 50px;
    text-align:center;
}

.career-content h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
    margin-bottom:25px;
}

.career-content p{
    color:#bdbdbd;
    font-size:16px;
    line-height:1.9;
    margin-bottom:20px;
}

.career-form-box{
    max-width:850px;
    margin:auto;
    background:#111;
    border:1px solid #222;
    border-radius:20px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.3);
}

.career-form-box h3{
    color:#fff;
    text-align:center;
    font-size:32px;
    font-weight:700;
    margin-bottom:30px;
}

.form-control{
    height:55px;
    background:#1a1a1a;
    border:1px solid #333;
    color:#fff;
    border-radius:10px;
}

.form-control:focus{
    background:#1a1a1a;
    border-color:#d4af37;
    color:#fff;
    box-shadow:none;
}

.form-control::placeholder{
    color:#888;
}

textarea.form-control{
    height:140px;
    resize:none;
    padding-top:15px;
}

/* Custom Upload */
.upload-box{
    width:100%;
    min-height:130px;
    border:2px dashed #444;
    border-radius:12px;
    background:#1a1a1a;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    cursor:pointer;
    transition:.3s;
    padding:20px;
}

.upload-box:hover{
    border-color:#d4af37;
    background:#222;
}

.upload-box i{
    font-size:38px;
    color:#d4af37;
    margin-bottom:12px;
}

.upload-box span{
    color:#fff;
    font-size:17px;
    font-weight:600;
}

.upload-box small{
    color:#999;
    margin-top:6px;
}

.btn-career{
    width:100%;
    height:55px;
    border:none;
    border-radius:10px;
    background:#d4af37;
    color:#000;
    font-size:16px;
    font-weight:700;
    transition:.3s;
}

.btn-career:hover{
    background:#fff;
}

@media(max-width:991px){

    .career-content h2{
        font-size:38px;
    }

    .career-form-box{
        padding:30px;
    }
}

@media(max-width:576px){

    .career-section{
        padding:60px 0;
    }

    .career-content h2{
        font-size:30px;
    }

    .career-content p{
        font-size:15px;
    }

    .career-form-box{
        padding:20px;
    }

    .career-form-box h3{
        font-size:26px;
    }
}



.blog-section{
    padding:80px 0;
}

/* Main Blog Card */
.blog-card{
    background:#111;
    border:1px solid #222;
    border-radius:20px;
    overflow:hidden;
}

.blog-img{
    width:100%;
    height:450px;
    object-fit:cover;
}

.blog-content{
    padding:40px;
}

.blog-meta{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    color:#aaa;
    margin-bottom:20px;
    font-size:14px;
}

.blog-meta i{
    color:#d4af37;
    margin-right:5px;
}

.blog-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
    line-height:1.3;
}

.blog-content p{
    color:#c5c5c5;
    line-height:1.9;
    margin-bottom:20px;
}

.blog-content h3{
    color:#fff;
    margin:30px 0 15px;
    font-size:28px;
    font-weight:700;
}

.quote-box{
    background:#1a1a1a;
    border-left:4px solid #d4af37;
    padding:25px;
    border-radius:10px;
    color:#fff;
    font-style:italic;
    margin:30px 0;
}

.blog-list{
    padding-left:20px;
}

.blog-list li{
    color:#c5c5c5;
    margin-bottom:10px;
}

.blog-tags{
    margin-top:30px;
}

.blog-tags a{
    display:inline-block;
    background:#1f1f1f;
    color:#fff;
    text-decoration:none;
    padding:10px 18px;
    border-radius:30px;
    margin:5px;
    transition:.3s;
}

.blog-tags a:hover{
    background:#d4af37;
    color:#000;
}

/* Author */
.author-box{
    margin-top:40px;
    background:#1a1a1a;
    border-radius:15px;
    padding:25px;
    display:flex;
    gap:20px;
    align-items:center;
}

.author-box img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
}

.author-box h5{
    color:#fff;
    margin-bottom:10px;
}

.author-box p{
    margin:0;
    color:#bbb;
}

/* Sidebar */
.sidebar-widget{
    background:#111;
    border:1px solid #222;
    border-radius:15px;
    padding:30px;
    margin-bottom:30px;
}

.sidebar-widget h4{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    border-bottom:1px solid #222;
    padding-bottom:15px;
}

/* Search */
.search-box{
    position:relative;
}

.search-box input{
    width:100%;
    height:55px;
    background:#1a1a1a;
    border:1px solid #333;
    border-radius:10px;
    color:#fff;
    padding:0 55px 0 15px;
}

.search-box button{
    position:absolute;
    right:15px;
    top:16px;
    border:none;
    background:none;
    color:#d4af37;
}

/* Categories */
.category-list{
    list-style:none;
    padding:0;
    margin:0;
}

.category-list li{
    border-bottom:1px solid #222;
}

.category-list li:last-child{
    border:none;
}

.category-list a{
    display:flex;
    justify-content:space-between;
    color:#bbb;
    text-decoration:none;
    padding:12px 0;
}

.category-list a:hover{
    color:#d4af37;
}

/* Recent Posts */
.recent-post{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}

.recent-post:last-child{
    margin-bottom:0;
}

.recent-post img{
    width:80px;
    height:80px;
    border-radius:10px;
    object-fit:cover;
}

.recent-post h6{
    color:#fff;
    font-size:15px;
    margin-bottom:5px;
    line-height:1.5;
}

.recent-post span{
    color:#888;
    font-size:13px;
}

/* Popular Tags */
.tags a{
    display:inline-block;
    background:#1a1a1a;
    color:#bbb;
    text-decoration:none;
    padding:8px 15px;
    border-radius:30px;
    margin:5px;
    transition:.3s;
}

.tags a:hover{
    background:#d4af37;
    color:#000;
}

/* Mobile */
@media(max-width:991px){

    .sidebar{
        margin-top:40px;
    }

    .blog-title{
        font-size:30px;
    }

    .blog-img{
        height:300px;
    }
}

@media(max-width:576px){

    .blog-content{
        padding:25px;
    }

    .blog-title{
        font-size:24px;
    }

    .blog-img{
        height:220px;
    }

    .author-box{
        flex-direction:column;
        text-align:center;
    }
}



      
/* ////////////////////////////////////////// */
        

        .feature-title {
            font-size: 25px;
            font-weight: 600;
            margin-top: 25px;
            color: #101010;
        }

        ul.custom-list,
        .highlight-section ul {
            list-style-type: disc; /* Standard bullet */
            padding-left: 20px;
            margin-bottom: 20px;
        }

        ul.custom-list li,
        .highlight-section ul li {
            margin-bottom: 10px;
        }


        .highlight-section {
            background: linear-gradient(to right, #4e87cb, #8b2b8c, #ee7b33);
            color: #fff;
            padding: 40px 20px;
            border-radius: 10px;
            margin-top: 20px;
            margin-bottom: 60px;
        }

        .highlight-section h3 {
           
            margin-top: 20px;
             font-size: 25px;
             color: white;
        }

/* //////////////////////////////////////// */

        .main-bg1 {
            position: relative;
            background: url("assets/newimg/seo.webp") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
            color: #fff;
            /* top: 80px; */
            margin-bottom: 90px;
        }

        .main-bg1::before {
            content: "";
            position: absolute;
              background: #00000091;
            inset: 0;
           
        }

        .main-bg1 .content {
            position: relative;
            max-width: 900px;
            z-index: 2;
        }

        .main-bg1 h1 {
                font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 73px;
    color: #ffffff;
}

        .main-bg1 p {
            font-size: 18px;
            margin-bottom: 25px;
        }







        .main-bg6 {
            position: relative;
            background: url("assets/newimg/web01.webp") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
            color: #fff;
            /* top: 80px; */
            margin-bottom: 90px;
        }

        .main-bg6::before {
            content: "";
            position: absolute;
              background: #00000091;
            inset: 0;
           
        }

        .main-bg6 .content {
            position: relative;
            max-width: 900px;
            z-index: 2;
        }

        .main-bg6 h1 {
                font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 73px;
    color: #ffffff;
}

        .main-bg6 p {
            font-size: 18px;
            margin-bottom: 25px;
        }






        .main-bg5 {
            position: relative;
            background: url("assets/newimg/smm.webp") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
            color: #fff;
            /* top: 80px; */
            margin-bottom: 90px;
        }

        .main-bg5::before {
            content: "";
            position: absolute;
              background: #00000091;
            inset: 0;
           
        }

        .main-bg5 .content {
            position: relative;
            max-width: 900px;
            z-index: 2;
        }

        .main-bg5 h1 {
                font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 73px;
    color: #ffffff;
}

        .main-bg5 p {
            font-size: 18px;
            margin-bottom: 25px;
        }


















 .main-bg4 {
            position: relative;
            background: url("assets/newimg/ads.webp") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
            color: #fff;
            /* top: 80px; */
            margin-bottom: 90px;
        }

        .main-bg4::before {
            content: "";
            position: absolute;
              background: #00000091;
            inset: 0;
           
        }

        .main-bg4 .content {
            position: relative;
            max-width: 900px;
            z-index: 2;
        }

        .main-bg4 h1 {
                font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 73px;
    color: #ffffff;
}

        .main-bg4 p {
            font-size: 18px;
            margin-bottom: 25px;
        }



















.main-bg3 {
            position: relative;
            background: url("assets/newimg/social.webp") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
            color: #fff;
            /* top: 80px; */
            margin-bottom: 90px;
        }

        .main-bg3::before {
            content: "";
            position: absolute;
              background: #00000091;
            inset: 0;
           
        }

        .main-bg3 .content {
            position: relative;
            max-width: 900px;
            z-index: 2;
        }

        .main-bg3 h1 {
                font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 73px;
    color: #ffffff;
}

        .main-bg3 p {
            font-size: 18px;
            margin-bottom: 25px;
        }












 .main-bg2 {
            position: relative;
            background: url("assets/newimg/content.webp") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
            color: #fff;
            /* top: 80px; */
            margin-bottom: 90px;
        }

        .main-bg2::before {
            content: "";
            position: absolute;
              background: #00000091;
            inset: 0;
           
        }

        .main-bg2 .content {
            position: relative;
            max-width: 900px;
            z-index: 2;
        }

        .main-bg2 h1 {
                font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 73px;
    color: #ffffff;
}

        .main-bg2 p {
            font-size: 18px;
            margin-bottom: 25px;
        }





















        .main-bg {
            position: relative;
            background: url("assets/newimg/d1.webp") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
            color: #fff;
            /* top: 80px; */
            margin-bottom: 90px;
        }

        .main-bg::before {
            content: "";
            position: absolute;
              background: #00000091;
            inset: 0;
           
        }

        .main-bg .content {
            position: relative;
            max-width: 900px;
            z-index: 2;
        }

        .main-bg h1 {
                font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 73px;
    color: #ffffff;
}

        .main-bg p {
            font-size: 18px;
            margin-bottom: 25px;
        }

        .cta-btn {
                background: #b98a2a;
    color: #fff;
    padding: 13px 21px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
        }

        .cta-btn:hover {
            background: #ff5722;
        }


        .city-btns a:hover {
            background: #444;
        }

        @media (max-width: 768px) {
            .main-bg {
                height: auto;
                padding: 80px 20px;
            }

            .main-bg h1 {
                font-size: 30px;
            }

            .main-bg p {
                font-size: 16px;
            }

            .cta-btn {
                padding: 10px 18px;
            }
        }

        @media (max-width: 480px) {
            .main-bg h1 {
                font-size: 26px;
            }

            .city-btns a {
                margin: 5px;
                padding: 8px 14px;
            }
        }



.section1 {
    padding-top: 80px;
}




.text-box h3 {
    font-size: 24px;
    color: #e97737;
    margin-top: 15px;
    letter-spacing: 1px;
}




.image-box {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.image-box img {
    width: 100%;
    border: 1px solid #000;
    position: relative;
    z-index: 2;
}

.image-box::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #4e87cb, #8b2b8c, #ee7b33);
    z-index: 1;
}

@media(max-width: 992px){
    .text-box {
        text-align: center;
    }
    .text-box h1 {
        font-size: 42px;
    }
    .image-box {
        margin: 0 auto;
    }
}

