/*RTL CSS fixes*/

/*global*/
body, .body {
	direction:rtl;
	unicode-bidi:embed;
}
.site {
    background: url(https://drahmedfarah.com/wp-content/themes/drfarah/assets/dist/img/site-main.jpg) no-repeat right top;
}
.offset-lg-1, .offset-md-1 {
    margin-left: 0;
}
.col-lg-10, .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.header-right-top ul li a i {
    float: right;
	margin-right: 0px;
	margin-left: 10px;
}
.header-right-top ul li a {
    overflow: visible;
}

/*home*/
.home .site section ul li::before {
    left: unset;
    right: 0;
    transform: rotate(180deg);
}
.home .site section ul li a {
    margin-right: 50px;
	display: block;
}
