diff --git a/_includes/head.html b/_includes/head.html
index dec00444..6882439a 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -41,7 +41,9 @@
         <meta name="theme-color" content="#ffffff">
 
     <link href="/css/custom.css" rel="stylesheet">
-
+	{% if site.lang == 'ar' %}
+	<link href="/css/rtl.css" rel="stylesheet">
+	{% endif %}
     
     <meta name="msapplication-config" content="/ietemplates/ieconfig.xml">
 
diff --git a/css/rtl.css b/css/rtl.css
new file mode 100644
index 00000000..355bb113
--- /dev/null
+++ b/css/rtl.css
@@ -0,0 +1,40 @@
+.nav-items {
+    direction: rtl;
+}
+
+.white-nav .nav-item .dropdown-content {
+	direction: rtl;
+	text-align: right;
+}
+
+.site-wrap {
+    text-align: right;
+}
+
+.guides {
+    text-align: left;
+}
+
+h2#main-h2 {
+    text-align: right;
+}
+
+.using h2 {
+    text-align: right;
+}
+
+.about-monero {
+    direction: rtl;
+}
+
+.moneropedia {
+    text-align: left;
+}
+
+.roadmap {
+    text-align: left;
+}
+
+.footer-wrapper {
+	direction: rtl;
+}
\ No newline at end of file