body {
	direction: rtl;
	unicode-bidi: embed;
	text-align: right;
}

.owl-carousel,
.bx-wrapper {
	direction: ltr;
}

.owl-carousel .owl-item {
	direction: rtl;
}

.text-start {
	text-align: right !important;
}

.text-end {
	text-align: left !important;
}

.ms-3 {
	margin-right: 1rem !important;
	margin-left: 0 !important;
}

.ms-auto {
	margin-right: auto !important;
	margin-left: 0 !important;
}

.me-auto {
	margin-right: 0 !important;
	margin-left: auto !important;
}

.elementor-align-left {
	text-align: right !important;
}



@media only screen and (max-width: 767px) {
	.mobile-responsive-nav .mean-container a.meanmenu-reveal {
		left: 0px !important;
		right: auto !important;
	}

	.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
		text-align: start;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-responsive-nav .mean-container a.meanmenu-reveal {
		left: 0px !important;
		right: auto !important;
	}

	.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
		text-align: start;
	}

}