/* Arabic converter */
body{font-family: "Cairo", sans-serif;}
* {
  text-align:right;
}
.menu-area {float:left; } 
.top-menu ul li { float:right; }
.lang ul li { border-left:1px solid #ddd; border-right:none; }
.header .button { float:left; }
.menu-button { float:left; }

.banner .readmore { display: inline-block; }
.readmore::before { left: auto; right:0; }




.intro-content h1,
.intro-content p { text-align: right; }





ul.social-list li { float:right; }
.footer p.ftr_contact { text-align: right; }
.footer .ftr_clicks { text-align: right; float:right; }
.footer p { float:right; }

ul.ftr_links li { 
  padding-left:0; padding-right:25px;
  position: relative; background:none;
}
ul.ftr_links li::before {
  top:4px; right:0;
  position: absolute; width:20px; height:15px; content:''; display: inline-block;
  margin:0; padding:0; transform: rotate(180deg);
  background-image:url(../images/icon-arrow-right-blue.svg);
	background-position:top right; 
  background-repeat:no-repeat; background-size:17px;
}




/* what we do ------- */
.whatwedo-block h5 { text-align: right; }
.right-content-web h5,
.right-content-web p { text-align: left; }


.news-thumb span {
  bottom: 20px;
  left: auto; right:2px; text-align: right;
}

.contact-block h6 { text-align: center; }
