/* --------------------------------------------------------------------------------------
+
+   Right to left - css
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* Borders */
/* hover opacity */
/* hover color */
/* TRIANGLES */
/* LINE-HIGH */
/* BOX SIZING */
/* HIDE TEXT*/
             /* SPRITES
$icon-spacing: 10px;
$icon-layout: horizontal; //vertical is default, smart(third option)
@import "icon/*.png";
@include all-icon-sprites(true);
 */
.i1:before, .i2:before, .i3:before, .i4:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../images/services/icons-se17cccf811.png') no-repeat;
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.i1:before {
  background-position: 0 -215px;
  height: 75px;
  width: 74px;
  margin-top: -37.5px;
  margin-left: -37px;
}

.i2:before {
  background-position: 0 -140px;
  height: 75px;
  width: 75px;
  margin-top: -37.5px;
  margin-left: -37.5px;
}

.i3:before {
  background-position: 0 -67px;
  height: 73px;
  width: 73px;
  margin-top: -36.5px;
  margin-left: -36.5px;
}

.i4:before {
  background-position: 0 0;
  height: 67px;
  width: 82px;
  margin-top: -33.5px;
  margin-left: -41px;
}

.fb:before, .tw:before, .gg:before, .in:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../images/social-s8d81c4874f.png') no-repeat;
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fb:before {
  background-position: 0 -34px;
  height: 18px;
  width: 8px;
  margin-top: -9px;
  margin-left: -4px;
}

.tw:before {
  background-position: 0 0;
  height: 16px;
  width: 18px;
  margin-top: -8px;
  margin-left: -9px;
}

.gg:before {
  background-position: 0 -16px;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  margin-left: -9px;
}

.in:before {
  background-position: 0 -52px;
  height: 19px;
  width: 20px;
  margin-top: -9.5px;
  margin-left: -10px;
}


html {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.lang-ar {
  display: none;
}

.lang-en {
  display: block;
}

.left {
  float: right;
}

.right {
  float: left;
}

h2:before {
  display: none;
}
h2:after {
  display: block;
}

ul li {
  padding-left: 0;
  padding-right: 25px;
}
ul li:after {
  left: auto;
  right: 0;
}

.container.illus1, .container.illus2, .container.illus3, .container.illus4 {
  padding-left: 0;
  padding-right: 192px;
  background-position: 100% 0;
}

header li {
  padding-right: 0;
}
header li + li {
  margin-left: 0;
  margin-right: 20px;
}

#services .container > span + span {
  margin-left: 0;
  margin-right: 80px;
}

.about .subheader .wrap h2, .clients .subheader .wrap h2 {
  float: right;
}
.about .subheader .wrap h2:before, .clients .subheader .wrap h2:before {
  left: auto;
  right: 0;
  margin-right: 0;
}
.about .subheader .wrap .container, .clients .subheader .wrap .container {
  padding-left: 0;
  padding-right: 334px;
  background-position: 93% 0;
}
.clients .subheader .wrap .container {
  background-position: 93% 65px;
}

.accord h2:before {
  left: 50% !important;
  margin-left: -51px !important;
}
.accord h2 span:before, .accord h2 span:after {
  display: none;
}

.hidden:before {
  right: 50%;
  left: auto;
  margin-left: 0;
  margin-right: -200px;
}
.hidden ul + ul {
  margin-left: 0;
  margin-right: 30px;
}

article.half li {
  padding-right: 0;
}

th, td {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}
th:first-child, td:first-child {
  padding-right: 0;
}

td:first-child {
  border-right: none;
  border-left: 1px solid #c7cdd1;
}

.map_nav .left, .map_nav .right {
  padding: 30px 0 30px 20px;
}

.location_btn {
  padding-left: 0;
  padding-right: 65px;
}
.location_btn:before {
  left: auto;
  right: 0;
}

footer .social li {
  padding-right: 0;
}

.phone {

font-family: Arial, Helvetica, sans-serif;

}