@font-face {
  font-family: 'almoni-dl';
  font-weight: 700;
  /*(bold)*/
  font-style: normal;
  src: url("fonts/almoni-dl-aaa-700.eot");
  src: url("fonts/almoni-dl-aaa-700.eot#iefix") format("embedded-opentype"), url("fonts/almoni-dl-aaa-700.woff") format("woff"), url("fonts/almoni-dl-aaa-700.ttf") format("truetype");
}
@font-face {
  font-family: 'almoni-dl';
  font-weight: 900;
  /*(black)*/
  font-style: normal;
  src: url("fonts/almoni-dl-aaa-900.eot");
  src: url("fonts/almoni-dl-aaa-900.eot#iefix") format("embedded-opentype"), url("fonts/almoni-dl-aaa-900.woff") format("woff"), url("fonts/almoni-dl-aaa-900.ttf") format("truetype");
}
@font-face {
  font-family: 'almoni-dl';
  font-weight: 300;
  /*(light)*/
  font-style: normal;
  src: url("fonts/almoni-dl-aaa-300.eot");
  src: url("fonts/almoni-dl-aaa-300.eot#iefix") format("embedded-opentype"), url("fonts/almoni-dl-aaa-300.woff") format("woff"), url("fonts/almoni-dl-aaa-300.ttf") format("truetype");
}
@font-face {
  font-family: 'almoni-dl';
  font-weight: 400;
  /*(regular)*/
  font-style: normal;
  src: url("fonts/almoni-dl-aaa-400.eot");
  src: url("fonts/almoni-dl-aaa-400.eot#iefix") format("embedded-opentype"), url("fonts/almoni-dl-aaa-400.woff") format("woff"), url("fonts/almoni-dl-aaa-400.ttf") format("truetype");
}
@font-face {
  font-family: 'almoni-tzar';
  font-weight: 300;
  /*(normal)*/
  font-style: normal;
  src: url("fonts/almoni-tzar-aaa-300.eot");
  src: url("fonts/almoni-tzar-aaa-300.eot#iefix") format("embedded-opentype"), url("fonts/almoni-tzar-aaa-300.woff") format("woff"), url("fonts/almoni-tzar-aaa-300.ttf") format("truetype");
}
@font-face {
  font-family: 'almoni-tzar';
  font-weight: 400;
  /*(normal)*/
  font-style: normal;
  src: url("fonts/almoni-tzar-aaa-400.eot");
  src: url("fonts/almoni-tzar-aaa-400.eot#iefix") format("embedded-opentype"), url("fonts/almoni-tzar-aaa-400.woff") format("woff"), url("fonts/almoni-tzar-aaa-400.ttf") format("truetype");
}
@font-face {
  font-family: 'almoni-tzar';
  font-weight: 700;
  /*(bold)*/
  font-style: normal;
  src: url("fonts/almoni-tzar-aaa-700.eot");
  src: url("fonts/almoni-tzar-aaa-700.eot#iefix") format("embedded-opentype"), url("fonts/almoni-tzar-aaa-700.woff") format("woff"), url("fonts/almoni-tzar-aaa-700.ttf") format("truetype");
}
/* line 71, rtl.scss */
body,
#footer #jobsCarousel .carousel-inner .item .btm-row {
  direction: rtl;
}

/* line 76, rtl.scss */
body {
  font-family: "almoni-dl", "Open Sans", sans-serif;
}

/* line 80, rtl.scss */
.sequence-pagination {
  direction: rtl;
}

/* line 83, rtl.scss */
pre {
  direction: ltr;
}

/* line 87, rtl.scss */
.nav {
  padding-right: 0;
}

/* line 90, rtl.scss */
.navbar-nav,
.navbar-nav > li,
.nav-tabs > li,
.nav-pills > li,
ul.footer-menu li {
  float: right;
}

/* line 97, rtl.scss */
.nav-tabs > li > a {
  margin-right: auto;
  margin-left: 2px;
}

/* line 102, rtl.scss */
blockquote {
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 106, rtl.scss */
a#scroll-to-top {
  left: 30px;
  right: auto;
}

/* 
 * Bootstrap RTL
 */
/* Grid System */
/* line 115, rtl.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}

/* line 118, rtl.scss */
.col-xs-pull-12 {
  left: 100%;
  right: auto;
}

/* line 119, rtl.scss */
.col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}

/* line 120, rtl.scss */
.col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}

/* line 121, rtl.scss */
.col-xs-pull-9 {
  left: 75%;
  right: auto;
}

/* line 122, rtl.scss */
.col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}

/* line 123, rtl.scss */
.col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}

/* line 124, rtl.scss */
.col-xs-pull-6 {
  left: 50%;
  right: auto;
}

/* line 125, rtl.scss */
.col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}

/* line 126, rtl.scss */
.col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}

/* line 127, rtl.scss */
.col-xs-pull-3 {
  left: 25%;
  right: auto;
}

/* line 128, rtl.scss */
.col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}

/* line 129, rtl.scss */
.col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}

/* line 130, rtl.scss */
.col-xs-pull-0 {
  left: auto;
  right: auto;
}

/* line 132, rtl.scss */
.col-xs-push-12 {
  right: 100%;
  left: auto;
}

/* line 133, rtl.scss */
.col-xs-push-11 {
  right: 91.66666667%;
  left: auto;
}

/* line 134, rtl.scss */
.col-xs-push-10 {
  right: 83.33333333%;
  left: auto;
}

/* line 135, rtl.scss */
.col-xs-push-9 {
  right: 75%;
  left: auto;
}

/* line 136, rtl.scss */
.col-xs-push-8 {
  right: 66.66666667%;
  left: auto;
}

/* line 137, rtl.scss */
.col-xs-push-7 {
  right: 58.33333333%;
  left: auto;
}

/* line 138, rtl.scss */
.col-xs-push-6 {
  right: 50%;
  left: auto;
}

/* line 139, rtl.scss */
.col-xs-push-5 {
  right: 41.66666667%;
  left: auto;
}

/* line 140, rtl.scss */
.col-xs-push-4 {
  right: 33.33333333%;
  left: auto;
}

/* line 141, rtl.scss */
.col-xs-push-3 {
  right: 25%;
  left: auto;
}

/* line 142, rtl.scss */
.col-xs-push-2 {
  right: 16.66666667%;
  left: auto;
}

/* line 143, rtl.scss */
.col-xs-push-1 {
  right: 8.33333333%;
  left: auto;
}

/* line 144, rtl.scss */
.col-xs-push-0 {
  right: auto;
  left: auto;
}

/* line 146, rtl.scss */
.col-xs-offset-12 {
  margin-right: 100%;
  margin-left: auto;
}

/* line 147, rtl.scss */
.col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: auto;
}

/* line 148, rtl.scss */
.col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: auto;
}

/* line 149, rtl.scss */
.col-xs-offset-9 {
  margin-right: 75%;
  margin-left: auto;
}

/* line 150, rtl.scss */
.col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: auto;
}

/* line 151, rtl.scss */
.col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: auto;
}

/* line 152, rtl.scss */
.col-xs-offset-6 {
  margin-right: 50%;
  margin-left: auto;
}

/* line 153, rtl.scss */
.col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: auto;
}

/* line 154, rtl.scss */
.col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: auto;
}

/* line 155, rtl.scss */
.col-xs-offset-3 {
  margin-right: 25%;
  margin-left: auto;
}

/* line 156, rtl.scss */
.col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: auto;
}

/* line 157, rtl.scss */
.col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: auto;
}

/* line 158, rtl.scss */
.col-xs-offset-0 {
  margin-right: 0;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 161, rtl.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
  }

  /* line 164, rtl.scss */
  .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }

  /* line 165, rtl.scss */
  .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }

  /* line 166, rtl.scss */
  .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }

  /* line 167, rtl.scss */
  .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }

  /* line 168, rtl.scss */
  .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }

  /* line 169, rtl.scss */
  .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }

  /* line 170, rtl.scss */
  .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }

  /* line 171, rtl.scss */
  .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }

  /* line 172, rtl.scss */
  .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }

  /* line 173, rtl.scss */
  .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }

  /* line 174, rtl.scss */
  .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }

  /* line 175, rtl.scss */
  .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }

  /* line 176, rtl.scss */
  .col-sm-pull-0 {
    left: auto;
    right: auto;
  }

  /* line 178, rtl.scss */
  .col-sm-push-12 {
    right: 100%;
    left: auto;
  }

  /* line 179, rtl.scss */
  .col-sm-push-11 {
    right: 91.66666667%;
    left: auto;
  }

  /* line 180, rtl.scss */
  .col-sm-push-10 {
    right: 83.33333333%;
    left: auto;
  }

  /* line 181, rtl.scss */
  .col-sm-push-9 {
    right: 75%;
    left: auto;
  }

  /* line 182, rtl.scss */
  .col-sm-push-8 {
    right: 66.66666667%;
    left: auto;
  }

  /* line 183, rtl.scss */
  .col-sm-push-7 {
    right: 58.33333333%;
    left: auto;
  }

  /* line 184, rtl.scss */
  .col-sm-push-6 {
    right: 50%;
    left: auto;
  }

  /* line 185, rtl.scss */
  .col-sm-push-5 {
    right: 41.66666667%;
    left: auto;
  }

  /* line 186, rtl.scss */
  .col-sm-push-4 {
    right: 33.33333333%;
    left: auto;
  }

  /* line 187, rtl.scss */
  .col-sm-push-3 {
    right: 25%;
    left: auto;
  }

  /* line 188, rtl.scss */
  .col-sm-push-2 {
    right: 16.66666667%;
    left: auto;
  }

  /* line 189, rtl.scss */
  .col-sm-push-1 {
    right: 8.33333333%;
    left: auto;
  }

  /* line 190, rtl.scss */
  .col-sm-push-0 {
    right: auto;
    left: auto;
  }

  /* line 191, rtl.scss */
  .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: auto;
  }

  /* line 192, rtl.scss */
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto;
  }

  /* line 193, rtl.scss */
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto;
  }

  /* line 194, rtl.scss */
  .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: auto;
  }

  /* line 195, rtl.scss */
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto;
  }

  /* line 196, rtl.scss */
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: auto;
  }

  /* line 197, rtl.scss */
  .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: auto;
  }

  /* line 198, rtl.scss */
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: auto;
  }

  /* line 199, rtl.scss */
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: auto;
  }

  /* line 200, rtl.scss */
  .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: auto;
  }

  /* line 201, rtl.scss */
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: auto;
  }

  /* line 202, rtl.scss */
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: auto;
  }

  /* line 203, rtl.scss */
  .col-sm-offset-0 {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  /* line 206, rtl.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }

  /* line 209, rtl.scss */
  .col-md-pull-12 {
    left: 100%;
    right: auto;
  }

  /* line 210, rtl.scss */
  .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }

  /* line 211, rtl.scss */
  .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }

  /* line 212, rtl.scss */
  .col-md-pull-9 {
    left: 75%;
    right: auto;
  }

  /* line 213, rtl.scss */
  .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }

  /* line 214, rtl.scss */
  .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }

  /* line 215, rtl.scss */
  .col-md-pull-6 {
    left: 50%;
    right: auto;
  }

  /* line 216, rtl.scss */
  .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }

  /* line 217, rtl.scss */
  .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }

  /* line 221, rtl.scss */
  .col-md-pull-3 {
    left: 25%;
    right: auto;
  }

  /* line 225, rtl.scss */
  .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }

  /* line 229, rtl.scss */
  .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }

  /* line 233, rtl.scss */
  .col-md-pull-0 {
    left: auto;
    right: auto;
  }

  /* line 237, rtl.scss */
  .col-md-push-12 {
    right: 100%;
    left: auto;
  }

  /* line 241, rtl.scss */
  .col-md-push-11 {
    right: 91.66666667%;
    left: auto;
  }

  /* line 245, rtl.scss */
  .col-md-push-10 {
    right: 83.33333333%;
    left: auto;
  }

  /* line 249, rtl.scss */
  .col-md-push-9 {
    right: 75%;
    left: auto;
  }

  /* line 253, rtl.scss */
  .col-md-push-8 {
    right: 66.66666667%;
    left: auto;
  }

  /* line 257, rtl.scss */
  .col-md-push-7 {
    right: 58.33333333%;
    left: auto;
  }

  /* line 261, rtl.scss */
  .col-md-push-6 {
    right: 50%;
    left: auto;
  }

  /* line 265, rtl.scss */
  .col-md-push-5 {
    right: 41.66666667%;
    left: auto;
  }

  /* line 269, rtl.scss */
  .col-md-push-4 {
    right: 33.33333333%;
    left: auto;
  }

  /* line 273, rtl.scss */
  .col-md-push-3 {
    right: 25%;
    left: auto;
  }

  /* line 277, rtl.scss */
  .col-md-push-2 {
    right: 16.66666667%;
    left: auto;
  }

  /* line 281, rtl.scss */
  .col-md-push-1 {
    right: 8.33333333%;
    left: auto;
  }

  /* line 285, rtl.scss */
  .col-md-push-0 {
    right: auto;
    left: auto;
  }

  /* line 289, rtl.scss */
  .col-md-offset-12 {
    margin-right: 100%;
    margin-left: auto;
  }

  /* line 293, rtl.scss */
  .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto;
  }

  /* line 297, rtl.scss */
  .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto;
  }

  /* line 301, rtl.scss */
  .col-md-offset-9 {
    margin-right: 75%;
    margin-left: auto;
  }

  /* line 305, rtl.scss */
  .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto;
  }

  /* line 309, rtl.scss */
  .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: auto;
  }

  /* line 313, rtl.scss */
  .col-md-offset-6 {
    margin-right: 50%;
    margin-left: auto;
  }

  /* line 317, rtl.scss */
  .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: auto;
  }

  /* line 321, rtl.scss */
  .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: auto;
  }

  /* line 325, rtl.scss */
  .col-md-offset-3 {
    margin-right: 25%;
    margin-left: auto;
  }

  /* line 329, rtl.scss */
  .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: auto;
  }

  /* line 333, rtl.scss */
  .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: auto;
  }

  /* line 337, rtl.scss */
  .col-md-offset-0 {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 343, rtl.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
  }

  /* line 346, rtl.scss */
  .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }

  /* line 350, rtl.scss */
  .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }

  /* line 354, rtl.scss */
  .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }

  /* line 358, rtl.scss */
  .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }

  /* line 362, rtl.scss */
  .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }

  /* line 366, rtl.scss */
  .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }

  /* line 370, rtl.scss */
  .col-lg-pull-6 {
    left: 50%;
  }

  /* line 373, rtl.scss */
  .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }

  /* line 377, rtl.scss */
  .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }

  /* line 381, rtl.scss */
  .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }

  /* line 385, rtl.scss */
  .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }

  /* line 389, rtl.scss */
  .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }

  /* line 393, rtl.scss */
  .col-lg-pull-0 {
    left: auto;
    right: auto;
  }

  /* line 397, rtl.scss */
  .col-lg-push-12 {
    right: 100%;
    left: auto;
  }

  /* line 401, rtl.scss */
  .col-lg-push-11 {
    right: 91.66666667%;
    left: auto;
  }

  /* line 405, rtl.scss */
  .col-lg-push-10 {
    right: 83.33333333%;
    left: auto;
  }

  /* line 409, rtl.scss */
  .col-lg-push-9 {
    right: 75%;
    left: auto;
  }

  /* line 413, rtl.scss */
  .col-lg-push-8 {
    right: 66.66666667%;
    left: auto;
  }

  /* line 417, rtl.scss */
  .col-lg-push-7 {
    right: 58.33333333%;
    left: auto;
  }

  /* line 421, rtl.scss */
  .col-lg-push-6 {
    right: 50%;
    left: auto;
  }

  /* line 425, rtl.scss */
  .col-lg-push-5 {
    right: 41.66666667%;
    left: auto;
  }

  /* line 429, rtl.scss */
  .col-lg-push-4 {
    right: 33.33333333%;
    left: auto;
  }

  /* line 433, rtl.scss */
  .col-lg-push-3 {
    right: 25%;
    left: auto;
  }

  /* line 437, rtl.scss */
  .col-lg-push-2 {
    right: 16.66666667%;
    left: auto;
  }

  /* line 441, rtl.scss */
  .col-lg-push-1 {
    right: 8.33333333%;
    left: auto;
  }

  /* line 445, rtl.scss */
  .col-lg-push-0 {
    right: auto;
    left: auto;
  }

  /* line 449, rtl.scss */
  .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: auto;
  }

  /* line 453, rtl.scss */
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto;
  }

  /* line 457, rtl.scss */
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto;
  }

  /* line 461, rtl.scss */
  .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: auto;
  }

  /* line 465, rtl.scss */
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto;
  }

  /* line 469, rtl.scss */
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: auto;
  }

  /* line 473, rtl.scss */
  .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: auto;
  }

  /* line 477, rtl.scss */
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: auto;
  }

  /* line 481, rtl.scss */
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: auto;
  }

  /* line 485, rtl.scss */
  .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: auto;
  }

  /* line 489, rtl.scss */
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: auto;
  }

  /* line 493, rtl.scss */
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: auto;
  }

  /* line 497, rtl.scss */
  .col-lg-offset-0 {
    margin-right: 0;
    margin-left: auto;
  }
}
/* Theme */
/* line 505, rtl.scss */
#hp-main-banner #hp-testimonials .hp-testimonial .thumb h4 {
  direction: rtl;
}

/* line 508, rtl.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: auto;
  right: 0;
}

/* line 513, rtl.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 30px;
  margin-left: 0;
}

/* line 519, rtl.scss */
#header #main-nav .navbar-nav > li {
  margin-left: 64px;
  margin-right: auto;
}
/* line 522, rtl.scss */
#header #main-nav .navbar-nav > li:last-child {
  margin-left: 0;
}
/* line 528, rtl.scss */
#header #info-nav ul.navbar-nav {
  float: left;
  margin: 32px 0 0 -8px;
}
/* line 531, rtl.scss */
#header #info-nav ul.navbar-nav li {
  border-left: 0;
  border-right: 1px solid #929292;
}
/* line 534, rtl.scss */
#header #info-nav ul.navbar-nav li:first-child {
  border-right: 0;
}
/* line 538, rtl.scss */
#header #info-nav ul.navbar-nav li.call {
  border-left: 0;
}
/* line 541, rtl.scss */
#header #info-nav ul.navbar-nav li.scl {
  border: 0;
}

/* line 550, rtl.scss */
[id*="serviceModal"].modal-services .close {
  float: left;
  margin: 10px 0 0 10px;
}
/* line 554, rtl.scss */
[id*="serviceModal"].modal-services .modal-heading h3 {
  padding: 80px 40px 0 0px !important;
}

/* line 564, rtl.scss */
#info-nav ul.navbar-nav li.scl.first > a {
  padding-right: 26px;
  padding-left: 8px;
}

/* line 573, rtl.scss */
#header #main-nav .navbar-nav > li {
  margin-right: auto;
  margin-left: 56px;
}
/* line 577, rtl.scss */
#header #main-nav .navbar-nav > li:last-child {
  margin-left: auto;
}

/* line 584, rtl.scss */
#buildings .container {
  background-image: url("img/buildings.png");
}

/* line 590, rtl.scss */
#footer #footer_form input {
  direction: rtl !important;
}
/* line 592, rtl.scss */
#footer .footer-car {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 595, rtl.scss */
#footer .island {
  right: auto;
  left: 0;
}
/* line 599, rtl.scss */
#footer #footer-info .contact-info {
  margin: 0 60px 0 0;
}
/* line 602, rtl.scss */
#footer #footer-info .contact-info span {
  border-left: 0;
  border-right: 1px solid #fff;
}
/* line 609, rtl.scss */
#footer #jobsCarousel .carousel-inner .slick-dots {
  left: -25px;
  right: auto;
}
/* line 615, rtl.scss */
#footer .copyrights {
  padding-right: 30px;
  padding-left: 15px;
}

/* line 624, rtl.scss */
.the-partner .thumb-wrap {
  float: right;
  margin-right: 30px;
  margin-left: auto;
}
/* line 629, rtl.scss */
.the-partner .partner-content {
  float: right;
}
/* line 632, rtl.scss */
.the-partner .partner-content h3 span {
  border-left: 0;
  border-right: 1px solid rgba(40, 40, 40, 0.1);
  padding-left: 0;
  padding-right: 15px;
  margin-left: auto;
  margin-right: 15px;
}

/* line 643, rtl.scss */
.page-template-page-about #header #info-nav ul.navbar-nav:before {
  left: auto;
  right: 10px;
}

/* line 654, rtl.scss */
#portfolio .portfolio-item .details .details .content .project-gallery .company-logo {
  left: auto;
  right: 30px;
}
/* line 658, rtl.scss */
#portfolio .portfolio-item .details .portfolio-item-content-close {
  right: auto;
  left: 30px;
}
/* line 667, rtl.scss */
#portfolio .portfolio-item:nth-child(1) .details .portfolio-item-content-close,
#portfolio .portfolio-item:nth-child(2) .details .portfolio-item-content-close {
  left: auto;
  right: 30px;
}
/* line 671, rtl.scss */
#portfolio .portfolio-item:nth-child(1) .details .content .project-gallery,
#portfolio .portfolio-item:nth-child(2) .details .content .project-gallery {
  right: auto;
  left: 0;
}
/* line 681, rtl.scss */
#portfolio .portfolio-item:nth-child(3) .details .content .portfolio-item-content,
#portfolio .portfolio-item:nth-child(4) .details .content .portfolio-item-content {
  right: auto;
  left: 0;
  float: left;
}
/* line 686, rtl.scss */
#portfolio .portfolio-item:nth-child(3) .details .content .project-gallery,
#portfolio .portfolio-item:nth-child(4) .details .content .project-gallery {
  left: auto;
  right: 0;
}

/* line 698, rtl.scss */
#contactModal .modal-dialog .modal-content h2 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
/* line 704, rtl.scss */
#contactModal .modal-dialog .modal-content button.close-btn {
  right: auto;
  left: 18px;
}
/* line 709, rtl.scss */
#contactModal .modal-dialog .modal-content .modal-footer .address, #contactModal .modal-dialog .modal-content .modal-footer .tel, #contactModal .modal-dialog .modal-content .modal-footer .mail {
  border-right: 0;
  border-left: 1px solid #fff;
}
/* line 713, rtl.scss */
#contactModal .modal-dialog .modal-content .modal-footer .address {
  width: 232px;
  padding-left: 12px;
  padding-right: 0;
  text-align: right;
}
/* line 719, rtl.scss */
#contactModal .modal-dialog .modal-content .modal-footer .tel {
  min-width: 120px;
}

/* line 730, rtl.scss */
.page-header h1, .page-header h1.page-title {
  text-align: right;
}

/* line 735, rtl.scss */
.page-template-page-solution .lead {
  font-size: 19px;
}

/* line 742, rtl.scss */
#hp-main-banner .dash .dash-1 {
  background: url("../../img/hp-main-dash-1_en.png") left top;
}
/* line 747, rtl.scss */
#hp-main-banner #hp-carousel .owl-controls .owl-dots {
  margin-left: 50px;
}
/* line 750, rtl.scss */
#hp-main-banner #hp-carousel .bottom-row {
  right: 10px;
  left: inherit;
}

/* line 759, rtl.scss */
#hp-quotes #top-quote q {
  font-size: 25px;
}
/* line 763, rtl.scss */
#hp-quotes #bottom-quote {
  font-weight: bold;
}
/* line 767, rtl.scss */
#hp-quotes .main-area > div > p {
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  /* line 782, rtl.scss */
  #header #main-nav .navbar-nav > li {
    margin-left: 44px;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  /* line 792, rtl.scss */
  #header #main-nav .navbar-nav > li {
    margin-left: 24px;
    margin-right: auto;
  }

  /* line 799, rtl.scss */
  #footer #footer-info > .contact-info {
    float: left;
    margin-right: 0px !important;
  }
  /* line 800, rtl.scss */
  #footer #footer-info > .contact-info span {
    border-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 807, rtl.scss */
  #header #main-nav .navbar-nav > li {
    margin-left: 15px;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 816, rtl.scss */
  #contactModal .modal-dialog .modal-content button.close-btn {
    display: none;
  }
  /* line 819, rtl.scss */
  #contactModal .modal-dialog .modal-content h3 {
    margin: 25px 15px;
    font-size: 22px !important;
  }

  /* line 828, rtl.scss */
  .home #hp-carousel #owl-testimonials li .thumb {
    float: none;
    right: 0;
    left: 0;
    margin: auto;
  }
  /* line 829, rtl.scss */
  .home #hp-carousel #owl-testimonials li .content {
    float: none;
    margin: auto;
  }
  /* line 833, rtl.scss */
  .home #hp-quotes #top-quote .h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 481px) {
  /* line 837, rtl.scss */
  #footer #footer-info .contact-info span {
    border-right: 0;
  }
}
@media screen and (max-width: 321px) {
  /* line 844, rtl.scss */
  #hp-news .dash {
    margin-top: 78px;
  }

  /* line 848, rtl.scss */
  #footer .island {
    left: -30px;
  }
  /* line 852, rtl.scss */
  #footer #footer-info img.footer-car {
    margin: 10px 0 60px 0px;
  }
  /* line 855, rtl.scss */
  #footer #footer-info .contact-info {
    margin: 0 45px 0 0;
  }
  /* line 858, rtl.scss */
  #footer #footer-info .contact-info span {
    line-height: 1;
  }
  /* line 861, rtl.scss */
  #footer #footer-info .contact-info span:last-child {
    position: relative;
    max-height: 15px;
  }
  /* line 865, rtl.scss */
  #footer #footer-info .contact-info span:last-child a {
    position: absolute;
    top: 0;
  }
  /* line 873, rtl.scss */
  #footer #footer-info .row .col-sm-4:last-child, #footer #footer-info .row .col-sm-10:last-child, #footer #footer-info .row .col-sm-2:last-child {
    padding-left: 0px;
  }
}
/* line 879, rtl.scss */
#footer .island .tree ul.footer-socials {
  left: 15px;
  right: inherit;
}

/* line 881, rtl.scss */
.IQC-Icon img {
  left: inherit;
  right: 0px;
}

/* line 885, rtl.scss */
#hp-quotes {
  height: 639px;
  color: white;
}
/* line 887, rtl.scss */
#hp-quotes .dash {
  height: 639px;
  background-size: 1028px 639px;
}

@media all and (min-width: 1200px) {
  /* line 890, rtl.scss */
  .IQC-Icon {
    left: -30px;
    right: inherit;
  }
}
/* line 896, rtl.scss */
.hp-testimonial.text-right .content .title {
  text-align: right;
}
/* line 899, rtl.scss */
.hp-testimonial.text-right .content .subtitle.isDesk {
  text-align: right;
}

/* line 906, rtl.scss */
.home #hp-carousel .subtitle {
  left: inherit;
  right: 0;
}
/* line 907, rtl.scss */
.home #hp-carousel .quote-normal {
  right: 0;
  left: inherit;
}
/* line 908, rtl.scss */
.home #hp-carousel .speaker-name {
  text-align: right;
}
/* line 909, rtl.scss */
.home #hp-carousel .company-logo {
  bottom: 32px;
  left: inherit;
  right: 20px;
}
/* line 912, rtl.scss */
.home #hp-carousel #owl-testimonials li .thumb {
  float: right;
  right: -15px;
  left: inherit;
}
/* line 913, rtl.scss */
.home #hp-carousel #owl-testimonials li .content {
  float: left;
  margin-right: 328px;
  margin-left: 0px;
}
/* line 919, rtl.scss */
.home .icon-wrap.text-center img {
  position: relative;
  right: inherit;
}
/* line 923, rtl.scss */
.home #hp-technologies h2 {
  margin-top: 64px;
}
/* line 926, rtl.scss */
.home #hp-services h3 {
  font-size: 30px;
}
/* line 927, rtl.scss */
.home #hp-services .icon-wrap img {
  position: inherit;
  top: inherit;
  left: inherit;
}

/* line 931, rtl.scss */
.quote.quote-back {
  float: left;
}

/* line 936, rtl.scss */
#hp-main-banner .dash.dash-1 {
  left: inherit;
  right: 0px;
  background: url("img/hp-main-dash-1.png") left top no-repeat;
}
/* line 939, rtl.scss */
#hp-main-banner .dash.dash-2 {
  left: inherit;
  right: 616px;
  background: url("img/hp-main-dash-2.png") center top no-repeat;
}

/* line 945, rtl.scss */
#hp-slogan .dash {
  right: inherit;
  left: 50px;
  background: url("img/hp-dash-1.png") no-repeat;
}

/* line 950, rtl.scss */
#hp-quotes .dash {
  right: inherit;
  left: 64px;
  background: url("img/hp-dash-2.png") no-repeat;
}

/* line 956, rtl.scss */
#hp-technologies .dash {
  left: inherit;
  right: 101px;
  background: url("img/hp-dash-3.png") no-repeat;
}

/* line 961, rtl.scss */
#hp-services .dash {
  left: inherit;
  right: -25px;
  background: url("img/hp-dash-4.png") no-repeat;
}

/* line 964, rtl.scss */
#hp-tagline .dash {
  left: inherit;
  right: -20px;
  background: url("img/hp-dash-5.png") no-repeat;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

/* line 970, rtl.scss */
#hp-news .dash {
  left: inherit;
  right: 12px;
  background: url("img/hp-dash-6.png") no-repeat;
}

/* line 976, rtl.scss */
.page-template-page-services #primary-services .haim-wrap #haim {
  background-image: url("img/haim.png");
}
/* line 980, rtl.scss */
.page-template-page-services #primary-services .dash.dash-services-1 {
  background: url("img/dash-services-1.png") no-repeat;
  right: 68px;
  left: inherit;
}
/* line 983, rtl.scss */
.page-template-page-services #primary-services .dash.dash-services-2 {
  background: url("img/dash-services-2.png") no-repeat;
  right: 54px;
  left: inherit;
}
/* line 986, rtl.scss */
.page-template-page-services #primary-services .dash.dash-services-3 {
  background: url("img/dash-services-3.png") no-repeat;
  right: 235px;
  left: inherit;
}
/* line 989, rtl.scss */
.page-template-page-services #primary-services .dash.dash-services-4 {
  background: url("img/dash-services-4.png") no-repeat;
  right: 474px;
  left: inherit;
}
/* line 992, rtl.scss */
.page-template-page-services #primary-services .dash.dash-services-5 {
  background: url("img/dash-services-5.png") no-repeat;
  right: 714px;
  left: inherit;
}
/* line 995, rtl.scss */
.page-template-page-services #primary-services .dash.dash-services-6 {
  background: url("img/dash-services-6.png") no-repeat;
  right: 714px;
  left: inherit;
}
/* line 998, rtl.scss */
.page-template-page-services #primary-services .dash.dash-services-7 {
  background: url("img/dash-services-7.png") no-repeat;
  right: 511px;
  left: inherit;
}
/* line 1001, rtl.scss */
.page-template-page-services #primary-services .dash.dash-services-8 {
  background: url("img/dash-services-8.png") no-repeat;
  right: 272px;
  left: inherit;
}
/* line 1004, rtl.scss */
.page-template-page-services #primary-services .dash.dash-services-9 {
  background: url("img/dash-services-9.png") no-repeat;
  right: 99px;
  left: inherit;
}
/* line 1009, rtl.scss */
.page-template-page-services #primary-services #icon-2-wrap {
  right: 12px;
  left: inherit;
}
/* line 1011, rtl.scss */
.page-template-page-services #primary-services #icon-2-wrap #icon-2 {
  float: right;
}
/* line 1012, rtl.scss */
.page-template-page-services #primary-services #icon-2-wrap h3 {
  float: left;
}
/* line 1014, rtl.scss */
.page-template-page-services #primary-services #icon-3-wrap {
  right: 132px;
  left: inherit;
}
/* line 1015, rtl.scss */
.page-template-page-services #primary-services #icon-4-wrap {
  right: 382px;
  left: inherit;
}
/* line 1017, rtl.scss */
.page-template-page-services #primary-services #icon-4-wrap h3 {
  width: 100%;
  text-align: center;
}
/* line 1019, rtl.scss */
.page-template-page-services #primary-services #icon-5-wrap {
  right: 618px;
  left: inherit;
}
/* line 1021, rtl.scss */
.page-template-page-services #primary-services #icon-5-wrap h3 {
  width: 100%;
  text-align: center;
}
/* line 1023, rtl.scss */
.page-template-page-services #primary-services #icon-6-wrap {
  width: 312px;
  right: 800px;
  left: inherit;
}
/* line 1026, rtl.scss */
.page-template-page-services #primary-services #icon-6-wrap h3 {
  left: inherit;
  right: 108px;
  text-align: center;
}
/* line 1027, rtl.scss */
.page-template-page-services #primary-services #icon-6-wrap #serviceModal_5-btn {
  position: absolute;
  top: 42px;
  right: 240px;
}
/* line 1032, rtl.scss */
.page-template-page-services #primary-services #icon-7-wrap {
  right: 656px;
  left: inherit;
}
/* line 1035, rtl.scss */
.page-template-page-services #primary-services #icon-8-wrap {
  right: 416px;
  left: inherit;
}
/* line 1038, rtl.scss */
.page-template-page-services #primary-services #icon-9-wrap {
  right: 181px;
  left: inherit;
}
/* line 1041, rtl.scss */
.page-template-page-services #primary-services #icon-10-wrap {
  right: 43px;
  left: inherit;
}
/* line 1046, rtl.scss */
.page-template-page-services .the-subtitle h2 {
  font-size: 30px;
}
/* line 1048, rtl.scss */
.page-template-page-services .the-subtitle h2 small {
  font-size: 25px;
}
/* line 1051, rtl.scss */
.page-template-page-services .the-subtitle h2 b {
  font-size: 30px;
}
/* line 1057, rtl.scss */
.page-template-page-services #services-main h3 {
  font-size: 22px;
}
/* line 1061, rtl.scss */
.page-template-page-services .fa-angle-left:before {
  content: "\f104" !important;
}
/* line 1066, rtl.scss */
.page-template-page-services #additional-services .container {
  background: url("img/dash-services-rest.png") 10px 10px no-repeat;
}
/* line 1068, rtl.scss */
.page-template-page-services #additional-services .container > .row > .col-sm-9 {
  width: 75;
}
/* line 1071, rtl.scss */
.page-template-page-services #additional-services .container .item-2 {
  padding-left: 25%;
}

/* line 1080, rtl.scss */
#contactModal .wpcf7-form {
  direction: rtl;
}

/* line 1087, rtl.scss */
.page-template-page-technologies .the-subtitle h2 {
  font-size: 30px;
}

/* line 1095, rtl.scss */
.page-template-page-about .the-subtitle h2 {
  font-size: 30px;
}

/* line 1103, rtl.scss */
#contactModal .wpcf7-form {
  direction: rtl;
}

/* line 1109, rtl.scss */
#modal-cf7-form .form-control {
  text-align: right !important;
}

/* line 1116, rtl.scss */
.page-template-archive-job .page-title {
  text-align: right;
}
/* line 1120, rtl.scss */
.page-template-archive-job .co-faq a.title {
  padding: 10px 60px 10px 15px;
  background-position-x: right;
}
/* line 1123, rtl.scss */
.page-template-archive-job .co-faq a.title:after {
  content: "\f104";
  right: inherit;
  left: 0px;
}

@media screen and (max-width: 992px) {
  /* line 1138, rtl.scss */
  body.home #hp-main-banner #hp-carousel #owl-testimonials li h3.title {
    font-weight: 500;
  }
  /* line 1144, rtl.scss */
  body.home #hp-main-banner .dash.dash-1 {
    right: -80px;
    left: auto;
    background-image: url("img/dash/hp-mob-4.png");
  }
  /* line 1152, rtl.scss */
  body.home #hp-slogan .dash {
    display: none;
  }
  /* line 1157, rtl.scss */
  body.home #hp-quotes .dash {
    background-size: 100% auto;
    background-position: 100% 34%;
    background-image: url("img/dash/hp-mob-quotes-dash.png");
    right: 0px;
    left: inherit;
    height: 450px;
  }
  /* line 1165, rtl.scss */
  body.home #hp-quotes #top-quote {
    margin-bottom: 180px;
  }
  /* line 1171, rtl.scss */
  body.home #hp-technologies .container > .dash {
    right: 0px;
    background: url("img/dash/hp-mob-tech-dash.png") 50% 50% no-repeat;
    background-size: 102% auto;
    top: 42px;
  }
  /* line 1177, rtl.scss */
  body.home #hp-technologies .container > h2 {
    font-weight: 500;
    margin-top: 50px;
  }
  /* line 1180, rtl.scss */
  body.home #hp-technologies .container > h2 span {
    display: block;
  }
  /* line 1183, rtl.scss */
  body.home #hp-technologies .container > div.row p {
    font-size: 14px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 500;
  }
  /* line 1194, rtl.scss */
  body.home #hp-services .dash {
    top: 112px;
  }
  /* line 1195, rtl.scss */
  body.home #hp-services p {
    font-size: 15px;
  }
  /* line 1198, rtl.scss */
  body.home #hp-services h3 {
    font-size: 22px;
  }
  /* line 1201, rtl.scss */
  body.home #hp-services .dash {
    background: none;
    background-size: 96% auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url("img/dash/hp-mob-services-dash.png");
  }
  /* line 1210, rtl.scss */
  body.home #hp-tagline h3 span {
    font-weight: 500;
  }
  /* line 1215, rtl.scss */
  body.home #hp-news .dash {
    right: 0px;
    background-position: 80% 50%;
    background-image: url("img/dash/hp-tblt-1.png");
  }

  /* line 1223, rtl.scss */
  #footer #footer-info {
    margin-top: 40px;
  }
  /* line 1225, rtl.scss */
  #footer #footer-info img.footer-car {
    margin-top: 10px;
  }
  /* line 1228, rtl.scss */
  #footer #footer-info h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  /* line 1235, rtl.scss */
  #bottom-footer .copyrights {
    top: 40px !important;
  }

  /* line 1240, rtl.scss */
  #header .switch-language-mobile {
    border: none;
    border-right: 1px solid rgba(194, 194, 194, 0.3);
    padding-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  /* line 1250, rtl.scss */
  body.home #hp-services .dash {
    top: 150px;
  }
  /* line 1253, rtl.scss */
  body.home #hp-technologies h2 {
    font-size: 21px;
  }
  /* line 1257, rtl.scss */
  body.home #hp-tagline h3 {
    padding: 32px 0px;
  }
}
@media screen and (min-width: 481px) and (max-width: 992px) {
  /* line 1267, rtl.scss */
  body.home #hp-quotes .container > .dash {
    background-image: url("img/dash/hp-tblt-3.png");
    top: 0px;
    background-position: 60% 0;
    background-size: auto;
  }
  /* line 1274, rtl.scss */
  body.home #hp-quotes #top-quote {
    margin-bottom: initial;
  }
  /* line 1280, rtl.scss */
  body.home #hp-technologies .container > .dash {
    top: 0px;
    background-position: 50% -11px;
    right: 0;
    left: 0;
    width: 100%;
    background-image: url("img/dash/hp-tblt-5.png");
  }
  /* line 1295, rtl.scss */
  body.home #hp-services .container > .dash {
    background-size: 85% 40%;
    background-position-y: 45%;
  }
  /* line 1299, rtl.scss */
  body.home #hp-services .container > .row > div > div {
    height: 119px;
  }
  /* line 1301, rtl.scss */
  body.home #hp-services .container > .row > div > div img {
    display: none;
  }

  /* line 1310, rtl.scss */
  #footer #footer-info h3 {
    font-size: 25px;
  }
}
