/**
	TT Extension RTL CSS
*/

.theme-rtl .swiper-rtl .swiper-navigation .swiper-button::after{
	content: none;
}
.theme-rtl .swiper-rtl .swiper-button-next{
	right: 0;
	left: auto;
}
.theme-rtl .swiper-rtl .swiper-button-prev{
	right: auto;
	left: 0;
}
.theme-rtl .tt-feature-box{
	text-align: right !important;
}
.theme-rtl .tt-testimonial .swiper-navigation{
	flex-direction: row-reverse;
}
.theme-rtl .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation{
	margin: 0 10px 0 0;
	padding: 0 12px 0 0;
}
.theme-rtl .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation::before {
	left: auto;
	right: 0;
}