/* Other site parts RTL style rules.

	* Table of contents

	- Preloader animation
	- Contact form

 */

/* Preloader animation
------------------------------------------------------------------------------------------------- */

.dots3-preloader span:nth-child(1) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.dots3-preloader span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

/* Contact form
------------------------------------------------------------------------------------------------- */

span.wpcf7-not-valid-tip {
	right: 0;
	left: auto;
}