@charset "utf-8";
* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'NeoSans';
	src: url(../fonts/NeoSans-regular.eot);
	src: url("../fonts/NeoSans-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/NeoSans-regular.woff") format('woff'), url("../fonts/NeoSans-regular.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NeoSansArabic';
	src: url(../fonts/Greta_Arabic_Regular.otf);
 src:
 url("../fonts/Greta_Arabic_Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Greta_Arabic_Regular.woff") format('woff'), url("../fonts/Greta_Arabic_Regular.ttf") format('truetype'), url("../fonts/Greta_Arabic_Regular.svg") format('svg') ;
 font-weight: normal;
	font-style: normal;
}

@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;
}

body {
	color: #777;
	font-family: 'NeoSansArabic', sans-serif;
	background: #fff;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/logo2.png') 50% 50% no-repeat #fff;
}
/*.loader:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/pre.gif) no-repeat center 56%;
}*/
a:focus {
	outline: none;
	border: none;
}
div#html5-watermark {
	display:none !important;
}
#html5-text {
	font-family: 'NeoSansArabic', sans-serif !important;
	color:#ffffff !important;
	font-size: 16px !important;
}
a {
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
a h3 {
	text-decoration: none;
}
img {
	max-width: 100%;
}
h3, h4, h1, h2, .nav {
	font-family: 'NeoSansArabic', sans-serif;
	color: #757a79;
}
h3 {
	font-size: 18px;
}
p {
	line-height: 180%;
	font-size: 16px;
	font-family:'NeoSansArabic';
}
.clear {
	clear: both;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover {
	border-color: #dddddd !important;
	box-shadow: none !important;
	outline: 0px !important;
}
.input-group-btn:last-child > .btn {
	border-right: 0;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: right;
}
@media (min-width: 768px) {
	.col-md-15 {
		width: 50%;
		float: right;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 33.3333%;
		float: right;
	}
}
@media (min-width: 1200px) {
	.col-md-15 {
		width: 20%;
		float: right;
	}
}
.top-aside {
	position: relative;
	background: #1d74bb;
	border-bottom: 1px solid #dddddd;
box-shadow: 2px 0 0 2px #eeeeee;
}
a.log {
    color: #ffffff;
    padding: 0 10px;
	padding-left: 14px;
    border-left: 1px solid #fff1;
    height: 45px;
	background: #1d74bb;
    line-height: 45px;
	font-size:16px;
    float: left;
	text-decoration: none;
}
a.log i {
	padding-left: 8px;
	color: #ffffff;
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
a.log:hover {
	color: #1d74bb;
	background:#ffffff;
	text-shadow: 0 0 15px #ffffff;
}
a.log:hover i {
	color: #1d74bb;
}
a.log:last-child {
	border-right: 1px solid #fff1;
}
.loge {
	padding: 15px 0;
}
.top-links .form-control {
	padding: 13px;
	border-radius: 0;
}
.top-links a {
	text-decoration: none;
	font-size: 20px;
	padding-top: 11px;
	float: right;
	width: 45px;
	background:#1d74bb;
	height: 45px;
	text-align: center;
	color:#ffffff;
	border-left: 1px solid #fff1;
}
.top-links a:hover {
	background: #ffffff;
	color:#1d74bb;
}

.top-aside .btn-group.noti {
	text-decoration: none;
	font-size: 20px;
	padding-top: 11px;
    position: relative;
	float: left;
	width: 45px;
	background:#1d74bb;
	height: 45px;
	text-align: center;
	color:#ffffff;
	border-left: 1px solid #fff1;
	transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.top-aside .btn-group.noti:last-child {
	border-right: 1px solid #fff1;
}
.top-aside .btn-group.noti:hover {
	background: #ffffff;
	color:#1d74bb;
}
.top-aside .btn-group.noti > a {
	color:#ffffff;
	display:block;
}
.top-aside .btn-group.noti:hover > a {
	color:#1d74bb;
}
.top-aside .btn-group.linee {
    color: #ffffff;
    padding: 0 10px;
	padding-left: 14px;
    border-right: 1px solid #fff1;
    height: 45px;
	background: #1d74bb;
    line-height: 45px;
	font-size:16px;
    float: right;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.top-aside .btn-group.linee > a { 
	color:#ffffff;
	text-decoration:none;
	display:block;
}
.top-aside .btn-group.linee:hover > a { 
	color:#1d74bb;
}
.top-aside .btn-group.linee i {
	padding-left: 8px;
	color: #ffffff;
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.top-aside .btn-group.linee:hover {
	color: #1d74bb;
	background:#ffffff;
	text-shadow: 0 0 15px #ffffff;
}
.top-aside .btn-group.linee:hover i {
	color: #1d74bb;
}

span.numy {
color: #ffffff;
    background: #f33636;
    padding-top: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center;
}
img.ads {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}
a.searche.imge {
	padding: 0;
}
a.searche.imge img {
	line-height: 45px;
	display: block;
	margin: 0 auto;
	padding-top: 7px;
}

.top-links a:hover {
	background: #ffffff;
}
.top-links a:first-child {
	border-right: 1px solid #fff1;
}

a.searche {
	background: #048484;
	color: #ffffff;
	border-right: 0;
	cursor: pointer;
}
.top-links a.searche:first-child { 
border-right: 0;
}
a.searche i, a.searche em {
	padding: 0 5px;
}
a.searche:hover {
	background: #ffffff;
	color: #0d9fb5;
}
.sear-box {
    position: absolute;
    top: 46px;
	z-index:99;
	left: 15px;
}
.sear-box .well{
    height: auto;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 0;
    border-top: 0;
}
.sere {
	display: none;
	position: absolute;
	top: 43px;
	left: 15px;
	border: 1px solid #dddddd;
	border-top: 0;
	padding: 10px;
	background: #fff9f2;
	z-index: 999999;
}
.sere.active--search {
	display: block;
}
/* end top-aside */
.header {
	border-bottom: 1px solid #dddddd;
	position: relative;
	background: #ffffff;
}
.navbar-collapse {
	padding:0;
}
.logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
a.btner {
	position: relative;
	background: #1d74bb;
	color: #ffffff;
	font-family: 'NeoSansArabic', sans-serif;
	text-decoration: none;
	display: inline-block;
	padding: 23px 25px;
	padding-left: 70px;
	line-height: 20px;
	font-size: 16px;
	text-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	  border-bottom: 2px solid #ffffff
}

.btner:before {
	content: "\f013";
	position: absolute;
	left: 0;
	top: 0;
	padding: 23px 15px;
	line-height: 95px;
	background-color: #048484;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font: normal normal normal 20px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.btner:focus, .btner:hover {
	color: #fff;
	background: #048484;
}
.btner:hover:before {
	color: #fff;
	background: #1d74bb;
}

/* end it */
.navigation {
	margin-top: 28px;
}
.nav > li > a {
	color: #777777;
	font-size: 15px;
	padding: 18px 14px;
	border-bottom:2px solid #1d74bb;
}
.nav > li > a:hover, .nav > li.active > a {
	color: #1d74bb;
	border-bottom:2px solid #8c8583;
	background:transparent;
}
.html5-nav {
    direction: ltr;
}
.dropdown-menu {
	right: 0;
	left: auto;
	border-color: #ccc;
	min-width: 180px;
	margin: 0;
	padding: 0;
}
.dropdown-menu > li > a {
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
}
.dropdown-menu > li > a:hover {
	color: #fff1;
	background: #fcfcfc;
}
/* end header */
.section-1 {
padding: 25px 0;
    background: #e9e5dc url(../images/bgpattern.jpg);
    border-top: 2px solid #76716f;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}
.item2 {
    position: absolute;
    bottom: 12px;
    left: 21px;
}
.section-1 .col-md-3 {
    position: relative;
}
.section-1 .title {
	margin-bottom: 15px;
	text-align:center;
}
.section-1 .title h3 {
    display: inline-block;
    margin: 0;
    color: #3c2415;
    padding: 12px 23px;
    padding-bottom: 18px;
}
.section-1 .title h3 img {
	padding:0 15px;
}
.section-1 p {
	color:#656565;
	font-size:16px;
	text-align:justify;
	margin-bottom:15px;
}
.section-1 .col-md-6 {
	border-right: 2px solid #818582;
}
.section-1 .abouty img {
	display:block;
	margin:0 auto;
	margin-top:49px;
}
.section-1 a.outline-inward {
	padding-bottom:10px;
	margin-bottom:10px;
}
a.outline-inward {
	display: inline-block;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	padding: 10px 20px;
	cursor: pointer;
	background: #1d74bb;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-family: 'NeoSansArabic';
	}
.outline-inward:hover {
	color: #ffffff;
	background: #484848;
}
.outline-inward:before {
	content: '';
	position: absolute;
	border: #756f6d solid 2px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top right bottom left;
	transition-property: top right bottom left;
}
.outline-inward:hover:before {
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	opacity: 1;
}

a.vidi {
	position:relative;
	border:4px solid #ffffff;
	border-radius:5px;
	display: block;
	min-height: 177px;
}
a.vidi img {
    margin: 0 auto;
	width:100%;
	height:100%;
	min-height: 177px;
}
a.vidi span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    background: rgba(68, 68, 68, 0.5) url(../images/play.png) no-repeat center;
}
a.vidi span:hover {
	background: rgba(68, 68, 68, 0.7) url(../images/play.png) no-repeat center;
}
/* end section-1 */
.section-2 {
	padding:15px 0;
	margin-bottom:8px;
	position:relative;
}
.item4 {
    position: absolute;
    bottom: 120px;
    left: 20px;
}
.title {
	margin-bottom: 5px;
	text-align:center;
	margin-top:5px;
}
.title h3 {
    display: inline-block;
    margin: 0;
    color: #3c2415;
    padding: 12px 23px;
    padding-bottom: 18px;
}
.title h3 img {
	padding:0 15px;
}
h3.afte {
    color: #8e8279;
    text-align: center;
    margin-top: 0;
	margin-bottom:25px;
	font-family: 'NeoSansArabic';
}
.features .col-md-4 {
	margin-bottom:15px;
}
.features .col-md-4 h3 {
    color: #7d6f4c;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 13px;
    margin-bottom: 10px;
}
.features .col-md-4 h3 img {
	padding-left:10px;
}
.features .col-md-4 p {
	background:#ffffff;
}
.features hr {
    border-top: 1px solid #dddddd;
}

/* end section-2 */

.section-3 h3 {
    color: #ffffff;
    margin: 0;
    background: #baada5 url(../images/backy.jpg) no-repeat right;
    padding: 35px;
    text-align: center;
}
.section-3 .col-md-3 {
	padding:0;
}
.section-3 .col-md-3 img {
	height:273px;
	width:100%;
}
.section-3 .col-md-3 a.html5lightbox {
	position:relative;
	display: block;
}
.section-3 .col-md-3 a.html5lightbox img {
    margin: 0 auto;
}
.section-3 .col-md-3 a.html5lightbox span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity:0;
	    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    background: rgba(68, 68, 68, 0.5) url(../images/zoom.png) no-repeat center;
}
.section-3 .col-md-3 a.html5lightbox span:hover {
	background: rgba(68, 68, 68, 0.7) url(../images/zoom.png) no-repeat center;
	opacity:1;
}
/* end section-3 */

.section-4 {
    padding: 20px 0;
    background: #fbfbfb;
}
.chart {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
      float: right;
    margin-left: 15px;
}
.percent {
  display: inline-block;
  font-family: 'NeoSansArabic';
    line-height: 100px;
    z-index: 2;
    font-size: 18px;
  font-weight: 300;
  color: #6a6058;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
/* end section-4 */
/* start sec3 */
.title2 {
	border-bottom: 1px solid #cccccc;
	margin: 15px 0;
	margin-top: 8px;
}
.title2 h3 {
	display: inline-block;
	color: #231f20;
	font-size: 18px;
	padding: 0 10px;
	padding-bottom: 15px;
	position: relative;
	margin: 0;
}
.title2 h3:before {
	height: 1px;
	width: 100%;
	content: "";
	background: #1d74bb;
	bottom: -1px;
	position: absolute;
	padding: 0;
	left: 0;
}
.title2 h3 i {
	color: #1d74bb;
	padding-left: 10px;
}

.sec3 {
    border-top: 1px solid #dddddd;
    padding: 20px 0;
}
.sec3 .btner:before {
    content: "\f177";
}
.clear {
	clear: both;
}
.proj {
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}
.proj a {
	text-decoration: none;
    position: relative;
}
.proj .ima {
    position: relative;
    float: right;
    margin-left: 10px;
}
span.feat {
    display: none;
}
.proj img {
    width: 166px;
    border-left: 1px solid #dddddd;
    height: 156px;
    background: #ffffff;
    position: relative;
}
.proj span {
	color: #231f20;
	font-size: 16px;
	padding-left:10px;
}
.proj p i {
	color: #b1b0b0;
	padding-left: 6px;
	}
.proj p {
	color: #585858;
	font-size: 16px;
	border-bottom:1px solid #dddddd;
	margin:0;
	padding:5px;
	height:39px;
	overflow:hidden;
}
.proj p:last-child {
	border:0;
}
.proj p a {
	color:#777777;
}
.proj p a:hover {
	color:#444444;
}
.more-deta {
    background: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top: 0;
    padding: 14px;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.more-deta h3 {
	color: #1d74bb;
	font-size: 16px;
	margin: 0;
	text-decoration: none;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.proj:hover .more-deta h3 {
    color: #ffffff;
}
.proj:hover .more-deta {
    background: #1d74bb;
}
.proj.feature .more-deta {
    background: #f5f5f5 url(../images/gold.png) no-repeat 3% center;
}
span.feat {
    display: none;
}
.proj.feature span.feat {
    content: "";
    padding: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background: #1d74bb;
    z-index: 9;
}
.proj:hover .more-deta h3 {
    color: #ffffff;
}
.proj:hover .more-deta {
    background: #1d74bb;
}
.proj.feature:hover .more-deta {
    background: #1d74bb url(../images/gold1.png) no-repeat 3% center;
}
/* scetion 2 */

/* end section-5 */
.section-8 {
	border-bottom:1px solid #dddddd;
	margin-bottom:25px;
	padding-bottom:25px;
	background: #fbfbfb;
    padding-top: 25px;
}
.section-8 hr {
	margin-top: 0;
}
.news {
	border: 1px solid #dddddd;
}
.news h3 {
	text-align: center;
	font-size: 16px;
	color: #484848;
	margin: 15px 0;
	text-decoration: none;
}
.news a {
	text-decoration: none;
}
.news img {
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	display: block;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.news:hover img {
	opacity: 0.7;
}
.item.news {
	margin: 0 2px;
}
.post-meta {
    direction: rtl;
    border-top: 1px solid #dddddd;
    padding: 12px 0;
	background:#ffffff;
    text-align: center;
}
.post-meta span i {
	color:#7B929B ;
	padding-left:5px;
}
.post-meta span {
	font-size:16px;
	display: inline-block;
	padding-left:5px;
}
.blocke {
	border: 1px solid #dddddd;
	background: #ffffff;
}
.blocke img {
	width: 100%;
	height: 172px;
	opacity: 0.8;
	border-bottom: 1px solid #dddddd;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.blocke img:hover {
	opacity: 1;
}
.blocke p {
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	color: #777370;
	margin-bottom:0;
	font-size: 16px;
	background:#f5f5f5;
	font-family: NeoSans;
}
.blocke a {
	text-decoration: none;
}
.section0 {
    padding: 20px;
    overflow: hidden;
    background: #1d74bb url(../images/section.png);
}
.section0 h3 {

color: #fff;	
}
.section0 p {
color: #fff;	
font-size:16px;
}
.section0 a {
  color: #fff;
  font-size: 18px;
  margin-left:10px;
  padding: 15px 30px;
  border-radius: 5px;
  background:#1d74bb;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 16px;
  text-decoration:none;
}
.section0 a:hover {
background: #fff;	
color:  #1d74bb;
}
.section-5 {
	padding:20px 0;
	padding-top:0;
}
#owl-demo2 .item {
	text-align:right;
	padding: 40px 40px;
	direction:rtl
}
#owl-demo2 p {
	color: #695f57;
	margin-bottom: 0;
	position: relative;
	padding:0 60px;
	font-size:18px;
	text-align:justify;
	line-height:220%;
}
#owl-demo2 span {
	color: #3c2415;
}
#owl-demo2 span a {
	color: #1d74bb;
	text-decoration:none;
}
#owl-demo2 span a:hover {
	color: #3c2415;
}
#owl-demo2 p:before {
	content: "\f10e";
	position: absolute;
	top: -21px;
	right: 0;
	color: #7B929B ;
	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;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#owl-demo2 p:after {
	content: "\f10d";
	position: absolute;
	bottom: -21px;
	left: 0;
	color: #7B929B ;
	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;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.owl1 {
    margin-top: 15px;
}
.owl1 img {
    border-radius: 50%;
    border: 1px solid #dddddd;
    width: 150px;
    display: block;
    margin: 0 auto;
}
.owl1 .owl-prev, .owl1 .owl-next {
	font-size:28px;
	color:#1d74bb;
}
.owl1 .owl-prev {
	left: 40%;
	top:50%;
	margin-top:-14px;
}
.owl1 .owl-next {
	right: 40%;
	top:50%;
	margin-top:-14px;
}
.owl1 .owl-prev, .owl1 .owl-next {
	display: inline-block;
	z-index: 999;
	opacity: 1;
	position: absolute;
}

/* end section-5 */


.hidden {
	display: none;
}
a.top.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -82px; /* negative of the offset - height of link element */
	left: 10px; /* padding from the left side of the window */
}
a.top.affix {
	position: fixed; /* keeps it on the bottom once in view */
	bottom: 18px; /* height of link element */
	left: 10px; /* padding from the left side of the window */
}
a.top {
	position: fixed;
	left: 10px;
	bottom: 50px;
	color: #ffffff;
	display: none;
	background: #757a79;
	padding-top: 13px;
	padding-bottom: 13px;
	line-height: 14px;
	width: 53px;
	font-size: 24px;
	border:1px solid #484848;
	text-align: center;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 999999;
}
a.top:hover {
	background: #484848;
}
.footer {
    overflow: hidden;
    background: #212121 url(../images/section.png);
		background-attachment: fixed;
    position: relative;
    padding: 25px 0;
	padding-bottom: 0;
	border-top:1px solid #dddddd;
}
img.foot-logo {
	float: right;
	    margin: 48px 0;
    margin-left: 10px;
}
div#sliderCon {
    max-width: 100% !important;
}
.footer-content p {
	text-align: justify;
	font-size: 16px;
	color: #dddddd;
}
.footer-content .col-md-3 {
	border-right: 1px solid #444444;
}
.footer-content .col-md-4 {
	border-right: 1px solid #444444;
}
.footer-content h3 {
  color: #dddddd;
	font-size:16px;
	margin-top:0;
}
.footer-content h3 i {
    margin-left: 10px;
	color:#1d74bb;
	font-size:18px;
}
.footer-content ul {
	margin-left: 10px;
	padding: 0;
}
.footer-content li {
	list-style: none;
	line-height: 218%;
	margin: 0 5px;
	margin-bottom: 5px;
}
.footer-content .col-md-3 li {
	border-bottom: 1px solid #444444;
	padding: 3px 0;
}
.footer-content li a {
	font-size: 16px;
	color: #dddddd;
	text-decoration: none;
	padding-right: 10px;
	line-height: 180%;
}
.footer-content li a:hover {
	color: #999999;
}

.footer-content li:hover:before {
	color: #eeeeee;
}
.copyr {
	clear: both;
	padding: 10px;
	position: relative;
	background:#161616;
	border-top: 1px solid #111111;
	margin-top:15px;
}
.leftous {
    background: url(../images/gear.png) no-repeat right;
	background-size: 30px;
    padding: 4px;
    padding-right: 40px;
}
.copyr p {
	margin-bottom: 0;
	font-size: 13px;
	color: #dddddd;
	font-family:  'NeoSansArabic';
}
.leftous a {
	color: #dddddd;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.leftous:hover a {
	color: #777777;
}
/* end footer */
.footer-content input {
	padding: 12px;
	margin-bottom: 0;
}
.footer-content .input-group {
	padding: 10px 0;
}
.footer-content .input-group-btn:last-child > .btn {
	padding: 11px 26px;
	border-right: 0;
	font-size:16px;
	background: #1d74bb;
	border: 1px solid #1d74bb;
	color: #ffffff;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.footer-content .input-group-btn:last-child > .btn:hover {
	background: #444444;
	border: 1px solid #444444 !important;
}
.footer-content .col-md-2 img {
	margin-top: 74px;
}
.form-control{
	height:auto;
}
/***************************************************
***** Ahmed Eddit in Header and Inner Pages ********
***************************************************/
/* Start Change in inner Pages */
.table.js_custom_groups.js_custom_group_basic select 
{
    width: 100%;
}
/* End Change in inner Pages */
/***************************************
*********** Resume Info Change *********
***************************************/
.basicInfo 
{
    padding: 10px;
    display: inline-block;
    font-size: 19px;
    width: 200px;
}
/**/
.showInfo 
{
    padding: 10px;
    display: inline-block;
    font-size: 19px;
    width: 200px;
    background: #1d74bb;
	text-align:center;
	position:relative;
}
/**/
.showInfo:after 
{
    content: "\f19d";
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0px;
    top: 0px;
    background: #048484;
    text-align: center;
    vertical-align: middle;
    font: normal normal normal 20px/1 FontAwesome;
    margin: auto;
    line-height: 50px;
    color: white;
}
/**/
.showInfo a 
{
    color: white;
	padding-right: 30px;
	font-size: 15px;
}
/**/
.showInfo:hover 
{
    background: #048484;
}
/**/
.showInfo:hover:after 
{
    background: #1d74bb;
}
/**/
.changeInfoButton 
{
    margin-top: 10px;
	margin-bottom: 20px;
}
/**/
.resumeFullName, 
.resumeBirthDay, 
.resumeGender, 
.resumeSocial, 
.resumeCity, 
.resumeZipCode, 
.resumePhone, 
.resumeIM,
.resumeEmail,
.resumeImage
{
    padding: 5px;
}
/**/
.resumeFullName1, 
.resumeBirthDay1, 
.resumeGender1, 
.resumeSocial1, 
.resumeCity1, 
.resumeZipCode1, 
.resumePhone1, 
.resumeIM1,
.resumeEmail1,
.resumeImage1
{
    display: inline-block;
    vertical-align: middle;
    width: 125px;
}
/**/
.resumeFullName2, 
.resumeBirthDay2 , 
.resumeSocial2, 
.resumeCity2, 
.resumeZipCode2, 
.resumePhone2, 
.resumePhoneAnser, 
.resumePhoneChoice, 
.resumeIM2, 
.resumeImAnser, 
.resumeIMChoice,
.resumeEmailAnswer,
.resumeEmail2,
.resumeImage2
{
    display: inline-block;
    vertical-align: middle;
}
/**/
.resumeImage3
{
    display:block;
    vertical-align: middle;
}
/**/
.resumeButton input 
{
    padding: 10px 20px;
    background: #1d74bb;
    color: white;
}
/**/
.resumeButton input:hover 
{
    background: #048484;
}
/**/



/***************************************
******* Hamed Search Row change ********
***************************************/
.searchForm 
{
    padding: 30px;
    border: 1px solid #1d74bb;
    margin-bottom: 10px;
	border-radius:5px;
}
/**/
.table_left1 
{
    margin: 5px 0px;
}
/**/
.searchKey, 
.projectType,
.projectNeed,
.countryKey 
{
    width: 130px;
    display: inline-block;
    vertical-align: middle;
}
/**/
.searchInput, 
.projectInput,
.projectInput,
.countryInput 
{
    display: inline-block;
    vertical-align: middle;
}
/**/
.over_search_cats 
{
    margin: 0px;
}
/**/
.over_search_cats li 
{
    display: inline-block;
    padding: 10px;
    border: 1px solid #d4d4d4;
    border-bottom: none;
}
/**/
.over_search_cats li a 
{
    color: #888;
}
/**/
.over_search_cats .active 
{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #1d74bb;
    border: 1px solid #1d74bb;
    border-bottom: none;
}
/**/
.over_search_cats .active a 
{
    color: white;
}
/**/
.userSearch 
{
    display: inline-block;
    width: 150px;
}
/**/
.userTab 
{
    display: inline-block;
}
/**/
input.button
{
    background: #1d74bb;
    padding: 10px;
    width: 115px;
    color: white;
	margin-top:5px;
}
/**/
input.button:hover 
{
    background: #048484;
}
/**/
#section_menu ul 
{
    display: block;
    float: right;
}
/**/
#section_menu ul li 
{
    border: 1px solid #1d74bb;
    margin: 2px;
    padding: 5px;
}
/**/
#section_menu ul li:hover 
{
    background: #1d74bb;
}
/**/
#section_menu ul li:hover a 
{
    color: white;
}
/**/
a.moderation_action.moderation_action_select 
{
    border: 1px solid #1d74bb;
    padding: 2px;
    width: 80px;
    text-align: center;
    background: #1d74bb;
    color: white;
}
/**/
a.moderation_action.moderation_action_select:hover 
{
    background: #048484;
}
/**/
a.moderation_action.moderation_action_unselect  
{
    border: 1px solid #1d74bb;
    padding: 2px;
    width: 80px;
    text-align: center;
    background: #1d74bb;
    color: white;
	display:none;
}
/**/
a.moderation_action.moderation_action_unselect:hover  
{
    background: #048484;
}
/**/
a.enta-button3 
{
    border: 1px solid #1d74bb;
    background: #1d74bb;
    color: white;
    padding: 10px;
    display: inline-block;
    width: 78%;
    text-align: center;
}
/**/
a.enta-button3:hover 
{
    background: #0797ac;
	border: 1px solid #0797ac;
}
/**/
a.enta-button4 
{
    border: 1px solid #0797ac;
    background: #0797ac;
    color: white;
    padding: 10px;
    display: inline-block;
    width: 20%;
    text-align: center;
}
/**/
a.youtube 
{
    margin-bottom: 10px;
}
/**/
#site_content 
{
    padding: 10px;
}
/**/
.timeline_main_menu 
{
    border-bottom: 1px solid #1d74bb;
}
/**/
.js_blog_parent
{
    border: 1px solid #ccc;
    padding: 6px !important;
	margin: 2px 0px;
}
/**/
#section_menu 
{
    display: block;
    overflow: hidden;
}
/**/


/***************************************************************/

/***************************************************
************* Change Media Screen ****************
***************************************************/

/********* XS Media ********/
@media (max-width:767px)
{
/* Start Change in Header */
.colMinHeightNewpro a
{  
    margin-bottom: 10px !important;
}
/**/
/* End Change in Header */
.top-links a 
{
    font-size: 15px;
    padding-top: 11px;
    width: 35px;
    height: 35px;
}
/**/
a.log:last-child 
{
    border-right: none;
}
/**/
a.log 
{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
	padding: 0 5px;
    padding-left: 5px;
}
/**/
.over_search_cats li 
{
    width: 90%;
    display: block;
    margin: AUTO;
    text-align: center;
}
/**/
.over_search_cats .active 
{
    border-radius: 0px;
}
/**/
.ima 
{
    display: block;
    text-align: CENTER;
    margin: 2px AUTO;
	width:100%;
}
/**/
.proj p 
{
    display: block;
    width: 100%;
}
/**/


}
/***************************************************************/
/********* SM Media ********/
@media (min-width:768px) and (max-width:991px)
{
/* Start Change in Header */
.colMinHeightNewpro a 
{
    margin-bottom: 10px !important;
    padding: 13px 13px 13px 60px;
    margin-top: 26px;
}
/**/
.colMinHeightNav 
{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    min-height:114px;
}
/**/
/* End Change in Header */	
}
/***************************************************************/
/********* MD Media ********/
@media (min-width:992px)and (max-width:1199px)
{
/* Start Change in Header */
.colMinHeightNewpro a 
{
    margin-bottom: 10px !important;
    padding: 13px 13px 13px 60px;
    margin-top: 26px;
}
/**/
.colMinHeightNav 
{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    min-height:114px;
}
/**/
/* End Change in Header */
}
/***************************************************************/
/********* LG Media ********/
@media (min-width:1200px)
{
/* Start Change in Header */
.colMinHeightNav 
{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    min-height:114px;
}
/**/
.colMinHeightNewpro 
{ 
   margin-top:34px;
}
/**/
/* End Change in Header */
}

/* =-=-=-=-=-=-= Header =-=-=-=-=-=-= */
.header-area {
    position: relative;
    right: 0px;
    top: 0px;
    background: #fff;
    z-index: 999;
    width: 100%;
}
.header-area .logo-bar {
    position: relative;
    color: #323232;
    padding: 5px 0;
}
.header-area .logo-bar .information-content {
    position: relative;
    float: left;direction: rtl;
	    padding-top: 25px;
}
.header-area .logo-bar .info-box div.text:hover {
    color: #1d74bb;
    cursor: pointer;
}
.header-area .logo-bar .info-box {
     position: relative;
    float: right;
    margin-right: 45px;
    padding-right: 50px;
    line-height: 24px;
}
.header-area .logo-bar .social-box {
    padding-right: 0px;
}
.header-area .logo-bar .info-box .icon {
    position: absolute;
    right: 0px;
    line-height: 50px;
    font-size: 32px;
    color: #016DB6;
}
.header-area .logo-bar .info-box div.text {
    color: #323232;
    font-weight: 600;
}
.header-area .logo-bar .info-box strong {
    position: relative;
    display: block;
    color: #e4e4e4;
}
.header-area .logo-bar .info-box a {
    position: relative;
    color: #6f747d !important;
    font-weight: 600;
}
.header-area .logo-bar .info-box .phone {
    font-size: 14px;
}
.social-links-one {
    position: relative;
    top: 5px;
}
.social-links-one a {
    position: relative;
    display: block;
    float: right;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-left: 5px;
    color: #ffffff !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.social-links-one a:hover {
    opacity: 0.70;
}
.social-links-one a.facebook {
    background-color: #3b5998;
}
.social-links-one a.twitter {
    background-color: #00aced;
}
.social-links-one a.google-plus {
    background-color: #dd4b39;
}
.social-links-one a.linkedin {
    background-color: #007bb5;
}
.social-links-one a.pinterest {
    background-color: #cb2027;
}
.social-links-one a.instagram {
    background-color: #125688;
}
.header-area .logo-bar .logo {
    position: relative;
    float: right;
}
.header-area .logo-bar .logo img {
    max-width: 100%;
    display: block;
}
/* =-=-=-=-=-=-= Navigation =-=-=-=-=-=-= */
.navigation-2 {
    background: #717171  !important;
}
.navigation {
    position: relative;
    z-index: 9995;
}
#main-navigation {
    padding-right: 0;
    padding-left: 0;
}
#main-navigation .navbar-nav li.active {
    background-color: #1d74bb;
}
.navigation .navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
}
.navigation .navbar-nav {
    margin-top: 15px;
}
.navigation .navbar-default .navbar-nav>li>a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 70px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
/*** menu hover css ***/
.navigation .navbar-default .navbar-nav>li>a:focus, .navigation .navbar-default .navbar-nav>li>a:hover {
    color: #1d74bb;
}
/*** menu hover 0pen css ***/
.navigation .navbar-default .navbar-nav>.open>a, .navigation .navbar-default .navbar-nav>.open>a:focus, .navigation .navbar-default .navbar-nav>.open>a:hover {
    color: #1d74bb;
    background-color: transparent;
}
/**** Dropdown Menu ***/
.navigation .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
    top: 84px;
}
.navigation-2 .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
    top: 73px;
}
.navigation .dropdown-menu, .navigation-2 .dropdown-menu {
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 20px 0px;
    background-color: #262f36;
}
.navigation .dropdown-menu>li>a, .navigation-2 .dropdown-menu>li>a {
    display: block;
    padding: 10px 20px 10px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #fff !important;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.navigation .dropdown-menu>li>a:hover, .navigation-2 .dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: #1d74bb;
}
/*** Header #2 ****/
.navbar-top-2 {
    border-top: 3px solid #1d74bb;
}
.navbar-block {
    border-bottom: 1px solid #e0e0e0;
}
.navbar-address {
    margin-bottom: 0px;
    text-align: left;
}
.navbar-top-2 .welcome-msg, .navbar-top-2 .navbar-address {
    color: #8e8e8e;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    padding-top: 9px;
}
.navbar-link-2 ul li a {
    color: #8e8e8e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding-top: 9px;
    display: inline-block;
    padding-bottom: 9px;
    border-right: 1px solid #e0e0e0;
    padding-right: 20px;
    padding-left: 20px;
}
.navbar-link-2 ul li a:hover {
    color: #1d74bb
}
.navigation-2 .navbar {
    margin-bottom: 0px;
    min-height: 60px;
}
.navigation-2 .navbar-default {
    background-color: #25292f;
    border: none;
    border-radius: 0px;
}
.navigation-2 .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    position: relative;
    color: #fff;
    line-height: 24px;
	direction: rtl;
    display: block;
    letter-spacing: 0;
    padding: 20px;
}
/********** menu hover css ********/
.navigation-2 .navbar-default .navbar-nav>li>a:focus, .navigation-2 .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #1d74bb;
}
/********* menu hover 0pen css ********/
.navigation-2 .navbar-default .navbar-nav>.open>a, .navigation-2 .navbar-default .navbar-nav>.open>a:focus, .navigation-2 .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #1d74bb;
}
.navigation-2 .navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 12px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    border: medium none;
}
.navigation-2 .navbar-default .navbar-toggle .icon-bar {
    background-color: #1d74bb;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    position: relative;
}
.navbar-brand {
    padding: 10px !important;
}
.navbar-nav {
    margin-right: 45px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-fixed-top {
    border-width: 0;
    top: 0;
}
.navigation-2 .navbar-nav li a {
    color : #fff !important;
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 22px;
}
.navbar-nav li a {
    color : #323232 !important;
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 22px;
}
.navbar-nav .dropdown-menu li a {
    line-height: 46px;
    height: 50px;
    padding-top: 0;
    color : #fff !important;
    font-size: 13px;
}
.navbar-right li.dropdown a span {
    text-align: center;
}
.dropdown-menu {
    border: 0 !important;
    padding: 0 !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-right: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #ccc;
    margin-top: 20px;
    margin-left: -10px;
}
.dropdown-submenu:hover>a:after {
    border-right-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    right: -100%;
    margin-right: 10px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed !important;
}
.navbar-brand {
	float:none;	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	  background-color:inherit !important;
}

	 .top_search{position:relative}.top_search
.search_button{position:relative;width:150px;text-align:center;font-size:18px;cursor:pointer;	font-family: 'NeoSansArabic';padding:16px
0 20px;color:#fff;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.top_search .search_button:before{content:'';position:absolute;right:0;top:50%;margin:-25px 0 0;height:50px;width:1px;background:#34ccff;opacity:1;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.top_search
.top_search_form{position:absolute;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;left:0;top:100%;background:#262F36;width:315px;padding:20px
30px 28px}.top_search .top_search_form
p{font-size:13px;line-height:22px;color:#fff;margin:0
0 16px}.top_search .top_search_form
form{position:relative}.top_search .top_search_form form input[type="text"]{width:100%;display:block;border:none;font-size:14px;padding:10px
16px 9px 40px;outline:none !important;box-shadow:none !important}.top_search .top_search_form form input[type="text"]:focus{border:2px
solid #34ccff !important;padding-top:9px;padding-bottom:8px;padding-right:15px}.top_search .top_search_form form
button{position:absolute;left:0;top:0;border:none;width:40px;height:40px;padding:0;text-align:center;font-size:13px;background:none;color:#34ccff;-webkit-transition:color 0.3s ease;-moz-transition:color 0.3s ease;-ms-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease}.top_search .top_search_form form button:hover{color:#183650}.top_search:hover
.search_button{background:#183650;color:#fff}.top_search:hover .search_button:before{opacity:0}.top_search:hover
.top_search_form{opacity:1;visibility:visible}body .vc_row.overlay.vc_parallax .vc_parallax-inner:before{content:'';position:absolute;right:0;left:0;top:0;bottom:0;background:rgba(255,255,255,0.5)}.rev_slider_nav{position:relative;display:block;text-align:center;text-decoration:none !important}.rev_slider_nav
.icon{margin:-117px 0 0;padding:0
0 28px;border-bottom:2px solid transparent;font-size:89px;height:117px;color:#fff;display:block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.rev_slider_nav .icon
i{display:inline-block;vertical-align:middle}

/* =-=-=-=-=-=-= Footer =-=-=-=-=-=-= */
.footer-area {
    background-color: #323232;
    background-image: url("../images/footer-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #c9c9c9;
    font-family: "NeoSansArabic", sans-serif;
    position: relative;
}
.footer-area::before {
    background: rgba(25, 25, 25, 0.9) none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dark::before {
    background: rgba(25, 25, 25, 1) none repeat scroll 100% 0 !important;
}
.footer-area p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.footer-area .footer-content {
    padding: 70px 0 0px;
    position: relative;    direction: rtl;
    z-index: 1;
}

.footer_panel .divider-left{
	background:#fff;
}
 .footer_panel ul.social_icon li a, .copyright, .copyright p{
	color:#fff;
	    direction: rtl;
}
.footer_panel h3{
	display:block;
}
.footer_panel .footer_logo {
  display: inline-block;
}
.footer_panel p.address, .services p.address{
  margin-right:25px;
  margin-bottom:15px;
}
.footer_panel p.address a:hover{
	color:#0a64a5;
}
.footer_panel p.address > i, .services p.address > i{
  display: inline-block;
  font-size:19px;
  margin-right: -30px;
  vertical-align: middle;
  width:25px;
}	
.footer-widget .logo {
    margin-bottom: 20px;
}
.footer-area .footer-content .column {
    margin-bottom: 30px;
    position: relative;
}
.footer-content .column h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.footer-content .column h2 a:hover {
    cursor: pointer !important;
}
.footer-area .footer-content a {
    transition: all 0.5s ease 0s;
    o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.footer-content .links-widget li {
    margin-bottom: 15px;
    position: relative;
}
.footer-content .links-widget li a {
    color: #c9c9c9 !important;
    display: block;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
}
.footer-content .links-widget li a:hover, .footer-content .news-widget .news-post a:hover {
    color: #016db6;
}
.footer-area .social-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 32px;
}
.footer-area .social-links a:hover {
    background: #fff none repeat scroll 100% 0;
    color: #ffffff;
}
.footer-area .contact-info {
    margin-bottom: 20px;
    position: relative;
}
.footer-area .contact-info li {
    line-height: 30px;
    margin: 0 0 7px;
    padding-right: 30px;
    position: relative;
}
.footer-area .contact-info li:hover {
    color: #016db6;
    cursor: pointer;
}
.footer-area .contact-info li .icon {
    font-size: 16px;
    font-weight: 700;
    right: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
}
.social-links-two {
    position: relative;
}
.social-links-two a {
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #bcbcbc !important;
    display: block;
    float: right;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-left: 8px;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
    o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    width: 28px;
}
.blog-news-section .social-links-two a {
    background: #545454 none repeat scroll 100% 0;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.social-links-two.alt a {
    border: 1px solid #cccccc;
    color: #cccccc !important;
    font-size: 12px;
}
.social-links-two a:hover {
    background: #016db6 none repeat scroll 100% 0;
    border-color: #016db6;
    color: #fff !important;
}
.footer-content .news-widget .news-post {
    color: #c9c9c9;
    line-height: 20px;
    margin-bottom: 40px;
    padding: 0 80px 0 0;
    position: relative;
}
.footer-content .news-widget .news-post .news-content {
    margin-bottom: 5px;
}
.footer-content .news-widget .news-post a {
    color: #c9c9c9 !important;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
}
.footer-content .news-widget .news-post .time {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    position: relative;
}
.footer-content .news-widget .news-post .image-thumb {
    height: 65px;
    right: 0;
    position: absolute;
    top: 0;
    width: 65px;
}
.footer-content .news-widget .news-post .image-thumb img {
    display: block;
    width: 65px;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #808080;
    font-size: 15px;
    padding: 16px 0;
    position: relative;
    text-align: center;
}
.footer-copyright .copyright {
    line-height: 20px;
    padding: 5px 0;
    position: relative;
}.breadcrumbs-area {
    background: url("../images/Logistics-and-4PL.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.page-heading p {
    color: #e5e4e4;
    display: block;
    font-size: 17px;
    font-style: italic;
    line-height: 45px;
    margin-bottom: 5px;
}
.page-heading h3 {
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
    line-height: 45px;
    margin-bottom: 5px;
}
.page-heading h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 5px;
    text-transform: uppercase;
}
.breadcrumbs {
    color: #fff;
    font-weight: normal;
    line-height: normal;
    list-style: outside none none;
    margin: 25px 0;
    padding: 12px 0;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0;
}
.breadcrumbs li a {
    color: #fff !important;
    text-decoration: none;
    text-transform: capitalize;
}
.breadcrumbs li a:hover {
    color: #323232 !important;
}
ul.breadcrumbs li + li::before {
    content: "/";
    font-family: FontAwesome;
    padding: 0 10px;
}
.custom-heading h2::before {
    background-color: #016db6;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    top: 58px;
    width: 70px;
}
.custom-heading h2 {
    border-bottom: 2px solid #e3e3e3;
    color: #323232;
    font-size: 20px;
    margin: 0 0 40px;
    padding: 13px 0 13px 18px;
    text-transform: capitalize;
}.parallex {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex h2 {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex::before {
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallex-small {
    background: #016db6 none repeat scroll 100% 0;
    color: #fff;
    padding: 20px 0;
}
.parallex-text h4 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    text-transform: capitalize;
}
.parallex-text p {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex-small .btn {
    margin-top: 0 !important;
}
.parallex-button {
    text-align: left;
}
.btn-clean {
    color: #fff !important;
}
.btn-clean:hover {
    background-color: #fff !important;
    color: #323232 !important;
}
.parallex-small .btn {
    margin-top: 10px;
}.parallex::before {
   	background:url(../images/pattern.png)
 !important;
}
.margin-bottom-20 {
    margin-bottom: 20px;
	
}
	
	
.admin4{background-color: #EDEAEA;
        border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
     overflow: hidden;
     border:1px solid #DDD7D7;}


   .p-us{float: right;
      padding: 30px 30px 20px 0px;
      color: #02287b}  

  .comment-owner{direction: rtl;
                   padding: 27px 10px 15px 0px;
                  color: #808080;
                 font-size: 13px;
                 float: right;
               }    

               .p-us2{float: right;
      padding: 30px 30px 20px 10px;
      color: #02287b}  

      .comment-owner2{direction: rtl;
                   padding: 27px 10px 15px 0px;
                  color: #808080;
                 font-size: 13px;
         
               }    
.comm {
    direction: rtl;
    padding: 18px 20px 20px 0px;
    border: 1px solid #02287b;
    width: 70%;
    float: right;
    border-radius: 7px;
     margin-bottom: 20px;
    margin-right: 25px;
}


.ff{clear: both;
   overflow: hidden;
    border-bottom: 1px solid #DDD7D7;}

.comment-form{width: 70%;
            margin: 4%;
            float: right;
           direction: rtl !important;
          font-size: 15px;}



.sid1{border-bottom: 1px solid #EBE6CF;
     padding-right: 33px;}

.ul-sid {
  list-style: none;
  margin-top: 22px;

  float: right;

}

.sidebar {
    background-color: rgb(248, 247, 247);
    direction: rtl;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 10px;
}

.online_status {
font-size: 18px;
    color: #75B079;
    background: #fff;
    text-align: center;
    width: 50px;    font-weight: 400;

}/* --- product page ---- */
.products {
    margin: 20px 0;
}

.inproduct{
    padding: 10px 0;
    /*width: 60%;*/
    float: right;
}

.inproduct-img{
    /*width: 40%;*/
    padding: 0 0 20px 0;
    float: right;
}
.inproduct-img img{
    display: block;
    margin: 0 auto;
    width: 80%;

}
.inproduct-img img:hover{
    opacity: .9;
}

.inproduct-content{

}

.inproduct-content h1{
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #DADADA;
    padding: 0 0 20px 0;
    color: #7C6A54;
    margin: 0 0 10px 0;
}

.inproduct-content h2{
    color: #444;
    font-weight: normal;
    font-size: 20px;
    padding: 3px 2%;
}

.inproduct-content h2 span{
    color: #ba1485;
    font-weight: bold;
    font-size: 20px;
}
.inproduct-content p{
    border: 1px solid #EAEAEA;
    padding: 3px 2%;
    color: #585858;
}


/**/
.des 
{
    border-bottom: 1px solid #17b6ce;
}
/**/


.cona {
  border: 1px solid #02287b;
  border-radius: 7px;
  direction: rtl;
  font-size: 25px;
  margin: 20px auto auto;
  padding: 10px;
  text-align: center;
  width: 55%;
}

.con-for{margin: 0px !important;}

.c-c{direction: rtl;
    padding-top: 3%;}

.lab{float: right;
    color: #02287b}

.con-for{width: 45%;}

.con-for{font-size: 15px;}

.btn.btn-default.ssee {
  background:#02287b;
  color: white;
  font-weight: bold;
}

.btn.btn-default.ssee {
  margin-bottom: 30px;
  margin-right: 206px;
  margin-top: 30px;
}
.hir{float:right}
.admin2 img{width:100%;
           margin-bottom:30px;}
.btn{margin-bottom:20px;}
.btn.btn-success {
  margin-top: 20px;
}

.c-c {
    direction: rtl;
    padding-top: 3%;}
/**/
#rimg {margin-top:5px;margin-left:auto; margin-right:auto; display:block; max-width: 360px; width: 100%;}		
#rside{position: absolute; bottom: 0; padding-left:5px; color: #fff; background-color:rgba(0, 0, 0, 0.74);width:100%; padding-top:8px; text-align:center;}
#rside:hover{background-color:#3498B5;}
#rhside{text-align:center; font-weight:bold; background:#fff; color: #000; padding-top:7px;padding-bottom:7px; margin-bottom:5px;  border-radius: 8px;   border-right: 5px solid #306fbe; border-left: 5px solid #306fbe;    padding: 5px; }
/*---- container end --- */

a.contactWithOwner 
{
    background: #17b6ce;
    color: white;
    float: left;
    left: 0px;
    padding: 5px;
    border-radius: 5px;
}
/**/
section.mytabsInfo 
{
    border: 1px solid #ddd;
}
/**/
section.mytabsInfo ul 
{
    padding-right: 10px;
}
/**/
section.mytabsInfo ul li a 
{
    border: none !important;
}
/**/
section.mytabsInfo .nav-tabs > li.active > a 
{
    border-bottom: 1px solid #17b6ce !important;
}
/**/
.mytabsInfo .tab-content 
{
    padding: 10px;
}
/**/

.profile-img-form{
    padding: 10px;
}
.profile-img-form button{
    margin: 10px 0 0 0;
}
.pos_bx{
	position: fixed;
	left: 0px;
	top: 5%;
	z-index: 99999999;
	width: 40px;	
}
.pos_bx ul li{
	display: block;
	overflow: hidden;	
}
.pos_bx ul li a{
	width: 40px;
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	overflow: hidden;	
}
.pos_bx ul li:nth-child(1) a{
	background-position: left top;
	height: 210px;	
}
.pos_bx ul li:nth-child(2) a{
	background-position: left -220px;
    height: 190px;	
}
.pos_bx ul li:nth-child(3) a{
	background-position: left bottom;
	height: 161px;	
}

#myModal2 .modal-body label{
	color: #666;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 10px;	
}
#myModal2 .modal-body .input-group{
	margin-bottom: 15px;	
}
#myModal2 .modal-body .input-group .input-group-addon,
#myModal2 .modal-body .input-group .form-control{
	border: none;
	background: none;	
	border-radius: 0;
	box-shadow: none;
}
#myModal2 .modal-body .input-group .input-group-addon i{
	background: #eee;
	color: #666;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;	
}
#myModal2 .modal-body .input-group .form-control{
	border-bottom: 2px solid #eee;
	height: 40px;
	line-height: 40px;	
	color: #666;
	font-size: 1em;
	transition: all 0.3s ease-in-out;
}
#myModal2 .modal-body .input-group .form-control:focus{
	border-bottom: 2px solid #1d74bb;
	transition: all 0.3s ease-in-out;
}
#myModal2 .modal-body .input-group textarea{
	height: 130px !important;
	line-height: 22px !important;	
}
#myModal2 .modal-body .btn,
#myModal3 .modal-body .que_bx .btn-default,
#myModal3 .modal-body .que_bx .btn-danger,
#myModal3 .modal-body .res_que_bx .btn{
	background: #1d74bb;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	width: 100px;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 5px;	
	padding: 0;
	font-weight: normal !important;
	text-shadow: none !important;
	margin: 10px 2px 0;
	transition: all 0.3s ease-in-out;
}
#myModal2 .modal-body .btn:hover,
#myModal3 .modal-body .que_bx .btn-default:hover,
#myModal3 .modal-body .res_que_bx .btn:hover,
#myModal3 .modal-body .que_bx .btn-danger:hover{
	background: #eee;
	color: #666;
	transition: all 0.3s ease-in-out;	
}
#myModal3 .modal-body .res_que_bx{
	clear: both;	
}
#myModal3 .modal-body .que_bx h1,
#myModal3 .modal-body .res_que_bx h1{
	color: #1d74bb;
	line-height: 25px;
	font-size: 1.2em;
	border-bottom: 1px solid #1d74bb;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}
#myModal3 .modal-body .que_bx ul li label{
	color: #666;
	font-size: 0.9em;
	display: block;
	height: 30px;
	line-height: 30px;	
}
#myModal3 .modal-body .que_bx ul li label input{
	margin-left: 10px;	
}
#myModal3 .modal-body .que_bx ul{
	border-bottom: 1px solid #eee;	
}
#myModal3 .modal-body .res_que_bx ul li{
	color: #666;
	font-size: 1em;
	height: 30px;
	line-height: 30px;	
}
#myModal3 .modal-body .res_que_bx ul li i{
	margin-left: 10px;	
}
#myModal3 .modal-body .res_que_bx ul li:nth-child(1) i{
	color: #5cb85c;	
}
#myModal3 .modal-body .res_que_bx ul li:nth-child(2) i{
	color: #5bc0de;	
}
#myModal3 .modal-body .res_que_bx ul li:nth-child(3) i{
	color: #f0ad4e;	
}
#myModal3 .modal-body .res_que_bx ul li:nth-child(4) i{
	color: #d9534f;	
}
.modal-body{
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;	
}
.modal-content{
	overflow: hidden;
	border: none;
	box-shadow: 0px 0px 7px -3px #000;	
}
.modal-header{
	background: #1d74bb;	
}
.modal-header h4{
	color: #fff;
	font-size: 1.5em;	
}
.modal-header h4 i{
	margin-left: 10px;	
}
.content-news{
background: #1d74bb;
    border-right: 5px solid #1d74bb;
	border-left: 5px solid #1d74bb;
    color: #fff;
    font-size: 18px;
 
	height: 40px;
}

.newsp{

    color: #fff !important;
    font-size: 18px;
 
}
.about_bx p{
	color: #333;
	font-size: 1.1em;
	line-height: 25px;
	text-align: center;
	max-height: 75px;	
}
.serv_bx a{
	background: url(../images/ico1.png) no-repeat left bottom #fff;
	border-radius: 5px !important;
	padding: 10px!important;
	box-shadow: 0px 0px 7px -3px #000!important;
	display: block!important;
	overflow: hidden!important;	
	text-align: center!important;
	min-height: 130px!important;
	text-decoration: none;
	border-top: 4px solid #17b6ce!important;
	transition: all 0.3s ease-in-out!important;
}
.col-lg-4:nth-child(2) a{
	background: url(../images/ico2.png) no-repeat left bottom #fff;	
}
.col-lg-4:nth-child(3) a{
	background: url(../images/ico3.png) no-repeat left bottom #fff;	
}
.serv_bx a i{
	color: #17b6ce;
	display: block;
	font-size: 35px;
	margin: 20px auto;
	text-align: center;	
}
.serv_bx a:hover i{
	transform: rotate(360deg)!important;
	-moz-transform: rotate(360deg)!important;
	-ms-transform: rotate(360deg)!important;
	-o-transform: rotate(360deg)!important;    text-decoration: none;

	-webkit-transform: rotate(360deg)!important;
	transition: all 0.3s ease-in-out!important;	
}
.serv_bx a h1{
	color: #666;
	font-size: 1.6em;
	height: 40px;
	line-height: 40px
}
.serv_bx{
	padding: 40px 0px 20px;	
}
.title_bx h1{
	color: #17b6ce;
	height: 60px;
	background: url(../images/bg_title.png) no-repeat center bottom;
	margin-bottom: 30px;
	text-align:center;
	font-size: 2em;
}
.art_bx figure,
.art_pg figure{
	position: relative;
	transition: all 0.3s ease-in-out;
}
.art_bx figure img,
.art_pg figure img{
	width: 100%;
	height: 180px;	
}
.art_bx figure span,
.art_pg figure span{
	background: rgba(0, 0, 0, 0.7);
	padding: 5px 10px;
	color: #fff;	
	position: absolute;
	top: 10%;
	font-family: Arial, sans-serif;
	left: 0;
	text-align: left;
    direction: ltr;
}
.art_bx figure figcaption,
.art_pg figure figcaption{
	border: 1px solid #EEEEEE;
	border-top: none;
	padding: 10px;
	text-align: center;
	transition: all 0.3s ease-in-out;	
}
.art_bx figure:hover figcaption,
.art_pg figure:hover figcaption{
	background: #f1f1f1;
	border-bottom: 1px solid #ddd;
	transition: all 0.3s ease-in-out;	
}
.art_bx figure figcaption a,
.art_pg figure figcaption a{
	color: #17b6ce;	
	display: block;
	font-size: 1.3em;
	border-bottom: 1px solid #eee;
	max-height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}
.art_bx figure:hover figcaption a,
.art_pg figure:hover figcaption a{
	border-bottom: 1px solid #ddd;
	transition: all 0.3s ease-in-out;
}
.art_bx figure figcaption p,
.art_pg figure figcaption p{
	color: #333;
	font-size: 1em;
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
}
.two_bx{
	background: url(../images/two_bx.jpg) repeat-x center;
	background-size: cover;
}
.two_bx .title_bx h1{
	color: #fff;
    height: 60px;
    background: url(../images/bg_title2.png) no-repeat center bottom;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2em;	
}
.two_bx .part_bx ul li a{
	display: block;
	background: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 6px;
	color: #17b6ce;
	font-size: 1.3em;
	position: relative;
	padding: 0px 15px;
	display: block;	
}
.two_bx .part_bx ul li a::before{
	width: 6px;
	height: 40px;
	background: #17b6ce;	
	content: '';
	position: absolute;
	top: 0;
	right: 2px;
}
.two_bx .part_bx ul li span{
	color: #666;
	font-size: 0.8em;
	background: #eee;
	border-radius: 5px;
	margin-right: 15px;
	padding: 5px 10px;	
}
.two_bx .link_bx .item a,
.two_bx .link_bx .item a img{
	width: 180px;
	height: 100px;
	margin: 0 auto 10px;	
}
.two_bx .link_bx .owl-theme .owl-controls .owl-dots{
    text-align: center;
}
.two_bx .link_bx .owl-theme .owl-controls .owl-dot {
    opacity: 1 !important;
    background: #7D7D7D !important;
    width: 20px !important;
    height: 10px !important;
    margin: 5px 3px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.two_bx .link_bx .owl-theme .owl-controls .owl-dot:hover,
.two_bx .link_bx .owl-theme .owl-controls .owl-dot.active {
    background: #9B7A2B !important;
    transition: all 0.3s ease-in-out;
}
.two_bx .link_bx .owl-nav{
	display: none;	
}

/*************CAROUSEL CUSTOM CSS END*******************/
.thumbnail-box {
	float: left;
	width: 100%;
	margin: 60px 0;
	
}
.thumbnail-box ul {
	float: left;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
.thumbnail-box ul li {
	float: left;
	background: #1d74bb;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	position: relative;
	padding: 0px;
	z-index: 1;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.thumbnail-box ul li:nth-child(2n) {
	z-index: 2;
	text-align: center;
	margin: 117px -37px 0 -37px;
}
.thumbnail-box ul li a {
	display: block;
	width: 157px;
	height: 157px;
	font-size: 16px;
	color: #fff;
	padding: 30px 0 0;
	text-decoration: none;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.thumbnail-box ul li:hover {
	background:#a9a8ae;
}
.thumbnail-box ul li:hover:before {
	opacity: 1;
}
.thumbnail-box ul li:hover a, .thumbnail-box ul li:hover a span {
	color: #fff;
}
.thumbnail-box ul li:hover a span {
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}
.thumbnail-box ul li span {
	font-size: 50px;
	display: block;
	line-height: 50px;
	color: #fff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin: 0 0 12px;
}

/*************SPECIAL BACKGROUND COLORS*************************/
.blue-color, .black-color, .black2-color, .grey-color, #about-us, #portfolio {
	overflow: hidden;
}
.blue-color {
	background-color: #477ab9;
}
.black-color {
	background-color: #000;
}
.black2-color {
	background-color: #252526;
}
.grey-color {
	background-color: #f5f5f5;
}
/*************SPECIAL TEXT COLORS*******************************/
.white {
	color: #fff;
}
.black {
	color: #000;
}
.blue {
	color: #477ab9;
}



#bg-canvas {
	padding-top: 10%;
	padding-bottom: 5%;
	position: relative;
}
.imagea {
	right: 8%;
	position: absolute;
	top: 28%;
}
.imagea > img {
	bottom: -15px;
	display: block;
	right: 0;
	position: relative;
	width: 100%;
	z-index: 0;
}
#bg-canvas .canvas-box {
	position: relative;
	margin-bottom: 30px;
}
#bg-canvas .canvas-box h4 {
	font-family: 'NeoSansArabic';
}
#bg-canvas .canvas-box h4:after {
	background: #000;
	content: "";
	display: block;
	height: 2px;
	margin: 15px auto;
	width: 50px;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
#bg-canvas .canvas-box:hover h4::after {
	background: #07aaa5;
	width: 100px;
}
.canvas-box .icon-wrap {
	background: #fff;
	border: 1px solid #D4D4D4;
	border-radius: 100%;
	box-shadow: 0 0 2px 5px #ebebeb;
	color: #868686;
	display: inline-block;
	height: 100px;
	margin-bottom: 30px;
	position: relative;
	width: 100px;
	z-index: 20;
	font-size: 50px;
	line-height: 99px;
	-webkit-transition: background 0.3s ease 0.1s;
	-ms-transition: background 0.3s ease 0.1s;
	transition: background 0.3s ease 0.1s;
}
.canvas-box:hover .icon-wrap {
	background: #07aaa5;
	border: 1px solid rgb(170, 247, 244);
	color: #fff;
	box-shadow: 0 0 2px 5px rgb(170, 247, 244);
}

.register-page .trademark {
  margin-top: 0;
}
.register-page .register .section-title {
  margin-top: -230px;
  background: #202020;
  padding: 5px 5px 5px 15px;
}
.register-page .form-control {
  height: 40px;
}
.register-page .bfh-datepicker {
  background: #FFFFFF;
}
.register-page .register-form span {
  margin-top: 12px !important;
    text-align: left;
}
.register-page .register-form input[type=checkbox] {
  margin-top: 14px;
}

.clients-area {
  margin: 3em 0;
}
.clients-area .my-account {
  background: #FFFFFF;
  overflow: hidden;
  padding: 20px;
}
.clients-area .my-account h2 {
  color: #202020;
  font-size: 16px;
}
.clients-area .my-account .input-group {
  margin: 10px 0;
}
.clients-area .my-account .input-group-addon {
  background: none;
}
.clients-area .my-account .input-group-addon i {
  color: #DDDDDD;
}
.clients-area .my-account input {
  border-right: none;
  line-height: 30px;
  padding: 20px 10px;
  box-shadow: none;
  outline: 0px;
}
.clients-area .my-account input:focus {
  border-color: #cccccc;
}
.clients-area .my-account .checkbox {
  color: #7f7f7f;
  font-size: 13px;
  display: inline-block;
  float: left;
  margin: 10px 0 0 0;
}
.clients-area .my-account .btn-default {
  background: #202020;
  border: none;
  box-shadow: none;
  color: #FFFFFF;
  padding: 10px 100px;
  font-size: 12px;
  margin: 0 0 15px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-area .my-account .btn-default:hover {
  background: white;
  color: #202020;
  box-shadow: 0 0 0 1px #202020;
}
.clients-area .my-account ul {
  padding: 0;
  margin: 0;
}
.clients-area .my-account ul li {
  line-height: 30px;
}
.clients-area .my-account ul li a {
  color: #7f7f7f;
  font-size: 13px;
}
.clients-area .my-account ul li a span {
  color: #f88101;
}


/*************************************************/
/* Control Panel */
/*************************************************/
.cp-page .nav-pills li a {
    background: white;
    color: #202020;
    border-radius: 0;
}
.cp-page .nav-pills li a:hover {
    background: rgba(128, 128, 128, 0.23);
    color: #000;
    border-radius: 0;
}
.cp-page .nav-pills li.active a {
    background: #428bca;
    color: #FFFFFF;
    border-radius: 0;
}
.cp-page .nav-pills li:first-child a {
    border-radius: 10px 10px 0 0;
}
.cp-page .nav-pills li:last-child a {
    border-radius: 0 0  10px 10px;
}
.cp-page .user-interface {
    background: #FFFFFF;
    padding: 10px;
}
.cp-page .user-profile {
    background: #FFFFFF;
    margin-bottom: 15px;
}
.cp-page .user-profile img {
    margin: 10px auto;
    max-width: 60% !important;
}
.cp-page .user-profile p {
    background: #428bca;
    color: #FFFFFF;
    padding: 10px 5px;
    border-radius: 10px 10px 0 0;
}
.cp-page .user-profile span {
    display: block;
    background: rgba(0, 0, 0, 0.37);
    padding: 10px 5px;
    border-radius: 0 0 10px 10px;
}
.cp-page .user-profile span a {
    color: #FFFFFF;
}


.profile-pic
{
	background-color: #fff;
	box-shadow: 1px 1px 1px solid#f3f3f3;
	padding: 5px;
}
.tab-content
{
	background-color: #fff;
}
.con
{
	background-color: #8e44ad;
	line-height: 30px;
	padding: 5px;
	color: #fff;
	width: 70px;
}
.con1
{
	background-color: #8e44ad;
	line-height: 30px;
	padding: 5px;
	color: #fff;
	width: 90px;
}
.sa7b-el2rba7
{
	margin-top: 20px!important;
	color: #8e44ad;
	border: 1px solid #8e44ad;
	padding: 7px;
	box-shadow: 1px 1px 1px solid #f3f3f3;
	line-height: 30px;
}
.tab-pane
{
	padding: 10px;	
}


 

.text-right *:hover{
  	text-align: right;
	color: #eee;
}
#defaultYear {
	cursor: text;
	background-color: #fff;
}
.panel-details h4 , .add-profile1{
	display: block;
	padding:15px 0px 5px 0px;
	margin:0px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.order-chat {
	padding:10px;
	font-size: 16px;
}
.time {
	direction: ltr;
	text-align: left;
	opacity: .455;
	font-family: arial;
}
.time i {
	float:right;
	margin:0px 5px;
}
.order-chat .msg {
	padding:10px 0px;
}
.order-chat .msg+.msg {

	/*border-top: 1px solid #ccc;*/
}
.send_wrap{
	border-top: 1px solid #eee;
/*border-bottom: 1px solid #eee;*/
padding: 10px;
/* background: #f8f8f8; */
}
.replay-btn
{
	display: block;
	width:100%;
	height: 70px;
}
/* --- product page ---- */
.products {
    margin: 20px 0;
}

.inproduct{
    padding: 10px 0;
    /*width: 60%;*/
    float: right;
}

.inproduct-img{
    /*width: 40%;*/
    padding: 0 0 20px 0;
    float: right;
}
.inproduct-img img{
    display: block;
    margin: 0 auto;
    width: 80%;

}
.inproduct-img img:hover{
    opacity: .9;
}

.inproduct-content{

}

.inproduct-content h1{
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #DADADA;
    padding: 0 0 20px 0;
    color: #7C6A54;
    margin: 0 0 10px 0;
}

.inproduct-content h2{
    color: #444;
    font-weight: normal;
    font-size: 20px;
    padding: 3px 2%;
}

.inproduct-content h2 span{
    color: #ba1485;
    font-weight: bold;
    font-size: 20px;
}
.inproduct-content p{
    border: 1px solid #EAEAEA;
    padding: 3px 2%;
    color: #585858;
}


.trademark {
  background: #E9E9E9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  margin-top: -46px;
  padding: 30px 0;
}
.trademark .en-logo {
  float: left;
}
.section-title,
.the-title {
  background: #075653;
  min-width: 240px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin: 20px 0;
}
.section-title h1 ,
.the-title h1 {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  vertical-align: middle;
}
.section-title i ,
.the-title i {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  padding: 5px;
  color: #FFFFFF;
}
* Single work page */
/*************************************************/
.single-work-info p {
  margin: 10px 0;
  font-size: 22px;
  font-weight: bold;
  color: #202020;

}
.da-thumbs {
  list-style: none;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding: 0;

}
.da-thumbs li {
  /*float: left;*/
  display:inline-block;
  margin: 2px;
  /*background:#121212 ;*/
  /*padding: 8px;*/
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
}
.da-thumbs li a {
  overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background: #333;
  background: rgba(0, 0, 0, 0.61);
  width: 100%;
  height: 100%;
}

.da-thumbs li a div span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 40px 0px 0px 0px;
  color: rgba(255,255,255,0.9);
}


/* ---- info ---- */
.full-size {
    width: 100%;
}
/* hover effect */
.hover-wrapper {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin-bottom: 5%;
    /* without this the link would be collapsed and won't be clickable */
    position: relative;
    border: 1px solid #444;
    overflow: hidden;
}
/* Flicker bug fix (hardware acceleration). More info here: http://davidwalsh.name/translate3d */
.accelerate {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* 1st version of hover bg */
.full-size:hover {
    z-index: initial;
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5) inset;
}
/* 2nd second version of hover bg */
.hover-wrapper-left:hover {
    background: rgba(0, 0, 0, 0.8);
    z-index: initial;
}
/* 3rd version of hover bg */
.hover-wrapper-right {
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    /* IE fallback */
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.hover-wrapper:hover .hover-wrapper-right {
    background: rgba(0, 0, 0, 0.5);
    z-index: initial;
    top: 0;
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    /* IE fallback */
}
.hover-wrapper img {
    z-index: -1;
    /* position image behing black hover area */
    vertical-align: bottom;
    /* this fixes problem with ugly gap below the image*/
}owl-carousel .icon {
    display: inline-block;
    position: absolute;
    top:50%;
    left:50%;
    width: auto;
    height: auto;
    z-index: 100 !important;
}
/* animate opacity from 0 to 100% */
.full-size__magnifyingGlass {
    opacity: 0;
    /*     margin-left: -38px;
    margin-top: -38px; */
    /* this is fallback in case you will not use jQuery icon positioning fix */
    background: #ddd;
    padding: 14px;
    border-radius: 50%;
}
.hover-wrapper:hover .full-size__magnifyingGlass {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
/* scale the icon from 0 to 100% */
.full-size__magnifyingGlass--second {
    margin-left: -24px;
    margin-top: -24px;
    left:50%;
    width: auto;
    height: auto;
    z-index: 100 !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform:scale(0);
    /* width will be 110% as well as height */
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
/* on image hover scale the icon to 100% size with animation */
.hover-wrapper:hover .full-size__magnifyingGlass--second {
    /*transform*/
    -webkit-transform:scale(1, 1);
    /* width will be 110% as well as height */
    -moz-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    -o-transform:scale(1, 1);
    transform:scale(1, 1);
}
/* scale and rotate at the same time */
.full-size__magnifyingGlass--third {
    /* vertical centering of the icon */
    margin-top: -26px;
    border-radius: 50%;
    z-index: 100 !important;
    /* place the icon on the top of the image */
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    /*transform*/
    -webkit-transform:rotate(360deg) scale(0);
    /* rotate and scale before hover */
    -moz-transform:rotate(360deg) scale(0);
    -ms-transform:rotate(360deg) scale(0);
    -o-transform:rotate(360deg) scale(0);
    transform:rotate(360deg) scale(0);
}
.hover-wrapper:hover .full-size__magnifyingGlass--third {
    /*transform*/
    -webkit-transform:rotate(0deg) scale(1, 1);
    /* rotate and scale to default state */
    -moz-transform:rotate(0deg) scale(1, 1);
    -ms-transform:rotate(0deg) scale(1, 1);
    -o-transform:rotate(0deg) scale(1, 1);
    transform:rotate(0deg) scale(1, 1);
}
/* magnifyingGlass__full-size-third: icon motion from the left to the right and vice versa */
.hover-wrapper .left {
    left: 0;
}
/* on hover move the left icon to the right */
.hover-wrapper:hover .left {
    left: 55%;
}
.hover-wrapper .right {
    right: 0;
}
/* on hover move the right icon to the left */
.hover-wrapper:hover .right {
    right: 55%;
}
/* FOURTH GROUP OF IMAGES */
.owl-carousel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.third {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    /* float elements side by side */
}
.last {
    margin-right: 0;
    /* clear margin-right on the last image */
}
.bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 501;
    left: 0;
    top: -100%;
}
.third a {
    z-index: 5001;
    position: absolute;
    display: block;
    height:100%;
    width: 100%;
}
.third i {
    left: 50%;
}
/* font-awesome icons */

.accelerate{
    position: relative;
}

.hover-wrapper:hover i {
    /*transform*/
    -webkit-transform:scale(1, 1);
    /* width will be 100% as well as height */
    -moz-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    -o-transform:scale(1, 1);
    transform:scale(1, 1);
}
.hover-wrapper:hover .bg {
    top: 0;
}

.hover-wrapper i{
    color: #FFF;
    background: rgba(0,0,0,.5);
    padding: 15px 0;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    z-index: 501;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    top: 50%;
}

.hover-wrapper .face:hover i{
    background: #6A7CAA;
}
.hover-wrapper .twit:hover i{
    background: #00ACEE;
}

.hover-wrapper .image img {

    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.3s ease;
    -ms-transition: transform 0.5s ease, opacity 0.3s ease;
    -o-transition: transform 0.5s ease, opacity 0.3s ease;
    transition: transform 0.5s ease, opacity 0.3s ease;
}
.hover-wrapper .image:hover img {
    opacity: .8;
    transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
}
/*---- container end --- */
.our-works .single-work {
  overflow: hidden;
}
.our-works .single-work img {
  border-bottom: 3px solid #d6d6d6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-works .single-work p {
  text-align: center;
  font-size: 16px;
  color: #202020;
  padding: 10px 0;
  margin: 0;
}
.our-works .single-work:hover img {
  opacity: 0.5;
}

.ourworks {
  margin-top: 2em;
}
.ourworks .section-title {
  margin-top: -200px !important;
}
.ourworks .single-work {
  margin-bottom: 20px;
  box-shadow: 0 0 0 2px #202020;
}
.ourworks .single-work h6 {
  text-align: center;
  background: #202020;
  margin: 0;
  padding: 15px 10px;
  color: #FFFFFF;
  font-size: 14px;
}

.trademark {
  background: #E9E9E9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  margin-top: -46px;
  padding: 30px 0;
}
.trademark .en-logo {
  float: left;
}

* Single work page */
/*************************************************/
.single-work-info p {
  margin: 10px 0;
  font-size: 22px;
  font-weight: bold;
  color: #202020;

}
.da-thumbs {
  list-style: none;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding: 0;

}
.da-thumbs li {
  /*float: left;*/
  display:inline-block;
  margin: 2px;
  /*background:#121212 ;*/
  /*padding: 8px;*/
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
}
.da-thumbs li a {
  overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background: #333;
  background: rgba(0, 0, 0, 0.61);
  width: 100%;
  height: 100%;
}

.da-thumbs li a div span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 40px 0px 0px 0px;
  color: rgba(255,255,255,0.9);
}


/*---- info start --- */

/*************************************************/
/* Contact Page */
/*************************************************/
.contact-page .form-control {
  height: auto;
}
.contact-page .contact-info h1 {
  margin: 0 0 40px 0;
  font-size: 26px;
  color: #202020;
}
.contact-page .contact-info p {
  font-size: 15px;
}
.contact-page .contact-info p i {
  font-size: 20px;
  color: #202020;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 10px;
}
.contact-page .contact-form h1 {
  margin: 20px 0 40px 0;
  font-size: 26px;
  color: #202020;
}


/*---- container end --- */
.our-works .single-work {
  overflow: hidden;
}
.our-works .single-work img {
  border-bottom: 3px solid #d6d6d6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-works .single-work p {
  text-align: center;
  font-size: 16px;
  color: #202020;
  padding: 10px 0;
  margin: 0;
}
.our-works .single-work:hover img {
  opacity: 0.5;
}

.ourworks {
  margin-top: 2em;
}
.ourworks .section-title {
  margin-top: -200px !important;
}
.ourworks .single-work {
  margin-bottom: 20px;
  box-shadow: 0 0 0 2px #202020;
}
.ourworks .single-work h6 {
  text-align: center;
  background: #202020;
  margin: 0;
  padding: 15px 10px;
  color: #FFFFFF;
  font-size: 14px;
}
