@font-face {
    font-family: 'BahijMyriadArabicBold';
    src: url('fonts/BahijMyriadArabicBold.eot');
    src: url('fonts/BahijMyriadArabicBold.eot') format('embedded-opentype'),
         url('fonts/BahijMyriadArabicBold.woff2') format('woff2'),
         url('fonts/BahijMyriadArabicBold.woff') format('woff'),
         url('fonts/BahijMyriadArabicBold.ttf') format('truetype'),
         url('fonts/BahijMyriadArabicBold.svg#BahijMyriadArabicBold') format('svg');
}

@font-face {
    font-family: 'BahijMyriadArabicRegular';
    src: url('fonts/BahijMyriadArabicRegular.eot');
    src: url('fonts/BahijMyriadArabicRegular.eot') format('embedded-opentype'),
         url('fonts/BahijMyriadArabicRegular.woff2') format('woff2'),
         url('fonts/BahijMyriadArabicRegular.woff') format('woff'),
         url('fonts/BahijMyriadArabicRegular.ttf') format('truetype'),
         url('fonts/BahijMyriadArabicRegular.svg#BahijMyriadArabicRegular') format('svg');
}
@font-face {
	font-family: 'me_quran';
	src: url('fonts/me_quran.eot');
	src: url('fonts/me_quran.eot?#iefix') format('embedded-opentype'),
		url('fonts/me_quran.woff') format('woff'),
		url('fonts/me_quran.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body{
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 0;
	font-size: 14pt;

} 
*{
    font-family: 'Bahij Palatino Sans Arabic', serif;

}
 

#header{ 
	background: #03325e;
	height: 70px;
}
#top_bar{
	color:#fff;
	height: 35px;
	line-height: 35px;
	background: #13436b;
 }

#top_bar a{
	text-decoration: none;
	margin-left: 20px;
	color: #fff;
}
#top_bar a span{
	vertical-align: middle;
}
#top_bar a i{
	font-size: 15pt;
	vertical-align: middle;
}
.logo{
	margin-top: 10px;
	height: 50px;
}
#layout{
	text-align: right;
	width: 80%;
}
 
.left_header{
	background: #13436b;
	display: inline-block;
	transform: skew(-20deg);  
	vertical-align: top;
	float: left;
	font-size: 13pt;
	margin-right: 2px;
	color: #fff;
	height: 70px;
	width: 200px; 
	line-height: 70px;
    transition: all 0.1s ease-in-out;
}
.left_header img{
	height: 40px;
	margin-right: 20px;
}
.left_header .content{ 
  	transform: skew(20deg);
}

.left_header .content b{ 
	font-weight: normal;
}
.left_header .content span{
	margin-right: 10px;
}
.left_header:hover{
	background: #1d5482;
	color: #fff;
	text-decoration: none;
}

#videos{
	margin-top: 40px;
	text-align: center;
	 
}
.imam{
	display: inline-block;
	width: 31%; 
	margin: 1%;
	float: right;
	border-radius: 10px;
    border-right: 3px solid #d28829;
    font-size: 14pt; 
    text-shadow: -1px 0px 1px #000;
    background: rgb(3,50,94);
    background: linear-gradient(270deg, rgba(3,50,94,0) 100%);
    padding: 10px;
    color: #fff; 
	text-align: center;
}

.imam:hover{
	text-decoration: none;
	color: #ffd6a0;
}
#videos h4{
	text-align: right;
	margin-right: 10px;
	font-size: 17pt;
	background: rgb(240,211,165);
	background: linear-gradient(90deg, rgba(240,211,165,0) 0%, rgba(240,211,165,0) 51%, rgba(240,211,165,1) 100%);
	padding: 10px;
	color: #42280e;
}
.video_item_small{
	vertical-align: top;
	width: 19%; 
    position: relative;
	background: #f1f1f1;
	cursor: pointer;
	font-size: 10pt;
	text-align: right;
	display: inline-block; 
	margin:1% 0.2%;
    transition: all 0.1s ease-in-out;
	cursor: pointer;
}
.video_item:hover ,.video_item_small:hover{
	box-shadow: 0px 0px 5px #899cad;
}

.video_item_cat{
	cursor: pointer;
	width: 23%; 
    position: relative;
	background: #f1f1f1;
	font-size: 10pt;
	text-align: right;
	display: inline-block; 
	margin:1% 1%;
    transition: all 0.4s ease-in-out;
	float: right;
}
.video_item img , .video_item_small img , .video_item_cat img {
	width: 100%; 
	border-radius: 3px; 
	min-height: 70px;
}
.video_item_cat:hover{ 
	box-shadow: 0px 0px 5px #899cad;
}


.video_item{
	cursor: pointer;
	width: 24%; 
    position: relative;
	background: #f1f1f1;
	font-size: 10pt;
	text-align: right;
	display: inline-block; 
	margin:1% 0.2%;
    transition: all 0.1s ease-in-out;
}

.video_item img , .video_item_small img {
	width: 100%; 
	border-radius: 3px; 
}
.video_item .title , .video_item_small .title , .video_item_cat .title{
	background: rgba(0,0,0,0.7);
	position: absolute;
	padding: 4px; 
	font-size: 14px;
	color:#fff;
    width: 100%; 
	line-height: 20px;
    bottom: 0px;
    left: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.social{
	margin-top: 30px;
	width: 100%; 
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.social a{
	width: 150px;
	height: 140px;
	margin: 1%;
	text-align: center;   
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	border-radius: 5px;

}
.social a {
  flex-grow: 1; 
}
 
.social a i{
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	font-size: 30pt;
}
 
.social a b{
	font-weight: normal;
}
.social .aca{
	border: 1px solid #e6923f;
	color: #e6923f; 
	 flex-basis: 23%;
}
.social .aca:hover{
	border: 1px solid #e6923f;
	background: #e6923f;
	color:#fff;
}
.social .fb{
	border: 1px solid #4267b2;
	color: #4267b2
}
.social .fb:hover{
	border: 1px solid #4267b2;
	background: #4267b2;
	color:#fff;
}
.social .tel{
	border: 1px solid #21b8e7;
	color: #21b8e7
}
.social .tel:hover{
	border: 1px solid #21b8e7;
	background: #21b8e7;
	color:#fff;
}
.social .yt{
	border: 1px solid #ff0000;
	color: #ff0000;
}
.social .yt:hover{
	border: 1px solid #ff0000;
	background: #ff0000;
	color:#fff;
}
.social .insta{
	border: 1px solid #d0006e;
	color: #d0006e;
}
.social .insta:hover{
	border: 1px solid #d0006e;
	background: #d0006e;
	color:#fff;
}
.social .rad{
	border: 1px solid #2a7a28;
	color: #2a7a28;
}
.social .rad:hover{
	border: 1px solid #2a7a28;
	background: #2a7a28;
	color:#fff;
}
#title{
	border-radius: 40px;
	border-right: 3px solid #d28829;
	font-size: 15pt;
	margin-top: 30px; 
	text-shadow: -1px 0px 1px #000;
	background: rgb(3,50,94);
	background: linear-gradient(270deg, rgba(3,50,94,1) 0%, rgba(3,50,94,0) 75%, rgba(3,50,94,0) 100%);
	padding: 10px;
	color: #fff;
	width: 40%; 
}
#title2{
	border-right: 3px solid #d28829;
	font-size: 15pt;
	border-radius: 40px;
	margin-top: 30px;  
	text-shadow: -1px 0px 1px #000;
	background: rgb(3,50,94);
	background: linear-gradient(270deg, rgba(3,50,94,1) 0%, rgba(3,50,94,0) 100%);
	padding: 10px;
	color: #fff;
	width: 40%; 
}
#title3{
	font-size: 17pt;
	margin-top: 30px;  
	padding: 10px 0px;
	color: #000; 
	border-radius: 40px;
}
#body3{
	font-size: 15pt;
	line-height: 26pt;
	text-align: right;  
	padding: 5px;
	
}
#freq{ 
	background: rgb(3,50,94);
	background: linear-gradient(322deg, rgba(3,50,94,1) 0%, rgba(76,122,164,1) 100%);
	width: 100%;
	color: #fff;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#freq div{ 
	font-size: 17pt;
	color: #fff79b;
	display: inline-block; 
}
#freq span{ 
	display: inline-block;
	line-height: 35px;
	font-size: 13pt;
	margin-right: 20px;
	vertical-align: middle;
}

#freq span b{
	font-size: 20pt;
	vertical-align: middle;
}
#donate{
	background: rgb(3,90,94);
	background: linear-gradient(322deg, rgba(3,90,94,1) 0%, rgba(76,164,130,1) 100%);
	width: 100%;
	color: #fff;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#donate span b{
	font-weight: normal;
	direction: ltr;
	font-size: 20pt;
	vertical-align: middle;
}
#bang{
	width:75%;	
	background: rgb(3,90,94);
	background: linear-gradient(322deg, rgba(3,90,94,1) 0%, rgba(76,164,130,1) 100%);
 
	color: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px; 
	linear-gradient(0deg, rgba(3,50,94,1) 0%, rgba(3,50,94,0) 75%, rgba(3,50,94,0) 100%);

}
#bang .location{
	background: rgba(76,164,130,1);
	text-align: center;
	
}
#bang td b{
	font-weight: normal;
	font-size: 17pt;
}
#bang td{
	padding: 10px;
	border-bottom: 1px solid rgba(76,164,130,1);
}
#bang tr:last-child td{
	border-bottom: 0;
}	
#xshte_table_mobile{
	display: none;
}
#xshte_table{
	background: rgb(3,50,94);
	background: linear-gradient(322deg, rgba(3,50,94,1) 0%, rgba(76,122,164,1) 100%);
	width: 100%;
	color: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#xshte_table td{
	padding: 10px;
	border-bottom: 1px solid rgba(76,122,164,1);
	
}
#content .body{
	padding: 10px;
}
 
#xshte_table .main_tr{
	background: rgba(3,50,94,1);
}
.ttime , .ttime b{
	font-size:17pt;
	font-weight: normal;
} 
.body{
	font-size: 14pt;
	line-height: 22pt;
	text-align: right; 
}
#academy_xul{ 
	transition: all 0.1s ease-in-out;  
	margin: 10px 0px; 
	padding: 10px;
 	border-bottom: 1px dashed #ccc;
} 

#academy_xul:nth-last-child(2){
	border-bottom: 0;
}	
#academy_xul .main{
	text-decoration: none;
	color: #000;
 	padding: 5px;
	display: block;
	font-size: 15pt; 
	font-weight: bold;
}
#academy_xul .date{
	float: left;
	vertical-align: top;
	margin: 10px;
}
#academy_xul .body{
	font-size: 15pt;
	padding: 5px;
	line-height: 25pt;
	background: rgba(255,219,180,0);
}
#academy_xul .description{ 
	font-size: 15pt;
	padding: 5px;
	line-height: 25pt; 
}
#academy_article{
	display: block;  
	margin-right: 20px;
	transition: all 0.1s ease-in-out;    
}
 
#academy_article a{ 
	text-decoration: none;
	color: #0b2440;
 	font-size: 12pt;
	background: #eff3f6;
	padding: 5px;
	margin: 5px;
	display: block;
}
#academy_article .date{ 
	float: left;
	vertical-align: top; 
} 

#footer{
	margin-top: 40px;
	width: 100%; 
	height: 130px;
}
.jom{ 
	width: 100%;
	background: #f8f8f7; 
	line-height: 25pt;
	font-size: 16pt; 
 	padding:30px 5px;
	height: 140px;
}
.footer #freq{      
	margin: 0px;
}
 .popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
	
	z-index:9999;
    left:0px;
    background:rgba(0,0,0,0.75);
	
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:50%; 
	height:400px;
    position:absolute;
    top:50%;
    left:50%;
	z-index:9999;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#000;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
	cursor:pointer;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
} 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}
#playerElement{
	width:1000px; 
	height:563px;
}

#bism{
	text-align: center;
	font-size: 17pt;
    font-family:'me_quran';
	margin: 40px;
}
#surat_start{
    padding-right: 5px;
    font-family: 'BahijMyriadArabicRegular', serif;
    line-height: 30px;
    font-size:15pt;
	background: #f4f8ff;
    margin-top: 10px;
    padding-bottom: 20px;
}
#quran{
    border-bottom: 1px solid #f4f4f4;   
    -o-transition:.2s;
      -ms-transition:.2s;
      -moz-transition:.2s;
      -webkit-transition:.2s;
    transition:.2s;
}
#quran:hover{
    background: #f8f8f8;
}
 
@font-face{font-family:FontQuran2019;src:url(fonts/fontquran-2019.woff)}

#quran .quran{
    padding-right: 5px;
    padding-top: 25px;
    font-family:FontQuran2019;
	line-height: 40px;
    font-size:17pt;
	color:#2363d8; 
	margin-bottom: 30px;
	font-weight: normal;
}
#quran .tafsir{ 
    padding-right: 5px;
    font-family: 'BahijMyriadArabicRegular', serif;
    line-height: 30px;
    font-size:15pt;
    margin-top: 10px;
    padding-bottom: 20px; 
}
#quran num{
    font-family: sans-serif;
    margin-right: 5px;
}
#table_right{
	width: 180px;
}
#right{ 
	margin-top: 100px;
	display: block;
    font-size:12pt; 
}
#right span{
    display: block; 
    font-family: 'BahijMyriadArabicRegular', serif;
    font-size:16pt;
    margin-bottom: 4px;
}
#right a{
    display: block; 
	text-align: right;
	font-size: 16pt;
    padding:2px 5px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );  
}
#right a b{
	font-weight: normal;
	width: 30px;
	display: inline-block;
	font-family: sans-serif;
}
#right .tit{
    display: inline-block;
    width: 80px;
}
#right select{
    width:60px;
    font-size:12pt;
    font-family: 'BahijMyriadArabicRegular', serif;
}
#right a{
    text-decoration: none;
    color: black;
    display: block;
    font-size:13pt;
    font-family: 'BahijMyriadArabicRegular', serif;
    margin-right: 5px;
}
#surat_mobile{
	display: none;
}

.quran_h{
	color: #b51010;
	font-family: FontQuran2019;
}
.hadith_h{
	color: #487715;
}
.q_h{
	color: #b51010;
}

.video_main_btn{
	border:1px solid #13436b;
	color: #13436b;
	border-radius: 20px;
	width: 46%;
	display: inline-block;
	text-align: center;
	font-size: 15pt;
	padding: 15px;
	margin: 2%;
    transition: all 0.1s ease-in-out;
	text-decoration: none;
}
.video_main_btn:hover{
	text-decoration: none;
	background: #13436b;
	color: #fff;
}
#radios{
	margin-top: 50px;
}
#radios .items{
	display: block;
	margin: 10px;
	height: 100px;
	border-bottom: 1px solid #f5f5f5;
}

#radios .items:last-child{
	border-bottom: 0px;
}
#radios .items .freq{
	background: #0a3862;
	border: 2px solid #d48e33;
	width: 90px;
	height: 90px;
	color: #fff;
	float: right;
	line-height: 90px;
	text-align: center;
	border-radius: 45px;
	font-size: 20pt;
	margin-left: 20px;
}

#radios .items .location{
	text-align: right;
	font-weight: bold;
	font-size: 18pt;  
	padding-top: 10px;
}
#radios .items .sub_location{
	text-align: right;
	font-size: 14pt;
	
}