.animate {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate1 {
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate2 {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate3 {
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate4 {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate5 {
	-webkit-animation-duration: 4.5s;
	animation-duration: 4.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate6 {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}






.swiper-slide-active .animate {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.swiper-slide-active .m-bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.swiper-slide-active .m-bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.swiper-slide-active .m-bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
.swiper-slide-active .m-bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
.swiper-slide-active .m-flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
.swiper-slide-active .m-fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}






.m-fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.m-fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}