@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@font-face {
  font-family: 'bahij_bold';
  src: url(../fonts/bahij_bold.ttf); }
@font-face {
  font-family: 'bahij_reg';
  src: url(../fonts/bahij_reg.ttf); }
@font-face {
  font-family: 'jaz_bold';
  src: url(../fonts/jaz_bold.ttf); }
@font-face {
  font-family: 'jaz_reg';
  src: url(../fonts/jaz_reg.ttf); }
/*/////////// Variabls //////////*/
/*/////////// Extend //////////*/
i {
  transition: all 0.5s ease-in-out; }

.company-figure figcaption h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid;
  border-color: transparent; }

.company-figure span img, .other-fig > span img, .hide-data-popup .aleart-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.sign-btn:hover, .main-article a:hover {
  background: #006bba !important;
  color: #fff !important; }
  .sign-btn:hover i, .main-article a:hover i {
    color: #fff !important; }

.search-bar input[type=text] {
  padding: 0px;
  margin: 0px;
  outline: none;
  border: none; }

.search-bar select, .select-sm, .search-menu-side ul li select, .big-select {
  text-align: right;
  direction: rtl;
  outline: none;
  border: none;
  background: url(../images/custom-select-arrow.png) no-repeat left #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background-position-x: left;
  cursor: pointer; }

.main-section, .slider-title, .main-footer, .main-footer .foot-data, .main-footer .foot-data .foot-logo, .main-footer .foot-menu, .inside-title {
  display: block;
  clear: both; }

/*/////////// Mixin //////////*/
/*/////////// Style //////////*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0px !important;
  padding: 0px !important;
  height: 100%;
  width: 100%;
  direction: rtl;
  text-align: right;
  font-weight: 400;
  font-family: "Droid Arabic Kufi", serif;
  overflow-x: hidden !important; }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit; }

img {
  border: none; }

label {
  font-family: inherit; }

ul, dl, li {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a, strong, i, big {
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  padding: 0px;
  margin: 0px; }

input[type=button], input[type=submit] {
  outline: 0;
  box-shadow: 0;
  border: none;
  transition: all 0.5s ease; }

button {
  transition: all 0.5s ease; }

.tooltip {
  font-size: 12px;
  line-height: 2;
  font-family: 'Droid Arabic Kufi', serif !important; }

.social-icons {
  display: inline-block; }
  .social-icons p {
    color: #fff;
    font-size: 1em;
    float: right;
    padding-top: 5px;
    padding-left: 15px; }
  .social-icons a {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    float: left;
    font-size: 1em;
    text-align: center;
    margin: 0px 2px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .social-icons a:hover {
      background: #006bba; }

/*End social*/
/*----------------------------------------------------*/
.main-header {
  width: 100%;
  background: url(../images/head-bg.jpg) top right; }
  .main-header nav {
    clear: both;
    padding-top: 23px; }
    .main-header nav .menu {
      float: right; }
      .main-header nav .menu li {
        display: inline; }
        .main-header nav .menu li a {
          color: #fff;
          display: inline;
          font-size: 0.9em;
          padding: 0px 8px;
          border-left: 1px solid rgba(0, 0, 0, 0.4); }
          .main-header nav .menu li a:hover {
            color: #ccc; }
    .main-header nav .social-icons {
      float: left; }
  .main-header .logo-bar {
    padding-top: 36px; }
    .main-header .logo-bar .logo {
      float: right; }

/*End main-header*/
.main-height {
  min-height: 670px; }

.inside-height {
  min-height: 200px; }

/*/*/
.sign-buttons {
  float: left; }

.sign-btn {
  min-width: 149px;
  height: 40px;
  line-height: 38px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: inline-block;
  background: #fff;
  font-size: 1em;
  color: #2e495c;
  margin-right: 8px;
  margin-top: 10px;
  font-family: "Droid Arabic Kufi", serif;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); }
  .sign-btn i {
    padding-left: 8px;
    color: #006bba;
    font-size: 1.1em; }

/*End sign-buttons*/
.search-bar {
  background: #fff;
  margin: 50px 0px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); }
  .search-bar input[type=text] {
    height: 50px;
    width: 280px;
    margin-right: 25px;
    padding-right: 40px;
    background: url(../images/se.png) right no-repeat; }
  .search-bar select {
    height: 50px;
    min-width: 215px;
    margin-right: 10px !important;
    padding-right: 10px !important;
    color: #2c475b;
    font-size: 0.9em;
    border-right: 1px solid #d7e3e3; }
  .search-bar .search-btn {
    height: 51px;
    width: 115px;
    float: left;
    font-weight: bolder;
    font-size: 1.1em;
    color: #fff;
    background: #006bba;
    -webkit-border-radius: 40px 0px 0px 40px;
    -moz-border-radius: 40px 0px 0px 40px;
    -ms-border-radius: 40px 0px 0px 40px;
    -o-border-radius: 40px 0px 0px 40px;
    border-radius: 40px 0px 0px 40px; }
    .search-bar .search-btn:hover {
      background: #0bad43; }

/*End search-bar*/
.main-article {
  margin: 0 auto;
  text-align: center;
  color: #fff; }
  .main-article h1 {
    font-family: "jaz_bold", "Droid Arabic Kufi", serif;
    line-height: 54px;
    font-size: 2.5em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    .main-article h1 span {
      display: block; }
  .main-article p {
    padding: 30px 0px 0px 0px;
    font-size: 1em;
    line-height: 33px; }
    .main-article p span {
      display: block; }
  .main-article a {
    width: 206px;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    background: #0bad43;
    margin: 30px auto 10px auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px; }
  .main-article .arrow {
    color: #fbae18;
    font-size: 1.5em;
    padding-top: 15px;
    display: inline-block; }

/*End main-article*/
.main-section {
 /* min-height: 600px;*/
  background-image: url(../images/left_bg.jpg), url(../images/right_bg.jpg);
  background-position: top left , top right;
  background-repeat: no-repeat, no-repeat; }
  .main-section .section_title {
    display: block;
    text-align: center;
    color: #135c92;
    font-family: "jaz_bold", "Droid Arabic Kufi", serif;
    font-size: 2.2em;
    margin: 75px 0px 30px 0px; }
    .main-section .section_title span {
      display: block;
      padding: 18px 0px 0px 0px;
      font-size: 0.44em;
      color: #464f5e;
      line-height: 23px;
      font-family: "Droid Arabic Kufi", serif; }
    .main-section .section_title i {
      width: 68px;
      height: 4px;
      display: inline-block;
      background: #f7c646;
      border-radius: 30px; }

/*End main-section*/
.slider-title {
  font-size: 1.4em;
  margin: 45px 0px; }
  .slider-title a {
    font-family: "bahij_bold", "Droid Arabic Kufi", serif;
    color: #2e4575;
    font-size: 1.2em;
    font-weight: normal; }
    .slider-title a:hover {
      color: #0f82ba; }
  .slider-title span {
    padding: 0px 5px;
    font-size: 0.7em;
    color: #464f5e; }
  .slider-title i {
    margin-left: 15px;
    float: right;
    margin-top: -8px;
    font-size: 1.9em;
    color: #ebad0d; }

/*End slider-title*/
.company-figure {
  display: block;
  height: 244px;
  background: #fff;
  border: 1px solid #d9d9d9;
  text-align: center; }
  .company-figure span {
    display: block;
    height: 147px;
    position: relative;
    width: 100%; }
    .company-figure span img {
      margin-right: -50% !important;
      max-width: 100% !important;
      max-height: 147px !important;
      width: auto !important; }
  .company-figure figcaption {
    display: block; }
    .company-figure figcaption h3 {
      display: block;
      font-family: "bahij_bold", "Droid Arabic Kufi", serif;
      color: #2e4575;
      font-size: 1.2em;
      padding: 6px; }
    .company-figure figcaption a {
      width: 110px;
      height: 34px;
      color: #fff;
      background: #266899;
      display: inline-block;
      margin-top: 10px;
      border-radius: 36px;
      line-height: 34px;
      font-size: 0.9em; }
      .company-figure figcaption a:hover {
        background: #0bad43; }

.padding-left {
  padding-left: 30px; }

.padding-right {
  padding-right: 30px; }

.newslatter-form {
  display: block;
  min-height: 156px;
  background: url(../images/newslater-bg.png) bottom right no-repeat;
  background-color: #266899;
  padding: 34px 34px;
  margin: 65px 0px 30px 0px; }
  .newslatter-form article {
    display: block;
    padding-right: 75px; }
    .newslatter-form article b {
      display: block;
      font-size: 1.2em;
      color: #fff;
      padding-top: 10px; }
    .newslatter-form article small {
      display: block;
      font-size: 0.9em;
      color: #adc7dc;
      padding-top: 15px;
      line-height: 22px; }
  .newslatter-form input[type="text"] {
    width: 80%;
    display: inline-block;
    height: 39px;
    background: #eeeeee;
    border: none;
    outline: none;
    text-align: center !important;
    font-size: 1em;
    font-family: arial; }
  .newslatter-form input[type="button"] {
    width: 15%;
    display: inline-block;
    height: 39px;
    background: #e8a804;
    font-size: 1em;
    color: #fff; }
  .newslatter-form input[type="button"]:hover {
    background: #e09228; }

/*End newslatter*/
.input-cont {
  direction: rtl;
  padding-top: 30px; }

@media (max-width: 1000px) {
  .newslatter-form input[type="text"] {
    width: 70%; }

  .newslatter-form input[type="button"] {
    width: 28%; }

  .newslatter-form article {
    padding-right: 20px; }

  .newslatter-form {
    padding: 25px 10px; } }
.main-footer {
  background: url(../images/foot-bg.jpg) bottom center no-repeat #131f2b;
  min-height: 560px;
  margin-top: 90px;
  position: relative; }
  .main-footer .offset-btn {
    width: 52px;
    height: 52px;
    display: block;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #006bba;
    color: #fff;
    font-size: 1.1em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5); }
    .main-footer .offset-btn:hover {
      background: #e8a804; }
  .main-footer .foot-data {
    text-align: center;
    padding-top: 120px; }
  .main-footer .social-icons {
    padding: 40px 0px; }
  .main-footer .foot-menu li {
    display: inline-block;
    padding: 10px 4px; }
    .main-footer .foot-menu li a {
      min-width: 125px;
      display: inline-block;
      padding: 12px 0px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      font-size: 0.9em;
      background: #006bba; }
      .main-footer .foot-menu li a:hover {
        background: #e8a804; }
  .main-footer .copy {
    font-size: 0.8em;
    color: #fff;
    padding: 50px 0px 10px 0px; }

/*Login*/
/*/*/
.small-modal {
  width: 520px;
  background: #fff;
  padding: 38px 26px 20px 26px;
  position: relative;
  margin-right: 45px; }

.small-modal .close {
  margin: 12px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50; }

.admin-modal {
  width: 732px;
  background: #fff;
  padding: 38px 20px 20px 20px;
  position: relative;
  margin-right: -40px; }

.admin-modal .close {
  margin: 12px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50; }

.medium-modal {
  width: 732px;
  background: #fff;
  padding: 38px 20px 20px 20px;
  position: relative;
  margin-right: -40px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 0px !important; }

.medium-modal .close {
  margin: 12px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ed6758;
  opacity: 1 !important;
  font-size: 3.6em;
  z-index: 50; }

.medium-modal .close:hover {
  color: #78698f; }

/*/*/
.popup-title {
  display: block;
  clear: both;
  padding: 8px 0px 18px 0px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.35em;
  color: #565656;
  font-weight: bolder;
  background: url(../images/pop-ti-bg.jpg) no-repeat center bottom; }

.login-tabing .nav-pills li {
  padding: 0px !important;
  margin: 0px !important; }

.login-tabing .nav-pills li a {
  background: #fff;
  height: 44px;
  text-align: center;
  border: 2px solid #266899;
  color: #89949d;
  font-size: 1.1em;
  display: block;
  line-height: 42px; }

.login-tabing .nav-pills li:first-child a {
  margin-left: 8px !important; }

.login-tabing .nav-pills li:last-child a {
  margin-right: 8px !important; }

.login-tabing .nav-pills > li.active > a,
.login-tabing .nav-pills > li.active > a:hover,
.login-tabing .nav-pills > li.active > a:focus {
  color: #fff;
  background: #266899 !important; }

/*/*/
.register-tabing .nav-pills li {
  padding: 0px !important;
  margin: 0px !important; }

.register-tabing .nav-pills li a {
  background: #fff;
  height: 50px;
  text-align: center;
  border: 2px solid #7f7f7f;
  color: #7f7f7f;
  font-size: 1.1em;
  display: block;
  line-height: 50px; }

.register-tabing .nav-pills li:first-child a {
  margin-left: 8px !important; }

.register-tabing .nav-pills li:last-child a {
  margin-right: 8px !important; }

.register-tabing .nav-pills > li.active > a,
.register-tabing .nav-pills > li.active > a:hover,
.register-tabing .nav-pills > li.active > a:focus {
  color: #fff;
  background: #2cb773 !important;
  border: 2px solid #2cb773; }

.small-modal .tab-content {
  padding: 18px 0px !important;
  clear: both; }

.small-modal .tab-content .custom-input {
  margin: 7px 0px; }

.check {
  cursor: pointer;
  font-size: 0.9em;
  color: #3b3b3b;
  padding-bottom: 8px;
  font-weight: normal; }

.check a {
  color: #dd4a39;
  padding: 0px 2px; }

.check a:hover {
  color: #8b73af; }

.check input[type=checkbox] {
  margin-left: 8px; }

.txt-note {
  direction: rtl;
  text-align: center;
  padding: 8px 0px 25px 0px; }

.red-color {
  color: #dc4b3b; }

/*/*/
.custom-label {
  display: block;
  clear: both;
  font-size: 1.1em;
  font-weight: normal;
  color: #0a81b8;
  padding: 4px 4px 8px 0px; }

.custom-label i {
  color: #ed4a4a;
  padding: 4px; }

.custom-input-sm {
  width: 100% !important;
  height: 40px !important;
  padding: 8px !important;
  border-radius: 4px !important;
  border: 2px solid #dee6e7 !important;
  outline: 0 !important;
  font-size: 1em !important;
  color: #333 !important;
  background: #f8fafa !important;
  transition: all 0.5s ease !important; }

.custom-input-sm:focus {
  background: #fff !important;
  border-left: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #afd2d6 !important; }

.custom-input-sm::placeholder {
  color: #606668 !important;
  opacity: 1 !important;
  font-size: 0.9em; }

.select-sm {
  width: 100% !important;
  height: 40px !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  border: 2px solid #dee6e7 !important;
  outline: 0 !important;
  font-size: 1em !important;
  color: #606668 !important;
  background-color: #f8fafa !important;
  transition: all 0.5s ease !important; }

.custom-area-sm {
  width: 100% !important;
  padding: 8px !important;
  border-radius: 4px !important;
  border: 2px solid #dee6e7 !important;
  outline: 0 !important;
  font-size: 1em !important;
  color: #333 !important;
  background: #f8fafa !important;
  transition: all 0.5s ease !important; }

.custom-area-sm:focus {
  background: #fff !important;
  border: 2px solid #afd2d6 !important; }

.custom-area-sm::placeholder {
  color: #606668 !important;
  opacity: 1 !important;
  font-size: 0.9em; }

.div-space div {
  padding-top: 12px;
  padding-bottom: 12px; }

.big-input {
  width: 100%;
  height: 47px;
  background: #e7eff5;
  border: 2px solid #c5d6e3;
  margin-bottom: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  padding: 0px 20px;
  transition: all 0.5s ease-in-out; }
  .big-input:focus {
    background: #fff; }

.big-area {
  width: 100%;
  background: #e7eff5;
  border: 2px solid #c5d6e3;
  margin-bottom: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out; }

.login-btn {
  width: 217px;
  padding: 14px 0px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 1.1em;
  background: #0bad43;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px; }
  .login-btn:hover {
    background: #006bba; }

/*/*/
.register-map {
  display: block;
  clear: both;
  padding: 15px;
  margin-top: 30px; }
  .register-map iframe {
    width: 100%;
    height: 230px; }

/*///////////////////////-----Inside------//////////////////////////*/
.inside-title {
  padding: 14px 10px;
  background: #006bba;
  position: relative;
  margin-top: -15px;
  z-index: 2;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
  .inside-title .pagination-list {
    display: block; }
    .inside-title .pagination-list li {
      display: inline-block; }
      .inside-title .pagination-list li a {
        color: #fff;
        font-size: 0.9em;
        padding: 0px 3px; }
        .inside-title .pagination-list li a i {
          margin: 0px 4px; }
  .inside-title h2 {
    color: #fff;
    font-family: "bahij_bold", "Droid Arabic Kufi", serif;
    font-size: 1.5em;
    text-align: center; }

/*/*/
.green {
  background: #0bad43; }

.blue {
  background: #006bba; }

.bt-btn {
  display: block;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 1em; }
  .bt-btn:hover {
    background: #006bba;
    color: #fff; }

.clearFix {
  display: block;
  clear: both; }

.bold-ti {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #e15b4c;
  font-family: "bahij_bold", "Droid Arabic Kufi", serif;
  font-size: 1.4em; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
.p-top {
  padding: 60px 15px; }

.open-search-menu {
  width: 160px;
  height: 45px;
  display: block;
  background: #006bba;
  margin-bottom: 17px;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 0.9em;
  color: #fff;
  display: none;
  margin: 15px 0px;
  border: none;
  outline: none;
  text-align: center; }

.search-menu-side {
  display: block;
  background: #006bba;
  padding: 22px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }
  .search-menu-side h4 {
    text-align: center;
    color: #fff;
    font-family: "bahij_bold", "Droid Arabic Kufi", serif;
    font-size: 1.3em;
    padding: 10px 0px;
    margin-bottom: 15px; }
  .search-menu-side ul {
    display: block; }
    .search-menu-side ul li {
      padding: 8px 0px; }
      .search-menu-side ul li select {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        padding: 6px 8px;
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        margin: 2px 0px;
        font-size: 1em; }
  .search-menu-side .se-button {
    width: 100%;
    padding: 12px 0px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bolder;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #32c47d;
    margin: 15px 0px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
    .search-menu-side .se-button:hover {
      background: #eba700; }

.ads {
  display: block;
  padding: 30px 0px;
  text-align: center; }
  .ads img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }

.result-fig {
  display: table;
  width: 100%;
  clear: both;
  padding: 26px 0px;
  border-bottom: 1px solid #ccc; }
  .result-fig .fig-image {
    display: table-cell;
    vertical-align: middle;
    width: 168px;
    padding: 0px 8px;
    text-align: center;
    border-left: 1px solid #ccc; }
    .result-fig .fig-image img {
      max-width: 100%;
      height: auto; }
  .result-fig .info {
    line-height: 23px;
    font-size: 0.9em;
    color: #535353;
    padding-top: 8px;
    display: block;
    clear: both; }
  .result-fig figcaption {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px; }
    .result-fig figcaption h1 {
      display: block;
      font-size: 1em; }
      .result-fig figcaption h1 a {
        font-size: 1.5em;
        color: #3d415e;
        font-family: "bahij_bold", "Droid Arabic Kufi", serif; }
        .result-fig figcaption h1 a:hover {
          color: #0062aa; }
      .result-fig figcaption h1 .vote {
        float: left;
        padding-left: 15px; }
        .result-fig figcaption h1 .vote i {
          padding: 0px 8px;
          color: #0062aa;
          font-size: 0.9em; }
    .result-fig figcaption ul {
      display: block;
      padding: 8px 0px 5px 0px; }
      .result-fig figcaption ul li {
        display: inline-block;
        padding: 5px 0px 5px 10px;
        font-size: 0.9em;
        color: #324d61; }
        .result-fig figcaption ul li span {
          color: #0062aa;
          padding-right: 2px; }
        .result-fig figcaption ul li p {
          display: inline-block;
          padding: 0px 6px;
          font-size: 0.85em; }
          .result-fig figcaption ul li p i {
            color: #0062aa;
            font-size: 1.3em;
            padding-left: 8px; }
      .result-fig figcaption ul li:last-child {
        float: left; }

/*result-fig*/
.company-fig {
  display: table;
  width: 100%;
  padding: 26px 0px; }
  .company-fig .fig-image {
    display: table-cell;
    vertical-align: middle;
    width: 168px;
    padding: 0px 8px;
    text-align: center;
    border-left: 1px solid #ccc; }
    .company-fig .fig-image img {
      max-width: 100%;
      height: auto; }
  .company-fig figcaption {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px; }
    .company-fig figcaption h1 {
      display: block;
      font-size: 1.5em;
      color: #3d415e;
      font-family: "bahij_bold", "Droid Arabic Kufi", serif; }
    .company-fig figcaption ul {
      display: block;
      padding: 8px 0px 5px 0px; }
      .company-fig figcaption ul li {
        display: inline-block;
        padding: 5px 0px 5px 10px;
        font-size: 0.9em;
        color: #324d61; }
        .company-fig figcaption ul li span {
          color: #0062aa;
          padding-right: 2px; }
    .company-fig figcaption .fig-bar {
      display: block;
      clear: both;
      padding-top: 18px; }
      .company-fig figcaption .fig-bar .vote {
        float: right;
        padding-left: 15px; }
        .company-fig figcaption .fig-bar .vote i {
          padding: 0px 8px;
          color: #0062aa;
          font-size: 0.9em; }
      .company-fig figcaption .fig-bar p {
        float: left;
        display: inline-block;
        padding: 0px 6px;
        font-size: 0.85em; }
        .company-fig figcaption .fig-bar p i {
          color: #0062aa;
          font-size: 1.3em;
          padding-left: 8px; }

/*company-fig*/
.min-hegiht {
  min-height: 600px; }

/*/*/
/*Pagination
=============================*/
.pagination {
    display: inline-block;
	direction:rtl;
}
.pagination .spacer-line{
    width: 120px;
 }
.pagination a {
    color: black;
    float: right;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dadada;
    margin:2px;
    border-radius: 50%;
}
.pagination a:hover ,
.pagination a:focus ,
.pagination a.active ,
.pagination a.active:hover,
.pagination a.active:focus {
    background-color: #036d9e;
    color: #fff;
    border: 1px solid #309b71;
	
}

/*/*/
.big-select {
  width: 100%;
  height: 47px;
  background-color: #e7eff5;
  border: 2px solid #c5d6e3;
  margin-bottom: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  padding: 0px 20px;
  transition: all 0.5s ease-in-out; }

.res-num {
  text-align: left;
  font-family: "bahij_bold", "Droid Arabic Kufi", serif;
  font-size: 1.3em;
  color: #e83838; }

/*/*/
.pr-right-side {
  padding-left: 40px; }

@media (max-width: 1024px) {
  .pr-right-side {
    padding-left: 15px; } }
.pr-left-side {
  background: #006bba;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 40px 15px; }

.other-fig {
  display: block;
  padding: 16px;
  border-bottom: 1px dotted #ccc; }

.other-fig > span {
  display: block;
  padding: 10px;
  height: 190px;
  background: #fff;
  position: relative;
  text-align: center; }

.other-fig > span a {
  display: block; }

.other-fig > span img {
  max-width: 100%;
  height: auto; }

.other-fig h2 {
  font-size: 1.2em;
  color: #fff;
  line-height: 25px;
  padding: 15px 0px 10px 0px;
  font-family: "bahij_bold", "Droid Arabic Kufi", serif; }

.other-fig h2 a {
  color: #fff; }

.other-fig p {
  font-size: 0.9em;
  color: #fff;
  line-height: 23px; }

@media (max-width: 1024px) {
  .other-fig {
    padding: 16px 0px; } }
.side-title {
  display: block;
  clear: both;
  font-size: 1.5em;
  margin: 0px 15px 10px 15px;
  padding-bottom: 18px;
  background: url(../images/g-sli.jpg) bottom right no-repeat; }

.side-title big {
  font-family: "bahij_bold", "Droid Arabic Kufi", serif;
  color: #fff; }

.side-title small {
  color: #fff;
  font-size: 0.7em;
  padding: 0px 8px; }

.view-all {
  padding: 12px 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 1em;
  background: #36384b;
  display: inline-block;
  margin: 22px 0px;
  box-shadow: 0px 0px 4px #666; }

.view-all:hover {
  color: #fff;
  background: #505268; }

/*/*/
.sub-ti {
  display: block;
  clear: both;
  font-size: 1.3em;
  margin: 30px 0px 20px 0px; }
  .sub-ti span {
    padding: 14px 22px;
    background: #006bba;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-family: "bahij_bold", "Droid Arabic Kufi", serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    min-width: 180px; }

/*/*/
.company-information-container {
  display: block;
  border: 1px solid #ccc;
  position: relative;
  padding: 0px 20px 20px 20px;
  margin: 40px 0px; }
  .company-information-container article p {
    font-size: 1em;
    line-height: 23px; }
  .company-information-container .c-contact {
    display: block; }
    .company-information-container .c-contact li {
      display: inline-block;
      color: #534a46;
      font-size: 1em;
      padding: 8px 15px; }
      .company-information-container .c-contact li span {
        color: #d82e3a;
        font-family: arial;
        font-weight: bolder; }

.company-map {
  display: block; }
  .company-map iframe {
    width: 100%;
    height: 320px; }

.location {
  width: 100%;
  height: 320px; }

/*/*/
.hide-data-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0; }
  .hide-data-popup .aleart-box {
    width: 452px;
    padding: 50px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    background: #006bba;
    text-align: center; }
    .hide-data-popup .aleart-box i.ion-alert-circled {
      font-size: 4em;
      color: #004477; }
    .hide-data-popup .aleart-box p {
      font-family: "bahij_bold", "Droid Arabic Kufi", serif;
      font-size: 1.6em;
      line-height: 36px;
      color: #fff;
      padding: 10px 0px 30px 0px; }
      .hide-data-popup .aleart-box p span {
        display: block; }
    .hide-data-popup .aleart-box .sign-buttons {
      float: none; }

@media (max-width: 600px) {
  .aleart-box {
    width: 100%;
    box-shadow: none; } }
/*/*/
.comment-ti {
  display: block;
  clear: both;
  font-size: 1.4em;
  margin-bottom: 15px;
  background: url("../images/com-ti.jpg") repeat-x;
  margin: 30px 0px; }

.comment-ti span {
  background: #fff;
  color: #d51d1d;
  margin-right: 15px;
  padding: 0px 20px;
  font-family: "bahij_bold", "Droid Arabic Kufi", serif; }

/*/*/
.comment-box {
  display: block;
  clear: both;
  background: #f7f9f9;
  border: 1px solid #dee6e7;
  margin: 16px 0px; }

.comment-box big {
  display: block;
  clear: both;
  color: #0c7db1;
  border-bottom: 1px solid #dee6e7;
  font-weight: bold;
  font-size: 1em;
  padding: 7px 15px;
  background: #eef2f2; }

.comment-box small {
  display: block;
  clear: both;
  color: #434444;
  font-size: 1em;
  line-height: 24px;
  padding: 20px 15px; }

.comments-arae {
  display: block;
  clear: both;
  padding: 20px 0px 20px 0px; }

.custom-btn {
  height: 45px;
  display: block;
  border-radius: 6px;
  line-height: 44px;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  background: #0bad43;
  width: 100%;
  box-shadow: 0px 3px 1px 0px #ccc !important; }

.custom-btn:hover {
  opacity: 0.8;
  color: #fff; }

/*/*/
@media (max-width: 600px) {
  .result-fig {
    display: block; }
    .result-fig .fig-image {
      display: block;
      width: auto;
      border: 1px solid #ccc;
      padding: 15px 8px;
      margin: 10px 0px; }
      .result-fig .fig-image a {
        display: block; }
    .result-fig figcaption {
      display: block;
      padding-right: 0px; }
      .result-fig figcaption h1 {
        padding: 8px 0px; }
        .result-fig figcaption h1 a {
          display: block; }
        .result-fig figcaption h1 .vote {
          float: none;
          display: block;
          padding-top: 8px;
          padding-left: none; }
          .result-fig figcaption h1 .vote i {
            display: none; }
    .result-fig ul {
      padding-top: 0px; }
      .result-fig ul li:last-child {
        display: block;
        width: 100%;
        float: none;
        background: #fafafa; }

  .company-fig {
    display: block; }
    .company-fig .fig-image {
      display: block;
      width: auto;
      border: none;
      padding: 15px 8px;
      margin: 10px 0px; }
      .company-fig .fig-image a {
        display: block; } }
/*/*/
@media screen and (max-width: 1024px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .open-search-menu {
    display: block; }

  .row-offcanvas .dash {
    width: 100%; }

  .row-offcanvas-right {
    right: 0; }

  .row-offcanvas-left {
    left: 0; }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -70%;
    /* 6 columns */ }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -70%;
    /* 6 columns */ }

  .row-offcanvas-right.activee {
    right: 70%;
    /* 6 columns */ }

  .row-offcanvas-left.activee {
    left: 70%;
    /* 6 columns */ }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 70%;
    /* 6 columns */
    margin-right: 10px; } }
/*Rsponsive*/
@media (min-width: 1400px) {
  .main-header {
    background: url(../images/head-bg.jpg) 50% 50%/cover; } }
@media (max-width: 1025px) {
  .search-bar input[type=text] {
    width: 250px; }

  .padding-left {
    padding-left: 15px; }

  .padding-right {
    padding-right: 15px; } }
@media (max-width: 1000px) {
  .search-bar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .search-bar input[type=text] {
      width: 95%;
      border-bottom: 1px solid #ccc; }
    .search-bar .search-btn {
      width: 115px;
      float: left;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; } }
@media (max-width: 800px) {
  .inside-height {
    padding-bottom: 30px; }

  .main-article h1 {
    display: none; }
  .main-article p {
    padding-top: 10px; }

  .search-bar {
    padding: 5px; }
    .search-bar .search-btn {
      width: 100%;
      float: none;
      margin-top: 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }

  .logo, .sign-buttons {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 15px;
    text-align: center; }

  .top-soc {
    display: none; }

  .search-bar {
    margin-top: 15px; } }
@media (max-width: 600px) {
  .main-article p {
    padding-top: 0px; }

  .search-bar {
    margin-bottom: 10px; }
    .search-bar select {
      width: 95%;
      border: none;
      padding: 0px;
      margin: 0px;
      box-sizing: border-box;
      border-bottom: 1px solid #ccc; }
    .search-bar input[type=text] {
      width: 95%;
      margin-right: 8px; } }
@media (max-width: 560px) {
  .main-article p {
    display: none; } }
/*800*/
@media (max-width: 800px) {
  .responcive-800 {
    width: 100%; }

  .small-modal {
    margin-right: auto !important; } }

/*# sourceMappingURL=my_style.css.map */
