@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'AdobeArabic-Regular';
  src: url('fonts/AdobeArabic-Regular.eot');
  src: url('fonts/AdobeArabic-Regular.woff2') format('woff2'),
       url('fonts/AdobeArabic-Regular.woff') format('woff'),
       url('fonts/AdobeArabic-Regular.ttf') format('truetype'),
       url('fonts/AdobeArabic-Regular.svg#AdobeArabic-Regular') format('svg'),
       url('fonts/AdobeArabic-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
body
{
	width:100%;
	margin: 0 auto;
	direction:rtl;
	font-family:'AdobeArabic-Regular';
	text-align:center;
	background-color: #4a0203!important;
	
}
.mobile
{
	display:none!important;
}
.page
{
	width:980px;
	margin:0 auto;	
}
.slider img
{
	width:100%;
}
.header
{
	position:relative;
	
	background-image:url(../../images/web/header1.jpg);
	background-repeat:no-repeat;
	background-size: 100%;

	text-align:right;
}
.header_img
{
	width:980px;
	height:150px;

}
.header_img img
{
	width:100%;
}
.logo
{
	width:425px;
	margin-right:45px;
	display:inline-block;
}
.logotxt
{
	width:300px;
	display:inline-block;	
}
.logotxt img
{
	width:100%;
}
.logo img
{
	width:100%;
}
.content
{
	margin:0 auto;	
	padding-top:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a0605+0,959394+52,8b2021+100 */
background: #7a0605; /* Old browsers */
background: -moz-linear-gradient(top,  #7a0605 0%, #959394 52%, #8b2021 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7a0605 0%,#959394 52%,#8b2021 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7a0605 0%,#959394 52%,#8b2021 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0605', endColorstr='#8b2021',GradientType=0 ); /* IE6-9 */
}

.menu
{
	background-color:#474747;
}
.main_menu
{
    top: 2px;
    position: relative;
}
.main_menu ul 
{
	list-style-type:none;
	margin-bottom:0px;
	margin-right:0px;
	padding-right:20px;
}
.main_menu ul  li
{
	display:inline-block;
	font-family:"AdobeArabic-Regular";
	padding-top: 10px;
    padding-bottom: 10px;
	font-size:15px;
	
}
.main_menu ul  li a:hover
{

	color:#c70c15!important;
	
}

.main_menu ul  li a
{
	font-family:"AdobeArabic-Regular";
	text-decoration:none;
	color:white;
	padding-right:12px;
	padding-left:12px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size:18px;
	border-left:1px solid white;
}
.main_menu ul ul {display: none;}
.main_menu ul li.has-sub:hover > ul { display: block; }
{
	display:block;
	position:absolute;
}
.main_menu > ul li.has-sub ul {
 	display: none;
  	padding-right: 40px;
	position: absolute;
	margin: 0;
	top: 45px;
	list-style-type: none;
	background: #474747;
	border-top: 0 none;
	z-index: 9999;
	padding-left: 40px;
}
.main_menu > ul li.has-sub ul li {
  display: block;
  border:none;
}
.main_menu > ul li.has-sub ul li a {
  color:white;
  border:none;
}
.right
{
	width:22%;
	display:inline-block;
}
.left
{
	width:74%;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.box
{
	background-color:#dedede!important;
	padding:0px;
	text-align:center;
	border-radius:10px;
	padding:0px!important;
	-webkit-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
}
.white
{
	background-color:#fffcfc!important;
}
.gray
{
	background-color:#474747;
	border-bottom:none;
	text-align:center;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	width:100%;
	
}
.gray h3
{
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
	padding-right:10px;
	margin-bottom:5px;
	font-family:"AdobeArabic-Regular";
}
.box .title
{
	text-align:right;
	width:80%;
	border-bottom:2px solid #c71c1c;
	margin-right:10px;
	font-family:"AdobeArabic-Regular";
	
}
.box .mail
{
	border-bottom:none!important;
}
.box .mail .msg
{
	margin-left:15px;
}
.box .mail h3
{
	color:#474747!important;
	font-family:"AdobeArabic-Regular";
}
.box .image
{
	width:90%;
	padding-top:10px;
    margin: 0 auto;
	margin-bottom:10px;
}
.box .image img
{
	margin:0px;
	width:100%;
}
.box .title h3
{
	padding-top:10px;
	padding-bottom:5px;
	color:#c71c1c;
	font-size:20px;
	padding-right:10px;
	margin-bottom:0px;
	font-family:"AdobeArabic-Regular";
}
.box .desc
{
	width:90%;
	margin:0 auto;
	padding-bottom:5px;
	font-family:"AdobeArabic-Regular";
}
.box .desc p
{
	color:#303030;
	padding-right:0px;
	font-size:14px;
	font-family:'AdobeArabic-Regular';
	line-height:23px;
	font-size:18px;
}
.box ul
{
	margin-top:5px;
}
.box ul li
{
	text-align:right;
	padding-bottom:3px;
	padding-top:3px;
	font-size:17px;
}
.box ul li a
{
	text-decoration:none;
	color:#000000;
}
.box ul li:hover a
{
	color:#c71c1c;
}
.box .more
{
	text-align:left;
	padding-left:10px;
	padding-bottom:15px;
	font-family:'AdobeArabic-Regular';
}
.box .more .dnar
{
	background-color: #c71c1c;
    padding: 5px 7px;
    margin-left: -10px;
}
.box .more .dnar img
{
	position:relative;
	top:3px;
}
.box .more .btn
{
	background-color:#474747;
	border:none;
	padding:5px 10px;
	font-size:17px;
	text-decoration:none;
	color:white;
	cursor:pointer;
	
}
.pnews
{
	width:100%;
	background-color:#474747;
	text-align:right;
	margin-top:15px;
}
.pnews .title
{
	font-family:'AdobeArabic-Regular';
	background-color:#c81c1c;
	color:white;
	display:inline-block;
	padding:10px 25px;
	position:relative;
	font-size:17px;
}
.pnews marquee
{
	width:85%;
	display:inline-block;
	font-family:'AdobeArabic-Regular';
	position: relative;
    top: 7px;
	font-size:17px;
	z-index:1;
	position:relative;
}
.pnews marquee a
{
	color:white;
	text-decoration:none;
}
.news
{
	width:100%;
	background-color:white;
	padding:0px;
	border-radius:10px;
	-webkit-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	text-align:right;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	
}
.news .title
{
	border-bottom:2px solid #cb332e;
	width:95%;
	margin-right:20px;
	margin-bottom:10px;
	font-family:'AdobeArabic-Regular';
}
.news .title h3
{
	margin-bottom:0px;
	padding-top:25px;
	background-color:#cb332e;
	padding:10px 10px 10px 10px;
	width:15%;
	color:white;
	font-size:18px;
}
.news .block 
{
	padding-right:20px;
	margin-bottom:20px;
}
.news .block .image
{
	width:25%;
	display:inline-block;
}
.news .block .text
{
	width:70%;
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	padding-right:15px;
	font-family:'AdobeArabic-Regular';
}
.news .block .text p
{
	padding-right:0px;
	line-height:25px;
	font-family:'AdobeArabic-Regular';
	font-size:17px;
}
.news .block .text h3
{
	font-weight:bold;
	margin-bottom:5px;
	font-size:20px;
}
.news .block .text h3 a
{
	color:#414141;
}
.news .block .text a
{
	text-decoration:none;
	font-weight:bold;
	color:#c52616;
}
.news .block .image img
{
	width:100%;
}
.media
{
	width:100%;
	background:none;
	padding-top:20px;
	font-family:'AdobeArabic-Regular';
}
.media .box1
{
	width:30%;
	display:inline-block;
	border:1px solid #a9a9a9;
	background-color:white;
	margin:0px 12px;
	border-radius:10px;
	-webkit-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
}
.mrgright
{
	margin-right:0px!important;
}
.mrgleft
{
	margin-left:0px!important;
}
.media .box1 .image
{
	width:100%;
	overflow:hidden;
	height:140px;
}
.media .box1 .image img
{
	width:100%;
	b    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.media .box1 .title
{
	border-bottom:1px solid #a9a9a9;
}
.media .box1 .title h3
{
	color:#a9a9a9;
	margin-bottom: 2px;
    padding: 7px 0px;
	font-size:20px;
}
.media .box1 .title h3 a
{
	text-decoration:none;
	color:#a9a9a9;
}
.services
{
	background-color:white;
	width:100%;
	border-radius:10px;
	-webkit-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 7px 23px -4px rgba(0,0,0,0.75);
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:'AdobeArabic-Regular';
}
.services .box2
{
	width:23%;
	display:inline-block;
	background-color:#dedede;
	border-radius:10px;
	padding-bottom:10px;
	vertical-align:top;
	height:200px;
	margin:0px 5px;
}
.services .box2 .title
{
	background-color:#8f99a2;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-size:16px;
}
.services .box2 .title h3
{
	margin-bottom:2px;
	padding:7px 0px;
	color:white;
}
.services .box2 .text
{
	padding:5px;
}
.services .box2 .more
{
	width:100%;
}
.services .box2 .more a
{
	color:#c82d24;
	font-size:17px;
	text-decoration:none;
}
.services .box2 ul
{
	list-style:circle;
	color:#c23129;
    padding-left: 2px;
}
.services .box2 ul li
{
	text-align:right;
	font-size:17px;
	line-height:25px;
	
}
.services .box2 ul li a
{
	text-decoration:none;
	color:#404040;
}
.container 
{
	margin: auto; 
	direction:ltr;
	min-height:100%!important;
}
.container .ism-slider 
{
	 margin-left: auto; 
	 margin-right: auto; 
	 height:300px;
	 height:400px;
}
.box .big{height:300px; }
.ism-slide a
{
	
	font-family:'AdobeArabic-Regular';
	text-align:right;
	text-decoration:none;
	background-color:#525252;
	padding:10px 20px;
	opacity: 0.8;
}
.fst
{
	font-size:28px;
	color:#a63739;
	opacity: 1;
}
.sec
{
	color:white;
	font-size:20px;
}
.slider ol
{
	padding:0px;
	margin:0px;
}
.services
{
	width:100%;
	background-color:white;
}
.contain
{
	width:960px;
	margin:0 auto;
}

.footer
{
	width:100%;
	background-color:#474747;
	text-align:center;
	border-bottom:2px solid white;
}
.footer .menu
{
	width:100%;
	display:inline-block;
	text-align:center;
	margin-top:5px;
	vertical-align:top;
	margin-bottom:0px;
	border:none;
}
.footer .menu ul
{
	list-style:none;
	text-align:center;
	margin-right:0px;
	margin-bottom:5px;
	margin-top:5px;
}
.footer .menu ul li
{
	font-family:"AdobeArabic-Regular";
	font-size:16px;
	line-height:25px;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
}
.footer .menu ul li a
{
	color:white;
	text-decoration:none;
	border-left:1px solid white;
	padding-left:7px;
}
.footer .menu ul li:last-child a
{
	border-left:none;
}
ul li:last-child a
{
	border-left:none;
}
.footer .menu ul li a:hover
{
	color:white;
}
.footer .copyright
{
	
	font-size:20px;
	padding-bottom:10px;
}
.footer .copyright a
{
	color:#ffffff;
	text-decoration:none;
	font-family:'AdobeArabic-Regular';
}

@media (max-width: 900px)
{
	.header_img
	{
		width:100%;
	}
	.content
	{
		width:100%;
	}
	.main_menu ul li a 
	{
		padding-right: 5px;
		padding-left: 5px;
		font-size: 20px;
	}
	.page
	{
		width:100%;
	}
	.logo
	{
		margin-right:20px;
	}
	.pnews marquee
	{
		width:80%;
	}
	.news .block .text
	{
		margin-top:0px;
	}
	.media .box1
	{
		width:28%;
	}
	.media .box1 .image
	{
		height:100px;
	}
	.services .box2
	{
		width:45%;
		margin-bottom:10px;
	}
	
}
@media (max-width: 600px)
{
	.content
	{
		width:590px;
	}
	.contain
	{
		width:590px;
	}
	.social
	{
		margin-right:50px;
	}
	.main_menu ul li a 
	{
		padding-right: 5px;
		padding-left: 5px;
		font-size: 8px;
	}
	.logo img
	{
		width:325px;
	}
	.container
	{
		width:590px!important;
	}
	.text div
	{
		width:225px;
	}
	.width
	{
		width:185px;
	}
	.footer .menu
	{
		width:80px;
	}
	.footer .menu h3
	{
		font-size:10px;
	}
	.footer .menu ul li
	{
		font-size:8px;
	}
	.footer .logo img
	{
		width:250px;
	}
}
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #333333;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/* Advanced Checkbox Hack */
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
input[type=checkbox] {
  position: absolute;
  top: -9999px;
  right: -9999px;
}

label {
  position: absolute;
  right: 15px;
  display: none;
  width: 2em;
  height: 2.25em;
  padding: .35em;
  font-size: 16px;
  color: white;
  transition: color .3s ease-in-out;
  cursor: pointer;
  user-select: none;
  margin: 0;

  z-index:100;
}

/* big screens */
nav[role="off-canvas"] {
  position: relative;
  width: 50em;
  margin: 0 auto;
  transition-duration: .3s, .5s;
  transition-timing-function: ease-in-out;
  transition-property: right, opacity, box-shadow;
  display:none;
}
nav[role="off-canvas"] a {
  color: #fff;
  text-decoration: none;
font-family:"Arial_Narrow";
font-size:16px;
  transition: color .3s ease-in-out;
  display: table-cell;
  vertical-align: middle;
}
nav[role="off-canvas"] ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
nav[role="off-canvas"] ul > li {
  float: right;
  padding: .55em .55em;
  width: 8em;
  height: 8em;
  margin: .5em;
/*  opacity: .8;*/
  text-transform: uppercase;
  display: table;
    background: #0e6ead;
  cursor: pointer;
  text-align: center;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  transition-property: box-shadow, color, opacity, padding-right;
  cursor: pointer;

  
}
nav[role="off-canvas"] ul > li:hover {
  color: #fff;
  opacity: 1;
/*  box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.95);*/
}
nav[role="off-canvas"] ul > li:hover > a {
  color: #fff;
}
nav[role="off-canvas"] ul > li:nth-child(2) {
  background: #0e6ead;
}
nav[role="off-canvas"] ul > li:nth-child(3) {
  background: #0e6ead;
}
nav[role="off-canvas"] ul > li:nth-child(4) {
  background: #0e6ead;
}
nav[role="off-canvas"] ul > li:nth-child(5) {
  background: #0e6ead;
}


/* small screens */
@media screen and (max-width: 600px) {
* {
  box-sizing: border-box;
}	
  html,
  body {


  }
	.ddsmoothmenu
	{
		display:none!important;
	}
	.ddsmoothmobile
	{
		display:none!important;
	}
  .maincontainer {
    margin: 0.0em .5em 0 .5em;
	width:auto;
  }

  nav[role="off-canvas"] {
    position: absolute;
    top: 3em;
    right: -20em;
    width: 20em;
    opacity: 0;
	display:block;
  }
  nav[role="off-canvas"] ul > li {
    height: 100%;
    width: 100%;
    text-align: right;
    margin: 0;
  }
 nav[role="off-canvas"] ul > li > ul >li {
    height: 100%;
    width: 100%;
    text-align: right;
    margin: 0;
	
  }
  nav[role="off-canvas"] ul > li:hover {
    box-shadow: none;
  }

  label {
    display: block;
  }

  label:after {
    position: absolute;
    left: .25em;
    top: 0;
    content: "\2261";
    font-size: 1.8em;
  }

  label:hover
  {
    color: #767561;
	background-color:transparent;
	
  }
  
  input:checked ~ label {
    color: #0e6ead;
	background-color:transparent;
	
  }
  input:checked ~ nav[role="off-canvas"] {
    opacity: 1;
    right: 0;
    /*box-shadow: -30em 0 0 30em rgba(0, 0, 0, 0.3);*/
  }
  input:checked ~ nav[role="off-canvas"] ul > li {
	font-weight: normal;
	position: relative;
	padding-top: 0.55em;
	padding-right: 1.5em;
	padding-bottom: 0.55em;
	padding-left: 0.55em;
  }

  input:checked ~ nav[role="off-canvas"] ul > li:hover {
    padding-right: 1.5em;
  }
   input:checked ~ nav[role="off-canvas"] ul > li > ul > li {
	font-weight:normal;
	background-color:#0e6ead;


  }
   input:checked ~ nav[role="off-canvas"] ul > li > ul > li:hover {
    padding-right: 1.5em;
	background-color:none;
  }
   input:checked ~ nav[role="off-canvas"] ul > li > ul > li:after {
display:none;
  }
  input:checked ~ nav[role="off-canvas"] ul > li:after {
    position: absolute;
    right: .25em;
	top:4px;
    content: "\203A";
    font: bold 1.4em sans-serif;
	color:#fff;
  }

  input:checked ~ .maincontainer {
    margin-right: 20.5em;
    margin-left: -20.5em;
  }
}
.maincontainer {

  transition: margin .3s ease-in-out;
  margin-left:auto;
  margin-right:auto;
}



.magPC{
 display: block;
}

.magMobile{
 display: none;
}