html[dir="rtl"] body {
	font-family: "Tajawal", Arial, Helvetica, sans-serif;
	text-align: right;
}

html[dir="rtl"],
html[dir="rtl"] body {
	overflow-x: hidden;
}

html[dir="rtl"] .sr-only:not(:focus) {
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	left: 0 !important;
	right: auto !important;
	white-space: nowrap !important;
}

html[dir="rtl"] .shape-divider-horizontal-animation {
	animation: none !important;
	left: 0 !important;
	max-width: 100vw !important;
	overflow: hidden !important;
	right: auto !important;
	transform: none !important;
	width: 100% !important;
}

html[dir="rtl"] .shape-divider-horizontal-animation svg {
	max-width: 100% !important;
	transform: none !important;
}

html[dir="rtl"] .shape-divider-horizontal-animation svg:not(:first-child) {
	display: none !important;
}

html[dir="rtl"] .arabic-site {
	direction: rtl;
}

html[dir="rtl"] .header-logo,
html[dir="rtl"] .owl-carousel,
html[dir="rtl"] .counter {
	direction: ltr;
}

html[dir="rtl"] .header-nav-main nav > ul > li > a,
html[dir="rtl"] .breadcrumb,
html[dir="rtl"] .form-label,
html[dir="rtl"] input,
html[dir="rtl"] textarea {
	direction: rtl;
	text-align: right;
}

html[dir="rtl"] .simple-search .btn,
html[dir="rtl"] .g-recaptcha {
	direction: ltr;
}

html[dir="rtl"] a[href^="tel:"],
html[dir="rtl"] a[href^="mailto:"] {
	direction: ltr;
	unicode-bidi: isolate;
}

html[dir="rtl"] .fa-arrow-right {
	transform: scaleX(-1);
}

html[dir="rtl"] .ws-nowrap {
	white-space: normal !important;
}

html[dir="rtl"] .dropdown-menu-end {
	right: auto;
	left: 0;
	text-align: right;
}

html[dir="rtl"] .word-rotator-words {
	text-align: right;
}
