@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans%3A400%7COpen+Sans%3A700%7CRoboto%3A400%7CRoboto%3A500%7CRoboto%3A600%7CRoboto%3A700%7CRoboto%3A800');
@-webkit-keyframes bounce {
	0%,
	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: translateZ(0);
		transform: translateZ(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 {
	0%,
	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: translateZ(0);
		transform: translateZ(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 {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(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: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(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: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.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: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.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 {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.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 {
	0%,
	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: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {
	0%,
	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: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%,
	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: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInDown {
	0%,
	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: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%,
	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: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {
	0%,
	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: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,
	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: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInRight {
	0%,
	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: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,
	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, -20px, 0);
		transform: translate3d(0, -20px, 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: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {
	0%,
	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, -20px, 0);
		transform: translate3d(0, -20px, 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: translateZ(0);
		transform: translateZ(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, -20px, 0);
		transform: translate3d(0, -20px, 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, -20px, 0);
		transform: translate3d(0, -20px, 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(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 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(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 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, 20px, 0);
		transform: translate3d(0, 20px, 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, 20px, 0);
		transform: translate3d(0, 20px, 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 {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.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 {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.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 {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		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 {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(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: rotate(80deg);
		transform: rotate(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: rotate(60deg);
		transform: rotate(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: rotate(80deg);
		transform: rotate(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: rotate(60deg);
		transform: rotate(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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		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 {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.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:reduce),
(print) {
	.animated {
		-webkit-animation-duration: 1ms!important;
		animation-duration: 1ms!important;
		-webkit-transition-duration: 1ms!important;
		transition-duration: 1ms!important;
		-webkit-animation-iteration-count: 1!important;
		animation-iteration-count: 1!important
	}
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media(min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media(min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media(min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media(min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #fff
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #b8daff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #d6d8db
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #c3e6cb
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #bee5eb
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #ffeeba
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f5c6cb
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c6c8ca
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #32383e
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media(max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media(max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media(max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem+2px)
}
select.form-control option {
	background-color: var(--main-color-one);
}
select.form-control.findUs option {
	background-color: #f2f2f3;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem+1px);
	padding-bottom: calc(.375rem+1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem+1px);
	padding-bottom: calc(.5rem+1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem+1px);
	padding-bottom: calc(.25rem+1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem+2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem+2px)
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, .8);
	border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
	border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
	display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, .8);
	border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
	border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media(min-width:576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

tr.collapse.show {
	display: table-row
}

tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after {
	margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	margin-bottom: 0
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0088'%3E%3Cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.262.9747.2582.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0044'%3E%3Cpathstroke='%23fff'd='M02h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='-4-488'%3E%3Ccircler='3'fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem+2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0045'%3E%3Cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	height: calc(1.8125rem+2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-select-lg {
	height: calc(2.875rem+2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem+2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem+2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-control::before {
	border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem+2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem+2px) - 1px * 2);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media(max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
	.navbar-expand-sm .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media(max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
	.navbar-expand-md .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media(max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
	.navbar-expand-lg .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media(max-width:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
	.navbar-expand-xl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(0,0,0,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(255,255,255,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media(min-width:576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media(min-width:576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:first-child .card-header,
	.card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:first-child .card-footer,
	.card-group>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:last-child .card-header,
	.card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:last-child .card-footer,
	.card-group>.card:last-child .card-img-bottom {
		border-bottom-left-radius: 0
	}
	.card-group>.card:only-child {
		border-radius: .25rem
	}
	.card-group>.card:only-child .card-header,
	.card-group>.card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.card-group>.card:only-child .card-footer,
	.card-group>.card:only-child .card-img-bottom {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media(min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media(min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
	z-index: 1;
	text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% -(.5rem * 2))
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-centered {
		min-height: calc(100% -(1.75rem * 2))
	}
	.modal-sm {
		max-width: 300px
	}
}

@media(min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
	bottom: calc((.5rem+1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
	left: calc((.5rem+1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
	top: calc((.5rem+1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
	right: calc((.5rem+1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.active.carousel-item-right,
.carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)) {
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.active.carousel-item-left,
.carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)) {
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M5.250l-44441.5-1.5-2.5-2.52.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M2.750l-1.51.52.52.5-2.52.51.51.54-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc!important
}

.bg-secondary {
	background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62!important
}

.bg-success {
	background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00!important
}

.bg-danger {
	background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #007bff!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffc107!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-white {
	border-color: #fff!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media(min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media(min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media(min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media(min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media(min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media(min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media(min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media(min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media(min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media(min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media(min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media(min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports((position:-webkit-sticky) or(position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mr-5,
.mx-5 {
	margin-right: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pr-5,
.px-5 {
	padding-right: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

@media(min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
}

@media(min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
}

@media(min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
}

@media(min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media(min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media(min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media(min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media(min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0062cc!important
}

.text-secondary {
	color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #545b62!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #1e7e34!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #117a8b!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #d39e00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #bd2130!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #dae0e5!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #1d2124!important
}

.text-muted {
	color: #6c757d!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

@font-face {
	font-family: 'FontAwesome';
	src: url(/fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

body {
	margin: 0;
	color: var(--paragraph-color);
	overflow-x: hidden
}

h1 {
	font-size: 48px;
	line-height: 1.0833333333333333
}

h2 {
	font-size: 36px;
	line-height: 1.4444444444444444
}

h3 {
	font-size: 24px;
	line-height: 1.0833333333333333
}

h4 {
	font-size: 20px;
	line-height: 1.2380952380952381
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color)
}

p {
	color: var(--paragraph-color);
	margin-bottom: 10px;
	line-height: 1.6
}

a {
	color: inherit;
	text-decoration: none
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: 0;
	color: inherit
}

pre {
	word-break: break-word
}

a i {
	padding: 0 2px
}

img {
	max-width: 100%;
	height: auto
}

ol:not([class]) {
	margin-bottom: 20px
}

ol:not([class]) ol {
	margin-bottom: 0
}

ul ol:not([class]) {
	margin-bottom: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 10px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd
}

code {
	color: #fc4444
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: both
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 180px;
	text-align: center;
	height: 50px;
	border-radius: 5px;
	line-height: 50px;
	color: #fff;
	transition: .3s ease-in;
	border: 1px solid #e2e2e2
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	width: 180px;
	border: 1px solid #e2e2e2;
	text-align: center;
	height: 50px;
	border-radius: 5px;
	line-height: 50px;
	color: #fff;
	transition: .3s ease-in
}

.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {
	background-color: var(--main-color-one)
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
	transition: .3s ease-in;
	color: var(--paragraph-color)
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
	color: #fff
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto!important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.alignleft {
	float: left;
	clear: both;
	margin-right: 20px
}

.alignright {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em
}

.alignfull {
	margin: 1.5em 0;
	max-width: 100%
}

.alignwide {
	max-width: 1100px
}

img.alignnone {
	height: auto
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both
}

.widget {
	margin-bottom: 35px
}

.widget select {
	width: 100%;
	height: 50px;
	padding: 10px 20px
}

.widget .widget-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 35px;
	position: relative;
	z-index: 0
}

.widget.footer-widget.widget_calendar th {
	padding: 7px
}

.widget:last-child {
	margin-bottom: 0
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
	display: none
}

.widget.footer-widget {
	background-color: transparent!important;
	padding: 0;
	margin-bottom: 30px
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget ul li ul {
	margin-left: 20px
}

.widget ul li {
	display: block;
	-ms-word-wrap: break-word;
	word-break: break-word
}

.widget.widget_archive ul li+li,
.widget ul.widget_categories li+li {
	padding-bottom: 10px;
	margin-top: 10px
}

.widget ul li+li {
	margin-top: 15px
}

.widget ul>li:last-child {
	padding-bottom: 0
}

.widget ul li a {
	color: inherit;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

#wp-calendar {
	background-color: transparent
}

.widget ul li a:hover {
	color: var(--secondary-color)!important
}

.footer-widget.widget_nav_menu ul li a:before {
	content: "\f101";
	font-family: "fontawesome";
	padding-right: 5px
}

.footer-widget.widget_nav_menu ul li a {
	position: relative
}

.footer-widget.widget.widget_nav_menu ul li {
	margin: 0
}

.widget img {
	height: auto
}

.footer-area .footer-top .footer-widget .menu li ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

.widget_search .search-form {
	position: relative
}

.widget_search .search-form .form-group {
	margin-bottom: 0
}

.widget_search .search-form .form-group .form-control {
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 70px 0 15px
}

.widget_search .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-size: 18px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: var(--secondary-color);
	color: #fff;
	transition: .3s ease-in
}

.widget_search .search-form .submit-btn:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.widget_author_meta {
	text-align: center
}

.widget_author_meta .thumb {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 20px
}

.widget_author_meta .thumb img {
	border-radius: 50%
}

.widget_author_meta .content .name {
	font-size: 21px;
	font-weight: 700
}

.widget_author_meta .content p {
	font-size: 16px;
	line-height: 26px
}

.widget_author_meta .content ul {
	margin-top: 25px
}

.widget_author_meta .content ul li {
	display: inline-block;
	margin: 0 5px
}

.widget_author_meta .content ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.widget_author_meta .content ul li a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.widget_tag_cloud.footer-widget .tagcloud a {
	background-color: transparent
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 5px 15px;
	margin: 5px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	border-radius: 5px;
	font-size: 14px!important;
	background-color: #fafafa;
	font-weight: 400
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--main-color-one);
	color: #fff!important
}

.widget.footer-widget.widget_calendar table {
	margin-bottom: 0
}

.widget.footer-widget.widget_calendar caption {
	padding-bottom: 0
}

.widget ul li ul.sub-menu {
	position: initial
}

.widget ul li ul.sub-menu {
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	border-top: 0;
	box-shadow: none;
	margin-top: 10px
}

.widget ul li ul.sub-menu li a {
	padding: 0 0 0 10px
}

.widget ul li ul.sub-menu li a:hover {
	background-color: transparent
}

.widget.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget.widget_nav_menu ul li {
	margin: 15px 0
}

.widget.widget_nav_menu ul li:first-child {
	margin-top: 0
}

.widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0
}

.widget.widget_nav_menu ul li a {
	border: 0
}

.widget.widget_nav_menu ul li>ul {
	margin-left: 15px
}

.widget_recent_comments ul li {
	position: relative
}

.widget_recent_comments ul li:before {
	position: static;
	font-family: 'fontawesome';
	content: "\f27b";
	padding-right: 5px
}

#wp-calendar {
	border-collapse: collapse;
	width: 100%;
	text-align: center
}

.widget .widget_calendar caption {
	color: var(--paragraph-color)
}

.footer-widget.widget_calendar table td,
.footer-widget.widget_calendar table th {
	border: 1px solid rgba(255, 255, 255, .2)
}

.widget_calendar table td,
.widget_calendar table th {
	border: 1px solid #ddd;
	padding: 8px
}

#wp-calendar th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center
}

.widget_archive ul li a:before {
	position: static;
	content: "\f114";
	font-family: fontawesome;
	padding-right: 8px
}

.wp-block-categories li a:before,
.widget_categories ul li a:before {
	position: static;
	content: "\f105";
	font-family: fontawesome;
	padding-right: 8px;
	color: var(--main-color-one)
}

.widget_categories.footer-widget ul li a:before {
	color: inherit
}

.widget ul li a.rsswidget {
	font-weight: 600;
	display: block;
	margin-bottom: 5px
}

.widget ul li .rss-date {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
	display: block
}

.widget.footer-widget .widget-title {
	font-size: 16px;
	padding-left: 0
}

.widget.footer-widget .widget-title:before {
	display: none
}

.sticky {
	display: block
}

.updated:not(.published) {
	display: none
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.comments-area {
	margin-top: 50px
}

.comments-area .comments-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 25px
}

.comments-area .comment-list .comment-respond {
	margin-bottom: 30px
}

.comments-area .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-bottom: 45px
}

.comments-area .comment-list li:last-child .single-comment-wrap .thumb .date {
	margin-bottom: 0
}

.comments-area .comment-list li.comment {
	margin-bottom: 30px
}

.comments-area .comment-list ul:not([class]),
.comments-area .comment-list ol:not([class]) {
	margin-bottom: 20px
}

.comments-area .comment-list ul:not([class]) ul {
	margin-bottom: 0
}

.comments-area .comment-list li:last-child {
	margin-bottom: 0
}

.comments-area .comment-list li ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none
}

.comments-area .comment-list li ul.children li {
	margin-left: 50px;
	list-style-type: none;
	list-style: none
}

.comments-area .comment-list li .single-comment-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.comments-area .comment-list li .single-comment-wrap .thumb {
	margin-right: 20px;
	min-width: 80px
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
	margin-bottom: 10px;
	border-radius: 50%;
	border: 2px solid #fafafa;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .02)
}

.comments-area .comment-list li .single-comment-wrap .thumb .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .thumb .time {
	display: block;
	font-size: 14px;
	line-height: 20px
}

.comments-area .comment-list li .single-comment-wrap .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.comments-area .comment-list li .single-comment-wrap .content .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	font-family: var(--body-font)
}

.comments-area .comment-list li .single-comment-wrap .content {
	max-width: 570px
}

.full-width-content .comments-area .comment-list li .single-comment-wrap .content {
	max-width: 100%
}

.full-width-content .comments-area .comment-list li .single-comment-wrap .content {
	max-width: calc(100% - 100px)
}

.comments-area .comment-list li .single-comment-wrap .content p {
	font-size: 16px;
	line-height: 26px;
	word-break: break-word
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
	margin-bottom: 0
}

.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link {
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:hover {
	color: var(--main-color-one)
}

.comments-area .reply-title,
.comments-area .comment-reply-title,
.comments-area .comment-reply-title small {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 20px
}

.comments-area .form-submit {
	margin-bottom: 0
}

.comment-form .form-group.textarea .form-control {
	min-height: 160px;
	resize: none;
	line-height: 26px
}

.comment-form .form-group.textarea .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.comment-form .form-group .form-control {
	height: 55px;
	line-height: 50px;
	padding: 10px 20px;
	border: 2px solid #fafafa
}

.comment-form .submit-btn {
	height: 50px;
	width: 200px;
	border-radius: 5px;
	font-weight: 600;
	background-color: var(--secondary-color);
	border: 0;
	cursor: pointer;
	transition: .3s ease-in;
	padding: 0;
	line-height: 50px
}

.comment-form .submit-btn:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.comments-area .comment-list .children li:last-child {
	margin-bottom: 30px
}

.comments-area .comment-list li ul.children {
	margin-top: 30px
}

.comment-form-cookies-consent input[type=checkbox] {
	margin-right: 5px
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.comments-area {
	margin-top: 0
}

.comments-area .comments-title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 25px
}

.comments-area .comment-list .comment-respond {
	margin-bottom: 30px
}

.comments-area .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-bottom: 25px
}

.comments-area .comment-list li:last-child {
	margin-bottom: 0
}

.comments-area .comment-list li ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none
}

.comments-area .comment-list li ul.children li {
	margin-left: 50px;
	list-style-type: none;
	list-style: none
}

.comments-area .comment-list li .single-comment-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: #f7f7f7;
	padding: 30px 30px 20px 30px
}

.comments-area .comment-list li .single-comment-wrap .thumb {
	margin-right: 20px;
	min-width: 80px;
	border-radius: 50%
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
	margin-bottom: 10px;
	border-radius: 50%
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px
}

.comments-area .comment-list li .single-comment-wrap .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.comments-area .comment-list li .single-comment-wrap .content .title {
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	font-family: var(--heading-font);
	margin-bottom: 0
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
	max-width: 620px
}

.comments-area .comment-list li .single-comment-wrap .content p {
	font-size: 16px;
	line-height: 26px;
	word-break: break-word
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
	margin-bottom: 0
}

.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:after {
	position: static;
	content: "\f112";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 5px
}

.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	color: var(--main-color-one);
	font-size: 14px
}

.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:hover {
	color: var(--main-color-one)
}

.comments-area .reply-title,
.comments-area .comment-reply-title,
.comments-area .comment-reply-title small {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 25px
}

.comments-area .form-submit {
	margin-bottom: 0
}

.comment-form .form-group.textarea .form-control {
	min-height: 160px;
	resize: none;
	line-height: 26px
}

.comment-form .form-group.textarea .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.comment-form .form-group .form-control {
	height: 50px;
	line-height: 50px;
	background-color: #f4f7fc;
	font-size: 14px
}

label[for="wp-comment-cookies-consent"] {
	font-size: 14px
}

.comment-form .submit-btn {
	height: 50px;
	width: auto;
	border-radius: 5px;
	font-weight: 600;
	background-color: var(--main-color-one);
	border: 0;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	color: #fff;
	padding: 0 30px
}

.comment-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff
}

.comment-respond {
	margin-top: 42px
}

.comments-area .comment-list .children li:last-child {
	margin-bottom: 30px
}

.comments-area .comment-list li ul.children {
	margin-top: 30px
}

.comment-form-cookies-consent input[type=checkbox] {
	margin-right: 5px
}

.comments-area .comment-list ul:not([class]) ul {
	margin-bottom: 0
}

.comment-form .form-group:nth-child(1),
.comment-form .form-group:nth-child(2) {
	width: calc(100% / 2 - 12px);
	display: inline-block
}

.comment-form .form-group:nth-child(2) {
	margin-left: 20px
}

.comment-form .form-group {
	position: relative
}

.comment-form .form-group:after {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "\f105";
	z-index: 1;
	transform: translateY(-50%);
	font-family: "fontawesome";
	color: var(--main-color-one)
}

.comment-form .form-group:first-child:after {
	content: "\f007"
}

.comment-form .form-group:nth-child(2):after {
	content: "\f0e0"
}

.comment-form .form-group:nth-child(3):after {
	content: "\f1d8"
}

.comment-form .form-group .form-control {
	padding-right: 35px
}

.comment-form .form-group.textarea:after {
	content: "\f040";
	top: 20px
}

.form-group.textarea {
	width: 100%!important;
	margin-left: 0!important
}

.blog-details-item {
	margin-bottom: 40px
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.custom-logo-link {
	display: inline-block
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	clear: both
}

.wp-caption .wp-caption-text a {
	color: var(--secondary-color)
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

.wp-caption-text {
	text-align: center
}

.wp-caption .wp-caption-text,
figcaption {
	opacity: .7;
	font-weight: 600
}

.wp-caption .wp-caption-text a,
figcaption a {
	color: var(--secondary-color)
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--paragraph-color)!important;
	border-color: var(--main-color-one)
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	color: #fff!important;
	background-color: var(--main-color-one)
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block
}

.single-post-details-item .entry-content>.alignwide {
	max-width: 1100px
}

.single-post-details-item .entry-content>.alignfull {
	margin: 1.5em 0;
	max-width: 100%
}

.wp-block-video video {
	max-width: 636px
}

.wp-block-image img {
	display: block
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%
}

.wp-block-image.alignfull img {
	width: 100vw
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto
}

.wp-block-cover-text p {
	padding: 1.5em 14px
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px
}

.wp-block-table {
	display: block;
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table td,
.wp-block-table th {
	padding: .5em
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.wp-block-quote.is-large {
	margin: 0 auto 16px
}

.wp-block-pullquote>p:first-child {
	margin-top: 0
}

.wp-block-separator {
	margin: 3em auto;
	padding: 0
}

@media screen and (min-width:768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0
	}
}

.wp-block-video video {
	max-width: 636px
}

.wp-block-image img {
	display: block
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%
}

.wp-block-image.alignfull img {
	width: 100vw
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto
}

.wp-block-cover-text p {
	padding: 1.5em 14px
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px
}

.wp-block-table {
	display: block;
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table td,
.wp-block-table th {
	padding: .5em
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.wp-block-quote.is-large {
	margin: 0 auto 16px
}

.wp-block-pullquote>p:first-child {
	margin-top: 0
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #000;
	padding-left: 1em
}

.wp-block-separator {
	margin: 3em auto;
	padding: 0
}

@media screen and (min-width:768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0
	}
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d
}

.has-strong-blue-color {
	color: #0073aa
}

.has-strong-blue-background-color {
	background-color: #0073aa
}

.has-lighter-blue-color {
	color: #229fd8
}

.has-lighter-blue-background-color {
	background-color: #229fd8
}

.has-very-light-gray-color {
	color: #eee
}

.has-very-light-gray-background-color {
	background-color: #eee
}

.has-very-dark-gray-color {
	color: #444
}

.has-very-dark-gray-background-color {
	background-color: #444
}

.has-large-font-size {
	font-size: 36px;
	line-height: 1.6
}

.wp-link-pages a {
	margin: 0 5px;
	transition: .3s ease-in
}

.wp-link-pages {
	margin-bottom: 30px;
	margin-top: 0;
	clear: both;
	padding-top: 20px
}

.wp-link-pages span,
.wp-link-pages a {
	border: 1px solid #e2e2e2;
	padding: 5px 15px;
	display: inline-block
}

.wp-link-pages .current,
.wp-link-pages a:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one)
}

.wp-link-pages span:first-child {
	margin-right: 5px
}

dl,
ol,
ul {
	padding-left: 15px
}

.post-password-form input {
	display: block;
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius: 3px;
	padding: 0 20px
}

.post-password-form label {
	font-weight: 600;
	color: #333
}

.post-password-form input[type=submit] {
	width: 100px;
	height: 50px;
	background-color: var(--main-color-one);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
	transition: .3s ease-in;
	display: inline-block
}

.post-password-form input[type=submit]:hover {
	background-color: #121a2f
}

.footer-widget.widget.widget_nav_menu ul li+li {
	margin-top: 5px
}

.blog-comment-navigation .comment-navigation {
	min-height: 50px;
	margin-bottom: 30px
}

.indurance-page-content-area p:last-child .alignright {
	margin-top: 40px
}

.comments-area .comment-list .trackback,
.comments-area .comment-list .pingback {
	margin-bottom: 30px
}

.comments-area .comment-reply-title small {
	color: var(--secondary-color)
}

.post-navigation-area {
	margin: 35px 0 0 0
}

.post-navigation-inner {
	display: flex;
	position: relative;
	z-index: 0;
	border: 1px solid #f2f2f2;
	border-radius: 3px
}

.post-navigation-inner:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	height: 80%;
	background-color: #f2f2f2;
	content: '';
	transform: translate(-50%, -50%)
}

.post-navigation-inner div {
	padding: 22px 30px 28px 30px;
	width: calc(100% / 2)
}

.post-navigation-inner div .title {
	font-size: 18px;
	line-height: 25px;
	transition: all 300ms;
	margin-bottom: 0
}

.post-navigation-inner div .title a {
	transition: all 300ms;
	word-break: break-all
}

.post-navigation-inner div .title:hover>a {
	color: var(--main-color-one)
}

.post-navigation-inner div:first-child {
	text-align: left
}

.post-navigation-inner div:last-child {
	text-align: right
}

.post-navigation-inner .prev-post,
.post-navigation-inner .next-post {
	transition: all 300ms;
	font-size: 14px;
	display: block;
	font-family: var(--body-font);
	font-weight: 500;
	color: var(--paragraph-color);
	margin-bottom: 10px
}

.wp-block-gallery.alignleft {
	margin-right: 20px!important;
	margin-top: 0!important
}

.wp-block-button__link {
	margin-bottom: 20px
}

.wp-block-cover {
	margin-bottom: 20px;
	color: #fff
}

.wp-block-archives-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px
}

.wp-block-archives-list li+li {
	margin-top: 10px
}

.wp-block-archives-list li:before {
	position: static;
	content: "\f114";
	font-family: "fontawesome";
	padding-right: 5px
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
	width: 100%;
	height: 40px;
	border: 1px solid #e2e2e2;
	background-color: transparent;
	margin-bottom: 30px;
	color: var(--paragraph-color)
}

.wp-block-latest-comments {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px
}

.wp-block-latest-comments li:before {
	display: none
}

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
	font-size: 16px;
	font-weight: 600;
	color: var(--heading-color)
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0;
	padding: 0;
	margin-bottom: 30px
}

.wp-block-latest-posts.wp-block-latest-posts__list li+li {
	margin-top: 15px
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
	font-size: 16px;
	font-weight: 600;
	color: var(--heading-color)
}

.wp-block-search {
	margin-bottom: 30px
}

.wp-block-search input {
	border: 1px solid #e2e2e2;
	height: 40px;
	padding: 0 20px
}

.wp-block-search button[type=submit] {
	margin-left: 0;
	border: 0;
	background-color: var(--secondary-color);
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 500;
	transition: all 300ms;
	cursor: pointer
}

.wp-block-search button[type=submit]:focus {
	outline: 0;
	box-shadow: none
}

.wp-block-search button[type=submit]:hover {
	background-color: var(--main-color-one)
}

.wp-block-tag-cloud a {
	font-size: 14px!important;
	padding: 5px 10px;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #f4f7fc;
	text-transform: capitalize;
	transition: all 300ms
}

.wp-block-tag-cloud a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.wp-block-rss {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px
}

.wp-block-rss li+li {
	margin-top: 10px
}

.wp-block-tag-cloud {
	margin-bottom: 30px
}

.wp-block-rss li a:hover {
	color: var(--main-color-one)
}

.wp-block-rss li a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: var(--heading-color);
	transition: all 200ms
}

.wp-block-group.has-background {
	padding: 30px;
	margin-bottom: 30px;
	padding-bottom: 1px
}

.wp-block-calendar {
	margin-bottom: 30px
}

.custom-logo-link img,
.site-logo img,
.footer-logo img {
	max-width: 180px
}

@media only screen and (max-width:991px) {
	.comments-area .comment-list li .single-comment-wrap .content {
		max-width: calc(100% - 100px)
	}
}

@media only screen and (max-width:384px) {
	.comments-area .comment-list li .single-comment-wrap {
		display: block
	}
	.comments-area .comment-list li .single-comment-wrap .content {
		max-width: 100%
	}
}

:root {
	--main-color-one: #000000;
	--secondary-color: #E41E26;
	--cloud-color: #FEFEFE;
	--heading-color: #000000;
	--footer-color: #303031;
	--paragraph-color: rgba(51, 51, 51, 0.7);
	--heading-font: 'Roboto', sans-serif;
	--body-font: 'Open Sans', sans-serif
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: var(--body-font)
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

body {
	margin: 0;
	color: var(--paragraph-color);
	overflow-x: hidden;
	font-family: var(--body-font);
	font-size: 14px
}

h1 {
	font-size: 48px;
	line-height: 1.0833333333333333
}

h2 {
	font-size: 36px;
	line-height: 1.4444444444444444
}

h3 {
	font-size: 24px;
	line-height: 1.0833333333333333
}

h4 {
	font-size: 20px;
	line-height: 1.2380952380952381
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-family: var(--heading-font)
}

p {
	color: var(--paragraph-color);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 10px
}

a {
	color: inherit;
	text-decoration: none;
	color: var(--paragraph-color)
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: 0;
	color: inherit
}

pre {
	word-break: break-word
}

a i {
	padding: 0 2px
}

img {
	max-width: 100%
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd
}

code {
	color: #faa603
}

.dark-bg {
	background-color: #111d5c
}

.section-bg-1 {
	background-color: #f4f7fc
}

.check-list-02 {
	margin: 0;
	padding: 0;
	list-style: none
}

.check-list-02 li {
	display: block;
	padding-left: 20px;
	position: relative;
	z-index: 0
}

.check-list-02 li:after {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'fontawesome';
	content: "\f00c";
	color: var(--main-color-one)
}

.error {
	color: #dc3545
}

.check-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.check-list li {
	display: block;
	padding-left: 20px;
	position: relative;
	z-index: 0
}

.check-list li:after {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'fontawesome';
	content: "\f105";
	color: var(--main-color-one)
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: both
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
	color: var(--main-color-one)
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.padding-left-0 {
	padding-left: 0
}

.padding-right-0 {
	padding-left: 0
}

.gray-bg {
	background-color: #f5f5f5
}

.secondary-bg {
	background-color: var(--secondary-color)
}

.padding-top-10 {
	padding-top: 10px
}

.padding-top-20 {
	padding-top: 20px
}

.padding-top-25 {
	padding-top: 25px
}

.padding-top-30 {
	padding-top: 30px
}

.padding-top-35 {
	padding-top: 35px
}

.padding-top-40 {
	padding-top: 40px
}

.padding-top-45 {
	padding-top: 45px
}

.padding-top-55 {
	padding-top: 55px
}

.padding-top-50 {
	padding-top: 50px
}

.padding-top-60 {
	padding-top: 60px
}

.padding-top-65 {
	padding-top: 65px
}

.padding-top-70 {
	padding-top: 70px
}

.padding-top-80 {
	padding-top: 80px
}

.padding-top-85 {
	padding-top: 85px
}

.padding-top-90 {
	padding-top: 90px
}

.padding-top-95 {
	padding-top: 95px
}

.padding-top-100 {
	padding-top: 100px
}

.padding-top-105 {
	padding-top: 105px
}

.padding-top-110 {
	padding-top: 110px
}

.padding-top-115 {
	padding-top: 115px
}

.padding-top-120 {
	padding-top: 120px
}

.padding-top-140 {
	padding-top: 140px
}

.padding-top-150 {
	padding-top: 150px
}

.padding-top-160 {
	padding-top: 160px
}

.padding-top-350 {
	padding-top: 350px
}

.padding-bottom-10 {
	padding-bottom: 10px
}

.padding-bottom-15 {
	padding-bottom: 15px
}

.padding-bottom-20 {
	padding-bottom: 20px
}

.padding-bottom-25 {
	padding-bottom: 25px
}

.padding-bottom-30 {
	padding-bottom: 30px
}

.padding-bottom-35 {
	padding-bottom: 35px
}

.padding-bottom-40 {
	padding-bottom: 40px
}

.padding-bottom-45 {
	padding-bottom: 45px
}

.padding-bottom-50 {
	padding-bottom: 50px
}

.padding-bottom-55 {
	padding-bottom: 55px
}

.padding-bottom-60 {
	padding-bottom: 60px
}

.padding-bottom-65 {
	padding-bottom: 65px
}

.padding-bottom-70 {
	padding-bottom: 70px
}

.padding-bottom-80 {
	padding-bottom: 80px
}

.padding-bottom-85 {
	padding-bottom: 85px
}

.padding-bottom-90 {
	padding-bottom: 90px
}

.padding-bottom-95 {
	padding-bottom: 95px
}

.padding-bottom-100 {
	padding-bottom: 100px
}

.padding-bottom-110 {
	padding-bottom: 110px
}

.padding-bottom-105 {
	padding-bottom: 105px
}

.padding-bottom-115 {
	padding-bottom: 115px
}

.padding-bottom-120 {
	padding-bottom: 120px
}

.padding-bottom-130 {
	padding-bottom: 130px
}

.padding-bottom-140 {
	padding-bottom: 140px
}

.padding-bottom-135 {
	padding-bottom: 135px
}

.padding-bottom-200 {
	padding-bottom: 200px
}

.padding-bottom-280 {
	padding-bottom: 280px
}

.padding-bottom-285 {
	padding-bottom: 285px
}

.padding-bottom-150 {
	padding-bottom: 150px
}

.padding-bottom-160 {
	padding-bottom: 160px
}

.padding-bottom-165 {
	padding-bottom: 165px
}

.padding-bottom-170 {
	padding-bottom: 170px
}

.padding-bottom-180 {
	padding-bottom: 180px
}

.padding-bottom-215 {
	padding-bottom: 215px
}

.padding-bottom-300 {
	padding-bottom: 300px
}

.margin-top-minus-90 {
	margin-top: -90px
}

.margin-top-minus-100 {
	margin-top: -100px
}

.margin-top-120 {
	margin-top: 120px
}

.margin-top-150 {
	margin-top: 150px
}

.margin-top-160 {
	margin-top: 160px
}

.padding-120 {
	padding-top: 120px;
	padding-bottom: 120px
}

.padding-110 {
	padding-top: 110px;
	padding-bottom: 110px
}

.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.padding-20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.padding-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.padding-40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.padding-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.padding-60 {
	padding-top: 60px;
	padding-bottom: 60px
}

.padding-65 {
	padding-top: 65px;
	padding-bottom: 65px
}

.padding-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.padding-80 {
	padding-top: 80px;
	padding-bottom: 80px
}

.padding-90 {
	padding-top: 90px;
	padding-bottom: 90px
}

.padding-10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.margin-top-10 {
	margin-top: 10px
}

.margin-top-15 {
	margin-top: 15px
}

.margin-top-20 {
	margin-top: 20px
}

.margin-top-30 {
	margin-top: 30px
}

.margin-top-35 {
	margin-top: 35px
}

.margin-top-40 {
	margin-top: 40px
}

.margin-top-50 {
	margin-top: 50px
}

.margin-top-55 {
	margin-top: 55px
}

.margin-top-60 {
	margin-top: 60px
}

.margin-top-70 {
	margin-top: 70px
}

.margin-top-80 {
	margin-top: 80px
}

.margin-top-90 {
	margin-top: 90px
}

.margin-top-100 {
	margin-top: 100px
}

.margin-bottom-0 {
	margin-bottom: 0!important
}

.margin-bottom-10 {
	margin-bottom: 10px
}

.margin-bottom-15 {
	margin-bottom: 15px
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.margin-bottom-25 {
	margin-bottom: 25px
}

.margin-bottom-30 {
	margin-bottom: 30px
}

.margin-bottom-35 {
	margin-bottom: 35px
}

.margin-bottom-40 {
	margin-bottom: 40px
}

.margin-bottom-50 {
	margin-bottom: 50px
}

.margin-bottom-55 {
	margin-bottom: 55px
}

.margin-bottom-60 {
	margin-bottom: 60px
}

.margin-bottom-70 {
	margin-bottom: 70px
}

.margin-bottom-80 {
	margin-bottom: 80px
}

.margin-bottom-90 {
	margin-bottom: 90px
}

.margin-bottom-120 {
	margin-bottom: 120px
}

.margin-bottom-150 {
	margin-bottom: 150px
}

.margin-top-100 {
	margin-bottom: 100px
}

.margin-top-120 {
	margin-top: 120px
}

.min-height-600 {
	min-height: 600px
}

.overflow-hidden {
	overflow: hidden
}

.alignleft {
	float: left;
	clear: both;
	margin-right: 20px
}

.alignright {
	float: right;
	clear: both;
	margin-left: 20px
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em
}

.alignfull {
	margin: 1.5em 0;
	max-width: 100%
}

.alignwide {
	max-width: 1100px
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both
}

.sticky {
	display: block
}

.updated:not(.published) {
	display: none
}

.blog-pagination ul li {
	display: inline-block
}

.blog-pagination ul li+li {
	margin: 0 5px
}

.blog-pagination ul li {
	display: inline-block
}

.blog-pagination ul li+li {
	margin: 0 5px
}

.blog-pagination {
	display: block;
	width: 100%;
	text-align: center
}

.blog-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-pagination ul li a,
.blog-pagination ul li span {
	display: block;
	padding: 3px 15px;
	border: 1px solid #e2e2e2;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
	background-color: var(--secondary-color);
	color: #fff
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.custom-logo-link {
	display: inline-block
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	clear: both
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

.wp-caption-text {
	text-align: center;
	margin-top: 10px
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block
}

.wp-link-pages a {
	margin: 0 5px;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.wp-link-pages {
	margin-bottom: 30px;
	margin-top: 25px
}

.wp-link-pages span,
.wp-link-pages a {
	border: 1px solid #e2e2e2;
	padding: 5px 15px;
	display: inline-block
}

.wp-link-pages .current,
.wp-link-pages a:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one)
}

.wp-link-pages span:first-child {
	margin-right: 5px
}

dl,
ol,
ul {
	padding-left: 15px
}

.post-password-form input {
	display: block;
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius: 3px;
	padding: 0 20px
}

.post-password-form label {
	font-weight: 600;
	color: #333
}

.post-password-form input[type=submit] {
	width: 100px;
	height: 50px;
	background-color: var(--main-color-one);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.post-password-form input[type=submit]:hover {
	background-color: #121a2f
}

.footer-widget .table td,
.footer-widget .table th {
	padding: .50rem!important
}

.footer-logo img {
	max-width: 180px
}

.single-post-details-item .entry-content>.alignwide {
	max-width: 1100px
}

.single-post-details-item .entry-content>.alignfull {
	margin: 1.5em 0;
	max-width: 100%
}

.wp-block-video video {
	max-width: 636px
}

.wp-block-image img {
	display: block
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%
}

.wp-block-image.alignfull img {
	width: 100vw
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto
}

.wp-block-cover-text p {
	padding: 1.5em 14px
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px
}

.wp-block-table {
	display: block;
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table td,
.wp-block-table th {
	padding: .5em
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.wp-block-quote.is-large {
	margin: 0 auto 16px
}

.wp-block-pullquote>p:first-child {
	margin-top: 0
}

.wp-block-separator {
	margin: 3em auto;
	padding: 0
}

@media screen and (min-width:768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0
	}
}

wp-block-video video {
	max-width: 636px
}

.wp-block-image img {
	display: block
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%
}

.wp-block-image.alignfull img {
	width: 100vw
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto
}

.wp-block-cover-text p {
	padding: 1.5em 14px
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px
}

.wp-block-table {
	display: block;
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table td,
.wp-block-table th {
	padding: .5em
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.wp-block-quote.is-large {
	margin: 0 auto 16px
}

.wp-block-pullquote>p:first-child {
	margin-top: 0
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #000;
	padding-left: 1em
}

.wp-block-separator {
	margin: 3em auto;
	padding: 0
}

.circle-list-item {
	margin: 0;
	padding: 0;
	list-style: none
}

.circle-list-item li+li {
	margin-top: 10px
}

.circle-list-item li {
	position: relative;
	z-index: 0;
	padding-left: 20px
}

.circle-list-item li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f058";
	font-family: "fontawesome";
	color: var(--secondary-color)
}

@media screen and (min-width:768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0
	}
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d
}

.has-strong-blue-color {
	color: #0073aa
}

.has-strong-blue-background-color {
	background-color: #0073aa
}

.has-lighter-blue-color {
	color: #229fd8
}

.has-lighter-blue-background-color {
	background-color: #229fd8
}

.has-very-light-gray-color {
	color: #eee
}

.has-very-light-gray-background-color {
	background-color: #eee
}

.has-very-dark-gray-color {
	color: #444
}

.has-very-dark-gray-background-color {
	background-color: #444
}

.breadcrumb-area {
	position: relative;
	z-index: 0;
	background-size: cover;
	background-position: center
}

.breadcrumb-area:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	/*background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.8) 100%);*/
	z-index: -1
}

.breadcrumb-area.extra {
	padding-bottom: 138px
}

.breadcrumb-area .breadcrumb-inner {
	padding: 268px 0 158px 0;
	text-align: center
}

.breadcrumb-area .page-title {
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	word-break: break-word
}

.breadcrumb-area p {
	font-size: 14px;
	line-height: 26px;
	max-width: 600px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px
}

.breadcrumb-area .page-list {
	margin: 0;
	padding: 0
}

.breadcrumb-area .page-list li:empty {
	display: none
}

.breadcrumb-area .page-list li {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	text-transform: capitalize
}

.breadcrumb-area .page-list li:first-child {
	padding-left: 0
}

.breadcrumb-area .page-list li:first-child a {
	color: rgba(255, 255, 255, 0.7)
}

.breadcrumb-area .page-list li:first-child:after {
	display: none
}

.breadcrumb-area .page-list li:after {
	position: absolute;
	left: 8px;
	top: 1px;
	font-weight: 700;
	content: "\f105";
	font-family: 'fontawesome'
}

.breadcrumb-area .page-list li a {
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.breadcrumb-area .page-list li a:hover {
	color: #fff
}

.breadcrumb-area.navbar- .breadcrumb-inner {
	padding-top: 147px
}

.breadcrumb-area.navbar-style-01 .breadcrumb-inner,
.breadcrumb-area.navbar-style-02 .breadcrumb-inner {
	padding: 220px 0 80px 0
}

.blog-details-item ul li+li,
.page-content ul li+li,
.single-comment-wrap ul li+li,
.additrans-page-content-area ul li+li,
.blog-details-item ol li+li,
.page-content ol li+li,
.single-comment-wrap ol li+li,
.additrans-page-content-area ol li+li {
	margin-top: 10px
}

.blog-details-item ul li>ul,
.page-content ul li>ul,
.single-comment-wrap ul li>ul,
.additrans-page-content-area ul li>ul,
.blog-details-item ol li>ol,
.page-content ol li>ol,
.single-comment-wrap ol li>ol,
.additrans-page-content-area ol li>ol {
	margin-top: 10px
}

.blog-details-item table,
.page-content table,
.single-comment-wrap table,
.additrans-page-content-area table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px
}

.blog-details-item table td,
.page-content table td,
.single-comment-wrap table td,
.blog-details-item table th,
.single-comment-wrap table th,
.page-content table th,
.additrans-page-content-area table th,
.additrans-page-content-area table td {
	border: 1px solid #e3e3e3;
	padding: 8px
}

.single-comment-wrap table th,
.blog-details-item table th,
.additrans-page-content-area table th,
.page-content table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left
}

.breadcrumb-area.header-style-04-has-topbar .breadcrumb-inner {
	padding-top: 300px
}

.breadcrumb-area.header-style-02-has-topbar .breadcrumb-inner {
	padding-top: 200px
}

.breadcrumb-area.header-style-04-no-topbar .breadcrumb-inner {
	padding-top: 310px
}

.header-style-04 .info-bar-inner .logo-area .site-logo img,
.header-style-03 .info-bar-inner .left-content-area .site-logo img {
	max-width: 180px
}

.header-style-04 .info-items-02 li .title {
	margin-top: 10px
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.comments-area .comments-title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 33px;
	text-transform: uppercase
}

.comments-area .comment-list .comment-respond {
	margin-bottom: 30px
}

.comments-area .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-bottom: 20px
}

.comments-area .comment-list li:last-child {
	margin-bottom: 0
}

.comments-area .comment-list li ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none
}

.comments-area .comment-list li ul.children li {
	margin-left: 50px;
	list-style-type: none;
	list-style: none
}

.comments-area .comment-list li .single-comment-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.comments-area .comment-list li .single-comment-wrap .thumb {
	margin-right: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
	margin-bottom: 10px;
	border-radius: 50%
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px
}

.comments-area .comment-list li .single-comment-wrap .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.comments-area .comment-list .has-children {
	padding-left: 80px
}

.comments-area .comment-list li .single-comment-wrap .content .title {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	font-family: var(--heading-font)
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
	max-width: 620px
}

.comments-area .comment-list li .single-comment-wrap .content p {
	font-size: 14px;
	line-height: 26px;
	word-break: break-word;
	color: rgba(51, 51, 51, .8)
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
	margin-bottom: 0
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
	color: var(--secondary-color)
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
	color: var(--main-color-one)
}

.comments-area .reply-title,
.comments-area .comment-reply-title,
.comments-area .comment-reply-title small {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	text-transform: uppercase
}

.comments-area .form-submit {
	margin-bottom: 0
}

.comment-form .form-group.textarea .form-control {
	min-height: 160px;
	resize: none;
	line-height: 26px
}

.comment-form .form-group.textarea .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.comment-form .form-group .form-control {
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	border: 1px solid #f2f2f3;
	background-color: #f2f2f3
}

.comment-form .submit-btn {
	height: 50px;
	width: auto;
	border-radius: 5px;
	font-weight: 600;
	background-color: var(--main-color-one);
	border: 0;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	color: #fff
}

.comment-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff;
	border: 0
}

.comments-area .comment-list .children li:last-child {
	margin-bottom: 30px
}

.comments-area .comment-list li ul.children {
	margin-top: 30px
}

.comment-form-cookies-consent input[type=checkbox] {
	margin-right: 5px
}

.wanted-form .form-group .form-control {
	border: 1px solid #f2f2f3;
	background-color: #f2f2f3
}

.wanted-form .col-form-label {
	margin-bottom: auto;
    line-height: inherit;
}

.widget {
	margin-bottom: 35px
}

.widget select {
	width: 100%;
	height: 50px;
	padding: 10px 20px
}

.widget_block .wp-block-search__label,
.widget_block h2,
.widget .widget-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	font-family: var(--heading-font)
}

.widget_block .wp-block-search__label,
.widget_block h2,
.widget .widget-title {
	padding-left: 15px;
	font-size: 18px
}

.widget_block .wp-block-search__label:before,
.widget_block h2:before,
.widget .widget-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 15px;
	background-color: var(--secondary-color)
}

.widget:last-child {
	margin-bottom: 0
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
	display: none
}

.widget.footer-widget .subscribe-form .form-group .form-control {
	background-color: #515457;
	color: #fff
}

.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
	background-color: #fff;
	color: var(--main-color-one)
}

.widget.footer-widget {
	background-color: transparent!important;
	padding: 0;
	margin-bottom: 30px
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget ul li ul {
	margin-left: 20px
}

.widget ul li {
	display: block;
	-ms-word-wrap: break-word;
	word-break: break-word
}

.widget ul li a {
	color: inherit;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.widget ul li a:hover {
	color: var(--main-color-one)
}

.widget_search .search-form {
	position: relative
}

.widget_search .search-form .form-group {
	margin-bottom: 0
}

.wp-block-search .wp-block-search__input,
.widget_search .search-form .form-group .form-control {
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 70px 0 15px
}

.widget_search .search-form .submit-btn:focus {
	outline: 0;
	box-shadow: none
}

.widget_search .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-size: 18px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: var(--secondary-color);
	color: #fff;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	border: 0;
	cursor: pointer
}

.widget_search .search-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff
}

.widget_author_meta {
	text-align: center
}

.widget_author_meta .thumb {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 20px
}

.widget_author_meta .thumb img {
	border-radius: 50%
}

.widget_author_meta .content .name {
	font-size: 21px;
	font-weight: 700
}

.widget_author_meta .content p {
	font-size: 16px;
	line-height: 26px
}

.widget_author_meta .content ul {
	margin-top: 25px
}

.widget_author_meta .content ul li {
	display: inline-block;
	margin: 0 5px
}

.widget_author_meta .content ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.widget_author_meta .content ul li a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 5px 5px 5px 0;
	color: inherit;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	border-radius: 5px;
	font-size: 14px!important
}

.widget_tag_cloud.footer-widget .tagcloud a:hover {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color)
}

.widget_tag_cloud.footer-widget .tagcloud a {
	border: 1px solid rgba(255, 255, 255, 0.2)
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.widget ul li ul.sub-menu {
	position: initial
}

.widget ul li ul.sub-menu {
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 10px
}

.widget ul li ul.sub-menu li a {
	padding: 0 0 0 10px
}

.widget ul li ul.sub-menu li a:hover {
	background-color: transparent
}

.widget.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget.widget_nav_menu ul li {
	margin: 10px 0
}

.widget.widget_archive ul li:first-child {
	padding-top: 0;
	padding-bottom: 10px
}

.widget.widget_archive ul li {
	border-bottom: 1px solid #dedee2
}

.widget.widget_archive.footer-widget ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.widget.widget_archive ul li:last-child {
	border-bottom: 0
}

.widget.widget_archive ul li a span {
	float: right
}

.widget.widget_nav_menu ul li:first-child {
	margin-top: 0
}

.widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0
}

.widget.widget_nav_menu ul li a {
	border: 0
}

.widget.widget_nav_menu ul li>ul {
	margin-left: 15px
}

.widget.footer-widget.widget_calendar table {
	margin-bottom: 0
}

.widget.footer-widget.widget_calendar caption {
	padding-bottom: 0
}

.widget.footer-widget .widget-title {
	color: rgba(255, 255, 255, 0.9)
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td,
.widget.footer-widget .wp-calendar-nav a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px
}

.widget.footer-widget.style-02 ul li a,
.widget.footer-widget.style-02 ul li {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px
}

.widget.footer-widget ul li a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.widget.footer-widget.style-02 ul li a:hover {
	color: var(--secondary-color)
}

.widget .social_share {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.widget .social_share li {
	width: calc(100% / 3);
	margin: 0;
	display: block;
	padding: 20px 0 12px 0;
	text-align: center;
	border-radius: 5px;
	color: #fff
}

.widget .social_share li i {
	display: block;
	margin-bottom: 10px;
	font-size: 20px
}

.widget .social_share li.facebook {
	background-color: #3b5999
}

.widget .social_share li.twitter {
	background-color: #55acee
}

.widget .social_share li.instagram {
	background-color: #e4405f
}

.widget .social_share li a:hover {
	color: #fff
}

.widget .social_share li+li {
	margin-left: 10px
}

.widget .recent_post_item {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 25px
}

.widget .recent_post_item li {
	display: block
}

.widget .recent_post_item li+li {
	margin-top: 20px
}

.widget .recent_post_item li.single-recent-post-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.widget .recent_post_item li.single-recent-post-item .thumb {
	width: 60px;
	height: 60px;
	margin-right: 15px
}

.widget .recent_post_item li.single-recent-post-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.widget .recent_post_item li.single-recent-post-item .content .title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600
}

.widget .recent_post_item li.single-recent-post-item .content .time {
	font-size: 12px;
	font-weight: 500
}

.widget .recent_post_item li.single-recent-post-item .content .time i {
	padding-right: 5px
}

.contact_info_list {
	margin: 0;
	padding: 0;
	list-style: none
}

.contact_info_list li {
	display: block
}

.contact_info_list li.single-info-item {
	position: relative
}

.contact_info_list li.single-info-item .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-color-one)
}

.about_us_widget .footer-logo {
	margin-bottom: 30px;
	display: block
}

.copyright-area {
	padding: 20px 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px
}

.widget-testimonial .icon {
	font-size: 70px;
	line-height: 60px;
	color: var(--main-color-one);
	margin-bottom: 16px
}

.widget-testimonial p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6
}

.widget-testimonial .author-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 24px
}

.widget-testimonial .author-meta .thumb {
	margin-right: 20px
}

.widget-testimonial .author-meta .thumb img {
	max-width: 80px;
	height: 80px;
	border-radius: 50%
}

.widget-testimonial .author-meta .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 15px
}

.widget ul li ul.children {
	margin-top: 15px
}

.widget-testimonial .author-meta .content .name {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0
}

.widget-testimonial .author-meta .content .designation {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px
}

.widget.widget_archive ul li:last-child {
	padding-bottom: 0
}

.navbar.navbar-area.white .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar.navbar-area .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.mobile-logo {
	display: none
}

@media only screen and (max-width:991px) {
	.mobile-logo {
		display: block
	}
	.desktop-logo {
		display: none!important
	}
}

.navbar-area {
	padding: 0
}

.navbar-area.nav-absolute {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 1
}

.navbar-area.nav-style-02 {
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100px;
	z-index: 2
}

.navbar-area.nav-style-02.has-topbar {
	top: 50px
}

.navbar-area.nav-style-02.has-topbar-02 {
	top: 122px
}

.navbar-area.nav-style-02.has-topbar-03 {
	top: 70px
}

.navbar-area.nav-style-02 .nav-container {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0 15px
}

.navbar-area.nav-style-02 .nav-container .logo-wrapper {
	max-width: 200px
}

.navbar-area.nav-style-02 .nav-container .nav-right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-area.nav-style-02 .nav-container .nav-right-content.style-01 ul li a {
	color: var(--main-color-one);
	font-size: 18px
}

.navbar-area.nav-style-02 .nav-container .nav-right-content.style-01 ul li a:hover {
	color: var(--secondary-color)
}

.navbar-area.nav-style-02 .nav-container .nav-right-content.style-02 ul li a {
	color: var(--main-color-one);
	font-size: 18px
}

.navbar-area.nav-style-02 .nav-container .nav-right-content.style-02 ul li a:hover {
	color: #fff
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li+li {
	margin-left: 5px
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
	text-align: right
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left {
	text-align: left;
	background-color: #fff;
	padding: 0 30px;
	position: relative
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left::before {
	position: absolute;
	content: '';
	background-color: #fff;
	position: absolute;
	right: -135px;
	top: 0;
	width: 150px;
	height: 100%;
	z-index: -1;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left li a {
	color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left li.menu-item-has-children::before {
	color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left-02 {
	text-align: left;
	background-color: var(--secondary-color);
	padding: 0 30px;
	position: relative
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left-02::before {
	position: absolute;
	content: '';
	background-color: var(--secondary-color);
	position: absolute;
	right: -155px;
	top: 0;
	width: 170px;
	height: 100%;
	z-index: -1;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left-02 li a {
	color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left-02 li a:hover {
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left-02 li:hover a {
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left-02 li.current-menu-item a {
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left-02 li.current-menu-item:before {
	color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left-02 li.menu-item-has-children::before {
	color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: var(--secondary-color)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
	color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
	z-index: initial
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
	border-top: 1px solid #e2e2e2
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	background-color: #fff;
	color: var(--paragraph-color)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
	color: #fff
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
	color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
	color: var(--secondary-color)
}

.navbar-area.nav-style-01 {
	background-color: var(--secondary-color)
}

.navbar-area.nav-style-01 .nav-container {
	background-color: var(--secondary-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0 15px
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
	text-align: right
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
	line-height: 110px
}

.navbar-area.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li {
	line-height: 80px
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current_page_item a,
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: var(--main-color-one)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
	color: var(--main-color-one)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
	z-index: initial
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
	border-top: 1px solid #e2e2e2
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	background-color: #fff;
	color: var(--paragraph-color)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
	color: #fff
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	color: rgba(255, 255, 255, 0.8)
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
	color: #fff
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
	color: var(--main-color-one)
}

.navbar-area.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li:hover a {
	color: var(--secondary-color)
}

.navbar-area .nav-container {
	background-color: #fff;
	-webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 30px
}

.navbar-area.nav-fixed {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	background-color: var(--secondary-color);
	z-index: 999!important
}

.navbar-area .nav-container .nav-right-content .btn-wrapper {
	margin-left: 40px
}

.navbar-area .nav-container .nav-right-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 15px
}

.navbar-area .nav-container .nav-right-content ul li {
	display: inline-block;
	margin: 0 5px;
	color: #6a7795
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
	margin-right: 0
}

.navbar-area .nav-container .nav-right-content ul li a {
	color: #6a7795;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
	color: var(--secondary-color)
}

.navbar-area .nav-container .nav-right-content ul li.search {
	cursor: pointer;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.navbar-area .nav-container .nav-right-content ul li.search:hover {
	color: var(--main-color-one)
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 5px;
	background-color: var(--main-color-one)
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
	background-color: var(--secondary-color)
}

.navbar-area .nav-container .navbar-brand .site-title {
	font-weight: 700;
	font-size: 30px;
	font-family: var(--heading-font);
	line-height: 90px;
	color: var(--heading-color)
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
	display: block;
	width: 100%;
	text-align: right
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
	display: inline-block;
	font-size: 14px;
	font-family: var(--heading-font);
	text-transform: uppercase;
	font-weight: 700;
	line-height: 70px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
	margin-left: 20px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: var(--main-color-one)
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
	position: relative;
	z-index: 0;
	padding-right: 15px
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children:before,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	position: absolute;
	right: 0;
	top: 50%;
	content: '\f107';
	font-weight: 700;
	color: #fff;
	font-family: 'fontawesome';
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children:hover>.children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
	visibility: visible;
	opacity: 1
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
	position: absolute;
	text-align: left;
	min-width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 0;
	top: 100%;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	z-index: 9;
	border-bottom: 4px solid var(--main-color-one);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children li,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
	display: block;
	margin-left: 0;
	line-height: 24px;
	font-size: 14px
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children li+li,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
	border-top: 1px solid #e2e2e2
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children li a,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	display: block;
	padding: 10px 25px;
	background-color: #fff;
	white-space: nowrap;
	color: var(--paragraph-color);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children li a:hover,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children .page_item_has_children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
	position: relative;
	z-index: 0;
	padding-right: 0
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children .page_item_has_children:before,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
	position: absolute;
	right: 15px;
	top: 50%;
	content: '\f105';
	font-family: 'fontawesome';
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children .page_item_has_children>.children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
	right: auto;
	top: 20px;
	left: 100%
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children .page_item_has_children>.children .children .children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
	left: auto;
	right: 100%
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children .page_item_has_children:hover>.sub-menu,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
	visibility: visible;
	opacity: 1
}

.navbar-area .nav-container .navbar-nav li.page_item_has_children .children .page_item_has_children:hover>.sub-menu li:hover:before,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
	color: #fff
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
	color: var(--main-color-one)
}

.header-style-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child.menu-item-has-children .sub-menu,
.header-style-03 .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child.menu-item-has-children .sub-menu {
	margin-left: -30px
}

@media only screen and (max-width:991px) {
	.navbar-area.nav-style-02 .nav-container {
		padding: 37px 0
	}
	.navbar-area.nav-style-02 .nav-container .navbar-toggler {
		background-color: #fff
	}
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
		background-color: var(--main-color-one);
		padding: 0 20px
	}
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
		background-color: transparent;
		color: rgba(255, 255, 255, 0.8)
	}
	.navbar-area.nav-style-01 .nav-container {
		padding: 20px 0
	}
	.navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
		background-image: none
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
		text-align: left
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
		line-height: 30px
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
		color: var(--main-color-one)
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
		color: var(--main-color-one)
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
		z-index: initial
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
		color: rgba(255, 255, 255, 0.8)
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
		border-top: 1px solid #e2e2e2
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
		background-color: transparent;
		color: var(--paragraph-color)
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
		background-color: var(--main-color-one);
		color: #fff
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
		color: #656565
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
		color: rgba(255, 255, 255, 0.8)
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
		color: var(--secondary-color)
	}
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
		color: var(--main-color-one)
	}
	.navbar-area .nav-container {
		position: relative;
		z-index: 0;
		min-height: 80px
	}
	.navbar-area .nav-container .responsive-mobile-menu {
		display: block;
		position: relative;
		width: 100%
	}
	.navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
		position: absolute;
		right: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		border: 1px solid rgba(255, 255, 255, 0.8)
	}
	.navbar-area .nav-container .navbar-brand {
		display: block
	}
	.navbar-area .nav-container .navbar-brand .navbar-toggler {
		position: absolute;
		right: 10px;
		border: 1px solid #e2e2e2
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		display: block;
		margin-top: 20px
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		display: block;
		text-align: left;
		line-height: 30px;
		padding: 10px 0;
		border-bottom: 1px solid #e2e2e2
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
		border-bottom: 0
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
		margin-left: 0
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
		top: 25px;
		right: 20px
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
		padding-bottom: 0;
		padding-right: 0
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
		visibility: visible;
		height: auto;
		opacity: 1;
		background-color: transparent;
		border-bottom: 0;
		padding-top: 10px
	}
	.header-style-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child.menu-item-has-children .sub-menu,
	.header-style-03 .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child.menu-item-has-children .sub-menu {
		margin-left: 0
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
		position: initial;
		display: block;
		width: 100%;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
		padding-bottom: 0;
		visibility: hidden;
		opacity: 0;
		height: 0;
		overflow: hidden;
		overflow-y: scroll;
		-webkit-transition: height 500ms;
		-moz-transition: height 500ms;
		-o-transition: height 500ms;
		transition: height 500ms
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
		content: "\f107"
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
		padding: 0
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
		top: 30px;
		color: #fff
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
		border-top: 0
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid #e2e2e2
	}
	.navbar-area.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li {
		line-height: 26px
	}
	.header-style-01 .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a,
	.header-style-02 .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a,
	.navbar-area.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
		background-color: transparent!important;
		color: rgba(255, 255, 255, 0.8)!important
	}
	.header-style-04 .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
		background-color: transparent!important;
		color: var(--main-color-one)!important
	}
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li,
	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
		border-top: 0
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
		padding-top: 0
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
		top: 22px
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
		content: '\f107'
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child,
	.header-style-01 .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child,
	.header-style-02 .navbar-area.nav-style-02 .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child,
	.header-style-04 .navbar-area.nav-style-02 .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid rgba(255, 255, 255, .2)
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}
	.header-style-03 .navbar-area .nav-container .navbar-collapse .navbar-nav li {
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}
	.header-style-03 .navbar-area.nav-style-02 .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid rgba(0, 0, 0, .2)
	}
	.header-style-03 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu li:last-child {
		border-bottom: 0
	}
	.navbar-area.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li:last-child {
		padding-bottom: 0;
		border-bottom: 0
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
		right: 20px
	}
}

@media only screen and (max-width:575px) {
	.navbar-area .nav-container {
		margin: 0 15px
	}
}

.logo-wrapper .site-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

.navbar-area.navbar-default,
.navbar-area.navbar-default .nav-container {
	background-color: var(--main-color-one)
}

.navbar-area.navbar-default .navbar-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.navbar-area.navbar-default .navbar-nav ul li {
	line-height: 90px;
	display: inline-block
}

.navbar-area.navbar-default .navbar-nav ul li+li {
	margin-left: 30px
}

.navbar-area.navbar-default .navbar-nav ul li a {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 300ms
}

.navbar-area.navbar-default .navbar-nav ul li a:hover {
	color: var(--secondary-color)
}

.navbar-area.navbar-default.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: var(--secondary-color)
}

.navbar-area .nav-container .nav-right-content .icon-part ul li a i {
	font-weight: 700
}

.navbar-area.nav-style-02.no-topbar-02 {
	top: 75px
}

.navbar-area.nav-style-02.no-nav-button .nav-container .navbar-collapse .navbar-nav.additrans-left::before {
	display: none
}

.navbar-area.nav-style-02.no-nav-button .nav-container .nav-right-content {
	background-color: #fff;
	height: 70px;
	padding-right: 30px
}

.info-bar-bottom {
	background-color: transparent
}

.info-bar-bottom.style-01 {
	position: absolute;
	width: 100%;
	z-index: 2;
	padding: 25px 0
}

.info-bar-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.info-items {
	margin: 0;
	padding: 0;
	list-style: none
}

.info-items li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.info-items li+li {
	margin-left: 20px
}

.info-items li:hover {
	color: var(--secondary-color)
}

.info-items li i {
	margin-right: 3px;
	color: var(--secondary-color)
}

.info-items-02 {
	margin: 0;
	padding: 0;
	list-style: none
}

.info-items-02 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.info-items-02 li .title {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 15px;
	margin-right: 10px
}

.info-items-02 li .number {
	font-size: 24px;
	font-weight: 700;
	color: var(--secondary-color);
	line-height: 34px
}

.info-items-02 li .number span {
	color: var(--secondary-color)
}

.info-items-icon {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none
}

.info-items-icon li {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.info-items-icon li+li {
	margin-left: 20px
}

.info-items-icon li:hover {
	color: var(--secondary-color)
}

.topbar-area {
	background-color: var(--main-color-one)
}

.topbar-area.style-01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	background-color: transparent;
	min-height: 55px;
	border-bottom: 1px solid #fff
}

.topbar-area.style-01 .info-items li {
	color: rgba(255, 255, 255, 0.8)
}

.topbar-area.style-01 .info-items li i {
	font-size: 16px;
	line-height: 26px
}

.topbar-area.style-01 .info-items li:hover {
	color: var(--secondary-color)
}

.topbar-area.style-01 .info-items-icon li {
	color: rgba(255, 255, 255, 0.8)
}

.topbar-area.style-01 .info-items-icon li:hover {
	color: var(--secondary-color)
}

.topbar-area.style-02 {
	background-color: var(--main-color-one);
	padding: 10px 0
}

.topbar-area.style-02 .info-items li {
	color: rgba(255, 255, 255, 0.8)
}

.topbar-area.style-02 .info-items li i {
	font-size: 20px;
	line-height: 30px;
	position: relative;
	top: 3px
}

.topbar-area.style-02 .info-items li:hover {
	color: var(--secondary-color)
}

.topbar-area.style-02 .info-items-icon li {
	color: rgba(255, 255, 255, 0.8)
}

.topbar-area.style-02 .info-items-icon li:hover {
	color: var(--main-color-one)
}

.topbar-area.style-02 .topbar-inner div:first-child {
	padding-top: 0
}

.topbar-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.topbar-inner div:first-child,
.topbar-inner div:last-child {
	padding-top: 15px
}

.topbar-inner div .boxed-btn {
	padding: 15px 30px;
	background-color: var(--main-color-one);
	display: inline-block;
	color: #fff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.topbar-inner div .boxed-btn:hover {
	background-color: var(--secondary-color);
	color: #fff
}

.header-style-01 .topbar-area.style-01 .info-items li:hover,
.header-style-01 .top-social-icon li:hover {
	color: var(--secondary-color)
}

.header-style-04.has-top-bar .navbar-area {
	top: 75px
}

.header-style-04.has-top-bar .header-area {
	padding-top: 352px;
	padding-bottom: 300px
}

.header-style-03 .header-area {
	padding-top: 295px
}

.header-style-02,
.header-style-03 {
	position: relative
}

.header-area-wrapper {
	position: relative;
	z-index: 0
}

.header-style-02 .header-area {
	padding-top: 295px;
	padding-bottom: 290px
}

.header-slider-one .owl-item.active .header-area.style-03 .title {
	-webkit-animation: slideInDown 2s 0s both;
	animation: slideInDown 2s 0s both
}

.header-slider-one .owl-item.active .header-area.style-03 .description {
	-webkit-animation: slideInDown 2s 1s both;
	animation: slideInDown 2s 1s both
}

.header-slider-one .owl-item.active .header-area.style-03 .btn-wrapper {
	-webkit-animation: flipInX 2s 2s both;
	animation: flipInX 2s 2s both
}

.header-slider-one .owl-item.active .title {
	-webkit-animation: slideInLeft 2s 0s both;
	animation: slideInLeft 2s 0s both
}

.header-slider-one .owl-item.active .description {
	-webkit-animation: slideInLeft 2s 1s both;
	animation: slideInLeft 2s 1s both
}

.header-slider-one .owl-item.active span {
	-webkit-animation: slideInRight 2s 1s both;
	animation: slideInRight 2s 1s both
}

.header-slider-one .owl-item.active .btn-wrapper {
	-webkit-animation: slideInUp 2s 2s both;
	animation: slideInUp 2s 2s both
}

.header-slider-one:hover .owl-nav div {
	visibility: visible;
	opacity: 1
}

.header-slider-one .owl-nav div {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 50px;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	line-height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	visibility: hidden;
	opacity: 0
}

.header-slider-one .owl-nav div:hover {
	color: var(--secondary-color);
	border-color: var(--secondary-color)
}

.header-slider-one .owl-nav div.owl-next {
	left: auto;
	right: 20px
}

.header-area {
	padding: 290px 0 225px;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.header-area.style-02 {
	padding: 225px 0 565px
}

.header-area.style-03 {
	padding: 340px 0 235px
}

.header-area.style-04 {
	padding: 325px 0 170px
}

.header-area .subtitle {
	position: relative;
	z-index: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 70px;
	letter-spacing: 1px
}

.header-area .subtitle:after {
	position: absolute;
	left: 0;
	top: 10px;
	width: 60px;
	height: 2px;
	background-color: var(--main-color-one);
	content: ""
}

.header-area.header-bg {
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative
}

.header-area.header-bg::after {
	content: "";
	position: absolute;
	left: -10%;
	top: 0;
	width: 65%;
	height: 100%;
	-webkit-transform: skew(18deg);
	-ms-transform: skew(18deg);
	transform: skew(18deg);
	z-index: -1;
	background-color: var(--main-color-one);
	opacity: .8
}

.header-area.header-bg-02 {
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative
}

.header-area.header-bg-02::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1
}

.header-area.header-bg-03 {
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative
}

.header-area.header-bg-03::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1
}

.header-area .header-inner {
	overflow: hidden
}

.header-area .header-inner.style-01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.header-area .title {
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase
}

.header-area p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.8)
}

.header-area span {
	color: var(--secondary-color);
	font-size: 18px;
	text-transform: uppercase;
	display: block
}

.header-area .btn-wrapper .boxed-btn {
	border: 1px solid transparent
}

.header-area .btn-wrapper .boxed-btn:hover {
	border: 1px solid #fff;
	background-color: transparent
}

.header-area .btn-wrapper .boxed-btn+.boxed-btn {
	margin-left: 20px
}

.header-style-03 .topbar-inner div:last-child {
	padding-top: 5px
}

.header-style-03 .topbar-inner div:first-child {
	padding-bottom: 4px
}

.header-bottom-area.style-02 {
	background-color: transparent
}

.header-bottom-area.style-04 {
	background-color: transparent;
	position: relative;
	z-index: 2
}

.header-bottom-area.style-03 {
	background-size: cover;
	background-position: center
}

.header-bottom-area.bg-image {
	position: relative
}

.header-bottom-area.bg-image::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: -40px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1
}

.header-bottom-area.bg-image::after {
	content: "";
	background-color: var(--main-color-one);
	position: absolute;
	width: 50%;
	height: 90%;
	top: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat
}

.header-bottom-area.bg-image-02 {
	position: relative
}

.header-bottom-area.bg-image-02::before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/themes/additrans/assets/img/bg/01.png);
	width: 57%;
	height: 100%;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1
}

.header-bottom-area.bg-image-02::after {
	content: "";
	background-color: var(--main-color-one);
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat
}

.header-bottom-area .left-content-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.header-bottom-area .right-content-area {
	position: relative;
	padding: 20px 0 110px 115px;
	z-index: 1
}

.header-bottom-area .right-content-area.style-01 {
	padding: 20px 0 33px 115px
}

.shipping-area {
	background-color: var(--main-color-one);
	padding: 52px 30px 60px;
	margin-bottom: 93px;
	margin-top: 15px;
	position: relative;
	width: 100%;
	z-index: 2;
	opacity: .9;
}

.shipping-area .shipping-form .form-group .form-control {
	border: 0
}

.shipping-area .section-title .title,
.section-title.left-border .title {
	padding-left: 15px;
	position: relative
}

.shipping-area .section-title .title::before,
.section-title.left-border .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 100%;
	background-color: var(--secondary-color)
}

.shipping-area .section-title p,
.section-title.left-border p {
	font-size: 14px
}

.shipping-form .form-group textarea {
	max-height: 160px;
	resize: none
}

.shipping-form .form-group .form-control {
	border: transparent;
	border-radius: 0;
	border-bottom: 1px solid #98989c;
	padding: 15px 30px 15px 30px;
	margin-bottom: 25px
}

.shipping-form .submit-btn {
	background-color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	width: 100%;
	padding: 19px 40px;
	font-weight: 700;
	color: var(--heading-color)
}

.shipping-form .submit-btn:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.8)
}

.header-bottom-wrap {
	background-color: var(--secondary-color);
	padding: 30px 0 40px 0
}

.why-us-img.bg-image {
	height: 100%;
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}

.single-header-bottom-item {
	position: relative;
	z-index: 0;
	padding: 30px 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.single-header-bottom-item {
	padding-top: 0
}

.single-header-bottom-item.style-01 {
	text-align: right
}

.single-header-bottom-item.style-01 .icon {
	margin-left: 30px
}

.single-header-bottom-item.style-03 .content .title {
	font-size: 20px
}

.single-header-bottom-item.white .content .title {
	color: white
}

.single-header-bottom-item.white .content p {
	color: rgba(255, 255, 255, 0.8)
}

.single-header-bottom-item .bg-text {
	font-size: 120px;
	line-height: 100px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 8px;
	z-index: -1;
	color: #434950;
	font-family: var(--heading-font)
}

.single-header-bottom-item:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.single-header-bottom-item .icon {
	font-size: 65px;
	line-height: 75px;
	color: var(--secondary-color);
	margin-right: 30px;
	display: inline-block;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-header-bottom-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.single-header-bottom-item .content .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--heading-color);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	margin-bottom: 10px
}

.single-header-bottom-item .content p {
	margin-bottom: 0;
	color: var(--paragraph-color);
	font-size: 14px
}

.single-header-bottom-item-02 {
	position: relative;
	z-index: 0;
	padding: 30px 0 20px 0;
	text-align: center
}

.single-header-bottom-item-02:hover .icon:after {
	opacity: 1
}

.single-header-bottom-item-02:hover .content .title {
	color: var(--main-color-one)
}

.single-header-bottom-item-02 .icon {
	font-size: 50px;
	line-height: 120px;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	width: 120px;
	height: 120px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	position: relative;
	z-index: 0;
	margin-bottom: 30px
}

.single-header-bottom-item-02 .icon:after {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 140px;
	height: 140px;
	background-color: var(--main-color-one);
	opacity: .6;
	content: "";
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-header-bottom-item-02 .content .title {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	margin-bottom: 5px
}

.single-header-bottom-item-02 .content p {
	margin-bottom: 0
}

.single-header-bottom-item-03 {
	position: relative;
	z-index: 0;
	padding: 30px 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.single-header-bottom-item-03.black .content .title {
	color: var(--heading-color)
}

.single-header-bottom-item-03:hover .content .title {
	color: var(--main-color-one)
}

.single-header-bottom-item-03:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.single-header-bottom-item-03.white .content .title {
	color: #fff;
	font-size: 20px
}

.single-header-bottom-item-03.white .content p {
	color: rgba(255, 255, 255, 0.8)
}

.single-header-bottom-item-03 .icon {
	font-size: 50px;
	line-height: 80px;
	color: #fff;
	margin-right: 20px;
	display: inline-block;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: var(--main-color-one);
	text-align: center
}

.single-header-bottom-item-03 .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 10px
}

.single-header-bottom-item-03 .content .title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	margin-bottom: 5px
}

.single-header-bottom-item-03 .content p {
	margin-bottom: 0;
	font-size: 14px
}

.single-header-bottom-item.style-01 .icon {
	margin-right: 0
}

.single-header-bottom-item.style-01 {
	flex-direction: row-reverse
}

.footer-top.style-01 {
	border-bottom: 1px solid rgba(114, 108, 148, 0.2);
	background-color: #eaeaef
}

.footer-top.style-01 .widget .widget-title {
	color: var(--main-color-one)
}

.error-404 {
	text-align: center
}

.additrans-page-content-area .entry-content {
	margin-bottom: 30px
}

.error-404 .title {
	font-size: 200px;
	line-height: 160px;
	font-weight: 700;
	margin-bottom: 45px;
	color: var(--main-color-one)
}

.error-404 .subtitle {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase
}

.error-404 .search-form {
	position: relative;
	z-index: 0;
	margin-top: 36px
}

.error-404 .search-form .form-control {
	height: 54px;
	padding: 0 20px
}

.error-404 .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	text-align: center;
	padding: 0;
	height: 55px
}

.no-results.not-found .page-title {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 46px
}

.no-results.not-found .search-form {
	position: relative;
	margin-top: 40px
}

.no-results.not-found .search-form .form-control {
	height: 50px;
	border: 1px solid #e2e2e2;
	padding: 0 80px 0 30px;
	font-size: 14px
}

.no-results.not-found .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0;
	text-align: center
}

.team-section {
	position: relative;
	margin-bottom: 40px
}

.team-section:hover .team-img-cont::after {
	opacity: .36;
	visibility: visible;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.team-section:hover .team-img-cont .social-link {
	visibility: visible;
	right: 0
}

.team-section .team-img-cont {
	position: relative;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	overflow: hidden
}

.team-section .team-img-cont .social-link {
	position: absolute;
	background-color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -50px;
	z-index: 1;
	visibility: hidden;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.team-section .team-img-cont .social-link ul {
	margin: 0;
	padding: 0
}

.team-section .team-img-cont .social-link ul li {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	list-style-type: none;
	color: var(--heading-color)
}

.team-section .team-img-cont .social-link ul li:hover {
	color: #fff;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	background: var(--main-color-one)
}

.team-section img {
	z-index: 2;
	width: 100%;
	-webkit-transition: transform 500ms;
	-moz-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	-o-transition: transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms
}

.team-section .team-text {
	position: absolute;
	left: 50%;
	bottom: -40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 2;
	text-align: center;
	padding: 20px 0;
	width: 220px;
	border-bottom: 2px solid var(--secondary-color)
}

.team-section .team-text .title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px
}

.why-choose-use-area {
	position: relative;
	z-index: 0
}

.why-choose-use-area .blind-statue {
	position: absolute;
	left: 0;
	bottom: 0
}

.why-choose-use-area .right-absolute-area {
	position: absolute;
	right: 0;
	bottom: 0
}

.why-choose-use-area.bg-image {
	background-size: cover;
	background-repeat: no-repeat
}

.why-choose-use-area.bg-image-03 {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0
}

.why-choose-use-area.bg-image-03::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: -1
}

.call-to-action-inner {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 310px
}

.call-to-action-inner.bg-image {
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px
}

.call-to-action-inner.bg-image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	padding: 140px 0;
	position: absolute;
	left: 0
}

.call-to-action-inner.style-02 .title {
	font-size: 60px;
	line-height: 70px
}

.call-to-action-inner .icon {
	font-size: 120px;
	color: var(--secondary-color);
	margin-right: 30px
}

.call-to-action-inner .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #fff
}

.call-to-action-inner .subtitle {
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	color: #fff
}

.testimonial-area {
	position: relative;
	z-index: 0
}

.testimonial-area.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.request-area.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0
}

.request-area.bg-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(27, 26, 34, 0.7)
}

.request-area.bg-image-02 {
	background-repeat: no-repeat;
	position: relative;
	z-index: 0
}

.request-area.bg-image-02:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 67%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/additrans/assets/img/bg/07.png)
}

.request-area .left-content-area {
	height: 100%
}

.request-area .left-content-area .request-img {
	height: 100%;
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat
}

.request-page-form-wrap {
	background-color: var(--main-color-one);
	padding: 120px 60px 104px;
	position: relative;
	z-index: 2
}

.request-page-form-wrap.style-01 {
	padding: 52px 50px 44px;
	margin-right: 98px
}

.request-page-form-wrap.style-02 {
	padding: 52px 50px 44px
}

.request-page-form-wrap.bg-image::before {
	content: '';
	position: absolute;
	top: 0;
	right: -500px;
	width: 1000px;
	height: 100%;
	z-index: -1;
	background-image: url(/wp-content/themes/additrans/assets/img/bg/02.png);
	background-color: var(--main-color-one)
}

.request-page-form-wrap .section-title .title {
	padding-left: 15px;
	margin-bottom: 33px;
	position: relative
}

.request-page-form-wrap .section-title .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 100%;
	background-color: var(--secondary-color)
}

.request-page-form .form-group textarea {
	max-height: 160px;
	resize: none
}

.request-page-form .form-group .form-control {
	border-radius: 0;
	border: 1px solid #fff;
	padding: 15px 30px 15px 30px;
	margin-bottom: 25px;
	color: #fff;
	background-color: transparent
}

.request-page-form .form-group .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.request-page-form .form-group .form-control:-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.request-page-form .form-group .form-control::-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.request-page-form .form-group .form-control::placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.request-page-form #f-type {
	border-radius: 0;
	border: 1px solid #fff;
	padding: 15px 30px 15px 30px;
	margin-bottom: 25px;
	height: 56px;
	color: #fff;
	width: 100%;
	background-color: transparent
}

.request-page-form .submit-btn {
	background-color: var(--secondary-color);
	width: 100%;
	padding: 19px 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--heading-color);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid var(--secondary-color)
}

.request-page-form .submit-btn:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border: 1px solid #fff
}

.counterup-tow.bg-image {
	background-position: center;
	background-repeat: no-repeat
}

.case-categories-area {
	position: relative
}

.case-categories-area.bg-image {
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0
}

.case-categories-area.bg-image:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
	opacity: .8;
	z-index: -1;
	content: ''
}

.we-offer-area {
	position: relative
}

.we-offer-area::before {
	content: '';
	position: absolute;
	width: 60%;
	height: 100%;
	background-color: #fff
}

.we-offer-area.m-bottom {
	margin-bottom: -230px;
	position: relative
}

.we-offer-area.m-bottom::before {
	content: '';
	position: absolute;
	width: 60%;
	height: 100%;
	background-color: #fff
}

.we-offer-area.style-03:before {
	display: none
}

.we-offer-area.bg-image {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat
}

.we-offer-img.bg-image {
	height: 100%;
	min-height: 600px;
	background-repeat: no-repeat;
	margin-left: 80px;
	background-size: cover;
	background-position: center
}

.we-offer-area.style-03 .we-offer-img.bg-image {
	position: relative;
	top: 60px;
	margin-left: 20px;
	background-size: inherit;
	background-position: inherit
}

.we-offer-area.bg-image {
	overflow: hidden
}

.we-offer-img.m-top {
	margin-top: -180px
}

.we-offer-img img {
	width: 100%
}

.we-offer-content-wrapper {
	border-bottom: 1px solid #fff;
	padding: 33px 70px 55px
}

.we-offer-content-wrapper {
	position: relative;
	z-index: 1
}

.we-offer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 120px 0 97px
}

.we-offer-content.style-01 {
	padding: 0;
	padding-top: 32px
}

.we-offer-content.style-01 .author-details {
	padding-top: 0
}

.we-offer-content.style-01 .author-details .author-meta .title {
	color: #fff
}

.we-offer-content.style-01 .author-details .author-meta .designation {
	color: #fff
}

.we-offer-content.style-02 .servicee-area {
	border-bottom: 1px solid #1a153f
}

.we-offer-content.style-02 .servicee-area ul li {
	color: #fff
}

.we-offer-content.style-02 .author-details .author-meta .title {
	color: #fff
}

.we-offer-content.style-02 .author-details .author-meta .designation {
	color: #fff
}

.we-offer-content.style-03 {
	padding: 120px 0 117px
}

.we-offer-content.style-03 .author-details {
	margin-bottom: 0
}

.we-offer-content.style-04 {
	padding: 100px 0 100px
}

.we-offer-content.style-04 .author-details {
	margin-bottom: 0
}

.we-offer-content .section-title .title {
	padding-left: 15px;
	margin-bottom: 30px;
	position: relative
}

.we-offer-content .section-title .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 100%;
	background-color: var(--secondary-color)
}

.we-offer-content .section-title p {
	font-size: 14px;
	margin-bottom: 15px
}

.we-offer-content .section-title p a{
	text-decoration: underline;
}

.we-offer-content .section-title p a:hover{
	color: var(--secondary-color);
}

.we-offer-content .servicee-area {
	padding-bottom: 25px;
}

.we-offer-content .servicee-area ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.we-offer-content .servicee-area ul li {
	color: var(--heading-color);
	margin-bottom: 15px
}

.we-offer-content .servicee-area ul li i {
	padding-right: 10px;
	color: var(--secondary-color)
}

.we-offer-content .author-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	margin-bottom: 24px
}

.we-offer-content .author-details .author-meta {
	margin-right: 40px
}

.we-offer-content .author-details .author-meta .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700
}

.client-area .single-brand img {
	-webkit-filter: opacity(0.4) grayscale(1);
	filter: opacity(0.4) grayscale(1);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: auto
}

.client-area .single-brand img:hover {
	-webkit-filter: opacity(1) grayscale(0);
	filter: opacity(1) grayscale(0)
}

.single-brand-item {
	display: flex;
	min-height: 70px;
	justify-content: center;
	align-items: center
}

.service-img-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.service-img-thumb .thumb-02 {
	margin-left: 30px
}

.widget-nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.service-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 30px;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	position: relative
}

.service-widget:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: var(--secondary-color);
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.service-widget.active,
.service-widget:hover {
	background-color: #e8eff8
}

.service-widget.active::before,
.service-widget:hover::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.service-widget.active .service-title .title,
.service-widget:hover .service-title .title {
	color: var(--heading-color)
}

.service-widget .service-icon {
	font-size: 45px;
	margin-right: 15px;
	line-height: 45px;
	color: var(--secondary-color)
}

.service-widget .service-title .title {
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	color: #93919f
}

.service-widget .service-title .title.active {
	color: var(--heading-color)
}

.additrans-contact-form-wrap {
	padding: 40px 40px 25px 40px
}

.additrans-custom-embed iframe {
	margin-bottom: -10px!important
}

.additrans-contact-form-wrap.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0
}

.additrans-contact-form-wrap.bg-image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #23095f;
	opacity: .8;
}

.additrans-contact-form-wrap .widget-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 32px;
	text-transform: uppercase;
	color: #fff!important;
	padding-left: 15px;
	position: relative
}

.additrans-contact-form-wrap .widget-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 25px;
	background-color: var(--secondary-color)
}

.additrans-contact-form-wrap .additrans-contact-form .form-group textarea {
	max-height: 70px;
	resize: none
}

.additrans-contact-form-wrap .additrans-contact-form .form-group .form-control {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 10px 20px
}

.additrans-contact-form-wrap .additrans-contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 12px;
	font-weight: 500
}

.additrans-contact-form-wrap .additrans-contact-form .form-group .form-control:-ms-input-placeholder {
	color: #fff;
	font-size: 12px;
	font-weight: 500
}

.additrans-contact-form-wrap .additrans-contact-form .form-group .form-control::-ms-input-placeholder {
	color: #fff;
	font-size: 12px;
	font-weight: 500
}

.additrans-contact-form-wrap .additrans-contact-form .form-group .form-control::placeholder {
	color: #fff;
	font-size: 12px;
	font-weight: 500
}

.content-block .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px
}

.submit-btn {
	width: 100%;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	color: var(--main-color-one);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	cursor: pointer
}

.submit-btn:hover {
	border: 1px solid var(--main-color-one);
	background-color: var(--main-color-one);
	color: rgba(255, 255, 255, 0.9)
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background-color: var(--main-color-one);
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	z-index: 99;
	font-size: 25px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	display: none
}

.pre-wrap {
	position: fixed;
	content: '';
	-webkit-transform: translate(-100%, -240%);
	-ms-transform: translate(-100%, -240%);
	transform: translate(-100%, -240%);
	font-size: 62px
}

.preloader-inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.preloader-inner .lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px
}

.preloader-inner .lds-ripple div {
	position: absolute;
	border: 4px solid var(--main-color-one);
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

.preloader-inner .lds-ripple div:nth-child(2) {
	animation-delay: -0.5s
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1
	}
	100% {
		top: 0;
		left: 0;
		width: 72px;
		height: 72px;
		opacity: 0
	}
}

.btn-wrapper {
	display: block
}

.btn-wrapper .boxed-btn {
	background-color: var(--secondary-color);
	color: #fff;
	display: inline-block;
	padding: 16px 40px;
	text-transform: uppercase;
	min-width: 160px;
	text-align: center;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-weight: 600
}

.error-404 .btn-wrapper .boxed-btn:hover {
	background-color: var(--main-color-one)
}

.btn-wrapper .boxed-btn.white:hover {
	background-color: #fff;
	color: var(--main-color-one)
}

.btn-wrapper .boxed-btn.outer-btn {
	border: 1px solid transparent
}

.btn-wrapper .boxed-btn.outer-btn:hover {
	background-color: transparent;
	color: var(--main-color-one);
	border: 1px solid var(--main-color-one)
}

.btn-wrapper .boxed-btn.blank {
	background-color: transparent;
	border: 1px solid #fff
}

.btn-wrapper .boxed-btn.blank.reverse-color {
	background-color: transparent;
	border: 2px solid var(--main-color-one);
	color: var(--main-color-one)
}

.btn-wrapper .boxed-btn.blank.reverse-color:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one)
}

.btn-wrapper .boxed-btn.blank:hover {
	background-color: var(--secondary-color);
	color: #fff;
	border-color: var(--main-color-one)
}

.btn-wrapper .boxed-btn:hover {
	background-color: var(--secondary-color)
}

.btn-wrapper .boxed-btn.btn-rounded {
	border-radius: 30px
}

.btn-wrapper .boxed-btn.reverse-color {
	background-color: var(--secondary-color)
}

.btn-wrapper .boxed-btn.reverse-color:hover {
	background-color: var(--main-color-one)
}

.btn-wrapper .request-btn {
	background-color: rgba(24, 23, 32, 0.5);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	font-family: var(--heading-font);
	padding: 8px 40px;
	min-width: 160px;
	text-align: center;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-weight: 700;
	-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 0, 63% 0);
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 0, 63% 0);
	position: relative
}

.btn-wrapper .request-btn::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: var(--secondary-color);
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.btn-wrapper .request-btn:hover:after {
	width: 100%;
	z-index: -1
}

.btn-wrapper .request-btn.style-01 {
	background-color: var(--secondary-color);
	color: var(--main-color-one);
	line-height: 70px;
	padding: 0 40px
}

.btn-wrapper .request-btn.style-02 {
	background-color: var(--main-color-one);
	color: #fff;
	line-height: 70px;
	padding: 0 40px
}

.close-btn:focus {
	outline: 0;
	box-shadow: none
}

.close-btn {
	position: absolute;
    right: 0;
    top: 0px;
    width: 46px;
    height: 46px;
    color: #fff;
    border-color: var(--main-color-one);
    background-color: var(--main-color-one);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.desktop-center {
	text-align: center
}

.desktop-left {
	text-align: left
}

.desktop-right {
	text-align: right
}

@media only screen and (max-width:768px) {
	.tablet-center {
		text-align: center
	}
	.tablet-left {
		text-align: left
	}
	.tablet-right {
		text-align: right
	}
}

@media only screen and (max-width:414px) {
	.mobile-center {
		text-align: center
	}
	.mobile-left {
		text-align: left
	}
	.mobile-right {
		text-align: right
	}
}

.blog-classic-item-01 {
	position: relative
}

.blog-classic-item-01 .content-wrapper {
	position: absolute;
	left: 25px;
	bottom: 25px;
	width: 315px;
	z-index: 1
}

.blog-classic-item-01 .content {
	background-color: #f7f7f7;
	padding: 33px 30px 10px;
	border-bottom: 1px solid #e9e9ec
}

.blog-classic-item-01 .content .post-meta {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-classic-item-01 .content .post-meta li {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase
}

.blog-classic-item-01 .content .post-meta li:hover a {
	color: var(--main-color-one)
}

.blog-classic-item-01 .content .post-meta li+li {
	margin-left: 20px
}

.blog-classic-item-01 .content .post-meta li a {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.blog-classic-item-01 .content .post-meta li a i {
	color: var(--main-color-one);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.blog-classic-item-01 .content .post-meta .date {
	color: var(--secondary-color)
}

.blog-classic-item-01 .content .title {
	margin-top: 10px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.blog-classic-item-01 .content .title:hover {
	color: var(--main-color-one)
}

.blog-classic-item-01 .blog-bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 10px;
	background-color: #f7f7f7;
	color: #adadad
}

.blog-classic-item-01 .blog-bottom .msg {
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-classic-item-01 .blog-bottom .msg span {
	color: var(--secondary-color);
	margin-right: 5px
}

.blog-classic-item-01 .blog-bottom .msg:hover {
	color: var(--secondary-color)
}

.blog-classic-item-01 .blog-bottom .read-btn {
	margin-right: 40px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-classic-item-01 .blog-bottom .read-btn span {
	position: absolute;
	color: #fff;
	padding-left: 20px;
	bottom: 0;
	right: 0;
	width: 50px;
	line-height: 50px;
	height: 100%;
	display: inline-block;
	background-color: var(--secondary-color);
	-webkit-clip-path: polygon(100% 0, 100% 74%, 100% 100%, 0 100%, 30% 0, 25% 0);
	clip-path: polygon(100% 0, 100% 74%, 100% 100%, 0 100%, 30% 0, 25% 0)
}

.blog-classic-item-01 .blog-bottom .read-btn:hover {
	color: var(--secondary-color)
}

.blog-classic-item-01 .thumbnail {
	margin-bottom: 25px;
	display: block
}

.blog-classic-item-01.is-sticky {
	position: relative;
	z-index: 0
}

.blog-classic-item-01.is-sticky:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f08d";
	font-family: "fontawesome";
	font-size: 30px;
	line-height: 30px;
	color: var(--main-color-one)
}

.blog-classic-item-01.format-video .thumbnail {
	position: relative;
	z-index: 0
}

.blog-classic-item-01.format-video .thumbnail .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog-classic-item-01.format-quote .quote-post-type {
	background-color: #f5f5f5;
	padding: 25px 30px 25px 80px;
	border-radius: 2px;
	position: relative;
	z-index: 0
}

.blog-classic-item-01.format-quote .quote-post-type:after {
	position: absolute;
	left: 30px;
	top: 20px;
	content: "\f10d";
	font-family: "fontawesome";
	font-size: 30px;
	color: var(--main-color-one)
}

.blog-classic-item-01.format-quote .quote-post-type p {
	line-height: 26px
}

.blog-classic-item-01.format-quote .quote-post-type .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 0
}

.blog-details-item .blog-details-content {
	background-color: #f3f3f3;
	margin: 0 30px;
	padding: 35px 50px 10px;
	margin-top: -90px;
	position: relative;
	z-index: 0
}

.blog-details-item .blog-details-item-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.blog-details-item .blog-details-item-header .social-link {
	margin-left: 50px
}

.blog-details-item .title {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 20px
}

.blog-details-item p,
.additrans-page-content-area .entry-content p {
	line-height: 2;
	margin-bottom: 20px;
	color: rgba(51, 51, 51, .8)
}

.blog-details-item p:last-child {
	margin-bottom: 10px
}

.blog-details-item blockquote:not([class]):after,
.blog-details-item .wp-block-quote:after {
	position: absolute;
	left: 0;
	top: 39px;
	font-size: 35px;
	color: var(--secondary-color);
	font-family: "flaticon";
	content: "\f155";
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	line-height: 35px
}

.blog-details-item .wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: none;
	padding-left: 60px
}

.blog-details-item blockquote:not([class]) cite,
.blog-details-item .wp-block-quote cite {
	font-weight: 600;
	margin-top: 10px;
	display: block;
	color: var(--heading-color);
	font-style: normal
}

.blog-details-item blockquote:not([class]),
.blog-details-item .wp-block-quote {
	margin: 40px 0;
	padding: 35px 30px 37px 50px;
	border-radius: 3px;
	position: relative;
	border-top: 1px solid #e0dfe5;
	border-bottom: 1px solid #e0dfe5;
	z-index: 0
}

.blog-details-item blockquote:not([class]) p,
.blog-details-item .wp-block-quote p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: var(--heading-color);
	font-style: italic
}

.blog-details-item blockquote:not([class]) .icon,
.blog-details-item .wp-block-quote .icon {
	position: absolute;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	left: 0;
	top: 25px;
	font-size: 35px;
	color: var(--secondary-color)
}

.blog-details-item .post-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px
}

.blog-details-item .post-meta li {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase
}

.blog-details-item .post-meta li i {
	color: var(--secondary-color)
}

.blog-details-item .post-meta li {
	margin-right: 10px
}

.blog-details-item .post-meta li a {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-details-item .post-meta li a span {
	margin-right: 5px
}

.blog-details-item .post-meta li a:hover {
	color: var(--secondary-color)
}

.blog-details-item .post-meta .date a {
	color: var(--secondary-color)
}

.blog-details-item .news-image {
	position: relative;
	margin-bottom: 24px
}

.blog-details-item .news-image img {
	width: 100%
}

.blog-details-item .news-image .news-date {
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: center
}

.blog-details-item .news-image .news-date .title {
	background-color: var(--secondary-color);
	margin-bottom: 0;
	padding: 6px 20px;
	display: inline-block
}

.blog-details-item .news-image .news-date span {
	background-color: var(--main-color-one);
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 0;
	font-weight: 600
}

.blog-details-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 13px
}

.blog-details-footer .title {
	font-size: 14px;
	font-weight: 600;
	color: var(--heading-color);
	margin-bottom: 0
}

.blog-details-footer .left .tags {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-details-footer .left .tags li {
	display: inline-block
}

.blog-details-footer .left .tags li i {
	padding-right: 5px;
	color: var(--secondary-color)
}

.blog-details-footer .left .tags li a {
	display: inline-block;
	color: inherit;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	border-radius: 5px;
	font-size: 14px!important;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	position: relative
}

.blog-details-footer .left .tags li a:after {
	position: static;
	content: ","
}

.blog-details-footer .left .tags li a+a {
	margin-left: 2px
}

.blog-details-footer .left .tags li a:first-child {
	margin-left: 10px
}

.blog-details-footer .left .tags li a:last-child:after {
	display: none
}

.blog-details-footer .left .tags li a:hover {
	color: var(--secondary-color)
}

.blog-details-footer .right .social-share {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-details-footer .right .social-share li {
	display: inline-block;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-details-footer .right .social-share li+li {
	margin-left: 10px
}

.blog-details-footer .right .social-share li:hover {
	color: var(--secondary-color)
}

.blog-classic-style-02 .news-content p {
	color: rgba(51, 51, 51, .8);
	line-height: 28px
}

.blog-classic-style-02 .news-image {
	position: relative
}

.blog-classic-style-02 .news-image img {
	width: 100%
}

.blog-classic-style-02 .news-content {
	background-color: #f7f7f7;
	padding: 25px 30px 27px 30px;
	z-index: 0;
	position: relative
}

.blog-classic-style-02 .news-content .title:hover {
	color: var(--secondary-color)
}

.blog-classic-style-02 .news-content .title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	transition: all 300ms;
	word-break: break-word
}

.blog-classic-style-02 .news-content .news-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px
}

.blog-classic-style-02 .news-content .news-meta li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px
}

.blog-classic-style-02 .news-content .news-meta li i {
	color: var(--secondary-color)
}

.blog-classic-style-02 .news-content .news-meta li {
	margin-right: 20px
}

.blog-classic-style-02 .news-content .news-meta li a {
	transition: all 300ms
}

.blog-classic-style-02 .news-content .news-meta li a:hover {
	color: var(--secondary-color)
}

.blog-classic-style-02 .news-content .readmore {
	position: relative;
	padding-left: 10px;
	transition: all 300ms;
	z-index: 0;
	padding: 0 10px;
	margin-top: 10px;
	display: inline-block;
	font-size: 14px
}

.blog-classic-style-02 .news-content .readmore:after {
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: var(--secondary-color);
	content: '';
	left: 0;
	top: 0;
	transition: all 300ms;
	z-index: -1
}

.blog-classic-style-02 .news-content .readmore:hover:after {
	width: 100%
}

.blog-classic-style-02 .news-image .news-date {
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: center;
	font-weight: 600
}

.blog-classic-style-02 .news-image .news-date .title {
	background-color: var(--secondary-color);
	margin-bottom: 0;
	padding: 6px 20px;
	display: inline-block;
	font-weight: 600
}

.blog-classic-style-02 .news-image .news-date span {
	background-color: var(--main-color-one);
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 0
}

.blog-classic-style-02.format-link .news-content:after {
	position: absolute;
	left: 30px;
	top: 30px;
	content: "\f0c1";
	font-family: "fontawesome";
	font-size: 70px;
	line-height: 70px;
	opacity: .1
}

.blog-classic-style-02.format-quote .quote-post-type {
	background-color: #f7f7f7;
	padding: 25px 30px 15px 30px;
	z-index: 0;
	position: relative
}

.blog-classic-style-02.format-quote .quote-post-type:after {
	position: absolute;
	left: 30px;
	top: 15px;
	content: "\f10d";
	font-family: "fontawesome";
	font-size: 70px;
	line-height: 70px;
	opacity: .1
}

.blog-classic-style-02.format-quote .quote-post-type .title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	transition: all 300ms;
	word-break: break-word
}

.blog-classic-style-02.sticky .news-content:after {
	position: absolute;
	right: 20px;
	top: 20px;
	content: "\f08d";
	font-family: "fontawesome";
	font-size: 20px;
	line-height: 20px
}

.blog-details-item.format-video .news-image .hover,
.blog-classic-style-02.format-video .news-image .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.accordion-wrapper .card {
	border: 0;
	background-color: transparent
}

.accordion-wrapper .card+.card {
	margin-top: 20px
}

.accordion-wrapper .card .card-header {
	background-color: transparent;
	padding: 0;
	border: 0
}

.accordion-wrapper .card .card-header a {
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	background-color: #f5f5f5;
	padding: 14px 30px;
	cursor: pointer;
	position: relative;
	text-transform: uppercase
}

.accordion-wrapper .card .card-header a:after {
	position: absolute;
	right: 30px;
	top: 15px;
	content: "\f107";
	font-family: "fontawesome"
}

.accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
	content: "\f106"
}

.accordion-wrapper .card .card-body {
	background-color: #fff;
	padding: 20px 30px 0;
	padding-bottom: 25px
}

.inner-contact-section {
	position: relative;
	z-index: 1
}

.inner-contact-section::after {
	content: "";
	position: absolute;
	width: 70%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: -1
}

.inner-contact-section .section-title .title {
	position: relative;
	padding-left: 15px
}

.inner-contact-section .section-title .title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 100%;
	background-color: var(--secondary-color)
}

.contact-section.bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0
}

.contact-section.bg-image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #23095f;
	opacity: .8;
}

.single-contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: var(--bg-color-two);
	padding: 15px 0
}

.single-contact-item .icon {
	line-height: 45px;
	text-align: center;
	margin-right: 20px;
	font-size: 45px;
	color:  var(--secondary-color);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.single-contact-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.single-contact-item .content .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
	color: var(--heading-color)
}

.single-contact-item .content .details {
	font-size: 16px;
	font-weight: 500;
	color: var(--heading-color);
	display: block
}

.contact-info-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.contact-info-list .single-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.contact-info-list .single-info-item:hover .icon {
	background-color: var(--secondary-color)
}

.contact-info-list .single-info-item+.single-info-item {
	margin-top: 20px
}

.contact-info-list .single-info-item .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	margin-right: 20px;
	background-color: var(--main-color-one);
	font-size: 30px;
	color: #fff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.contact-info-list .single-info-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.contact-info-list .single-info-item .content .details {
	display: block
}

.contact_map {
	height: 100%
}

#irtech-google-map {
	min-height: 500px;
	height: 100%;
	background-color: #ddd
}

.contact-page-form .form-group textarea:focus {
	outline: 0;
	box-shadow: none
}

.contact-page-form .form-group textarea {
	max-height: 160px;
	resize: none
}

.contact-page-form .form-group .form-control {
	border: transparent;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	background-color: transparent;
	padding: 15px 30px 15px 20px;
	margin-bottom: 25px;
	font-size: 14px
}

.contact-page-form .form-group .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8)
}

.contact-page-form .form-group .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8)
}

.contact-page-form .form-group .form-control::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8)
}

.contact-page-form .form-group .form-control::placeholder {
	color: rgba(255, 255, 255, 0.8)
}

.contact-page-form .btn-wrapper .boxed-btn {
	width: 250px;
	color: var(--main-color-one);
	font-weight: 700;
	border: 0;
	cursor: pointer
}

.contact-page-form .btn-wrapper .boxed-btn:hover {
	color: #fff
}

.quote-block-with-sign {
	position: relative;
	z-index: 0;
	background-color: var(--secondary-color);
	padding: 50px 40px 60px 40px
}

.quote-block-with-sign.radius-right {
	border-bottom-right-radius: 60px
}

.quote-block-with-sign:after {
	position: absolute;
	left: 20px;
	top: 30px;
	font-size: 100px;
	line-height: 100px;
	color: #706d5f;
	font-weight: 900;
	font-family: "fontawesome";
	content: "\f10d";
	z-index: -1
}

.quote-block-with-sign p {
	font-size: 28px;
	line-height: 43px;
	font-style: italic;
	font-family: var(--heading-font);
	color: #fff
}

.quote-block-with-sign .sign {
	margin-top: 26px
}

.counterup-area.bg-image {
	background-size: cover;
	background-repeat: no-repeat
}

.counter-area.bg-image {
	background-size: cover;
	background-repeat: no-repeat
}

.counter-area.m-top {
	margin-top: -180px;
	position: relative;
	z-index: 1
}

.single-counterup-02 .count-wrap {
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
	color: #fff;
	font-family: var(--heading-font);
	margin-bottom: 15px
}

.single-counterup-02 .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700
}

.single-counterup-block-with-img {
	display: inline-block
}

.single-counterup-block-with-img .thumb {
	position: relative;
	z-index: 0
}

.single-counterup-block-with-img .thumb img {
	border-bottom-right-radius: 50px
}

.single-counterup-block-with-img .thumb .hover {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	background-color: #fff;
	height: 90%;
	border-bottom-right-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-counterup-block-with-img .thumb .hover .title {
	font-size: 18px;
	line-height: 28px;
	font-family: var(--body-font)
}

.single-counterup-block-with-img .thumb .hover .count-num {
	font-size: 120px;
	line-height: 130px;
	color: var(--main-color-one);
	font-family: var(--heading-font);
	font-weight: 700
}

.single-counterup-01 {
	text-align: center
}

.single-counterup-01.style-01 {
	text-align: left
}

.single-counterup-01.style-01 .content .title::after {
	top: 0;
	left: 0;
	-webkit-transform: initial;
	-ms-transform: initial;
	transform: initial
}

.single-counterup-01 .icon {
	font-size: 70px;
	line-height: 80px;
	color: var(--main-color-one);
	margin-bottom: 12px
}

.single-counterup-01 .content .title {
	font-size: 14px;
	line-height: 28px;
	padding-top: 12px;
	color: #fff;
	font-family: var(--body-font);
	position: relative;
	font-weight: 400
}

.single-counterup-01 .content .title::after {
	position: absolute;
	content: '';
	background-color: var(--secondary-color);
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 65px;
	height: 2px
}

.single-counterup-01 .content .count-wrap {
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
	color: #fff;
	font-family: var(--heading-font);
	margin-bottom: 15px
}

.single-counterup-01.black .content .count-wrap {
	color: var(--heading-color)
}

.single-counterup-01.black .content .title {
	color: var(--paragraph-color)
}

.video-with-image .img-wrapper {
	position: relative;
	z-index: 0;
	display: inline-block
}

.video-with-image .img-wrapper img {
	width: 100%
}

.video-with-image .img-wrapper .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-play-btn {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	background-color: var(--main-color-one);
	border-radius: 50%;
	color: #fff
}

.video-play-btn:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 90px;
	height: 90px;
	background: var(--main-color-one);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1
}

.video-play-btn:hover,
.video-play-btn:focus {
	color: #fff
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0
	}
}

@-moz-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0
	}
}

@-o-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0
	}
}

.single-why-us-box {
	text-align: center
}

.single-why-us-box.style-01 {
	padding-left: 65px;
	text-align: left
}

.single-why-us-box.style-01:hover .icon {
	background-color: transparent
}

.single-why-us-box.style-01 .icon:before {
	display: none
}

.single-why-us-box.style-01 .icon {
	font-size: 45px;
	color: var(--secondary-color);
	margin: 0;
	background-color: transparent;
	line-height: 80px
}

.single-why-us-box.style-01 .content p {
	margin: inherit;
	max-width: 240px;
	margin-bottom: 20px
}

.single-why-us-box.style-02 .content .title {
	color: var(--main-color-one)
}

.single-why-us-box.style-02 .content p {
	color: var(--main-color-one)
}

.single-why-us-box .icon {
	line-height: 60px;
	text-align: center;
	font-size: 60px;
	color: var(--main-color-one);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	z-index: 0
}

.single-why-us-box:hover .icon:before {
	width: 50px;
	height: 50px
}

.single-why-us-box .icon:before {
	position: absolute;
	left: -5px;
	top: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--secondary-color);
	content: '';
	z-index: -1;
	transition: all 300ms
}

.single-why-us-box .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.single-why-us-box.black .content .title {
	color: var(--heading-color)
}

.single-why-us-box.black .content p {
	color: var(--paragraph-color)
}

.single-why-us-box .content .title {
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	font-family: var(--heading-font);
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-why-us-box .content p {
	font-size: 14px;
	line-height: 24px;
	max-width: 265px;
	margin: auto;
	color: #dbdae8
}

.single-why-us-box .content .readmore {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--secondary-color)
}

.section-title-inner.white .subtitle {
	color: rgba(255, 255, 255, 0.7)
}

.section-title-inner.white .title {
	color: #fff
}

.section-title-inner.white p {
	color: rgba(255, 255, 255, 0.7)
}

.section-title-inner .title {
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 18px
}

.section-title-inner .subtitle {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	z-index: 0;
	padding-left: 80px;
	margin-bottom: 8px
}

.section-title-inner .subtitle:after {
	position: absolute;
	left: 0;
	top: 10px;
	height: 2px;
	width: 60px;
	background-color: var(--main-color-one);
	content: ''
}

.section-title.white .title {
	color: #fff
}

.section-title.white p {
	color: rgba(255, 255, 255, 0.7)
}

.section-title .title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	font-family: var(--heading-font);
	text-transform: uppercase;
	margin-bottom: 14px
}

.section-title .subtitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	z-index: 0;
	margin-bottom: 8px;
	color: var(--main-color-one)
}

.section-title.b-top {
	position: relative
}

.section-title.b-top::after {
	position: absolute;
	content: '';
	background-color: var(--secondary-color);
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 65px;
	height: 5px
}

.section-title p {
	font-size: 16px;
	padding-bottom: 2px
}

.bg-litewhite {
	background-color: #eaeaef
}

.bg-white {
	background-color: #fff
}

.bg-blue {
	background-color: var(--main-color-one)
}

.our-provide-area.m-top {
	margin-top: -195px
}

.single-what-we-provide-item {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-what-we-provide-item:hover {
	background-color: var(--secondary-color)
}

.single-what-we-provide-item:hover .content .title {
	color: var(--main-color-one)
}

.single-what-we-provide-item .content-wrapper {
	background-color: #f3f3f3;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.single-what-we-provide-item .content-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 45px solid var(--secondary-color);
	border-left: 45px solid transparent
}

.single-what-we-provide-item .content-wrapper .icon {
	font-size: 42px;
	color: #fff;
	width: 65px;
	height: 85px;
	line-height: 85px;
	padding-left: 20px;
	background-color: var(--secondary-color);
	margin-bottom: 18px;
	position: relative
}

.single-what-we-provide-item .content-wrapper .icon::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -54px;
	border-top: 85px solid var(--secondary-color);
	border-right: 55px solid transparent
}

.single-what-we-provide-item .content-wrapper .content {
	padding: 30px 30px 35px 55px
}

.single-what-we-provide-item .content-wrapper .content .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 16px;
	text-transform: uppercase;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-what-we-provide-item .content-wrapper .content p {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-what-we-provide-item .content-wrapper .content a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--secondary-color)
}

.single-what-we-provide-item-02:hover .content .title {
	color: var(--main-color-one)
}

.single-what-we-provide-item-02 .thumb {
	position: relative;
	z-index: 0
}

.single-what-we-provide-item-02 .thumb .cats {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: var(--main-color-one);
	color: #fff;
	padding: 5px 15px;
	border-radius: 3px
}

.single-what-we-provide-item-02 .content {
	border: 1px solid #e2e2e2;
	padding: 34px 30px 28px 30px
}

.single-what-we-provide-item-02 .content .title {
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 16px;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-what-we-provide-item-02 .content p {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-what-we-provide-item-02 .content .readmore {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	display: block;
	margin-top: 20px
}

.single-what-we-provide-item-02 .content .readmore:hover {
	color: var(--main-color-one)
}

.single-icon-box-01 {
	background-color: #fff;
	text-align: center;
	padding: 30px;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.single-icon-box-01:after,
.single-icon-box-01:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
	content: '';
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.single-icon-box-01:after {
	-webkit-transform: translate(-100%, -100%);
	-ms-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.single-icon-box-01:before {
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%)
}

.single-icon-box-01:hover .content .title {
	color: var(--main-color-one)
}

.single-icon-box-01:hover .content p {
	color: rgba(255, 255, 255, 0.8)
}

.single-icon-box-01:hover:after {
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%);
	visibility: visible;
	opacity: 1
}

.single-icon-box-01:hover:before {
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	visibility: visible;
	opacity: 1
}

.single-icon-box-01 .icon {
	font-size: 60px;
	line-height: 70px;
	color: var(--main-color-one);
	margin-bottom: 18px
}

.single-icon-box-01 .content .title {
	font-size: 22px;
	line-height: 34px;
	font-weight: 700
}

.single-icon-box-01 .content p {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.single-icon-box-02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: #fff;
	padding: 20px 20px 20px 20px
}

.single-icon-box-02:hover .icon i {
	-ms-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.single-icon-box-02:hover .content .title {
	color: var(--main-color-one)
}

.single-icon-box-02 .icon {
	margin-right: 20px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	background-color: var(--main-color-one);
	color: #fff;
	font-size: 40px;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-icon-box-02 .icon i {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	display: inline-block
}

.single-icon-box-02 .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 5px
}

.single-icon-box-02 .content .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.top-social-icon {
	margin: 0;
	padding: 0;
	list-style: none
}

.top-social-icon li {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.top-social-icon li+li {
	margin-left: 10px
}

.top-social-icon li:hover {
	color: var(--secondary-color)
}

.social-link.style-01 ul li {
	display: block
}

.social-link.style-01 ul li+li {
	margin-left: 0;
	border-top: .5px solid var(--main-color-one);
	opacity: .5;
}

.social-link.style-01 ul li:hover {
	color: var(--main-color-one)
}

.social-link.style-02 ul {
	margin-top: 3px
}

.social-link.style-02 ul li {
	font-size: 20px;
	display: inline-block
}

.social-link.style-02 ul li+li {
	margin-left: 5px
}

.social-link.style-02 ul li i.facebook {
	color: #3b5999
}

.social-link.style-02 ul li i.twitter {
	color: #55acee
}

.social-link.style-02 ul li i.g-plus {
	color: #dd4b39
}

.social-link.style-02 ul li i.instagram {
	color: #e4405f
}

.search-popup.active .search-form {
	visibility: visible;
	opacity: 1
}

.search-popup .search-form {
	min-width: 415px;
	position: fixed;
	top: 110px;
	right: calc(8% - 6px);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 9
}

.search-popup .search-form .form-group .form-control {
	border: 0;
	border-radius: 0;
	height: 45px;
	padding: 0 100px 0 30px
}

.search-popup .search-form .submit-btn {
	position: absolute;
	right: -15px;
	top: -20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border-color: var(--hover-color);
	background-color: var(--hover-color);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	padding: 0;
	text-align: center
}

.search-popup .search-form .submit-btn span {
	color: #fff;
	font-size: 20px
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(42, 40, 29, 0.54);
	z-index: 9;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}

.body-overlay.active {
	visibility: visible;
	opacity: .8
}

.click-mobile-search {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 5;
	width: 100%;
	padding: 20px;
	background: #fff
}

.recent-case-study-filter-nav {
	text-align: center
}

.recent-case-study-filter-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 28px
}

.recent-case-study-filter-nav ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer
}

.recent-case-study-filter-nav ul li.active {
	color: var(--main-color-one)
}

.recent-case-study-filter-nav ul li+li {
	margin-left: 20px
}

.single-recent-case-study-01:hover .img-wrapper .hover .title {
	color: var(--main-color-one)
}

.single-recent-case-study-01 .img-wrapper {
	position: relative;
	z-index: 0;
	margin-bottom: 60px
}

.single-recent-case-study-01 .img-wrapper img {
	width: 100%
}

.single-recent-case-study-01 .img-wrapper .hover {
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 5%;
	bottom: -30px;
	width: 90%;
	padding: 25px 30px 28px 30px;
	-webkit-box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.05);
	border-radius: 5px
}

.single-recent-case-study-01 .img-wrapper .hover .title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-recent-case-study-01 .img-wrapper .hover .read-more {
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-recent-case-study-01 .img-wrapper .hover .read-more:hover {
	color: var(--main-color-one)
}

.single-recent-case-study-01 .img-wrapper .hover .read-more:hover i {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px)
}

.single-recent-case-study-01 .img-wrapper .hover .read-more i {
	visibility: hidden;
	opacity: 0;
	-ms-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.recent-case-filter-03 {
	margin-bottom: 25px
}

.recent-case-filter-02 .recent-case-filter-menu,
.recent-case-filter-03 .recent-case-filter-menu {
	text-align: center
}

.recent-case-filter-02 .recent-case-filter-menu ul,
.recent-case-filter-03 .recent-case-filter-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 28px
}

.recent-case-filter-02 .recent-case-filter-menu ul li,
.recent-case-filter-03 .recent-case-filter-menu ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer
}

.recent-case-filter-02 .recent-case-filter-menu ul li.active,
.recent-case-filter-03 .recent-case-filter-menu ul li.active {
	color: var(--main-color-one)
}

.recent-case-filter-02 .recent-case-filter-menu ul li+li,
.recent-case-filter-03 .recent-case-filter-menu ul li+li {
	margin-left: 20px
}

.single-case-item-02 {
	display: block
}

.single-case-item-02:hover .thumb .hover {
	visibility: visible;
	opacity: 1
}

.single-case-item-02 .thumb {
	position: relative;
	z-index: 0
}

.single-case-item-02 .thumb img {
	width: 100%
}

.single-case-item-02 .thumb .hover {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	background-color: #fff;
	height: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-case-item-02 .thumb .hover .title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-case-item-02 .thumb .hover .title:hover {
	color: var(--main-color-one)
}

.single-case-item-02 .thumb .hover .cats a {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-case-item-02 .thumb .hover .cats a:hover {
	color: var(--main-color-one)
}

.case-masonry {
	width: 20%
}

.case-masonry-03 {
	margin-bottom: 30px
}

.single-testimonial-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.single-testimonial-item.style-01 .content .title {
	color: var(--main-color-one)
}

.single-testimonial-item.style-01 .content .description {
	color: var(--main-color-one)
}

.single-testimonial-item.style-01 .content .author-details .author-meta .title {
	color: var(--main-color-one)
}

.single-testimonial-item.style-01 .content .author-details .author-meta .designation {
	color: var(--secondary-color)
}

.single-testimonial-item .content {
	position: relative;
	padding-left: 195px;
	padding-top: 70px
}

.single-testimonial-item .content .icon {
	position: absolute;
	top: 90px;
	left: 0;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	font-size: 160px;
	line-height: 90px;
	color: var(--secondary-color);
	margin-right: 70px
}

.single-testimonial-item.black .content .title {
	color: var(--heading-color)
}

.single-testimonial-item .content .title {
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	font-family: var(--heading-font);
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 25px
}

.single-testimonial-item.black .content .description {
	color: var(--paragraph-color)
}

.single-testimonial-item .content .description {
	font-size: 16px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.9);
	max-width: 465px;
	font-weight: 400
}

.single-testimonial-item .content .author-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.single-testimonial-item .content .author-details .author-meta {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 15px
}

.single-testimonial-item.black .content .author-details .author-meta .title {
	color: var(--heading-color)
}

.single-testimonial-item .content .author-details .author-meta .title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--body-font);
	color: #fff;
	margin-bottom: 0
}

.single-testimonial-item .content .author-details .author-meta .designation {
	font-size: 14px;
	color: var(--secondary-color)
}

.single-testimonial-item.black .content .author-details .author-meta .designation {
	color: var(--paragraph-color)
}

.single-testimonial-item .author-img {
	padding-left: 100px;
	padding-bottom: 60px
}

.single-testimonial-item .author-img .thumb {
	position: relative
}

.single-testimonial-item .author-img .thumb::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -60px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 1px solid var(--secondary-color)
}

.single-testimonial-item-02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
	margin-top: 40px
}

.single-testimonial-item-02 .img-wrapper {
	position: absolute;
	right: 0;
	width: 60%;
	height: 100%;
	z-index: -1
}

.single-testimonial-item-02 .img-wrapper .bg-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center
}

.single-testimonial-item-02 .quote-details {
	background-color: #fff;
	width: 50%;
	padding: 65px 80px 80px 100px;
	-webkit-box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 0;
	top: -40px
}

.single-testimonial-item-02 .quote-details:after {
	position: absolute;
	left: 60px;
	top: 50px;
	font-family: "fontawesome";
	content: "\f10d";
	font-size: 100px;
	line-height: 100px;
	color: var(--main-color-one);
	opacity: .2
}

.single-testimonial-item-02 .quote-details p {
	font-size: 36px;
	line-height: 55px;
	font-family: var(--heading-font);
	color: var(--heading-color);
	margin-bottom: 30px;
	text-transform: capitalize
}

.single-testimonial-item-02 .quote-details .author-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.single-testimonial-item-02 .quote-details .author-details .thumb {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 20px
}

.single-testimonial-item-02 .quote-details .author-details .thumb img {
	border-radius: 50%
}

.single-testimonial-item-02 .quote-details .author-details .author-meta {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 15px
}

.single-testimonial-item-02 .quote-details .author-details .author-meta .title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--body-font)
}

.single-testimonial-item-02 .quote-details .author-details .author-meta .designation {
	font-size: 14px
}

.team-section .team-img-cont .social-link .fa {
	font-family: fontawesome!important
}

.misson-area {
	border-bottom: 1px solid #393d44
}

.misson-area.bg-image {
	background-size: cover;
	background-repeat: no-repeat
}

.misson-area .misson-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.misson-area .misson-content .section-title .title {
	padding-left: 15px;
	position: relative;
	margin-bottom: 25px
}

.misson-area .misson-content .section-title .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 100%;
	background-color: var(--secondary-color)
}

.misson-area .misson-content .section-title p {
	font-size: 14px;
	margin-bottom: 30px
}

.single-misson-item {
	position: relative;
	z-index: 0;
	text-align: left
}

.single-misson-item .content {
	padding: 30px 30px;
	background-color: var(--main-color-one);
	opacity: .6;
}

.single-misson-item .content .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: white;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	margin-bottom: 5px;
	text-transform: uppercase
}

.single-misson-item .content p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin-bottom: 20px
}

.single-misson-item .content .readmore {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--secondary-color)
}

.blog-grid-carousel .owl-nav div,
.service-grid-carousel .owl-nav div {
	position: absolute;
	left: -60px;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--secondary-color);
	color: #fff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-grid-carousel .owl-nav div:hover,
.service-grid-carousel .owl-nav div:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.blog-grid-carousel .owl-nav div.owl-next,
.service-grid-carousel .owl-nav div.owl-next {
	left: auto;
	right: -60px
}

.single-blog-grid-01 {
	position: relative;
	z-index: 0
}

.single-blog-grid-01 .content-wrapper {
	position: relative;
	margin: auto;
	margin-top: -75px;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 1
}

.single-blog-grid-01 .content {
	background-color: #f7f7f7;
	padding: 33px 30px 10px;
	border-bottom: 1px solid #e9e9ec
}

.single-blog-grid-01 .content .post-meta {
	margin: 0;
	padding: 0;
	list-style: none
}

.single-blog-grid-01 .content .post-meta li {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase
}

.single-blog-grid-01 .content .post-meta li:hover a {
	color: var(--main-color-one)
}

.single-blog-grid-01 .content .post-meta li+li {
	margin-left: 20px
}

.single-blog-grid-01 .content .post-meta li a {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-blog-grid-01 .content .post-meta li a i {
	color: var(--main-color-one);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.single-blog-grid-01 .content .post-meta .date {
	color: var(--secondary-color)
}

.single-blog-grid-01 .content .title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	word-break: break-all
}

.single-blog-grid-01 .content .title:hover {
	color: var(--main-color-one)
}

.single-blog-grid-01 .blog-bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 10px;
	background-color: #f7f7f7;
	color: var(--paragraph-color);
	opacity: .9
}

.single-blog-grid-01 .blog-bottom .msg {
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.single-blog-grid-01 .blog-bottom .msg span {
	color: var(--secondary-color);
	margin-right: 5px
}

.single-blog-grid-01 .blog-bottom .msg:hover {
	color: var(--secondary-color)
}

.single-blog-grid-01 .blog-bottom .read-btn {
	margin-left: 22px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.single-blog-grid-01 .blog-bottom .read-btn span {
	position: absolute;
	color: #fff;
	padding-left: 20px;
	bottom: 0;
	right: 0;
	width: 50px;
	line-height: 55px;
	height: 100%;
	display: inline-block;
	background-color: var(--secondary-color);
	-webkit-clip-path: polygon(100% 0, 100% 74%, 100% 100%, 0 100%, 30% 0, 25% 0);
	clip-path: polygon(100% 0, 100% 74%, 100% 100%, 0 100%, 30% 0, 25% 0)
}

.single-blog-grid-01 .blog-bottom .read-btn:hover {
	color: var(--secondary-color)
}

.case-category-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.case-category-list.white .single-case-item+.single-case-item {
	border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.case-category-list.white .single-case-item .content .title {
	color: #fff
}

.case-category-list .single-case-item {
	width: calc(100% / 5);
	padding: 115px 0 115px 0;
	text-align: center
}

.case-category-list .single-case-item+.single-case-item {
	border-left: 1px solid #e2e2e2
}

.case-category-list .single-case-item .icon {
	font-size: 60px;
	line-height: 70px;
	color: var(--main-color-one);
	margin-bottom: 18px
}

.case-category-list .single-case-item .content .title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 0
}

.quote-with-image-02 {
	margin-bottom: 40px
}

.quote-with-image-02 .img-wrapper {
	position: relative;
	z-index: 0
}

.quote-with-image-02 .img-wrapper .hover {
	position: absolute;
	right: 0;
	bottom: -40px;
	width: 80%
}

.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
	padding: 50px 60px 60px 60px
}

.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign:after {
	left: 40px;
	top: 30px
}

.single-price-plan-01 {
	text-align: center;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	position: relative;
	z-index: 0;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 7px 0 rgba(48, 55, 63, 0.35);
	box-shadow: 0 0 7px 0 rgba(48, 55, 63, 0.35)
}

.single-price-plan-01 .price-header {
	position: relative
}

.single-price-plan-01 .price-header .popular {
	position: absolute;
	top: 15px;
	right: -55px;
	display: inline-block;
	background-color: var(--main-color-one);
	padding: 10px 30px;
	width: 180px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	color: #fff;
	text-transform: uppercase;
	font-size: 12px
}

.single-price-plan-01 .price-header .title {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	padding: 20px 0;
	margin-bottom: 30px;
	background-color: var(--secondary-color);
	font-family: var(--heading-font)
}

.single-price-plan-01 .price-header .price {
	font-size: 48px;
	font-family: var(--heading-font);
	line-height: 60px;
	color: var(--main-color-one);
	font-weight: 700;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	text-align: center;
	position: relative;
	z-index: 0;
	border-bottom: 2px solid #c5d4db;
	padding-bottom: 25px;
	margin: 0 20px
}

.single-price-plan-01 .price-header .price .dollar {
	font-size: 33px;
	line-height: 33px;
	position: relative;
	top: -12px
}

.single-price-plan-01 .price-header .price .month {
	font-size: 16px;
	line-height: 20px
}

.single-price-plan-01 .price-body ul {
	margin: 0;
	padding: 0;
	margin-top: 30px
}

.single-price-plan-01 .price-body ul li {
	list-style: none;
	display: block;
	margin: 27px 0;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.single-price-plan-01 .price-body ul li:first-child {
	margin-top: 0
}

.single-price-plan-01 .price-body ul li:last-child {
	margin-bottom: 0
}

.single-price-plan-01 .price-footer {
	margin-top: 40px
}

.single-price-plan-01 .price-footer .order-btn:hover {
	-webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
	background-color: var(--main-color-one);
	color: #fff
}

.single-price-plan-01 .price-footer .order-btn {
	display: inline-block;
	width: 165px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	border-radius: 25px;
	color: #fff;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	transition: .5s ease-in;
	font-weight: 600;
	background-color: var(--secondary-color);
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

.navbar-area.nav-fixed {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	background-color: var(--main-color-one)!important;
	z-index: 999!important;
	transition: all .5s;
	width: 100%
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-area .title {
		font-size: 50px;
		line-height: 60px
	}
	.header-bottom-area .right-content-area {
		padding: 20px 0 110px 60px
	}
	.header-bottom-area .right-content-area.style-01 {
		padding: 20px 0 33px 30px
	}
	.header-slider-one .owl-item.active p br {
		display: none
	}
	.section-title.white .title {
		font-size: 26px;
		line-height: 36px
	}
	.we-offer-img.bg-image {
		margin-left: 0
	}
	.single-what-we-provide-item .content-wrapper .content {
		padding: 30px 30px 35px 30px
	}
	.single-what-we-provide-item .content-wrapper .icon {
		margin-top: -70px;
		width: 70px;
		font-size: 35px;
		line-height: 70px;
		height: 70px;
		position: absolute
	}
	.single-what-we-provide-item .content-wrapper .content {
		padding: 30px 30px 35px 30px
	}
	.single-what-we-provide-item .content-wrapper .icon::after {
		border-top: 85px solid var(--secondary-color);
		border-right: 0 solid var(--secondary-color);
		right: -20px
	}
	.single-why-us-box.style-01 {
		padding-left: 30px
	}
	.single-misson-item .content .title {
		font-size: 20px;
		line-height: 30px
	}
	.we-offer-content-wrapper {
		padding: 70px 70px
	}
	.single-header-bottom-item.style-01 .icon {
		margin-right: 0
	}
	.single-testimonial-item .content .icon {
		font-size: 120px;
		top: 75px
	}
	.single-testimonial-item .content {
		padding-left: 150px
	}
	.single-testimonial-item .author-img {
		padding-left: 40px
	}
	.single-testimonial-item .content .description {
		max-width: 380px
	}
	.blog-grid-carousel .owl-nav div.owl-next {
		right: 0
	}
	.blog-grid-carousel .owl-nav div {
		left: 0
	}
	.call-to-action-inner {
		padding-left: 400px
	}
	.additrans-contact-form-wrap .title {
		font-size: 22px;
		line-height: 32px
	}
	.service-widget .service-icon {
		font-size: 35px
	}
	.blog-details-item .title {
		font-size: 26px;
		line-height: 36px
	}
	.blog-details-footer .title {
		font-size: 16px;
		line-height: 26px
	}
	.header-bottom-area.bg-image-02::before {
		width: 53%
	}
	.inner-contact-section .section-title .title br {
		display: none
	}
	.breadcrumb-area .page-title {
		font-size: 42px;
		line-height: 52px;
		margin-bottom: 5px
	}
	.header-bottom-area .left-content-area {
		margin-right: -50px
	}
}

@media only screen and (max-width:991px) {
	.header-area .title {
		font-size: 48px;
		line-height: 58px
	}
	.header-area .request-page-form-wrap {
		margin-top: 50px
	}
	.request-page-form-wrap .section-title .title {
		font-size: 30px;
		line-height: 40px
	}
	.navbar-area.nav-style-02 .nav-container .nav-right-content {
		display: none
	}
	.info-bar-bottom.style-01 {
		display: none
	}
	.navbar-area.nav-style-02.has-topbar-03 {
		top: 0
	}
	.navbar-area.nav-style-02.has-topbar-02 {
		top: 50px
	}
	.we-offer-content-wrapper {
		padding: 70px 70px
	}
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left::before,
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left-02::before {
		display: none
	}
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left {
		background-color: var(--main-color-one)
	}
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left li a,
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.additrans-left li.menu-item-has-children::before {
		color: #fff
	}
	.header-bottom-area.bg-image-02.padding-65 {
		padding-bottom: 100px;
		padding-top: 65px
	}
	.header-bottom-area .right-content-area {
		padding: 0
	}
	.header-bottom-area .right-content-area.style-01 {
		padding: 0
	}
	.header-bottom-area.padding-bottom-120 {
		padding-bottom: 97px
	}
	.header-area.style-02 {
		padding: 225px 0 430px
	}
	.header-area.style-04 {
		padding: 265px 0 120px
	}
	.header-slider-one:hover .owl-nav {
		display: none
	}
	.header-bottom-area.bg-image::before,
	.header-bottom-area.bg-image-02::before {
		display: none
	}
	.header-bottom-area.bg-image::after,
	.header-bottom-area.bg-image-02::after {
		width: 100%;
		height: 100%
	}
	.header-bottom-area.bg-image.padding-65 {
		padding-bottom: 92px;
		padding-top: 50px
	}
	.single-header-bottom-item.style-01 {
		text-align: left;
		flex-direction: row
	}
	.single-header-bottom-item .content {
		order: 2
	}
	.single-what-we-provide-item .content-wrapper .content {
		padding: 30px 30px 35px 30px
	}
	.single-what-we-provide-item .content-wrapper .icon {
		margin-top: -70px;
		width: 70px;
		font-size: 35px;
		line-height: 70px;
		height: 70px;
		position: absolute
	}
	.single-what-we-provide-item .content-wrapper .content {
		padding: 30px 30px 35px 30px
	}
	.single-what-we-provide-item .content-wrapper .icon::after {
		border-top: 85px solid var(--secondary-color);
		border-right: 0 solid var(--secondary-color);
		right: -20px
	}
	.why-us-img.bg-image {
		margin-top: 20px;
		height: auto
	}
	.we-offer-area.m-top {
		margin-top: 0
	}
	.we-offer-img.bg-image {
		margin-left: 0
	}
	.we-offer-img.m-top {
		margin-top: 70px
	}
	.shipping-area {
		margin-bottom: 0;
		padding: 52px 0 60px
	}
	.request-page-form-wrap.style-01 {
		margin-right: 0;
		padding: 52px 0 44px
	}
	.single-testimonial-item .content {
		padding-left: 0
	}
	.single-testimonial-item .content .description {
		font-size: 16px;
		line-height: 26px;
		max-width: 300px
	}
	.single-testimonial-item .author-img {
		padding-left: 80px;
		padding-bottom: 40px
	}
	.single-testimonial-item .content .icon {
		z-index: -1;
		opacity: .1;
		font-size: 120px
	}
	.request-area.bg-image-02:after {
		width: 100%
	}
	.request-page-form-wrap {
		padding: 80px 60px 64px
	}
	.request-page-form-wrap.bg-image::before {
		right: 0;
		width: 100%
	}
	.testimonial-area.padding-top-110.padding-bottom-170,
	.page-content.our-attoryney.padding-top-120.padding-bottom-170 {
		padding-bottom: 120px
	}
	.counter-area.m-top.bg-image.padding-top-110.padding-bottom-105 {
		padding-bottom: 85px
	}
	.blog-area.padding-top-150.padding-bottom-120,
	.our-provide-area.padding-top-150.padding-bottom-90,
	.blog-area.padding-top-160.padding-bottom-120,
	.our-provide-area.padding-top-80.padding-bottom-90,
	.our-provide-area.padding-top-160.padding-bottom-90 {
		padding-top: 120px
	}
	.client-section.bg-liteblue.padding-bottom-160.padding-top-120 {
		padding: 120px
	}
	.creative-team.bg-image.padding-top-120.padding-bottom-150 {
		padding-bottom: 100px
	}
	.counterup-area.bg-image.bg-blue.padding-top-110.padding-bottom-300 {
		padding-bottom: 275px
	}
	.we-offer-content.style-03 {
		padding-top: 0
	}
	.testimonial-area .section-title-inner {
		margin-bottom: 40px
	}
	.counterup-area.bg-image.padding-top-120.padding-bottom-105 {
		padding-bottom: 80px
	}
	.single-testimonial-item .icon {
		margin-right: 50px
	}
	.single-testimonial-item.black .author-img .thumb::after {
		right: -20px
	}
	.single-testimonial-item .author-img .thumb::after {
		right: -40px;
		bottom: -40px
	}
	.counterup-area.bg-image.padding-top-110.padding-bottom-285 {
		padding-bottom: 70px
	}
	.single-counterup-01 {
		margin-bottom: 30px
	}
	.single-counterup-01.style-01 {
		text-align: center
	}
	.single-header-bottom-item.style-01 .icon {
		margin-left: 0!important
	}
	.single-header-bottom-item.style-01 .icon {
		margin-right: 30px!important
	}
	.single-counterup-01.style-01 .content .title::after {
		top: 0;
		left: 50%;
		transform: translateX(-50%)
	}
	.single-misson-item .content {
		background-color: var(--main-color-one);
		opacity: .8;
	}
	.client-section.bg-liteblue.padding-bottom-165 {
		padding-bottom: 120px
	}
	.call-to-action-inner.bg-image::after {
		display: none
	}
	.call-to-action-inner {
		padding-left: 0;
		justify-content: left
	}
	.call-to-action-inner.style-01 {
		justify-content: center
	}
	.contact-page-form-wrap {
		margin-top: 60px
	}
	.comment-form-wrap.padding-top-40 {
		padding-bottom: 70px
	}
	.client-section.bg-liteblue.padding-bottom-170.padding-top-100 {
		padding-bottom: 120px
	}
	.additrans-contact-form-wrap.bg-image {
		margin-bottom: 40px
	}
	.blog-pagination.desktop-center {
		padding-bottom: 70px
	}
	.blog-grid-carousel .owl-nav {
		display: none
	}
	.widget-area {
		margin-top: 60px
	}
	.header-area.style-03 {
		padding: 240px 0 170px
	}
	.blog-pagination.desktop-center {
		padding-bottom: 0
	}
	.breadcrumb-area.navbar-style-04 .breadcrumb-inner {
		padding: 220px 0 158px 0
	}
	.breadcrumb-area.header-style-04-has-topbar .breadcrumb-inner {
		padding-top: 215px
	}
	.we-offer-area::before {
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.topbar-inner .right-contnet {
		display: none
	}
	.header-area.style-03 {
		padding: 240px 0 175px
	}
	.testimonial-area .section-title-inner {
		margin-bottom: 40px
	}
	.single-testimonial-item .icon {
		margin-right: 50px
	}
	.bottom-content-area.padding-top-120 {
		padding-top: 40px
	}
	.contact-page-form-wrap {
		margin-top: 60px
	}
	.single-counterup-01 .content .count-wrap {
		font-size: 40px;
		line-height: 50px
	}
	.section-title-inner {
		text-align: center
	}
	.section-title-inner .subtitle:after {
		display: none
	}
	.section-title-inner .subtitle {
		padding-left: 0
	}
	.single-what-img img {
		width: 100%
	}
	.single-testimonial-item {
		display: block
	}
	.single-testimonial-item .content {
		padding-bottom: 55px
	}
	.single-testimonial-item .content .description {
		max-width: inherit;
		font-size: 18px;
		line-height: 28px;
		padding-right: 15px
	}
	.single-testimonial-item .author-img {
		padding-left: 0;
		padding-right: 40px
	}
	.topbar-inner div .boxed-btn {
		padding: 15px 15px;
		font-size: 14px
	}
	.header-style-04.has-top-bar .navbar-area {
		top: 105px
	}
	.header-style-04.has-top-bar .header-area {
		padding-bottom: 270px
	}
	.we-offer-content-wrapper {
		padding: 70px 30px
	}
	.single-why-us-box.style-01 {
		padding-left: 30px
	}
	.inner-contact-section.m-bottom.padding-top-120 {
		padding-top: 0
	}
	.contact-page-form .btn-wrapper .boxed-btn {
		width: 100%
	}
	.client-section.bg-liteblue.padding-bottom-120,
	.blog-area.padding-top-150.padding-bottom-120,
	.client-section.bg-liteblue.padding-bottom-160.padding-top-100,
	.client-section.bg-liteblue.padding-bottom-165,
	.blog-area.padding-top-120.padding-bottom-120,
	.blog-area.padding-top-160.padding-bottom-120 {
		padding-bottom: 70px
	}
	.testimonial-area.bg-blue.bg-image.padding-top-120.padding-bottom-120,
	.testimonial-area.bg-blue.bg-image.padding-top-110.padding-bottom-120 {
		padding-top: 30px
	}
	.client-section.bg-liteblue.padding-bottom-160.padding-top-120 {
		padding: 70px
	}
	.client-section.bg-liteblue.padding-bottom-170.padding-top-100 {
		padding-top: 50px
	}
	.testimonial-area.padding-top-110.padding-bottom-170 {
		padding-top: 30px
	}
	.call-to-action-inner {
		padding: 40px 0
	}
	.call-to-action-inner .subtitle {
		font-size: 42px;
		line-height: 52px
	}
	.blog-details-footer {
		display: inherit;
		margin-bottom: 20px
	}
	.blog-details-footer .left .tags li {
		margin-bottom: 0
	}
	.inner-contact-section .section-title .title br {
		display: none
	}
	.inner-contact-section.m-bottom::after {
		width: inherit
	}
	.single-blog-grid-01 .content .title {
		font-size: 24px
	}
	.section-title p {
		font-size: 16px
	}
	.we-offer-area::before {
		width: 100%
	}
	.header-style-01 .topbar-inner {
		display: block;
		text-align: center;
		padding-bottom: 10px
	}
	.header-style-01 .navbar-area.nav-style-02.has-topbar {
		top: 80px
	}
	.we-offer-area.style-03 .we-offer-img.bg-image {
		display: none
	}
	.footer-style-02 .footer-area .footer-top {
		padding-top: 100px
	}
}

@media only screen and (max-width:599px) {
	.topbar-area.style-03 .topbar-inner div:first-child {
		display: block;
		width: 100%
	}
	.topbar-area.style-03 .topbar-inner div:last-child {
		float: none;
		display: block;
		width: 100%;
		margin-top: 10px
	}
	.topbar-inner {
		display: block;
		text-align: center
	}
	.topbar-area.style-04 {
		display: none
	}
	.header-area.style-03 {
		padding: 220px 0 155px
	}
	.header-area.style-04 {
		padding: 220px 0 120px
	}
	.header-area .title {
		font-size: 44px;
		line-height: 54px
	}
	.header-style-04.has-top-bar .navbar-area {
		top: 0
	}
	.header-style-01 .topbar-area .topbar-inner div:last-child {
		display: none
	}
	.header-style-01 .topbar-area .topbar-inner div:first-child {
		padding-bottom: 15px
	}
	.team-section .team-text {
		width: 280px
	}
	.breadcrumb-area .page-title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 10px
	}
	.breadcrumb-area .page-list li {
		font-size: 16px
	}
	.blog-details-footer {
		display: block
	}
	.blog-details-footer .right {
		margin-top: 10px
	}
	.single-blog-grid-01 .content .title {
		font-size: 20px;
		line-height: 30px
	}
	.call-to-action-inner {
		text-align: left
	}
	.call-to-action-inner .icon {
		font-size: 90px
	}
	.call-to-action-inner .subtitle {
		font-size: 38px;
		line-height: 48px
	}
	.single-counterup-01 .content .count-wrap {
		font-size: 38px;
		line-height: 48px
	}
	.comments-area .comment-list .has-children {
		padding-left: 20px
	}
	.navbar-area.nav-style-02.has-topbar-02 {
		top: 80px
	}
}

@media only screen and (max-width:500px) {
	.navbar-area.nav-style-02.has-topbar {
		top: 70px
	}
}

@media only screen and (max-width:450px) {
	.navbar-area.nav-style-02.has-topbar {
		top: 70px
	}
	.section-title p {
		font-size: 16px
	}
	.header-area .title {
		font-size: 42px;
		line-height: 52px
	}
	.header-area span {
		font-size: 16px;
		margin-bottom: 15px
	}
	.breadcrumb-area .breadcrumb-inner {
		padding: 228px 0 90px 0
	}
	.call-to-action-inner .title {
		font-size: 16px
	}
	.call-to-action-inner .icon {
		font-size: 80px
	}
	.header-style-04.has-top-bar .header-area {
		padding-top: 270px
	}
	.we-offer-content-wrapper {
		padding: 70px 30px
	}
	.single-why-us-box.style-01 {
		padding-left: 30px
	}
	.request-page-form-wrap {
		padding: 80px 30px 64px
	}
	.request-page-form-wrap.style-01 {
		padding: 47px 0 44px
	}
	.blog-details-item .blog-details-content {
		margin: 0;
		padding: 35px 15px
	}
	.request-page-form-wrap .section-title .title {
		font-size: 28px;
		line-height: 38px
	}
	.single-testimonial-item .icon {
		font-size: 55px;
		line-height: 65px;
		margin-right: 40px
	}
	.blog-classic-item-01 .thumbnail {
		margin-bottom: 0
	}
	.blog-classic-item-01 .content-wrapper {
		position: inherit;
		width: 100%;
		left: 0;
		bottom: 0
	}
	.blog-details-footer {
		margin-bottom: 0
	}
	.blog-details-item .title {
		font-size: 26px
	}
	.blog-details-footer .left .tags li.title,
	.blog-details-footer .right .social-share li.title {
		font-size: 14px
	}
	.breadcrumb-area .page-title {
		font-size: 36px;
		line-height: 46px
	}
	.blog-details-footer .right .social-share li {
		margin-top: 0
	}
	.breadcrumb-area.navbar-style-04 .breadcrumb-inner {
		padding: 205px 0 140px 0
	}
	.breadcrumb-area.header-style-04-has-topbar .breadcrumb-inner {
		padding-top: 195px;
		padding-bottom: 136px
	}
	.breadcrumb-area .page-list li {
		font-size: 14px
	}
}

@media only screen and (max-width:414px) {
	.btn-wrapper .boxed-btn {
		padding: 16px 25px
	}
	.header-area {
		padding: 270px 0 145px
	}
	.header-area .title {
		font-size: 40px;
		line-height: 50px
	}
	.header-area p br {
		display: none
	}
	.header-area.style-04 {
		padding: 205px 0 160px
	}
	.single-header-bottom-item .content .title {
		font-size: 20px;
		line-height: 30px
	}
	.request-page-form-wrap.style-02 {
		padding: 52px 30px 44px
	}
	.request-page-form-wrap .section-title .title {
		font-size: 26px;
		line-height: 36px
	}
	.breadcrumb-area .page-title {
		font-size: 32px;
		line-height: 42px
	}
	.we-offer-img.bg-image {
		display: none
	}
	.we-offer-area.m-top {
		padding-bottom: 0
	}
	.we-offer-area.m-bottom::before {
		width: 100%
	}
	.we-offer-content-wrapper {
		padding: 70px 30px
	}
	.single-why-us-box.style-01 {
		padding-left: 30px
	}
	.info-items li+li {
		padding-left: 0
	}
	.single-counterup-02 .count-wrap {
		font-size: 42px;
		line-height: 50px
	}
	.single-counterup-02 .title {
		font-size: 20px;
		line-height: 30px
	}
	.single-counterup-block-with-img .thumb .hover .count-num {
		font-size: 100px;
		line-height: 100px
	}
	.single-counterup-01 .content .count-wrap {
		font-size: 36px;
		line-height: 46px
	}
	.single-what-we-provide-item .content-wrapper .content .title,
	.single-misson-item .content .title {
		font-size: 20px;
		line-height: 30px
	}
	.comments-area .reply-title,
	.comments-area .comments-title {
		font-size: 24px;
		line-height: 34px
	}
	.single-contact-item .content .title {
		font-weight: 700
	}
	.copyright-area-inner {
		font-size: 14px
	}
	.header-area.style-02 {
		padding-top: 220px
	}
	.single-testimonial-item .author-img {
		padding-right: 40px
	}
	.call-to-action-inner {
		padding: 40px 0
	}
	.call-to-action-inner .title {
		margin-bottom: 0;
		font-size: 14px
	}
	.call-to-action-inner .icon {
		font-size: 60px;
		margin-right: 15px
	}
	.call-to-action-inner .subtitle {
		font-size: 28px;
		line-height: 38px
	}
	.single-blog-grid-01 .content .post-meta li {
		font-size: 13px
	}
	.blog-pagination ul li a,
	.blog-pagination ul li span {
		line-height: 30px;
		padding: 0 12px
	}
	.blog-details-item .title {
		font-size: 26px;
		line-height: 36px
	}
	.blog-details-footer .title {
		font-size: 16px;
		line-height: 26px
	}
	.blog-classic-item-01 .content .title {
		font-size: 22px;
		line-height: 32px
	}
	.service-img-thumb {
		display: block
	}
	.service-img-thumb .thumb-02 {
		margin-left: 0;
		margin-top: 20px
	}
	.widget .recent_post_item li.single-recent-post-item .content .title {
		font-size: 16px;
		line-height: 26px
	}
	.section-title .title,
	.single-testimonial-item .content .title {
		font-size: 28px
	}
	.breadcrumb-area .page-list li {
		font-size: 14px
	}
	.breadcrumb-area.navbar-style-04 .breadcrumb-inner {
		padding: 185px 0 120px
	}
	.breadcrumb-area.header-style-02-has-topbar .breadcrumb-inner {
		padding-top: 320px
	}
	.blog-classic-style-02 .news-content .news-meta li+li {
		margin-left: 0
	}
	.blog-classic-style-02 .news-content .news-meta li {
		margin-right: 20px
	}
	.blog-classic-style-02 .news-content .news-meta li:last-child {
		margin-right: 0
	}
}

@media only screen and (max-width:384px) {
	.section-title .title {
		font-size: 26px;
		line-height: 36px
	}
	.header-area.style-03 {
		padding: 200px 0 135px
	}
	.single-header-bottom-item .content .title {
		font-size: 22px
	}
	.single-misson-item .content .title {
		font-size: 22px;
		line-height: 32px
	}
	.single-counterup-01 {
		margin-bottom: 40px
	}
	.single-what-we-provide-item .content-wrapper .content .title {
		font-size: 20px;
		line-height: 30px
	}
	.blog-pagination ul li a,
	.blog-pagination ul li span {
		padding: 3px 15px
	}
	.header-area .title {
		font-size: 36px;
		line-height: 46px
	}
	.btn-wrapper .boxed-btn {
		padding: 16px 20px;
		min-width: auto
	}
	.single-misson-item .content .title,
	.single-header-bottom-item .content .title {
		font-size: 20px;
		line-height: 30px
	}
	.request-page-form-wrap .section-title .title {
		font-size: 22px;
		line-height: 32px
	}
	.call-to-action-inner .title {
		font-weight: 500;
		line-height: 20px;
		margin-bottom: 10px
	}
	.header-area .subtitle {
		font-weight: 600
	}
	.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
		padding: 50px 40px 60px 40px
	}
	.quote-block-with-sign p {
		font-size: 24px;
		line-height: 40px
	}
	.case-category-list .single-case-item {
		padding: 60px 0 60px 0
	}
	.case-category-list .single-case-item .content .title {
		font-size: 24px;
		line-height: 34px
	}
	.case-category-list .single-case-item .icon {
		font-size: 55px;
		line-height: 65px
	}
	.comments-area .reply-title,
	.comments-area .comments-title {
		font-size: 20px;
		line-height: 30px
	}
	.comments-area .comment-list li .single-comment-wrap .content .title {
		font-size: 16px
	}
	.single-header-bottom-item-02 .icon {
		font-size: 50px;
		line-height: 100px;
		width: 100px;
		height: 100px
	}
	.single-header-bottom-item-02 .icon:after {
		width: 120px;
		height: 120px
	}
	.single-header-bottom-item-02 .content .title {
		font-size: 24px
	}
	.comments-area .comment-list li .single-comment-wrap .thumb {
		width: 60px
	}
	.single-counterup-block-with-img .thumb .hover .count-num {
		font-size: 80px;
		line-height: 80px
	}
	.single-blog-grid-01 .content .title {
		font-size: 22px
	}
	.video-play-btn {
		width: 60px;
		height: 60px;
		line-height: 60px
	}
	.video-play-btn:before {
		width: 70px;
		height: 70px
	}
	.comments-area .reply-title,
	.comments-area .comment-reply-title,
	.comments-area .comment-reply-title small {
		font-size: 24px;
		line-height: 32px
	}
	.blog-details-item .news-image .news-date .title {
		padding: 2px 14px;
		font-size: 20px
	}
	.breadcrumb-area.navbar- .breadcrumb-inner {
		padding-top: 132px;
		padding-bottom: 138px
	}
	.post-navigation-inner {
		display: block
	}
	.post-navigation-inner div {
		width: 100%
	}
	.post-navigation-inner div:last-child {
		text-align: left
	}
	.post-navigation-inner:after {
		left: 0;
		height: 1px;
		width: 100%;
		transform: translateY(-50%)
	}
	.post-navigation-inner:after {
		display: none
	}
	.post-navigation-inner div:last-child {
		border-top: 1px solid #e2e2e2
	}
	.header-slider-one .btn-wrapper {
		padding-top: 0
	}
	.header-area.header-bg::after {
		left: -30%;
		width: 100%
	}
	.blog-details-item .post-meta li+li {
		margin-left: 0
	}
	.blog-details-item .post-meta li {
		margin-right: 10px
	}
	.blog-details-item .post-meta li:last-child {
		margin-right: 0
	}
}

@media only screen and (max-width:360px) {
	.navbar-area.nav-style-02.has-topbar-02 {
		top: 75px
	}
	.info-items li+li {
		margin-left: 10px
	}
	.we-offer-content .section-title .title {
		font-size: 24px
	}
	.breadcrumb-area .breadcrumb-inner {
		padding: 235px 0 80px
	}
	.header-area .title {
		font-size: 32px;
		line-height: 42px
	}
	.header-area .btn-wrapper .boxed-btn+.boxed-btn {
		margin-left: 10px
	}
	.header-area .btn-wrapper .boxed-btn {
		margin-top: 20px;
		font-size: 14px
	}
	.hightly-skilled-area .left-content-area .title {
		font-size: 28px;
		line-height: 40px
	}
	.single-recent-case-study-01 .img-wrapper .hover .title {
		font-size: 22px;
		line-height: 34px
	}
	.single-testimonial-item .content .title {
		font-size: 26px;
		line-height: 36px
	}
	.single-testimonial-item {
		display: block;
		position: relative;
		z-index: 0
	}
	.single-testimonial-item .icon {
		position: absolute;
		left: 0;
		top: 0;
		opacity: .4;
		z-index: -1
	}
	.single-header-bottom-item .icon {
		font-size: 50px;
		line-height: 60px;
		margin-right: 20px
	}
	.blog-classic-item-01 .content .post-meta li {
		font-size: 14px
	}
	.blog-classic-item-01 .content .post-meta li+li {
		margin-left: 10px
	}
	.blog-details-item .title {
		font-size: 22px;
		line-height: 32px
	}
	.blog-classic-item-01 .content .title {
		font-size: 20px;
		line-height: 30px
	}
	.blog-details-footer .title {
		font-size: 16px;
		line-height: 26px
	}
	.call-to-action-inner .icon {
		font-size: 80px
	}
	.call-to-action-inner .subtitle {
		font-size: 24px;
		line-height: 34px
	}
	.breadcrumb-area.navbar- .breadcrumb-inner {
		padding-top: 132px;
		padding-bottom: 138px
	}
	.blog-pagination ul li:first-child {
		display: none
	}
	.breadcrumb-area.navbar-style-04 .breadcrumb-inner {
		padding: 160px 0 140px
	}
	.blog-classic-style-02 .news-content .title {
		font-size: 28px;
		line-height: 36px
	}
	.breadcrumb-area .page-title {
		font-size: 30px;
		line-height: 40px
	}
	.blog-pagination ul li+li {
		margin: 0 2px
	}
	.blog-pagination ul li a,
	.blog-pagination ul li span {
		padding: 2px 12px
	}
	.breadcrumb-area.navbar-style-04 .breadcrumb-inner {
		padding: 185px 0 120px
	}
	.header-style-03 .navbar-area.nav-style-02.has-topbar-02 {
		top: 110px
	}
	.comments-area .comment-list li .single-comment-wrap {
		display: block
	}
	.comments-area .comment-list li .single-comment-wrap .thumb {
		margin-bottom: 20px
	}
	.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link {
		position: initial;
		display: inline-block;
		padding-bottom: 10px
	}
	.comments-area .comment-list li ul.children li {
		margin-left: 20px
	}
}

@media only screen and (max-width:340px) {
	.navbar-area.nav-style-02.has-topbar {
		top: 90px
	}
	.header-area .btn-wrapper.desktop-left.padding-top-30 {
		padding-top: 0
	}
}

@media only screen and (max-width:330px) {
	.section-title .title {
		font-size: 25px
	}
	.header-area .title {
		margin-bottom: 0
	}
	.navbar-area.nav-style-02.has-topbar {
		top: 90px
	}
	.request-page-form-wrap {
		padding: 40px 30px 40px
	}
	.single-counterup-01 .content .count-wrap {
		font-size: 34px;
		line-height: 46px
	}
	.single-counterup-01 .icon,
	.single-what-we-cover-item .icon,
	.single-icon-box-01 .icon {
		font-size: 50px;
		line-height: 60px
	}
	.single-counterup-01 .content .title {
		font-size: 16px
	}
	.single-why-us-box .content .title,
	.single-what-we-cover-item .content .title {
		font-size: 20px
	}
	.we-offer-content .author-details .author-meta {
		margin-right: 20px
	}
	.single-header-bottom-item-02 .icon {
		font-size: 50px;
		line-height: 80px;
		width: 80px;
		height: 80px
	}
	.single-header-bottom-item-02 .icon:after {
		width: 100px;
		height: 100px
	}
	.single-testimonial-item-02 .quote-details p {
		font-size: 22px;
		line-height: 35px
	}
	.request-page-form-wrap.style-02 {
		padding: 52px 30px 44px
	}
	.additrans-contact-form-wrap {
		padding: 40px 30px 25px 30px
	}
	.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
		padding: 50px 30px 60px 30px
	}
	.single-icon-box-02 .content .title {
		font-size: 18px;
		line-height: 28px
	}
	.single-blog-grid-01 .content .post-meta li+li {
		margin-left: 10px
	}
	.single-blog-grid-01 .blog-bottom .read-btn {
		margin-right: 35px
	}
	.single-blog-grid-01 .content .title {
		font-size: 18px;
		line-height: 28px
	}
	.navbar-area .nav-container .responsive-mobile-menu .logo-wrapper {
		max-width: 180px
	}
	.breadcrumb-area .page-list li {
		font-size: 14px
	}
	.accordion-wrapper .card .card-header a {
		padding-right: 50px
	}
	.attorney-contact-form-wrap {
		padding: 60px 30px 45px 30px
	}
	.call-to-action-inner .title {
		font-size: 14px;
		line-height: 18px
	}
	.call-to-action-inner .subtitle {
		font-size: 24px;
		line-height: 34px
	}
}

@media only screen and (max-width:325px) {
	.header-style-01 .topbar-inner {
		padding-bottom: 0
	}
	.header-style-01 .navbar-area.nav-style-02.has-topbar {
		top: 95px
	}
}

table.shop_table_responsive thead {
	display: none
}

table.shop_table_responsive tbody th {
	display: none
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left
}

table.shop_table_responsive tr td.product-remove:before {
	display: none
}

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
	display: none
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center
}

@media screen and (min-width:48em) {
	table.shop_table_responsive thead {
		display: table-header-group
	}
	table.shop_table_responsive tbody th {
		display: table-cell
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left
	}
	table.shop_table_responsive tr td {
		display: table-cell
	}
	table.shop_table_responsive tr td:before {
		display: none
	}
}

ul.products {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em
}

ul.products li.product img {
	display: block
}

.single-product div.product {
	content: "";
	display: table;
	table-layout: fixed;
	position: relative
}

.single-product div.product .woocommerce-product-gallery {
	position: relative
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99
}

.additrans-header-cart {
	position: relative;
	z-index: 0
}

.additrans-header-cart .cart-badge {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 25px;
	height: 25px;
	background-color: var(--main-color-one);
	border-radius: 50%;
	line-height: 25px;
	font-size: 12px;
	font-weight: 700;
	color: #fff
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.7966666667%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both
}

.stock:empty:before {
	display: none
}

.stock.in-stock {
	color: #0f834d
}

.stock.out-of-stock {
	color: #e2401c
}

.additrans-single-product-item .woocommerce-thumbnail-wrap .added_to_cart:hover {
	background-color: var(--secondary-color)
}

.additrans-single-product-item .woocommerce-thumbnail-wrap .add_to_cart_button.loading:after {
	position: absolute;
	left: 0;
	top: 0;
	content: 'Adding...';
	width: 100%;
	height: 100%;
	line-height: 34px;
	background-color: var(--main-color-one)
}

@media screen and (min-width:768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%
	}
}

.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed
}

.site-header-cart .cart-contents {
	text-decoration: none
}

.site-header-cart .widget_shopping_cart {
	display: none
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'fontawesome';
	font-weight: 400
}

.star-rating:before {
	content: "\f005\f005\f005\f005\f005";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--main-color-one)
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: 'fontawesome';
	content: "\f005";
	color: #404040;
	text-indent: 0;
	opacity: .25
}

p.stars a:hover~a:before {
	content: "\f005";
	color: #404040;
	opacity: .25
}

p.stars:hover a:before {
	content: "\f005";
	color: var(--main-color-one);
	opacity: 1
}

p.stars.selected a.active:before {
	content: "\f005";
	color: var(--main-color-one);
	opacity: 1
}

p.stars.selected a.active~a:before {
	content: "\f005";
	color: #404040;
	opacity: .25
}

p.stars.selected a:not(.active):before {
	content: "\f005";
	color: var(--main-color-one);
	opacity: 1
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em
}

.woocommerce-password-strength {
	text-align: right
}

.woocommerce-password-strength.strong {
	color: #0f834d
}

.woocommerce-password-strength.short {
	color: #e2401c
}

.woocommerce-password-strength.bad {
	color: #e2401c
}

.woocommerce-password-strength.good {
	color: #3d9cd2
}

.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c
}

.required {
	color: red
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	content: "";
	display: table;
	table-layout: fixed;
	background-color: #0f834d;
	clear: both;
	color: #fff;
	display: block;
	padding: 5px 20px;
	margin-bottom: 30px
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2
}

.woocommerce-error {
	background-color: #e2401c
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999
}

@media screen and (min-width:48em) {
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2)
	}
	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block
	}
}

.widget_price_filter .price_slider {
	margin-bottom: 1.5em
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em
}

.widget_price_filter .price_slider_amount .button {
	float: left
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: 0;
	background: var(--main-color-one);
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 .25em rgba(0, 0, 0, 0.1)
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: var(--main-color-one)
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1)
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%
}

.additrans-header-cart {
	position: relative;
	z-index: 0
}

.additrans-header-cart .cart-badge {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
	color: var(--main-color-one)
}

.woocommerce-header-area-wrap .woocommerce-result-count,
.woocommerce-header-area-wrap select {
	font-size: 14px;
	float: none
}

.woocommerce-header-area-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px
}

.woocommerce-header-area-wrap select {
	border: 1px solid #f1f1f1;
	background-color: transparent;
	height: 40px;
	color: var(--paragraph-color)
}

.woocommerce-header-area-wrap .woocommerce-result-count {
	padding-top: 5px
}

.wc-page-content-inner .products {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.wc-page-content-inner .products .additrans-single-product-item {
	width: calc(100% / 4 - 23px);
	text-align: center
}

.wc-page-content-inner .products .additrans-single-product-item img {
	max-width: 100%
}

.wc-page-content-inner .products .additrans-single-product-item+.additrans-single-product-item {
	margin-left: 30px
}

.additrans-single-product-item .woocommerce-thumbnail-wrap {
	position: relative;
	z-index: 0
}

.additrans-single-product-item .woocommerce-thumbnail-wrap .onsale {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #c7c6c38c;
	color: #5f5656;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 2px;
	font-weight: 600
}

.additrans-single-product-item .product-contnent-wrap {
	padding: 26px 0 0 0;
	position: relative
}

.additrans-single-product-item .product-contnent-wrap .woocommerce-loop-product__title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500
}

.additrans-single-product-item .product-contnent-wrap .star-rating {
	margin: 0 auto
}

.additrans-single-product-item .product-contnent-wrap .price {
	font-size: 16px;
	font-weight: 600;
	color: var(--heading-color);
	line-height: 20px;
	display: block;
	margin-bottom: 25px
}

.additrans-single-product-item .product-contnent-wrap .price del {
	color: var(--paragraph-color)
}

.additrans-single-product-item:hover .woocommerce-thumbnail-wrap .add_to_cart_button,
.additrans-single-product-item:hover .woocommerce-thumbnail-wrap .product_type_grouped,
.additrans-single-product-item:hover .woocommerce-thumbnail-wrap .product_type_external,
.additrans-single-product-item:hover .woocommerce-thumbnail-wrap .added_to_cart {
	visibility: visible;
	opacity: 1
}

.additrans-single-product-item .woocommerce-thumbnail-wrap .add_to_cart_button,
.additrans-single-product-item .woocommerce-thumbnail-wrap .product_type_grouped,
.additrans-single-product-item .woocommerce-thumbnail-wrap .product_type_external,
.additrans-single-product-item .woocommerce-thumbnail-wrap .added_to_cart {
	font-size: 12px;
	background-color: var(--main-color-one);
	display: inline-block;
	padding: 5px 18px;
	border-radius: 2px;
	color: #fff;
	transition: all 300ms;
	font-weight: 600;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0
}

.additrans-single-product-item .woocommerce-thumbnail-wrap .added_to_cart {
	margin-top: 40px
}

.additrans-single-product-item .woocommerce-thumbnail-wrap .add_to_cart_button:hover,
.additrans-single-product-item .woocommerce-thumbnail-wrap .product_type_external:hover,
.additrans-single-product-item .woocommerce-thumbnail-wrap .product_type_grouped:hover {
	background-color: var(--secondary-color)
}

.additrans-single-product-item .product-contnent-wrap .added_to_cart {
	background-color: var(--secondary-color)
}

.additrans-single-product-item .product-contnent-wrap .added_to_cart:hover {
	background-color: var(--main-color-one)
}

.wc-page-content-inner .products .additrans-single-product-item:nth-child(4n+1) {
	margin-left: 0
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #e2e2e2;
	line-height: 40px
}

.woocommerce-pagination ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500
}

.woocommerce-pagination ul li span {
	border-color: var(--main-color-one);
	background-color: var(--main-color-one);
	color: #fff
}

.woocommerce-pagination {
	text-align: center;
	margin-top: 8px
}

.additrans-single-product-item .product-contnent-wrap .product_type_external {
	line-height: 20px
}

.additrans-product-single-page-item .related.products h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 35px
}

.additrans-product-single-page-item .related.products .products.columns-4 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap
}

.additrans-product-single-page-item .related.products .products li.product {
	margin-bottom: 0;
	width: calc(100% / 4 - 22px);
	text-align: center
}

.additrans-product-single-page-item .related.products .products li.product+li.product {
	margin-left: 30px
}

.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap {
	position: relative;
	z-index: 0
}

.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .onsale {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 15px;
	background-color: var(--main-color-one);
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.additrans-product-single-page-item .related.products .products li.product .product-contnent-wrap .woocommerce-loop-product__title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 6px
}

.additrans-product-single-page-item .related.products .products li.product .product-contnent-wrap .price {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: var(--heading-color);
	opacity: .8
}

.additrans-product-single-page-item .related.products .products li.product .product-contnent-wrap {
	padding-top: 20px
}

.additrans-product-single-page-item .related.products .products li.product .product-contnent-wrap .price del {
	color: var(--paragraph-color);
	opacity: 1
}

.additrans-product-single-page-item .related.products .products li.product:hover .woocommerce-thumbnail-wrap .add_to_cart_button,
.additrans-product-single-page-item .related.products .products li.product:hover .woocommerce-thumbnail-wrap .product_type_grouped,
.additrans-product-single-page-item .related.products .products li.product:hover .woocommerce-thumbnail-wrap .product_type_external,
.additrans-product-single-page-item .related.products .products li.product:hover .woocommerce-thumbnail-wrap .added_to_cart {
	visibility: visible;
	opacity: 1
}

.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .add_to_cart_button,
.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .product_type_grouped,
.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .product_type_external,
.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .added_to_cart {
	font-size: 12px;
	background-color: var(--main-color-one);
	display: inline-block;
	padding: 5px 18px;
	border-radius: 2px;
	color: #fff;
	transition: all 300ms;
	font-weight: 600;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0
}

.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .add_to_cart_button:hover,
.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .product_type_external:hover,
.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .product_type_grouped:hover {
	background-color: var(--secondary-color)
}

.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .added_to_cart {
	background-color: var(--secondary-color);
	margin-top: 40px
}

.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .add_to_cart_button.loading:after {
	position: absolute;
	left: 0;
	top: 0;
	content: 'Adding...';
	width: 100%;
	height: 100%;
	line-height: 34px;
	background-color: var(--main-color-one)
}

.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap .added_to_cart:hover {
	background-color: var(--main-color-one)
}

.additrans-product-single-page-item .related.products {
	margin-bottom: 15px;
	display: block
}

.additrans-product-single-page-item .related.products .products li.product .star-rating {
	margin: 0 auto;
	margin-bottom: 10px
}

.woocommmerce-product-single-page-top-content-wrap {
	display: flex;
	align-self: flex-start
}

.woocommmerce-product-single-page-top-content-wrap .woocommerce-thumbnail-wrapper {
	margin-right: 30px;
	position: relative;
	z-index: 0;
	width: calc(100% / 2)
}

.woocommmerce-product-single-page-top-content-wrap .woocommerce-thumbnail-wrapper .onsale {
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--main-color-one);
	padding: 5px 10px;
	z-index: 1;
	color: #fff;
	font-size: 14px
}

.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary .price {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: var(--heading-color)
}

.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary .price del {
	color: var(--paragraph-color)
}

.woocommmerce-product-single-page-top-content-wrap .woocommerce-product-details__short-description {
	margin-bottom: 20px
}

.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary input[type="number"] {
	border: 1px solid #e2e2e2;
	padding: 5px 10px;
	width: 80px;
	font-size: 14px
}

.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary .quantity {
	display: inline-block
}

.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary .single_add_to_cart_button:hover {
	background-color: var(--main-color-one)
}

.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary .single_add_to_cart_button {
	border: 0;
	font-size: 14px;
	background-color: var(--secondary-color);
	color: #fff;
	transition: 200ms all;
	padding: 6px 20px;
	font-weight: 500;
	cursor: pointer
}

.woocommmerce-product-single-page-top-content-wrap .product_meta {
	margin-top: 25px
}

.woocommmerce-product-single-page-top-content-wrap .product_meta .sku_wrapper {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: var(--heading-color);
	margin-bottom: 4px
}

.woocommmerce-product-single-page-top-content-wrap .product_meta .sku_wrapper span {
	font-weight: 400;
	color: var(--paragraph-color);
	margin-left: 10px
}

.woocommmerce-product-single-page-top-content-wrap .product_meta .posted_in,
.woocommmerce-product-single-page-top-content-wrap .product_meta .tagged_as {
	display: block;
	font-weight: 600;
	color: var(--heading-color);
	opacity: .8
}

.woocommmerce-product-single-page-top-content-wrap .product_meta .posted_in a:first-child,
.woocommmerce-product-single-page-top-content-wrap .product_meta .tagged_as a:first-child {
	margin-left: 10px
}

.woocommmerce-product-single-page-top-content-wrap .product_meta .posted_in a,
.woocommmerce-product-single-page-top-content-wrap .product_meta .tagged_as a {
	font-weight: 400;
	position: relative;
	z-index: 0;
	margin-left: 5px
}

.woocommmerce-product-single-page-top-content-wrap .product_meta .posted_in a:after {
	position: static;
	right: 0;
	top: 0;
	content: ","
}

.woocommmerce-product-single-page-top-content-wrap .product_meta .posted_in a:first-child:after {
	display: none
}

.woocommmerce-product-single-page-top-content-wrap .variations_form td.label {
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 0;
	padding-top: 0;
	font-weight: 600;
	color: var(--heading-color);
	line-height: 100%
}

.woocommmerce-product-single-page-top-content-wrap .variations_form table {
	margin-bottom: 20px
}

.woocommmerce-product-single-page-top-content-wrap .variations_form td.label label {
	margin-bottom: 0
}

.woocommmerce-product-single-page-top-content-wrap .variations_form td.value select {
	background-color: transparent;
	border: 1px solid #e2e2e2;
	height: 40px;
	margin-bottom: 15px;
	color: var(--paragraph-color);
	font-size: 14px
}

.additrans-product-single-page-item .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
	list-style: none
}

.additrans-product-single-page-item .woocommerce-product-gallery .flex-control-thumbs li:before {
	display: none
}

.additrans-product-single-page-item .woocommerce-product-gallery .flex-control-thumbs li+li {
	margin-left: 15px
}

.woocommmerce-product-single-page-top-content-wrap .variations_form .reset_variations {
	display: inline-block;
	padding: 6px 15px;
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	margin-left: 5px
}

.additrans-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none
}

.additrans-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul li {
	display: inline-block;
	background-color: #f7f7f7;
	transition: all 300ms
}

.additrans-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul li a {
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 400
}

.additrans-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul li.active {
	background-color: var(--main-color-one);
	color: #fff
}

.additrans-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 40px;
	margin-bottom: 54px
}

.additrans-product-single-page-item .woocommerce-Tabs-panel {
	background-color: #f7f7f7;
	padding: 20px 30px 20px 30px
}

.additrans-product-single-page-item .woocommerce-Tabs-panel h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 0
}

.additrans-product-single-page-item .woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 20px
}

.additrans-product-single-page-item .woocommerce-tabs .panel table {
	border-collapse: collapse
}

.additrans-product-single-page-item .woocommerce-tabs .panel table,
.additrans-product-single-page-item .woocommerce-tabs .panel td,
.additrans-product-single-page-item .woocommerce-tabs .panel th {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 20px
}

.additrans-product-single-page-item .woocommerce-tabs .panel td p {
	margin-bottom: 0
}

.additrans-product-single-page-item .woocommerce-tabs .panel th {
	color: var(--heading-color)
}

.woocommerce-Reviews ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.additrans-product-single-page-item .woocommerce-Reviews ol li+li {
	margin-top: 15px
}

.additrans-product-single-page-item .woocommerce-Reviews ol li:before {
	display: none
}

.additrans-product-single-page-item .woocommerce-Reviews ol li .comment_container {
	display: flex;
	flex-direction: initial
}

.additrans-product-single-page-item .woocommerce-Reviews ol li .comment_container img {
	min-width: 60px;
	height: 60px;
	margin-right: 20px
}

.additrans-product-single-page-item .woocommerce-Reviews ol li .comment_container .woocommerce-review__author {
	font-size: 18px;
	text-transform: capitalize;
	color: var(--heading-color);
	font-family: var(--heading-font)
}

.additrans-product-single-page-item .woocommerce-Reviews ol li .comment_container.woocommerce-review__published-date {
	font-size: 14px
}

.additrans-product-single-page-item #review_form_wrapper .comment-respond {
	margin-top: 25px
}

.additrans-product-single-page-item #review_form_wrapper .comment-respond .comment-reply-title {
	font-size: 22px;
	font-weight: 700;
	font-family: var(--heading-font);
	color: var(--heading-color);
	text-transform: capitalize;
	margin-bottom: 16px;
	display: block
}

.additrans-product-single-page-item #review_form_wrapper .comment-respond label {
	display: block
}

.additrans-product-single-page-item #review_form_wrapper .comment-respond textarea {
	width: 100%;
	border: 1px solid #e2e2e2;
	padding: 20px
}

.additrans-product-single-page-item #review_form_wrapper .comment-respond input[type=submit] {
	display: inline-block;
	padding: 8px 30px;
	border: 0;
	background-color: var(--secondary-color);
	color: #fff;
	cursor: pointer;
	transition: 200ms all
}

.additrans-product-single-page-item #review_form_wrapper .comment-respond input[type=submit]:hover {
	background-color: var(--main-color-one)
}

.additrans-product-single-page-item .woocommerce-Reviews ol li .comment_container .description p {
	font-size: 14px
}

.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary {
	width: calc(100% / 2)
}

.woocommerce-cart-form td.product-thumbnail img {
	max-width: 80px
}

.woocommerce-cart-form td.product-remove .remove {
	font-size: 18px;
	color: red
}

.woocommerce-cart-form td.product-remove {
	text-align: center
}

.woocommerce-cart-form th {
	color: var(--heading-color);
	font-family: var(--heading-font)
}

.woocommerce-cart-form td.product-name a {
	color: var(--heading-color)
}

.woocommerce-cart-form td.product-quantity input {
	border: 1px solid #e2e2e2;
	padding: 5px 10px;
	width: 80px;
	color: var(--paragraph-color)
}

.cart_totals h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px
}

.woocommerce-cart-form {
	margin-bottom: 50px
}

.woocommerce-cart-form td.actions .coupon {
	display: inline-block
}

.woocommerce-cart-form td.actions .coupon label {
	display: none
}

.woocommerce-cart-form td.actions .coupon input[type=text] {
	height: 40px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	padding: 0 20px
}

.woocommerce-cart-form td.actions .coupon button[type=submit] {
	background-color: var(--secondary-color);
	color: #fff;
	padding: 6px 20px;
	border: 1px solid var(--secondary-color);
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer
}

.woocommerce-cart-form td.actions button[name="update_cart"] {
	float: right;
	background-color: var(--secondary-color);
	color: #fff;
	padding: 6px 20px;
	border: 1px solid var(--secondary-color);
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer
}

.cart_totals table th {
	color: var(--heading-color);
	font-family: var(--heading-font)
}

.cart_totals table tr.woocommerce-shipping-totals #shipping_method {
	margin: 0;
	padding: 0;
	list-style: none
}

.cart_totals table tr.woocommerce-shipping-totals .shipping-calculator-button {
	color: var(--main-color-one)
}

.wc-proceed-to-checkout .checkout-button {
	display: inline-block;
	padding: 8px 20px;
	background-color: var(--secondary-color);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	transition: 200ms all
}

.wc-proceed-to-checkout .checkout-button:hover {
	background-color: var(--main-color-one)
}

.checkout.woocommerce-checkout .col2-set .col-1,
.checkout.woocommerce-checkout .col2-set .col-2 {
	max-width: 50%!important;
	flex: 0 0 50%!important
}

.checkout.woocommerce-checkout .col2-set {
	display: flex
}

.woocommerce-billing-fields h3,
woocommerce-shipping-fields h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px
}

.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-last {
	margin-right: 5px
}

.woocommerce-billing-fields .form-row-wide,
.woocommerce-shipping-fields .form-row-wide {
	width: 100%
}

.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
	display: block;
	width: 100%
}

.woocommerce-shipping-fields .woocommerce-input-wrapper,
.woocommerce-billing-fields .woocommerce-input-wrapper {
	margin: 0;
	margin-bottom: 10px
}

.woocommerce-shipping-fields .woocommerce-input-wrapper input,
.woocommerce-shipping-fields .woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-input-wrapper select,
.woocommerce-billing-fields .woocommerce-input-wrapper input,
.woocommerce-billing-fields .woocommerce-input-wrapper,
.woocommerce-billing-fields .woocommerce-input-wrapper select {
	display: block;
	width: 100%
}

.woocommerce-shipping-fields .woocommerce-input-wrapper input,
.woocommerce-shipping-fields .woocommerce-input-wrapper select,
.woocommerce-billing-fields .woocommerce-input-wrapper input,
.woocommerce-billing-fields .woocommerce-input-wrapper select {
	height: 40px;
	border: 1px solid #e2e2e2
}

.woocommerce-shipping-fields .select2-selection--single,
.select2-container--default .select2-selection--single {
	border: 1px solid #e2e2e2;
	border-radius: 0;
	height: 40px;
	line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--paragraph-color);
	line-height: 40px
}

.woocommerce-shipping-fields .woocommerce-input-wrapper input,
.woocommerce-billing-fields .woocommerce-input-wrapper input {
	padding: 0 20px
}

.woocommerce-input-wrapper textarea {
	width: 100%;
	border: 1px solid #e2e2e2;
	display: block;
	padding: 10px 20px
}

.woocommerce-input-wrapper {
	width: 100%
}

#ship-to-different-address span {
	font-size: 24px;
	line-height: 30px
}

#ship-to-different-address {
	margin-bottom: 35px
}

.woocommerce-checkout-review-order table th {
	color: var(--heading-color);
	font-family: var(--heading-font);
	padding: 10px 20px
}

.woocommerce-checkout-review-order table td {
	padding: 10px 20px
}

h3#order_review_heading {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 22px;
	margin-top: 15px
}

.woocommerce-checkout-payment ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px
}

.woocommerce-checkout-payment ul li+li {
	margin-top: 20px
}

button[name="woocommerce_checkout_place_order"] {
	border: 0;
	background-color: var(--secondary-color);
	color: #fff;
	padding: 8px 25px;
	margin-top: 20px;
	cursor: pointer;
	transition: 200ms all;
	font-size: 14px;
	font-weight: 600
}

button[name="woocommerce_checkout_place_order"]:hover {
	background-color: var(--main-color-one)
}

.woocommerce-thankyou-order-received {
	background-color: #008000;
	color: #fff;
	padding: 5px 20px
}

.woocommerce-order-details h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 20px
}

.woocommerce-order-details {
	margin-top: 30px
}

.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
	max-width: 100%;
	padding: 0
}

.woocommerce-customer-details h2 {
	font-size: 26px;
	font-weight: 600
}

.woocommerce-customer-details {
	margin-top: 30px
}

.woocommerce-MyAccount-navigation {
	width: 250px
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: var(--main-color-one);
	color: #fff
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	background-color: var(--secondary-color);
	padding: 8px 20px;
	color: rgba(255, 255, 255, .8)
}

.woocommerce-MyAccount-content {
	width: 100%;
	display: block;
	padding-left: 20px
}

.woocommerce-my-account-page-wrapper {
	display: flex
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
	max-width: 100%
}

.woocommerce-MyAccount-content .woocommerce-Address-title.title h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600
}

.woocommerce-EditAccountForm label {
	display: block;
	width: 100%
}

.woocommerce-EditAccountForm input {
	height: 40px;
	border: 1px solid #e2e2e2;
	padding: 0 20px;
	width: 100%
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 30px
}

.woocommerce-EditAccountForm legend {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: var(--heading-color);
	font-family: var(--heading-font)
}

button[name="save_account_details"] {
	border: 0;
	background-color: var(--secondary-color);
	color: #fff;
	font-weight: 500;
	padding: 8px 30px;
	margin-top: 10px;
	display: block;
	margin-left: -5px;
	cursor: pointer
}

.woocommerce-EditAccountForm {
	margin-left: 5px
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__quantity {
	padding-bottom: 10px
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label {
	padding-left: 20px
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price {
	padding-left: 20px
}

.woocommerce-grouped-product-list {
	margin-bottom: 20px
}

.woocommerce-error {
	background-color: #e2401c;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 5px 20px;
	margin-bottom: 30px
}

.wc-page-content-inner .products.columns-3 .additrans-single-product-item {
	width: calc(100% / 3 - 20px)
}

.additrans-single-product-item .woocommerce-thumbnail-wrap img {
	width: 100%
}

.wc-page-content-inner .products.columns-3 .additrans-single-product-item:nth-child(4n+1) {
	margin-left: 30px
}

.wc-page-content-inner .products.columns-3 .additrans-single-product-item:nth-child(3n+1) {
	margin-left: 0
}

.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary .price {
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 20px
}

.woocommmerce-product-single-page-top-content-wrap .product_meta .posted_in a:after {
	display: none
}

.woocommerce-form-login label {
	display: block;
	width: 100%
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
	flex: 0 0 50%;
	max-width: calc(100% / 2 - 10px);
	display: inline-block
}

.woocommerce #customer_login {
	display: flex
}

.lost_reset_password input,
.woocommerce-form-login input,
.woocommerce-form-register input {
	border: 1px solid #e2e2e2;
	width: 100%
}

.lost_reset_password button[type=submit],
.woocommerce-form-login button[type=submit],
.woocommerce-form-register button[type=submit] {
	border: 0;
	padding: 8px 20px;
	background-color: var(--main-color-one);
	color: #fff;
	font-weight: 600;
	transition: all 400ms
}

.lost_reset_password button[type=submit]:hover,
.woocommerce-form-login button[type=submit]:hover,
.woocommerce-form-register button[type=submit]:hover {
	background-color: var(--secondary-color);
	color: #fff
}

.lost_reset_password label,
.woocommerce-form-register label {
	display: block;
	width: 100%
}

.woocommerce-form-login .password-input {
	display: block;
	width: 100%
}

.woocommerce-form-login label.woocommerce-form-login__rememberme input {
	display: inline-block;
	width: auto;
	height: auto
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px
}

@media only screen and (max-width:991px) {
	.wc-page-content-inner .products .additrans-single-product-item {
		width: calc(100% / 3 - 20px)
	}
	.wc-page-content-inner .products .additrans-single-product-item:nth-child(4n+1) {
		margin-left: 30px
	}
	.wc-page-content-inner .products .additrans-single-product-item:nth-child(3n+1) {
		margin-left: 0
	}
	.additrans-product-single-page-item .woocommerce-product-gallery .flex-control-thumbs li+li {
		margin-left: 10px
	}
	.additrans-product-single-page-item .related.products .products li.product {
		width: calc(100% / 3 - 20px)
	}
	.additrans-product-single-page-item .related.products .products.columns-4 {
		flex-wrap: wrap
	}
	.additrans-product-single-page-item .related.products .products.columns-4 li:nth-child(4) {
		margin-top: 30px;
		margin-left: 0!important
	}
	.additrans-product-single-page-item .related.products .products li.product .product-contnent-wrap .added_to_cart {
		margin-top: 10px
	}
	.additrans-single-product-item .product-contnent-wrap .added_to_cart {
		margin-top: 10px
	}
	.additrans-header-cart {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.wc-page-content-inner .products .additrans-single-product-item {
		width: calc(100% / 2 - 15px)
	}
	.wc-page-content-inner .products .additrans-single-product-item:nth-child(3n+1) {
		margin-left: 30px
	}
	.wc-page-content-inner .products .additrans-single-product-item:nth-child(2n+1) {
		margin-left: 0
	}
	.additrans-product-single-page-item .related.products .products li.product {
		width: calc(100% / 2 - 15px)
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4) {
		margin-top: 10px
	}
	.additrans-product-single-page-item .related.products .products.columns-4 li:nth-child(4) {
		margin-left: 30px!important
	}
	.additrans-product-single-page-item .related.products .products.columns-4 li:nth-child(3) {
		margin-top: 30px;
		margin-left: 0!important
	}
	table.shop_table_responsive tr td {
		text-align: left
	}
	.woocommerce-cart-form td.actions button[name="update_cart"] {
		float: none;
		margin-top: 10px
	}
	.wc-page-content-inner .products.columns-3 .additrans-single-product-item {
		width: calc(100% / 2 - 15px)
	}
	.wc-page-content-inner .products.columns-3 .additrans-single-product-item:nth-child(3n+1) {
		margin-left: 30px
	}
	.wc-page-content-inner .products.columns-3 .additrans-single-product-item:nth-child(2n+1) {
		margin-left: 0
	}
}

@media only screen and (max-width:414px) {
	.wc-page-content-inner .products .additrans-single-product-item,
	.wc-page-content-inner .products.columns-3 .additrans-single-product-item,
	.additrans-product-single-page-item .related.products .products li.product {
		width: 100%;
		margin-left: 0!important
	}
	.additrans-product-single-page-item .related.products .products li.product .woocommerce-thumbnail-wrap img {
		width: 100%
	}
	.additrans-product-single-page-item .related.products .products.columns-4 {
		flex-wrap: wrap
	}
	.additrans-product-single-page-item .related.products .products li.product+li {
		margin-top: 30px
	}
	.woocommmerce-product-single-page-top-content-wrap .woocommerce-thumbnail-wrapper {
		width: 100%;
		margin-right: 0
	}
	.woocommmerce-product-single-page-top-content-wrap {
		display: block
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4) {
		margin-top: 0
	}
	.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary {
		width: 100%;
		margin-top: 30px
	}
	.additrans-product-single-page-item .related.products .products.columns-4 li:nth-child(4) {
		margin-left: 0!important
	}
	table.shop_table_responsive tr td:before {
		display: none
	}
	.additrans-product-single-page-item .woocommerce-Tabs-panel h2 {
		font-size: 18px
	}
}

@media only screen and (max-width:384px) {
	.additrans-product-single-page-item .woocommerce-Reviews ol li .comment_container {
		display: block
	}
	.additrans-product-single-page-item .woocommerce-Reviews ol li .comment_container img {
		margin-bottom: 20px
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 30px
	}
	.woocommerce-my-account-page-wrapper {
		display: block
	}
	.woocommerce-MyAccount-content {
		padding-left: 0
	}
	.woocommerce-cart-form td.actions .coupon button[type=submit] {
		margin-top: 10px
	}
}