@font-face {
    font-family: arabic-font;
    src: url("../fonts/DroidKufi-Regular.ttf") format("truetype");

}

/* body{
    font-size: 18px;
} */

.white{
	color: #FFF;
}

.align-ar{
    text-align: right;
}
.align-en{
    text-align: left;
}
.dir-ar {
    direction: rtl;
}
.dir-en {
    direction: ltr;
}
.op-float-ar {
    float: left;
}
.op-float-en {
    float: right;
}
.op-align{
	text-align:right;
}
.lang-buttons{	 
    overflow: hidden;
	z-index: 5000;
	margin: auto;
	width:200px;
	position: relative;	
	text-align:center;
	top: 0px;	
}
@media (min-width: 792px) {
.lang-buttons{ 			
	position: absolute;
	top: 10px;
	right:0;
	width:auto;
}
}
.lang-buttons a{
    display: block;
    margin: auto;
	padding: 3px;
	padding-left:8px;
	padding-right: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    /* background-color: rgba(0,0,0,0.5); */
    transition: ease .2s all;
    -webkit-transition: ease .2s all;
    position: relative;
    font-family: tahoma;
	font-size:100%;

}
@media (max-width: 792px) {
.lang-buttons a{
    display: inline-block;
}
}
.lang-buttons a:hover{
    position: relative;
    /* top:-15px; */
    background-color: rgba(180,180,190,0.9);

}

.lang-buttons .active{
    color: #f00;
    /* background-color: #000; */
}


section > .container, section > .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-title {
    margin-bottom: 40px;
}


.layer-overlay.overlay-deep::before {
    background-color: rgba(0, 0, 0, 0.5);	
}


/*.panel-group{
					background-color: rgba(255, 255, 255, 0.7);
				}*/
				.panel{
					/*background-color: rgba(0, 0, 0, 0.9);*/
					margin-bottom:30px !important;
				}
				.panel-content{
					background: #00000 none repeat scroll 0 0 !important;
					background-color: rgba(0, 0, 0, 0.6) !important;
				}
				/*.panel .panel-title{
					background-color: rgba(250, 250, 250, 0.7) !important;
				}*/
				.panel .panel-title a{
					background-color: rgba(183, 20, 20, 0.7) !important;
					font-size:110% !important;
					color:#FFFFFF !important;
				}	
				.panel .panel-title a{
					/*background-color:#970f14 !important;*/
					color:#FFFFFF !important;
					text-align:center;
					font-size:120%;
				}
				.panel-group .panel-title a::after,
				.panel-group .panel-title a.active::before {
				  color: #ec1d24;
				  content: "";
				  font-family: arabic-font, fontawesome;
				  font-size: 14px;
				  right: 0;
				  padding: 10px 5px;
				  position: absolute;
				  top: 0;
				}
				
				.panel-group .panel-title:hover a,
				.panel-group .panel-title:focus a {
				  color: #ec1d24;
				}
				.ng-table-cell-head{
				  font-size:130%;
				  padding:10px !important; 
				  color:#000000 !important; 
				  background-color: rgba(255, 255, 255, 0.9) !important;
				}				
				.service-table{
				   /*  background-color:transparent !important; */
					width:100%;
					margin:auto;
					opacity: 0.8 !important;
				}
				/*.service-table th{
					background-color: #891113 !important;
				}*/				
				.service-table tr:nth-last-child(even){
					background-color:transparent !important;
				}
				.service-table tr:nth-last-child(odd){
					/*background-color: #83cbfb !important;*/
					background-color: rgba(183, 20, 20, 0.7) !important;
					border-bottom: 0px solid #fff !important;
					color:#FFFFFF !important;
				}
				.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
					border-bottom: none !important;
					border-top: none !important;
				}
				.service-table td{	
					color:#FFFFFF;
					vertical-align:middle !important;
					opacity: 1.0;
    				filter: alpha(opacity=100); /* For IE8 and earlier */
				}
				.service-table td1{
					vertical-align:middle !important;
					opacity: 1.0;
    				filter: alpha(opacity=100); /* For IE8 and earlier */
				}
				
				
.panel-title {
  position: relative;
  color: #FFF;
  cursor: pointer;
  background-color: rgba(183, 20, 20, 0.7) !important;
}
  
.panel-title::after {
	content: "\f107";
	color: #FFF;
	top: 6px;
	right: 20px;
	position: absolute;
    font-family: "FontAwesome";
	font-size: 22px !important;
}

.panel-title[aria-expanded="true"]::after {
	content: "\f106";
	font-size: 22px !important;
}
.panel-heading {
	background-color: rgba(183, 20, 20, 0.7) !important;
}