@charset "utf-8";
/* CSS Document */
/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 * RTLed by @Abdullahdiaa
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@font-face {
	font-family: 'NeoSansArabic';
	src: url('../fonts/NeoSansArabic.eot');	 /* IE9 Compat Modes */
	src: url('../fonts/NeoSansArabic.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */ url('../fonts/NeoSansArabic.woff') format('woff'),   /* Modern Browsers */ url('../fonts/NeoSansArabic.ttf') format('truetype'),	 /* Safari, Android, iOS */ url('../fonts/NeoSansArabic.svg#NeoSansArabic') format('svg');  /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}


.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  right: 50%;
  bottom: 0;
  margin-right: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  right: 50%;
  margin-right: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: right;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  right: 50%;
  bottom: -11px;
  margin-right: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-right: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.right .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  right: 50%;
  margin-right: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-right: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.left .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  right: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  right: 100%;
}

.carousel-inner > .prev {
  right: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  right: 0;
}

.carousel-inner > .active.left {
  right: -100%;
}

.carousel-inner > .active.right {
  right: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
*/
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  right: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  left: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  right: 50%;
  bottom: 10px;
  z-index: 15;
  width: 60%;
  padding-right: 0;
  margin-right: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-right: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: left !important;
}

.pull-left {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

.section0_n1 {
    width: 100%;
    float: right;
}
/**/
.section0_n1 .righty {
    width: 100%;
    display: flex;
}
/**/
.LatestProjects {
    width: 50%;
    float: right;
}
/**/
/*****Today*******/
.LatestProjects .entej_project_thumb {
    width: 90%;
    margin: 0 6px 4px 0;
    border-radius: 4px;
    position: relative;
    padding: 5px !important;
    background: #fff;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border: #ccc solid 1px;
}
/**/
.LatestProjects .js_pages_parent .row_title_image {
    float: right;
    margin-left: 7px;
    margin-right: 0px;
    position: relative;
    width: 100px;
    border: 1px solid #ccc;
}
/**/
.LatestProjects a {
    background: #fff;
    overflow: hidden;
    padding: 0px;
    border-radius: 3px;
    clear: both;
    display: block;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    text-decoration: none;
}
/**/
.LatestProjects .entej_project_thumb img {
    width: 100px !important;
    height: 100px !important;
}
/**/
.LatestProjects div.row_title_info {
    width: 75%;
    max-width: 80%;
    float: right;
}
/**/
.LatestProjects .entej_project_thumb div.row_title_info a.link {
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 21px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #ccc;
    border-radius: 5px;
    line-height: 21px;
}
/**/
.LatestProjects ul.extra_info_middot li {
    display: flex;
    padding: 3px 6px;
}
/**/
.LatestProjects .entej_project_thumb img {
    width: 100px !important;
    height: 100px !important;
    border:none;
}
/**/
.LatestProjects a.row_edit_bar_action {
    width: 100%;
}
/**/
.LatestMember .user_browse_image {
    width: 20%;
    text-align: center;
    float: right;
}
/**/
.LatestMember h3 {
    color: #ff6c00;
    line-height: 60px;
}
/**/
.LatestMember .memberrow {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin: 0 6px 4px 0;
    transition: all 200ms ease-in-out;
    border: #ccc solid 1px;
	height:164px;
}
/**/
.LatestMember .user_tooltip_info_user a {
    font-size: 15px;
    font-weight: bold;
    height: 21px;
    padding-bottom: 3px;
    border-radius: 5px;
    line-height: 21px;
}
/**/
.LatestMember .user_browse_image img {
    border: 1px solid #ccc;
}
/**/
.LatestMember .memberrow:hover {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
}
/**/
/******End of Today********/
.LatestMember {
    width: 50%;
    float: right;
}
/**/

.LatestProjects img {
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}
/**/
.LatestProjects h3 {
    color: #ff6c00;
    line-height: 60px;
}
/**/
.LatestProjects a:hover {
    color: #333;
    background: #f8f8f8;
    text-decoration: none;
}
/**/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	direction: rtl;
	font-family: NeoSansArabic;
}
p {
	line-height: 180%;
	color: #383838;
	font-size: 14px;
}
h3, h4 {
	font-weight: 100;
	font-family: NeoSansArabic;
}
.wrapper {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}
a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.section1, .section2, .section3, .section4 {
	padding-bottom: 35px !important;
}
.Homecountr {
	float: right;
	width: 32.333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	min-height: 1px;
	margin: 0 5px !important;
}
.col-sm-6 {
	width: 47%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
}
.section1 {
	padding: 20px;
	overflow: hidden;
}
.title {
	text-align: center;
}
.headyea h3 {
	background: #ff6c00;
	display: inline-block;
	padding: 10px;
	color: #fff;
	line-height: 180%;
}
.headyea h3::first-word {
 color:#424242;
}
.headyea h4 {
	color: #323232;
	line-height: 180%;
	text-align: center;
	margin: 0 auto !important;
}
.headyea p {
	max-width: 660px;
	margin: 0 auto 40px;
	font-size: 15px;
	line-height: 180%;
	font-weight: 300;
	text-align: center;
}
.countr h3 {
	color: #484848;
	line-height: 180%;
}
.countr h3 i {
	padding-left: 10px;
	color: #ff6c00;
}
.countr p {
	color: #666666;
}
.nomab p {
	background: url(../images/pattern.png);
	line-height: 99px !important;
	font-family: ar;
	font-size: 30px !important;
	border-radius: 50%;
	height: 98px;
	text-align: center;
	width: 98px;
	border: #1bbc9d solid 4px;
	background: rgba(255, 255, 255, 0.47);
	float: right;
	margin-top: 0;
	margin-bottom: 23px;
	margin-left: 20px;
}
.nomab p:first-letter {
	color:#1bbc9d;
}
/**/
.HomeTitle {
    text-align: center;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    color: #1bbc9d;
}
/**/
.Homecountr h3 {
    color: #1bbc9d;
}
/**/
.section2 {
	padding: 20px;
	overflow: hidden;
	background: #384852 url(../images/pattern4.png);
	border-top: 1px solid #ccc;
}
.section2 .headyea p, .section2 .headyea h3 {
	background: none;
	color: #fff;
}
.section2 .headyea {
	margin-bottom: 70px;
}
.clear {
	clear: both;
}

.section2 .headyea h3 {
	color: #ddd;
	position: relative;
	padding-bottom: 21px;
}
.section2 .headyea h3:after {
	bottom: 0;
	left: 50%;
	height: 2px;
	content: '';
	width: 100px;
	margin-left: -50px;
	position: absolute;
	background-color: rgba(15, 15, 15, 0.2);
}
.countr2 {
	border: 1px solid rgba(15, 15, 15, 0.2);
	background-color: rgba(15, 15, 15, 0.1);
	vertical-align: baseline;
	text-align: center;
	border-radius: 5px;
	padding: 30px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
}
.countr2:hover {
	cursor: default;
	background-color: rgba(15, 15, 15, 0.6);
}
.countr2 h4 {
	margin-top: 30px;
	color: #ddd;
	border-top: 1px solid #2D3439;
	border-bottom: 1px solid #2D3439;
	padding: 15px 0;
	margin-top: 8px;
}
.countr2 p {
	color: #eee;
	text-align: justify;
	margin-bottom: 15px;
}
.countr2 i.specy {
	color: #eee;
	font-size: 50px;
	padding: 20px;
}
.countr2 a {
	float: left;
	color: #eee;
	margin-top: 10px;
	border: 1px solid #ccc;
	line-height: 180%;
	position: relative;
}
.countr2 a span {
	padding: 0 10px;
	line-height: 44px;
	height: 13px;
	padding-bottom: 24px;
	display: inline-block;
}
.countr2 a i {
	color: #ccc;
	font-size: 20px;
	padding: 0 14px;
	border-right: 1px solid #ccc;
	line-height: 42px;
	height: 43px;
	font-size: 29px;
	float: left;
}
.countr2:hover i.specy {
	color: #ff6c00;
}
.countr2:hover a, .countr2:hover a i, .countr2 a:hover {
	color: #ff6c00;
}
.countr2:hover a i {
	background: #eee;
}
a.moree {
	color: #ccc;
	font-size: 20px;
	padding: 15px 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: inline-block;
	margin-top: 20px !important;
}
a.moree:hover {
	background: #ff6c00;
	color: #fff;
	border-color: transparent;
}
.section3 {
background: #384852 url(../images/pattern2.png);
overflow:hidden;
}
.section3 .headyea h3 {
	color: #ff6c00;
	position: relative;
	background: none;
	padding-bottom: 21px;
}
.section3 .headyea h3:after {
	bottom: 0;
	left: 50%;
	height: 2px;
	content: '';
	width: 100px;
	margin-left: -50px;
	position: absolute;
	background-color: #ff6c00;
}
/* Services Section */
.services-box {
	margin-bottom: 50px;
}
.services-box:hover .services-icons {
	color: #fff;
	background: #ff6c00;
	border-color: #ff6c00;
	outline: #ff6c00;
}
.services-box h3 {
	color: #777;
	text-transform: uppercase;	
	font-size: 16px;
	margin-bottom: 5px;
}
.services-box p {
	font-weight: 300;
}
.services-box.left h3 {
	margin-left: 100px;
}
.services-box.left p {
	margin-left: 100px;
}
.services-icons {
	display: inline-block;
	float: left;
	font-size: 30px;
	color: #ff6c00;
	/*line-height: 73px;*/
	background: #f9f9f9;
	text-align: center;
	border: solid 4px #fff;
	outline: 1px solid #dddddd;
	  /*margin-top: -8px;*/
  padding: 29px;
}
.services-box.right .services-icons {
	float: right;
}
.services-box.right h3 {
	margin-right: 100px;
}
.services-box.right p {
	margin-right: 100px;
}
.icon-laptop:before {
	content: "\f151";
}
.icon-smiley:before {
	content: "\f151";
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.icon-code:before {
	content: "\f151";
}
.icon-accessibility:before {
	content: "\f151";
}
.icon-apple:before {
	content: "\f151";
}
.icon-paperplane:before {
	content: "\f151";
}
.services-icons:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section0 {
	padding: 20px;
	overflow: hidden;
	background: #055959;
}
.section0 h3 {
color: #eee;	
}
.section0 p {
color: #fff;	
font-size:15px;
}
.righty {
float:right;	
}
.lefty {
float:left;	
}
.lefty a {
  color: #fff;
  font-size: 20px;
  padding: 15px 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 20px;
}
.lefty a:hover {
background: #fff;	
color:  #ff6c00;
}

navs {
    margin-top: -25px;
}
.section4 {
	
	
background:url(../images/bg_about.png) no-repeat center #F1F1F1;
padding: 10px 0 50px;
    border-right: 5px solid #1d74bb;
    border-left: 5px solid #1d74bb; 
}
.section4 .countr2 {
	
	background:url(../images/pattern.png);
}
.section4 .headyea h3 {
	background: url(../images/bg_title.png) no-repeat center bottom;
	text-align: center;
	font-size: 2.2em;
	color: #1d74bb;
	margin-bottom: 20px;
}
.section4 .headyea p {
	color: #1d74bb;
}
.col-sm-6.countr2 {
  width: 45%;
  margin: 5px;
}
/*****Ahmed Abou Hamed Edit******/
h3.HeadThree {
  border-bottom: 3px dashed;
  width: 280px;
  padding-bottom: 15px;
}
/*****************/
.Last.Button a {
  color: #fff;
  font-size: 20px;
  padding: 15px 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 50px !important;
}
/*************/
.Last.Button a:hover {
  background: #fff;
  color: #ff6c00;
}
/**************/
.Last.Button {
  float: left;
}
/****************/
.holder {
  margin: auto;
  width: 100% !important;
}
/******************/
#main_content_holder {
  padding-bottom: 0px !important;
}
/******************/
/*********************/
.title h3 {
  margin-top: 20px!important;
}
/******************************/
a.btn.btn-large.btn-success.trigger {
  padding-bottom: 7px;
}


/*******Ahmed New Media ********/
@media only screen and (max-width : 1024px){
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/**************************/
.nomab p {
  background: url(../images/pattern.png);
  line-height: 83px !important;
  font-family: ar;
  font-size: 20px !important;
  border-radius: 50%;
  height: 75px;
  text-align: center;
  width: 75px;
  border: #777777 solid 4px;
  background: rgba(255, 255, 255, 0.47);
  float: right;
  margin-top: 0;
  margin-bottom: 23px;
  margin-left: 20px;
}
/**************************/

.Homecountr h3 {
  font-size: 15px !important;
}
/******************/
h1.HomeTitle {
    color: #1bbc9d;
}
/**/
.countr p {
  color: #666666;
  font-size: 10px;
}
/******************/
.countr2 p {
  color: #eee;
  text-align: justify;
  margin-bottom: 15px;
  font-size: 10px;
}
/********************/
.col-sm-6 {
  width: 70%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
}
/*********************/
.container {
  width: 100%;
  padding: 0px 10px 0px 10px;
}
/*****************/
.search-wrapper {
  height: 42px;
  border-radius: 0;
}
/******************/
.square {
  width: 48%;
  height: 73px;
  margin-left: 4px;
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
  float: right;
  background: #4D4D4D;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
/****************************/
.footer_col {
  float: right;
  width: 31% !important;
  margin-right: 12px;
  margin-left: 0;
}
/**********************/
.footer_col li a {
  font-size: 10px;
}
/**************************/
#header_menu ul li a {
  font-size: 10px;
}
/********************/
.col-sm-6.countr2 {
  width: 43%;
  margin: 11px;
}
/********************/
.conta {
  min-height: 194px !important;
}
/************************/
	 }
	 

