/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);*/
@font-face {
	font-family: 'Cocon';
	src: local('☺'), url('../fonts/cocon_en.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GE_Flow';
	src: local('☺'), url('../fonts/GE_Flow_Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html{
    position: relative;
}
html,body{
    min-height: 100%;   
}
body {
    font-family: 'Cocon','GE_Flow', Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    direction: rtl;
    padding-bottom: 210px;
}
a:active,
a:hover,
a:focus,
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn.focus:active, 
.btn:active:focus, 
.btn:focus{
    outline: 0;
}
img{
	max-width:100%;
}
strong{
	font-weight:bold;
}
/*general styles*/
.no-margin{
    margin: 0;
}
.line_text{
    line-height: 30px;
}
.ul_clear{
    padding: 0;
    list-style: none;
    margin: 0;
}
.tooltip{
    font-family: inherit;
}
/*start styles*/

header{
	padding:20px 0;
    background: #F7F7F7;
    display: block;
    width: 100%;
    position: relative;
}
.home_header{
    padding-top: 50px;
}
.top_head_nav{
    display: table;
    margin: 0 auto ;
}
.top_head_nav li{
    display: block;
    float: right;
    margin: 0 15px;
}
.top_head_nav li >a{
    color: #818a91;
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 10px ;
    position: relative;
}
.top_head_nav li:hover > a{
    color: #2B9AF3;
}
.top_head_nav li > a:before{
    content: '';
    position: absolute;
    right: 0;
    left: 100%;
    height: 2px;
    background: #2B9AF3;
    bottom: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.top_head_nav li:hover > a:before{
    left: 0;
}
.top_head_nav li > a:after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    background: #818a91;
    top: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.top_head_nav li:hover > a:after{
    left: 100%;
}
.top_head_nav li .dropdown >a{
    font-size: 16px;
    padding: 10px ;
    text-decoration: none;
    background: #eee ;
    border-radius: 4px;
    display: block;
    margin-top: 3px;
}
.top_logo{
    display: block;
    text-align: center;
    margin: 40px 0;
}
.main_head_cat{
    display: table;
    margin: 15px auto;
}
.main_head_cat li{
    display: block;
    float: right;
    margin: 0 15px;
}
.main_head_cat li a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #818a91;
    font-size: 22px;
}
.main_head_cat li a span{
    display: block;
    margin: 0 auto 10px;
    width: 150px;
    height: 150px;
    line-height: 100px;
    padding: 27px;
    position: relative;
    border-radius: 50%;
}
.main_head_cat li a span img{
    max-height: 100%;
    position: relative;
    z-index: 2;
}
.main_head_cat li:hover a{
    color: #55C5B0;
}
.main_head_cat li a span:before{
	top: 0px;
	left:0px;
	padding: 7px;
	transition: transform 0.3s;
	background:#55C5B0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	z-index:0;
}
.main_head_cat li:hover a span:before{
	transform:scale(.9);
	/*opacity: 0;*/
}
.main_head_cat li a span:after{
	top: 0px;
	left:0px;
	padding: 7px;
	box-shadow: 0 0 0 4px #55C5B0;
	transition: transform 0.3s, opacity 0.2s;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	z-index:0;
	transform:scale(0);
	opacity: 0;
}
.main_head_cat li:hover a span:after{
	transform:scale(1);
	opacity: 1;
}
.top_search{
    margin-bottom: 10px;
}
.top_search .btn{
    background: none;
    padding: 0;
    float: right;
}
.top_search .btn:hover{
    color: #55C5B0;
}
.top_search input[type="text"]{
    background:none ;
    border-radius: 20px;
    float: right;
    margin-right: 10px;
    width: calc(100% - 45px);
    color: #55C5B0;
}
.top_app {
  border: 1px solid #9f9f9f;
  border-radius: 30px;
  color: #9f9f9f;
  display: inline-block;
  font-size: 12px;
  height:38px;
    line-height: 13px;
  padding: 5px;
  text-align: center;
  width: 165px;
    margin:0 3px;
}
.top_app:hover {
    color: #55C5B0;
    text-decoration: none;
}
.top_app span {
  display: block;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -14px;
}
.scroll_to{
    margin: 15px 0;
    color: #55C5B0;
}
.scroll_to:hover{
    border: 1px solid #55C5B0;
}
.menu_bar{
    background: #cacaca;
    transition: all 0.4s ease 0s;
}
.menu_bar.home_bar{
    opacity: 0;
    visibility: hidden;
}
.menu_bar.fixed_header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
}
.menu_ico {
  color: #55c5b0;
  display: block;
  float: right;
  height: 40px;
  line-height: 70px;
  width: 40px;
}
.menu_nav{
    float: right;
    margin-right: 20px;
}
.menu_nav li{
    background: #E8F7F4;
    float: right;
    padding: 0 15px;
    margin-left: 3px;
}
.menu_nav li a{
    display: block;
    color: #50C5AF;
    font-size: 20px;
    line-height: 55px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.menu_nav li:hover a{
    color: #2B9AF3;
    border-color: #2B9AF3;
}
.menu_search{
    float: right;
    margin-right: 23px;
    padding: 10px 0;
    width: calc(100% - 380px);
    height: 57px;
}
.menu_search .btn{
    background: none;
    padding: 0;
    float: right;
    color: #FFF;
}
.menu_search .btn:hover{
    color: #E8F7F4;
}
.menu_search input[type="text"]{
    border-radius: 20px;
    float: right;
    margin-right: 10px;
    width: calc(100% - 45px);
}
.home_books_tab{
    margin-top: 100px;
}
.home_books_tab .title{
    background: #DBDBDB;
    display: block;
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #2B9AF3;
    padding: 10px 0;
}
.home_books_tab .nav-item a{
    color: #868686;
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    
}
.home_books_tab li a.active{
    background: #F7F7F7;
    color: #2B9AF3;
    border:1px solid  #868686;
    border-left: 0;
    margin-left: -31px;
}
.home_books_tab li a i{
    float: left;
}
.home_books_tab .tab-content{
    background: #F7F7F7;
    border:1px solid  #868686;
    padding: 15px;
    height: 100%;
}
.h_tab_book{
    display: block;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.h_tab_book .book_img{
    text-align: center;
}
.h_tab_book .book_tools{
    text-align: left;
    position: relative;
}
.h_tab_book .book_tools:before{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background: #E3E3E3;
    height: 1px;
    right: 0;
    left: 0;
    z-index: 0;
}
.h_tab_book .book_tools >ul >li,
.let_tab_book .book_tools >ul >li{
    background: #F7F7F7;
    padding:0 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-left: -3px;
    border-left: 1px solid #E3E3E3;
}
.h_tab_book .book_tools >ul> li> a,
.let_tab_book .book_tools >ul> li> a{
    display: block;
}
.h_tab_book .book_tools >ul >li a:hover i,
.let_tab_book .book_tools >ul >li a:hover i{
    color: #0EAE90 !important;
}
.h_tab_book .book_tools >ul >li:last-child,
.let_tab_book .book_tools >ul >li:last-child{
    border: 0;   
}
.social_share:before{
    background: #fff ;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    content: "";
    height: 10px;
    position: absolute;
    left: 15px;
    top: -6px;
    transform: rotate(45deg);
    width: 10px;
}
.social_share li{
    display: inline-block;
    padding: 0 15px;
    margin-bottom: -5px;
}
.home_most_read .h_sec_title{
    font-size: 20px;
    color: #0EAE90;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.home_most_read .h_sec_title i{
    font-size: 40px;
    margin-left: 7px;
    vertical-align: -11px;
}
.home_most_read .h_sec_title:before{
    content: '';
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #787878;
    width: 100%;
    right: 0;
    z-index: 1;
}
.home_most_read .h_sec_title:after{
    content: '';
    height: 5px;
    bottom: 0;
    position: absolute;
    background: #0EAE90;
    width: 100%;
    z-index: 1;
    border-right:10px solid #FFF;
}
.home_most_read .book_box{
    background: #EAEAEA;
    padding: 20px;
    text-align: center;
    margin: 45px 0;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}
.home_most_read .book_box:hover{
    border-color: #0EAE90;
    transform: scale(1.02);
    box-shadow: 0 0 4px rgba(0,0,0,0.36);
}
.home_most_read .book_box .box_img{
    height: 100px;
    max-height: 100%;
}
.home_most_read .book_box .box_content{
    text-align: justify;
    margin: 15px 0;
    line-height: 28px;
}
.home_most_read .book_box .box_tools li{
    display: inline-block;
}
.home_most_read .book_box .box_tools >ul>li> a{
    display: block;
    margin: 10px 11px;
    color: #0EAE90;
    text-decoration: none;
}
.home_most_read .book_box .box_tools a:hover{
    opacity: 0.65;
}
.home_most_read a.more{
    color:  #0EAE90;
}
.home_most_down .h_sec_title{
    font-size: 20px;
    padding-bottom: 15px;
    color: #D9C592;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    line-height: 35px;
}
.home_most_down .h_sec_title i{
    margin-left: 7px;
}
.home_most_down .h_sec_title:before{
    content: '';
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #787878;
    width: 100%;
    right: 0;
    z-index: 1;
}
.home_most_down .h_sec_title:after{
    content: '';
    height: 5px;
    bottom: 0;
    position: absolute;
    background: #D9C592;
    width: 100%;
    z-index: 1;
    border-right:10px solid #FFF;
}
.home_most_down .book_box{
    margin: 50px 0;
    text-align: center;
}
.home_most_down .book_box .box_img{
    background: #D9C592;
    padding:40px 20px;
    border-radius: 20px;
    border:1px solid transparent;
    display: inline-block;
    transition: all 0.3s ease-in 0s;
    width: calc(100% - 55px);
    height: 185px;
}
.home_most_down .book_box .box_img img{
    max-height: 100%;
}
.home_most_down .book_box:hover .box_img{
    border-color:#777;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.36);
    transform: scale(1.02);
}
.home_most_down .book_box .box_tools{
    display: inline-block;
    padding-top: 15px;
    vertical-align: top;
}
.home_most_down .book_box .box_tools .social_share::before{
    right: 15px;
    left: auto;
}
.home_most_down .book_box .box_tools>ul >li > a{
    display: block;
    padding: 10px 15px;    
    color: #D0D0D0;
    text-decoration: none;
}
.home_most_down .book_box .box_tools a:hover{
    color:  #D9C592;  
}
.home_most_down a.more{
    color:  #D9C592;
}
.home_most_share .h_sec_title{
    font-size: 20px;
    padding-bottom: 15px;
    color: #DF554A;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    line-height: 35px;
}
.home_most_share .h_sec_title i{
    margin-left: 7px;
}
.home_most_share .h_sec_title:before{
    content: '';
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #787878;
    width: 100%;
    right: 0;
    z-index: 1;
}
.home_most_share .h_sec_title:after{
    content: '';
    height: 5px;
    bottom: 0;
    position: absolute;
    background: #DF554A;
    width: 100%;
    z-index: 1;
    border-right:10px solid #FFF;
}
.home_most_share .book_box{
    margin: 25px 0;
    background: #F4F4F4;
    padding: 15px;
    border: 1px solid transparent;
    transition: 0.2s all ease-in-out 0s;
}
.home_most_share .book_box:hover{
    border-color: #DF554A;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.36);
    transform: scale(1.02);
}
.home_most_share .book_box .box_content {
    height: 120px;
}
.home_most_share a.more{
    color:  #DF554A;
    margin-top: 25px;
    display: inline-block;
}
.home_most_share  .box_tools{
    text-align: left;
}
.home_most_share  .box_tools >ul> li{
    display: inline-block;
}
.home_most_share  .box_tools >ul> li> a{
    display: block;
    margin: 0 11px;
    color: #DF554A;
    text-decoration: none;
}
.home_most_share  .box_tools a:hover{
    opacity: 0.65;
}
.spon_title{
    font-size: 20px;
    color: #747474;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.spon_title:after{
    content: '';
    height: 2px;
    bottom: 8px;
    position: absolute;
    background: #747474;
    width: 100%;
    z-index: 1;
    margin-right: 5px;
}
footer{
    background: #F4F4F4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 50px 0;
    border-bottom: 10px solid #D7D7D7;
}
.footer_menu{
    display: block;
    margin-bottom: 20px;
}
.footer_menu li{
    display: inline-block;
}
.footer_menu li a{
    display: block;
    text-decoration: none;
    border-right: 1px solid #8D8D8D;
    padding:0 5px;
}
.footer_menu li:first-child a{
    border-right: 0;
}
.footer_social{
    float: left;
}
.footer_social li{
    float: right;
}
.footer_social li a {
  background: #dddddd;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 35px;
}
.footer_social li a.facebook{
    background: #395A96;
}
.footer_social li a.twitter{
    background: #29A4DE;
}
.footer_social li a.mail{
    background: #49C2D3;
}
.footer_social li a.instagram{
    background: #875341;
}
.footer_social li a.youtube{
    background: #C92029;
}
.footer_social li a i {
    transition: all 0.4s linear 0s;
}
.footer_social li:hover a i {
    transform: rotateY(360deg);
}
.footer_social li:hover a {
    border-radius: 50%;
}
.pages_content{
    margin-top: 50px;
}
.page_title{
    display: block;
    font-size: 20px;
    color: #0EAE90;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
}
.page_title i{
    margin-left: 7px;
}
.page_title:before{
    content: '';
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #787878;
    width: 100%;
    right: 0;
    z-index: 1;
}
.page_title:after{
    content: '';
    height: 5px;
    bottom: 0;
    position: absolute;
    background: #0EAE90;
    width: 100%;
    z-index: 1;
    border-right:10px solid #FFF;
}
.contact_det{
    font-size: 16px;
    margin-bottom: 15px;
}
.contact_det i{
    margin-left: 10px;
    color: #0EAE90;
}
a.about_title{
    display: block;
    font-size: 18px;
    margin: 10px 0 20px;
    text-decoration: none;
    color: #0EAE90;
}
.about_title i{
    color: #55C5B0;
    margin-left: 10px;
}
.about_content{
    padding-right: 25px;
    font-size: 22px;
    color: #777;
    line-height: 40px;
    margin-bottom: 20px;   
    /*font-family: 'Droid Arabic Naskh', serif;*/
}
.reg_tabs .panel-title a{
    display: block;
    color: #55C5B0;
    background: #eee;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 15px 10px;
    position: relative;
    text-decoration: none;
}
.reg_tabs .panel-title a:before{
    content:"\f147" ;
    position: absolute;
    left: 15px;
    font-size: 22px;
    font-family: 'FontAwesome';
    top:13px;
    color: #777;
}
.reg_tabs .panel-title a.collapsed:before{
    content: "\f196";
}
.page_top_logo{
    float: right;
    display: block;
    text-align: center;
}
.page_top_nav {
    float: left;
    margin-top: 20px;
}
.page_top_nav li{
    float: right;
}
.page_top_nav li a{
    display: block;
    color: #818a91;
    font-size: 16px;
    padding: 0 15px;
    line-height: 30px;
    text-decoration: none;
    border-right: 1px solid #dadada;
}
.page_top_nav li a:hover{
    color: #2C2F91;
}
.page_top_nav li:first-child a{
    border-right: 0;
}
.page_menu_btn{
    float: left;
    margin-top: 12px;
}
.tafseer_nav {
    border-bottom: 0;
    margin-bottom: 20px;
}
.tafseer_nav .nav-item {
  display: table-cell;
    width: 1%;
    float: none;
    text-align: center;
}
.tafseer_nav .nav-item a{
    background: #55C5B0;
    color: #FFF;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #50AA98;
}
.tafseer_nav .nav-item a.active,
.tafseer_nav .nav-item a.active:focus,
.tafseer_nav .nav-item a.active:hover{
    background: #50AA98;
     color: #FFF;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    box-shadow: 0 0 3px rgba(0,0,0,.25)
}
.tafseer_nav  .nav-link:focus, .tafseer_nav  .nav-link:hover {
  border-color:#50AA98;
}
a.mangement_block{
    display: table;
    text-align: center;
    text-decoration: none;
    color: #818a91;
    font-size: 22px;
    margin: 20px auto;
}
.mangement_block h1{
    display: block;
    margin: 0 auto 10px;
    width: 150px;
    height: 150px;
    line-height: 100px;
    padding: 27px;
    position: relative;
    border-radius: 50%;
}
.mangement_block h1 i{
    position: relative;
    z-index: 2;
    color: #FFF;
}
.mangement_block h1:before{
	top: 0px;
	left:0px;
	padding: 7px;
	transition: transform 0.3s;
	background:#55C5B0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	z-index:0;
}
.mangement_block:hover h1:before{
	transform:scale(.9);
	/*opacity: 0;*/
}
.mangement_block h1:after{
	top: 0px;
	left:0px;
	padding: 7px;
	box-shadow: 0 0 0 4px #55C5B0;
	transition: transform 0.3s, opacity 0.2s;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	z-index:0;
	transform:scale(0);
	opacity: 0;
}
.mangement_block:hover h1:after{
	transform:scale(1);
	opacity: 1;
}
.letters_tab li {
    display: block;
    float: right;
}
.letters_tab li a{
    display: block;
    background: #0EAE90;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    width: 45px;
    border-radius:4px;
    line-height: 42px;
    height: 45px;
    margin:2px 4px;
}
.letters_tab li a.active{
    background: #3bdbbd;
}
.let_tab_book {
    margin: 10px 0;
}
.let_tab_book .book_tools{
    display: block;
    text-align: left;
    position: relative;
}
.let_tab_book .book_tools:before{
    content: '';
    position: absolute;
    right: 0;
    left: 130px;
    top: 50%;
    height: 1px;
    background: #e3e3e3;
}
.let_tab_book .book_tools > ul > li{
    background: #FFF;
}
.book_head span{
    display: block;
    float: right;
    margin-left: 15px;
}
.book_read_page{
    margin-top: 10px;
}
.book_read_page a.book_nav{
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    color: #0EAE90;
}
.book_read_tools li {
    display: inline-block;
}
.book_read_tools li a{
     display: block;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    color: #0EAE90;
}
.faq_accord .panel-heading a{
    white-space: normal;
}
.rb_tools{
    display: block;
    width: 100%;
    background: #DDD;
    position: relative;
}
.user_comment{
    background: #EEE;
    border: 1px solid #CCC;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
}
.user_comment:hover{
    border-color: #0EAE90;
}
.user_comment .com_user{
    float: right;
    width: 70px;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.user_comment h6{
    color: #0EAE90;
    display: inline-block
}
.user_comment span{
    float: left;
    color: #8f8f8f;
    display: block;
}
.user_comment > p {
    display: block;
    margin-right: 80px;
    line-height: 25px;
}   
.notes_list{
    display: block;
    margin:10px 5px;
    border: 1px solid #EEE;
    padding: 5px;
    border-radius: 4px;
}
.notes_list h4{
    font-size: 14px;
    margin-left: 75px;
}
.notes_list a{
    float: left;
    margin-right: 5px;
}
.book_drop .dropdown-menu:before{
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    top: -6px;
    transform: rotate(45deg);
    width: 10px;
}
.book_drop .dropdown-menu .form-control{
    width: 250px;
    margin: 5px 15px;
}
.book_drop .dropdown-menu .nav{
    width: 350px;
}
.book_article{
    height: 600px;
    margin: 0 auto;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 15px;
}
.bb-custom-wrapper.b_menu_show .book_article {
  margin-right: 20%;
  width: 80%;
}
.book_block{
    background: #EEE;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.book_block .block_content a{
    color: #0EAE90;
    display: block;
    text-decoration: none;
}
.book_block .block_content p{
    color: #999;
    margin: 0;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.bb-custom-wrapper {
/*  height: 600px;*/
    position: relative;
}
.sidebar_menu{
    display: block;
    width: 20%;
    position: absolute;
    background: #0EAE90;
    top: 0;
    bottom: 0;
    right: 50px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.bb-custom-wrapper.b_menu_show .sidebar_menu{
    visibility: visible;
    opacity: 1;
    right: 0;
}
.sidebar_menu ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.sidebar_menu ul li a{
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 15px 10px;
    border-bottom: 1px solid #16C9A5;
}
.sidebar_menu ul li:hover a{
    background: #16C9A5;
}
#more{
    color:  #0EAE90;
}