/*
Theme Name: ThemeMove

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/
/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/
/*# sourceMappingURL=rtl.css.map */

body {
    direction: rtl;
    text-align: right;
}

.site-header {
    float: right;
}

.site-navigation {
    float: left;
}
a.eg-thememove-features-3-element-0 {
    text-align: right;
}
.top-area .social {
        float: left;
 }

.wpb_wrapper {
    direction: ltr;
	
}
.testimonial-4 .wpb_wrapper {
     
	    text-align: right;
}
.heading-title-3, .heading-title-2, .heading-title {

    letter-spacing: 0;
} 

.esg-entry-cover {
    direction: rtl;
}


.mm-listview>li>a, .mm-listview>li>span {
    padding: 10px 20px 10px 10px;
}
html.mm-blocking, html.mm-blocking body {
    display: block;
    width: 100%;
    position: relative;
}
.intro4 .vc_btn3:after {
    content: '\f100';
    margin-right: 15px;
    float: left;
}
.esg-filter-wrapper {
  
    direction: rtl;
}
 .footer .menu li:before {
    content: "\f100";
    margin-left: 10px;
    
}
.footer .social .menu
 {
    text-align: right;
}
.navigation .sub-menu, .navigation .children {
    text-align: right;
    right: 0;
}    
@media (max-width: 1024px) {
  .scheme .header {
    direction: ltr;
  }
}