RTL Direction
To use RTL direction set the dir='rtl' in
<html>
and replaceassets/css/sleek.css
withassets/css/sleek.rtl.css
inside <head>
<!-- Rtl Direction -->
<html dir="rtl"></html>
<!-- Stylesheet URL -->
<link id="sleek-css" rel="stylesheet" href="assets/css/sleek.rtl.css">