
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2020 | 12:42:28 */
.animate-css {
	transition: .6s ease-in-out !important;
	overflow: hidden;
}

.animate-css h2:before, .animate-css h2:after, .animate-css h3:before, .animate-css h3:after {
	transition: .5s ease-in-out !important;
}

.animate-css h3:after {
	transition-delay: .4s !important;
}

.slide-from-left {
	transform: translatex(-150px);
	opacity: 0;
}

.slide-from-right {
	transform: translatex(150px);
	opacity: 0;
}

.appear-from-small {
	transform: scale(.7);
	opacity: 0;
}

.slide-from-bottom {
	transform: translatey(150px);
	opacity: 0;
}

.slide-from-top {
	transform: translatey(-150px);
	opacity: 0;
}

.fade-in {
	opacity: 0;
}

.animate-css.delay-01 {
	transition-delay: .1s !important;
}

.animate-css.delay-02 {
	transition-delay: .2s !important;
}

.animate-css.delay-03 {
	transition-delay: .3s !important;
}

.animate-css.delay-04 {
	transition-delay: .4s !important;
}

.animate-css.delay-05 {
	transition-delay: .5s !important;
}

.animate-css.delay-06 {
	transition-delay: .6s !important;
}

.animate-css.delay-07 {
	transition-delay: .7s !important;
}

.animate-css.delay-08 {
	transition-delay: .8s !important;
}

.animate-css.delay-09 {
	transition-delay: .9s !important;
}

.animate-css.delay-11 {
	transition-delay: 1.1s !important;
}

.center-underline h2:before, .center-underline h3:before {
	width: 0 !important;
}

.center-underline h2:after, .center-underline h3:after {
	width: 0 !important;
}

.left-underline-css h2:after, .left-underline-css h2:before {
	width: 0 !important;
}

@-webkit-keyframes flashflip {
	0% {
		opacity: 0;
		-webkit-transform: rotatey(-180deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: rotatey(+ 180deg);
	}
}
