@charset "utf-8";
/* CSS Document */
/* fallback */
* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidNaskh-Regular.eot);
  src: url(../fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidNaskh-Regular.woff2) format('woff2'),
       url(../fonts/DroidNaskh-Regular.woff) format('woff'),
       url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DroidNaskh-Regular.eot);
  src: url(../fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidNaskh-Regular.woff2) format('woff2'),
       url(../fonts/DroidNaskh-Regular.woff) format('woff'),
       url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}
body {
	direction:rtl;
	color: #777;
	font-family: 'Droid Arabic Naskh', serif;
}
a:focus {
	outline: none;
	border: none;
}
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;
}
h3, h4 {
	font-family: 'Droid Arabic Naskh', serif;
	color: #e74c3c;
}
p {
	line-height: 180%;
}
.clear {
	clear: both;
}
/* tabs */
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/as.gif') 50% 50% no-repeat rgb(249,249,249);
}
.top-aside {
	overflow: hidden;
	background: #2c3e50;
}
.header {
	padding: 10px 0;
	background: #ffffff;
}
.text-right ul {
	margin: 0;
	padding: 0;
}
.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu {
	left: 0;
	right: auto;
	min-width: 200px;
}
.navbar-nav > li > .dropdown-menu > .dropdown-m {
	position: relative;
}
.navbar-nav > li > .dropdown-menu > .dropdown-m > .dropdown-menu {
	left: 196px;
	top: 0;
}
.dropdown-menu > li > a {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
.text-right li {
	list-style: none;
	float: right;
}
.text-right li a {
	color: #ffffff;
	position: relative;
	display: block;
	background: #233445;
	padding-top: 13px;
	padding-bottom: 13px;
	line-height: 14px;
	width: 45px;
	font-size: 20px;
	border-right: 1px solid #ffffff;
	text-align: center;
	text-decoration: none;
}
.text-right li:last-child a {
	border-left: 1px solid #ffffff;
}
a.langer {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
.text-right li a:hover, .text-right li a:focus, .searche a:hover, a.top:hover {
	color: #ffffff;
	background: #425a72;
}
input:focus {
	outline: none;
	box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 5px rgba(0, 0, 0, 0.15);
}
input.searche {
	float: left;
	background: #eee;
	  padding: 10px 8px;
  padding-bottom: 9px;
	width: 250px;
	opacity: 0;
	display:none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
input.searche.search-exp {
	opacity: 1;
	display:block;
}
.info {
	margin-top: 27px;
}
.info p {
	display: inline-block;
	color: #2c3e50;
	text-align:left;
	font-size: 16px;
	margin-right: 10px;
}
.info i {
	padding-left: 10px;
	color: #e74c3c;
	font-size: 18px;
}
/* start carasouel */
div#carousel-example-generic .container {
	position: relative;
}
.carousel-inner > .active {
right: 0;
}
.carousel-inner > .item {
transition: right 0.6s ease-in-out 0s;
}
.carousel-inner > .active.left {
right: -100%;
}
.carousel-inner > .active.right {
right: 100%;
}
a.left.carousel-control {
left: 0;
right: inherit;
}

.carousel-caption {
	width: 335px;
	height: 300px;
	padding: 10px;
	background: #2c3e50;
	text-shadow: none;
	right: auto;
	bottom: 78px;
	left: 5px;
	background: rgba(44, 62, 80, 0.85);
	border: 1px solid #ffffff;
	z-index: auto !important;
	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;
}
.carousel-caption p {
	font-size: 16px;
	text-align: justify;
}
.carousel-caption h3 {
	font-size: 18px;
	margin-top: 5px;
	text-align: justify;
	color: #ffffff;
}
.carousel-caption a {
	font-size: 19px;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	float: left;
	margin-top: -10px;
}
.carousel-caption a:hover {
	background: #fff;
	color: #2c3e50;
	border: 2px solid #2c3e50;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: 451px;
	width: 100%;
}
div#carousel-example-generic {
	margin-bottom: 0px;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	background: none;
}
.carousel-control {
}
.carousel-control i {
	font-size: 30px !important;
	background: #2c3e50;
	padding: 38px 20px;
	border: 1px solid #ccc;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -54px;
	opacity: 0.8 !important;
	color: #fff;
	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.left.carousel-control i {
	left: 0;
	border-left: 0;
}
a.right.carousel-control i {
	right: 0;
	border-right: 0;
}
.carousel-control i:hover {
	opacity: 1 !important;
	color: #fff;
}
.carousel {
	position: relative;
	border-bottom: 4px solid #60646d;
}
/* end it */
/* start home container css */

.title h3 {
	padding: 15px 25px;
	margin: 0;
	font-size: 18px;
	position: relative;
	background: #ffffff;
	color: #e74c3c;
	text-align: center;
	display: inline-block;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.title h3:before {
	border-right: 20px solid transparent;
	content: "";
	border-bottom: 50px solid #ffffff;
	display: inline-block;
	height: 0;
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
}
a.top {
	clear: both;
	margin-top: -67px;
	margin-right: 40px;
	color: #ffffff;
	position: relative;
	display: block;
	background: #233445;
	padding-top: 13px;
	padding-bottom: 13px;
	line-height: 14px;
	width: 53px;
	font-size: 24px;
	border-left: 1px solid #ffffff;
	text-align: center;
	text-decoration: none;
}
/* social */
/* */
.navigation {
	border-top: 1px solid #ccc;
	background: #eeeeee;
}
.navigation .nav > li > a {
	color: #575757;
	border-left: 1px solid #cccccc;
  font-size: 16px;
  padding: 20px 19px;
	text-transform: capitalize;
}
ul.nav.navbar-nav.navbar-right {
	border-top: 1px solid #ddd;
}
.navbar-nav > li > a i {
	font-size: 20px;
	padding-left: 8px;
	color: #575757;
}
.navigation .nav > li > a:hover, .nav > li.active > a {
	background: #2c3e50;
	color: #fff;
}
.navbar-nav > li > a:hover i, .nav > li.active > a i {
	color: #fff;
}
a.logo img {
	margin: 10px auto;
	width: 200px;
}
.title {
	color: #fff;
	background: #2c3e50;
	border: 1px solid #cccccc;
	margin: 15px 0;
	margin-top: 25px;
	position: relative;
	overflow: hidden;
}
.title h3 {
	padding: 15px 25px;
	margin: 0;
	font-size: 18px;
	position: relative;
	text-align: center;
	display: inline-block;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.title h3 i {
	color: #777777;
	padding-right: 10px;
}
/* liScroll styles */
.title .col-md-10 {
	position: relative;
}
.tickercontainer {
	height: 34px;
	margin: 0;
	padding: 0;
	display: inline-block;
	overflow: hidden;
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 8px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: right;
	margin: 0 15px;
	padding: 0;
	padding-top: 6px;
}
ul.newsticker a {
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
ul.newsticker span {
	margin-left: 10px;
	font-size: 16px;
	color: #dddddd;
}
ul.newsticker span i {
	color: #75a0cc;
	margin-left: 8px;
}
/* start section 1 */
.section-1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.section-1 .col-md-4 img {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
}
.section-1 .col-md-4 h4 {
	font-size: 20px;
	color: #2c3e50;
}
.section-1 .col-md-4 {
	padding-top: 20px;
	padding-left: 15px;
}
.section-1 .col-md-4 hp {
	font-size: 14px;
	color: #383838;
}
.section-1 .col-md-8 {
	border-right: 1px solid #ccc;
}
.section-1 .col-md-8 p {
	font-size: 16px;
	color: #424242;
	text-align: justify;
}
.section-1 .col-md-8 p span {
	font-size: 16px;
	color: #e74c3c;
}
.section-1 .col-md-8 a {
	background: #2c3e50;
	padding: 10px 25px;
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	margin-top: -25px;
}
.section-1 .col-md-8 a:hover {
	background: #233445;
}
/* start sec1 */
.sec1 {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
.sec1 h3 {
	font-size: 18px;
	margin: 15px 0;
}
.sec1 .col-md-4 img {
	border: 1px solid #cccccc;
	width: 100%;
	height: 250px;
	opacity: 0.8;
	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;
}
.sec1 .col-md-4:hover img {
	opacity: 1;
}
.sec1 .col-md-4 h3 {
	font-size: 18px;
	text-align: center;
	color: #383838;
}
.sec1 .col-md-4 h3 i {
	padding-left: 10px;
	color: #2c3e50;
	font-size: 18px;
}
.sec1 .col-md-4 p {
	font-size: 14px;
	text-align: justify;
}
a.btner {
	position: relative;
	background: #e74c3c;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 13px 25px;
	padding-left: 60px;
	line-height: 20px;
	font-size: 18px;
	text-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btner:before {
	content: "\f104";
	position: absolute;
	left: 0;
	top: 0;
	padding: 13px 18px;
	line-height: 95px;
	background-color: #cc4638;
	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;
	transform: translate(0, 0);
}
.btner:focus, .btner:hover {
	color: #fff;
	background: #2c3e50;
}
.btner:hover:before {
	color: #fff;
	background: #233445;
}
/* scetion 2 */
.sec-2 {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
.sec-2 h3 {
	font-size: 18px;
	margin: 15px 0;
}
p.sre {
	font-size: 16px;
	color: #383838;
	margin: 5px 0;
}
.sec-2 .col-md-6 h4 {
	color: #2c3e50;
	font-size: 18px;
	margin: 15px 0;
}
.sec-2 .col-md-6 h4 i {
	color: #e74c3c;
	font-size: 25px;
	margin-left: 10px;
}
.sec-2 .col-md-6 p {
	color: #777777;
	font-size: 14px;
}
/* sec 3 */
.sec-3 h3 {
	font-size: 20px;
	margin: 15px 0;
}
/* owl */
#owl-demo2 {
	margin: 15px 0;
}
#owl-demo2 .owl-item {
	padding: 0 30px;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	z-index: 999999;
	opacity: 0.7;
	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;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -45px;
	top: 2px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -45px;
	top: 2px;
}
#owl-demo2 .owl-next {
	top: 2px;
	left: -5px;
	right: inherit;
}
#owl-demo2 .owl-prev {
	top: 2px;
	right: -5px;
	left: inherit;
}
#owl-demo2 i {
	font-size: 28px;
	color: #CF3130;
}
#owl-demo2 .owl-item img {
	display: block;
	margin: 0 auto;
}
#owl-demo2 .item h3 {
	text-align: center;
	font-size: 18px;
}
#owl-demo2 .item p {
	font-size: 14px;
	padding: 0 20px;
	text-align: justify;
}
#owl-demo2 .col-md-10 {
	padding: 0;
}
/* start footer */
.footer {
	background: #222d3a url(../images/footy.jpg);
	background-size: cover;
	padding: 8px 0;
	padding-bottom: 5px;
	position: relative;
	border-bottom: 5px solid #222d3a;
	border-top: 5px solid #222d3a;
	padding-top: 12px;
	margin-top: 25px;
}
.overt {
	background: url(../images/overt.png);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.footer h3 {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 12px;
}
.footer h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 28px;
}
img.logo_foot {
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
}
.footer p {
	font-size: 14px;
	color: #d8d8d8;
	text-align: justify;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer li {
	list-style: none;
	line-height: 218%;
}
.footer li:before {
	content: "\f0a8";
	color: #cccccc;
	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;
}
.footer li a {
	color: #d8d8d8;
	text-decoration: none;
	padding-right: 10px;
	font-size: 14px;
	line-height: 180%;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.footer li a:hover {
	padding-right: 15px;
	color: #ffffff;
	text-shadow: 0 0 3px #ffffff;
}
.footer li:hover:before {
	color: #ffffff;
	text-shadow: 0 0 3px #ffffff;
}
.footer .bordet .col-md-3 {
	border-left: 1px solid #436081;
	padding-bottom: 20px;
	min-height: 223px;
}
.bordet {
	border-top: 1px solid #436081;
	border-bottom: 1px solid #436081;
	margin: 4px 0;
	position: relative;
	overflow: hidden;
}
.footer .bordet .no-bor {
	border-left: none;
}
.top-foot {
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #436081;
	position: relative;
}
.footer .top-foot p {
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}
.top-foot i {
	font-size: 28px;
	margin-bottom: 5px;
	color: #ffffff;
	margin-top:10px;
}
.copyr {
	clear: both;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #436081;
	position: relative;
}
p.aria {
	background: url(../images/techIco.png) right center no-repeat;
	padding-right: 30px;
	display: inline-block;
}
.copyr p {
	margin-bottom: 0;
	color: #ffffff;
}
.footer input {
	padding: 10px;
	height:auto;
}
.footer input[type="submit"] {
	background: #222d3a;
	color: #fff;
	margin-top: 10px;
	padding: 10px;
	height: auto;
	outline: none;
	border: 1px solid #222d3a;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.footer input[type="submit"]:hover {
	background: #2C3B4D;
}
@-moz-document url-prefix() {
.searche input {
padding: 12px 8px;
}
input.searche {
padding: 13px 8px;
}
.carousel-caption a {
 margin-top: -20px;
}
}
 @media (max-width: 1280px) {
	 a.top {
    margin-right: 0;
	 }
 }
 @media (max-width: 1024px) {
.navigation .nav > li > a {
	padding: 20px 10px;
	font-size:16px;
}
.navigation .nav > li > a i {
	font-size:16px;
	padding-right:5px;
}
.section-1 .col-md-8 a {
	margin-top:0;
}
a.top {
    background: #233445 none repeat scroll 0 0;
    border-left: 1px solid #ffffff;
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 19px;
    line-height: 14px;
    margin-right: 0;
    margin-top: -48px;
    padding-bottom: 6px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 36px;
}
}
 @media (max-width: 1023px) {
.navigation .nav > li > a {
   padding: 20px 9px;
    font-size: 16px;
}
.pull-right {
	float: right !important;
}
.carousel-caption {
	display: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: auto;
}
.bord {
	border-left: 0;
	border-top: 1px solid #ddd;
}
.overl {
	display: none;
}
.border-left {
	border-left: 0;
	border-top: 1px solid #ddd;
}
.footer .col-md-3, .footer .bordet .col-md-3 {
	border-right: 0;
	border-bottom: 1px solid #282828;
	border-left: 1px solid #282828;
}
.navigation .nav > li > a i {
	display: none;
}
a.top {
	float: left !important;
}
.footer .bordet .col-md-3 {
	min-height:226px;
}
p.aria {
	float:right !important;
}
	 .section-1 .col-md-4 img {
		 margin-right:0;
	 }
	 	 ul.newsticker li {
		 padding:0;
	 }
 .career .col-md-3 img, .main-con.sys .col-md-4 img{
	display:block;
	margin:0 auto;
	margin-bottom:7px;
}
.thumbnail.widy.img-responsive{
	display:block;
	margin:0 auto;
	margin-bottom:7px;
	width: auto !important;
}
}
 @media (max-width: 767px) {
	 .info {
		 display:none;
	 }
	 .title-1 p.date {
		 display:none;
	 }
	 ul.newsticker li {
		 padding:0;
	 }
	 .section-1 {
		 padding-bottom:18px;
	 }
	 .text-right li {
		 float:none;
		 display:inline-block;
	 }
	 input.searche {
		 float:none;
		  margin: 0 auto;
	 }
	 .section-1 .col-md-4 img {
		 margin-right:0;
	 }
	 .section-1 .col-md-8 a {
		 margin-bottom:10px;
		 clear:both;
	 }
a.logo img {
	display: block;
	margin: 10px auto;
}
img.featu {
	width: 100% !important;
}
.text-right ul {
	text-align: center;
}
li.textee {
	padding-bottom: 14px;
}
.text-left p, .text-left p:last-child {
	text-align: center;
	border: 0;
	display: block;
}
.footer p {
	text-align: inherit;
}
.navbar-collapse {
	clear: both;
}
.carousel-caption {
	display: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: auto;
}
.bord {
	border-left: 0;
	border-top: 1px solid #ddd;
}
.news {
	padding: 5px;
}
.news h3 {
	text-align: center;
}
.pull-right {
	float: none !important;
}
.border-left {
	border-left: 0;
	border-top: 1px solid #ddd;
}
.news img {
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
	width: auto;
	display: block;
}
.navigation .nav > li > a {
	border-bottom: 1px solid #ccc;
}
.navigation .nav > li > a i {
	display: none;
}
.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu {
	position: relative;
	float: none;
}
.searche input {
	width: 80%;
	float: right;
}
.searche a {
	float: right;
}
a.top {
	float: right !important;
}
.nav-tabs > li > a {
	padding: 10px 4px;
	font-size: 14px;
	border-left: 1px solid #ccc;
}
#owl-demo2 .item img {
	max-width: 100%;
}
.footer .bordet .col-md-3 {
	min-height:226px;
}
.reque h4 {
	margin-top:10px;
}
a.moreas {
    display: inline-block;
}
.job a.moreas {
	margin-top:0 !important;
}
 .career .col-md-3 img, .main-con.sys .col-md-4 img{
	display:block;
	margin:0 auto;
	margin-bottom:7px;
}
.thumbnail.widy.img-responsive {
	display:block;
	margin:0 auto;
	margin-bottom:7px;
	width: auto !important;
}
}
 @media (max-width: 480px) {
.col-xs-6 {
	width: 100%;
}
 }
