/*@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic);*/
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

/*
@font-face {
	font-family: Bahij;
	font-weight: 100;
	src: url("Font/Bahij_TheSansArabic-ExtraLight.otf") format("opentype");
}
@font-face {
	font-family: Bahij;
	font-weight: 200;
	src: url("Font/Bahij_TheSansArabic-SemiLight.otf") format("opentype");
}
@font-face {
	font-family: Bahij;
	font-weight: 300;
	src: url("Font/Bahij_TheSansArabic-Light.otf") format("opentype");
}
@font-face {
	font-family: Bahij;
	font-weight: 500;
	src: url("Font/Bahij_TheSansArabic-SemiBold.otf") format("opentype");
}
@font-face {
	font-family: Bahij;
	font-weight: 600;
	src: url("Font/Bahij_TheSansArabic-Bold.otf") format("opentype");
}
@font-face {
	font-family: Bahij;
	font-weight: 700;
	src: url("Font/Bahij_TheSansArabic-ExtraBold.otf") format("opentype");
}
*/
@font-face {
	font-family: Bahij;
	src: url("Font/Bahij_TheSansArabic-ExtraLight.otf") format("opentype");
}
@font-face {
	font-family: Bahij;
	font-weight: bold;
	src: url("Font/Bahij_TheSansArabic-Bold.otf") format("opentype");
}


body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	/*color:#008a9e;*/
	background:#fff;
}
#all-site{
	direction:rtl;
}
a{
	text-decoration:none;	
	outline:none;
	color:#008a9e;
	transition:color 350ms;
}
a:hover{
	color:#cd500d;
}
img{
	border:none;
}
.site-width{
	width:1280px;
	margin:0 auto;
	direction:rtl;
}
.inside-site-width{
	width:1280px;
	margin:0 auto;
	padding:20px 0 30px 0;
	direction:rtl;
}
@media screen and (max-width:1330px){
	.site-width{
		width:auto;
		margin:0 15px;
	}
	.inside-site-width{
		width:auto;
		margin:0 15px;
	}
}
@media screen and (max-width:854px){
	/*
	#all-site{
		position:relative;
		right:190px;
		right:0;
		transition:right 450ms;
	}
	*/
}
@media screen and (max-width:350px){
	#all-site{
		width:335px;
	}
}

.inside-page-head-title{
	font-family:"Bahij";
	color:#d85f5c;
	font-size:19px;
}
.inside-page-head-link{
	border:1px solid #d6dadc;
	background:#f9f9f9;
	padding:3px 10px;
	border-radius:5px;
	color:#26af86;
	font-family:"Droid Arabic Kufi", Tahoma;
}


ul.list-view{
	margin:0;
	padding:0;
	list-style:none;
}
ul.list-view li{
	position:relative;
	background:#f1f3f4;
	border-radius:4px;
	overflow:hidden;
	margin:0 0 5px 0;
}
ul.list-view li a{
	display:block;
	font-size:0;
	font-family:"Droid Arabic Kufi", Tahoma;
	line-height:20px;
	color:#666;
	white-space:nowrap;
}
ul.list-view li a span.num{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	text-align:center;
	font-family:"Tahoma";
	font-size:13px;
	color:#742E2F;
}
ul.list-view li a span.text{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	color:#005777;
	padding:10px;
	padding-right:5px;
	padding-left:90px;
	white-space:normal;
	box-sizing:border-box;
	transition:color 450ms;
}
ul.list-view li a:hover span.text{
	color:#d62065;
}
ul.list-view li a div.visit-num{
	position:absolute;
	top:0;
	bottom:0;
	left:11px;
	font-size:13px;
	color:#929292;
}
ul.list-view li a div.visit-num i{
	vertical-align:middle;
	padding:0;
}
ul.list-view li a div.visit-num span.numb{
	padding:0;
	display:inline-block;
	vertical-align:middle;
	font-size:11px;
}
ul.list-view li a div.visit-num span.vertical-holder{
	display:inline-block;
	height:100%;
	width:0;
	background:#fff;
	vertical-align:middle;
}



header#head{
	background-image: linear-gradient(to bottom, #f6f6f6, #f4f4f4);
	border-bottom:1px solid #e3e3e3;
}
header#head .in{
	position:relative;
	height:138px;
}
header#head img.logo{
	height:75px;
	display:inline-block;
	margin:30px 0 0 0;
}

header#head ul.social-links{
	direction:ltr;
	position:absolute;
	top:10px;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	transform:scale(0.7);
	transform-origin:0 0;
}
header#head ul.social-links li{
	display:inline-block;
	margin:0 4px 0 0;
}
header#head ul.social-links li a{
	display:inline-block;
	background:#f4f4f4;
	color:#10a69b;
	font-size:18px;
	border:1.5px solid #11a79c;
	border-radius:50%;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	transition:background 450ms, color 450ms;
}
header#head ul.social-links li a:hover{
	background:#10a69b;
	color:#ffffff;
}

header#head nav{
	position:absolute;
	bottom:25px;
	left:0;
}
header#head nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
header#head nav ul li{
	display:inline-block;
	margin:0 15px 0 0;
}
header#head nav ul li a{
	border:0.09em solid #dadada;
	border-radius:50px;
	padding:5px 11px 5px 10px;
	font-family: "Droid Arabic Kufi", "Tahoma";
	color:#424242;
	transition:background 450ms, color 450ms, border 200ms;
}
header#head nav ul li a .fas{
	color:#109a8f;
	font-size:13px;
	transition:color 450ms;
}
header#head nav ul li a:hover{
	background:#11a79b;
	border-color:#11a79b;
	color:#ffffff;
}
header#head nav ul li a:hover .fas{
	color:#ffffff;
}
@media screen and (max-width:620px){
	header#head img.logo{
		height:70px;
		margin:10px 0 0 0;
	}
	header#head ul.social-links{
		top:15px;
	}
}
@media screen and (max-width:500px){
	header#head img.logo{
		height:55px;
		margin:10px 0 0 0;
	}
	header#head ul.social-links{
		top:17px;
		transform:scale(0.6);
	}
	header#head nav ul li{
		display:inline-block;
		margin:0 5px 0 0;
	}
}

#head-slider{
	position:relative;
}
#head-slider .slider-cover{
	background: -moz-linear-gradient(0deg, #1a5766 0%, #10a293 100%);
	background: -webkit-linear-gradient(0deg, #1a5766 0%, #10a293 100%);
	background: linear-gradient(0deg, #1a5766 0%, #10a293 100%);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:90;
	opacity:0.75;
}
#head-slider .slider-details{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:90;
	text-align:center;
	font-size:0;
}
#head-slider .slider-details .middle-handler{
	display:inline-block;
	width:0px;
	height:100%;
	vertical-align:middle;
}
#head-slider .slider-details .text{
	display:inline-block;
	vertical-align:middle;
	background:rgba(0, 0, 0, 0.50);
	width:90%;
	max-width:500px;
	padding:15px 15px;
	border-radius:30px;
	color:#d6dadc;
	text-align:center;
	line-height:33px;
	font-family: "Droid Arabic Kufi", "Tahoma";
	font-size:13px;
}
#head-slider .slider-details .text h1{
	margin:0 0 4px 0;
	font-size:20px;
	padding:0;
	font-family:"Bahij";
}
#head-slider .slider-details .text a{
	display:block;
	color:#12958b;
	background:#d6dadc;
	width:70px;
	margin:10px auto 5px auto;
	padding:0 8px;
	border-radius:25px;
	transition:color 400ms;
}
#head-slider .slider-details .text a:hover{
	color:#9a3e3e;
}
@media screen and (max-width:450px){
	#head-slider .slider-details .text span{
		display:inline-block;
		height:50vw;
		overflow:hidden;
	}
}

.row-title{
	padding:40px 0 0 0;
	position:relative;
	display:inline-block;
	opacity:0.8;
}
.row-title .under-line{
	border-bottom: 4px solid #fff;
	position: absolute;
	bottom: 19px;
	left: 0;
	right: 0;
}
.row-title h3, .row-title h4{
	position:relative;
	z-index:+1;
	margin:0;
	padding:5px 15px;
	display:inline-block;
	font-family:"Droid Arabic Kufi", "Tahoma";
	background:#fff;
	color:#009688;
	font-weight:500;
	font-size:17px;
	vertical-align:middle;
	border-radius:10px;
}
.row-title h3 a .fas{
	color:#d56270;
}
.row-title h4{
	margin:0 7px 0 0;
	padding:2px 10px 2px 13px;
	font-size:12px;
	border-radius:15px;
	color:#13a5a3;
	font-weight:200;
}
.row-title h4 a .fas{
	color:#666666;
}
/*
@media screen and (max-width:430px){
	.row-title .under-line{
		border-bottom:3px solid #fff;
		bottom:15px;
	}
	.row-title h3, .row-title h4{
		font-size: 14px;
		padding: 4px 9px;
	}
	.row-title h4{
		font-size:10px;
	}
}
*/



#investigations-row{
	background:url("img/row-bg.jpg");
	background-size:cover;
}
.inve-view{
	font-size:0;
	padding:60px 0 70px 0;
	text-align:center;
}
.inve-view .inve-item{
	width:24.2%;
	display:inline-block;
	font-size:13px;
	position:relative;
	vertical-align:top;
	margin:0 0 20px 1%;
	text-align:right;
}
.inve-view .inve-item .in{
	background:#ffffff;
	padding:13px;
	border-radius:13px;
}
.inve-view .inve-item:last-child{
	margin:0;
}
@media screen and (max-width:975px){
	.inve-view .inve-item{
		width:32.3333%;
		margin:0 0 20px 1.5%;
	}
	.inve-view .inve-item:nth-child(3){
		margin:0;
	}
}
@media screen and (max-width:770px){
	.inve-view .inve-item{
		width:49.25%;
		margin:0 0 20px 1.5%;
	}
	.inve-view .inve-item:nth-child(2){
		margin:0 0 20px 0;
	}
	.inve-view .inve-item:nth-child(3){
		margin:0 0 20px 1.5%;
	}
}
@media screen and (max-width:515px){
	.inve-view .inve-item{
		width:100%;
		margin:0 0 20px 0;
	}
	.inve-view .inve-item:nth-child(3){
		margin:0 0 20px 0;
	}
}
.inve-view .inve-item .in .subjects{
	text-align:left;
	transform:scale(0.86);
	transform-origin:top left;
}
.inve-view .inve-item .in .subjects a.subject-item{
	display:inline-block;
	background:#f0f0f0;
	padding:4px 7px 4px 4px;
	margin:0 0 5px 0;
	border-radius:30px;
	font-family:"Droid Arabic Kufi", "Tahoma";
	font-size:10px;
	text-align:right;
	transition:background 450ms;
}
.inve-view .inve-item .in .subjects a.subject-item:hover{
	background:#b1cfdd;
}
.inve-view .inve-item .in .subjects a.subject-item .text{
	vertical-align:middle;
	color: #7d7d7d;
	font-weight: bold;
	transition:color 450ms;
}
.inve-view .inve-item .in .subjects a.subject-item:hover .text{
	color:#ffffff;
}
.inve-view .inve-item .in .subjects a.subject-item .icon{
	display:inline-block;
	background:#ffffff;
	padding:3px;
	border-radius:50%;
	color:#4fdfc3;
	width:15px;
	height:15px;
	vertical-align:middle;
	transition:background 450ms, color 450ms;
}
.inve-view .inve-item:first-child .in .subjects a.subject-item .icon{
	color:#d27e7c;
}
.inve-view .inve-item:nth-child(2) .in .subjects a.subject-item .icon{
	color:#4fdfc3;
}
.inve-view .inve-item:nth-child(3) .in .subjects a.subject-item .icon{
	color:#49aefc;
}
.inve-view .inve-item:last-child .in .subjects a.subject-item .icon{
	color:#a563d3;
}
.inve-view .inve-item .in .subjects a.subject-item:hover .icon{
	color:#5b8294;
}
.inve-view .inve-item .in .subjects a.subject-item .icon .fas{
	display:inline-block;
	font-size:16px;
	position:relative;
	top:0;
	right:1px;
}
.inve-view .inve-item .in .double-quote{
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: -22px;
	right: 14px;
}
.inve-view .inve-item .in .double-quote .up{
	color:#d27e7c;
	position:absolute;
}
.inve-view .inve-item:first-child .in .double-quote .up{
	color:#d27e7c;
}
.inve-view .inve-item:nth-child(2) .in .double-quote .up{
	color:#4fdfc3;
}
.inve-view .inve-item:nth-child(3) .in .double-quote .up{
	color:#49aefc;
}
.inve-view .inve-item:last-child .in .double-quote .up{
	color:#a563d3;
}
.inve-view .inve-item .in .double-quote .under{
	color:#e1e0e2;
	position:absolute;
	top:3px;
	right:-3px;
}
.inve-view .inve-item .in h3.title{
	color:#34495e;
	font-family: Bahij;
	font-size: 14px;
	margin:20px 0;
	font-weight: 600;
}
.inve-view .inve-item .in h3.title a{
	color:#34495e;
}
.inve-view .inve-item:first-child .in h3.title a:hover{
	color:#a563d3;
}
.inve-view .inve-item:nth-child(2) .in h3.title a:hover{
	color:#49aefc;
}
.inve-view .inve-item:nth-child(3) .in h3.title a:hover{
	color:#4fdfc3;
}
.inve-view .inve-item:last-child .in h3.title a:hover{
	color:#d27e7c;
}
.inve-view .inve-item .in .short-text{
	font-family:"Droid Arabic Kufi", "Tahoma";
	font-size:13px;
	margin:20px 0;
	color:#7f8c8d;
}
.inve-view .inve-item .in .author{

}
.inve-view .inve-item .in .author img{
	width:47px;
	border-radius:50%;
	float:right;
}
.inve-view .inve-item .in .author h5{
	margin:0;
	padding:4px 52px 2px 0;
	font-family:Bahij;
	font-size:11px;
	color:#5d5e5e;
}
.inve-view .inve-item .in .author h5 a{
	color:#5d5e5e;
}
.inve-view .inve-item:first-child .in .author h5 a:hover{
	color:#a563d3;
}
.inve-view .inve-item:nth-child(2) .in .author h5 a:hover{
	color:#49aefc;
}
.inve-view .inve-item:nth-child(3) .in .author h5 a:hover{
	color:#4fdfc3;
}
.inve-view .inve-item:last-child .in .author h5 a:hover{
	color:#d27e7c;
}
.inve-view .inve-item .in .author span{
	display:block;
	padding:0 52px 0 0;
	font-family:"Droid Arabic Kufi", "Tahoma";
	font-size:10px;
	color:#798384;
}
.inve-view .inve-item .in .author span i.fas{
	font-size:13px;
	position: relative;
	top: 1px;
}
.inve-view .inve-item .in .author span a{
	color:#798384;
}
.inve-view .inve-item:first-child .in .author span a:hover{
	color:#d27e7c;
}
.inve-view .inve-item:nth-child(2) .in .author span a:hover{
	color:#4fdfc3;
}
.inve-view .inve-item:nth-child(3) .in .author span a:hover{
	color:#49aefc;
}
.inve-view .inve-item:last-child .in .author span a:hover{
	color:#a563d3;
}

#authors-row{
	background:linear-gradient(0deg, rgba(27, 79, 97, 0.65) 0%, rgba(13, 160, 145, 0.65) 100%), url("img/row-bg2.jpg") center center;
	background-size:cover;
	position:relative;
}
.author-view{
	font-size:0;
	position:relative;
	z-index:1;
	padding-top:50px;
}
.author-view .right-div, .author-view .left-div{
	width:50%;
	font-size:13px;
	display:inline-block;
	vertical-align:top;
	padding:25px 0 60px 0;
}
.author-view .right-div{
	text-align:center;
}
.author-view .left-div{
	
}


.author-view .right-div .author-pic{
	position:relative;
	display:inline-block;
}
.author-view .right-div .author-pic a .pic{
	transform: rotate(-4deg);
	width:150px;
	border:3px solid #fff;
	border-radius:5px;

	-webkit-box-shadow:-10px 10px 5px -6px rgba(0,0,0,0.20);
	-moz-box-shadow:-10px 10px 5px -6px rgba(0,0,0,0.20);
	box-shadow:-10px 10px 5px -6px rgba(0,0,0,0.20);

	transition:transform 1000ms;
}
.author-view .right-div .author-pic a:hover .pic{
	transform: rotate(3deg);
}
.author-view .right-div .author-pic a .flag{
	transform: rotate(15deg);
	width:40px;
	border:2px solid #fff;
	border-radius:4px;
	position:absolute;
	top:-15px;
	right:-20px;

	-webkit-box-shadow:-8px 8px 5px -6px rgba(0,0,0,0.2);
	-moz-box-shadow:-8px 8px 5px -6px rgba(0,0,0,0.2);
	box-shadow:-8px 8px 5px -6px rgba(0,0,0,0.2);

	transition:transform 1000ms;
}
.author-view .right-div .author-pic a:hover .flag{
	transform:rotate(0deg);
}
.author-view .right-div h3.name{
	margin:0;
	padding:15px 0 10px 0;
	color:#ffffff;
	font-family:Bahij;
	font-size:16px;
}
.author-view .right-div h3.name a{
	color:#ffffff;
}
.author-view .right-div h3.name a:hover{
	color:#f6ff6f;
}
.author-view .right-div .text{
	font-family:"Droid Arabic Kufi", "Tahoma";
	color:#ffffff;
	width:85%;
	display:inline-block;
	line-height:28px;
}
.author-view .right-div a.button{
	display:inline-block;
	background:#ffffff;
	border-radius:10px;
	padding:5px 20px;
	font-family:"Droid Arabic Kufi", "Tahoma";
	margin:15px 0 0 0;
}


.author-view .left-div .author-inve{
	position:relative;
	background:rgba(0,0,0,0.58);
	height:430px;
	border-radius:5px;
}
.author-view .left-div .author-inve h5.title{
	background:#c7c660;
	color:#005a5a;
	margin:0 auto;
	width:200px;
	text-align:center;
	padding:12px 0;
	border-radius:15px;
	font-family:Bahij;
	font-size:16px;
	position:relative;
	top:-25px;
}
.author-view .left-div .author-inve .author-inve-list{
	position:absolute;
	top:40px;
	right:0;
	bottom:10px;
	left:0;
}
.author-view .left-div .author-inve .author-inve-list ul{
	list-style:none;
	margin:0;
	padding:0 25px;
	font-size:13px;
}
.author-view .left-div .author-inve .author-inve-list ul li{
	position:relative;
	font-family:"Droid Arabic Kufi", "Tahoma";
	color:#ffffff;
	padding:6px 35px 11px 0;
}
.author-view .left-div .author-inve .author-inve-list ul li a{
	color:#ffffff;
}
.author-view .left-div .author-inve .author-inve-list ul li a:hover{
	color:#61aaa8;
}
.author-view .left-div .author-inve .author-inve-list ul li i{
	color:#61aaa8;
	font-size:18px;
	position:absolute;
	top:9px;
	right:0;
	transition:color 350ms;
}

@media screen and (max-width:635px){
	.author-view .right-div, .author-view .left-div{
		width:100%;
		padding:25px 0 60px 0;
	}
	.author-view .right-div{
		padding:10px 0 60px 0;
	}
	.author-view .left-div{
		padding:0 0 60px 0;
	}
}



#books-row{
	background:url("img/row-bg.jpg");
	background-size:cover;
}
.book-view{
	font-size:0;
	padding:60px 0 70px 0;
	text-align:center;
}
.book-view .book-item{
	width:24.2%;
	display:inline-block;
	font-size:13px;
	position:relative;
	vertical-align:top;
	margin:0 0 20px 1%;
}
.book-view .book-item .in{
	background:#ffffff;
	padding:13px;
	border-radius:13px;
	text-align:right;
}
.book-view .book-item:last-child{
	margin:0;
}
@media screen and (max-width:975px){
	.book-view .book-item{
		width:32.3333%;
		margin:0 0 20px 1.5%;
	}
	.book-view .book-item:nth-child(3){
		margin:0;
	}
}
@media screen and (max-width:770px){
	.book-view .book-item{
		width:45%;
		margin:0 0 20px 7%;
	}
	.book-view .book-item:nth-child(2){
		margin:0 0 30px 0;
	}
	.book-view .book-item:nth-child(3){
		margin:0 0 30px 7%;
	}
}
@media screen and (max-width:650px){
	.book-view .book-item{
		width:49.25%;
		margin:0 0 20px 1.5%;
	}
	.book-view .book-item:nth-child(2){
		margin:0 0 20px 0;
	}
	.book-view .book-item:nth-child(3){
		margin:0 0 20px 1.5%;
	}
}
@media screen and (max-width:515px){
	.book-view .book-item{
		width:70%;
		margin:0 0 30px 0;
	}
	.book-view .book-item:nth-child(3){
		margin:0 0 30px 0;
	}
}
@media screen and (max-width:440px){
	.book-view .book-item{
		width:100%;
		margin:0 0 20px 0;
	}
	.book-view .book-item:nth-child(3){
		margin:0 0 20px 0;
	}
}
.book-view .book-item .in .subjects{
	text-align:left;
	transform:scale(0.86);
	transform-origin:top left;
}
.book-view .book-item .in .subjects a.subject-item{
	display:inline-block;
	background:#f0f0f0;
	padding:4px 7px 4px 4px;
	margin:0 0 5px 0;
	border-radius:30px;
	font-family:"Droid Arabic Kufi", "Tahoma";
	font-size:10px;
	text-align:right;
	transition:background 450ms;
}
.book-view .book-item .in .subjects a.subject-item:hover{
	background:#b1cfdd;
}
.book-view .book-item .in .subjects a.subject-item .text{
	vertical-align:middle;
	color: #7d7d7d;
	font-weight: bold;
	transition:color 450ms;
}
.book-view .book-item .in .subjects a.subject-item:hover .text{
	color:#ffffff;
}
.book-view .book-item .in .subjects a.subject-item .icon{
	display:inline-block;
	background:#ffffff;
	padding:3px;
	border-radius:50%;
	color:#4fdfc3;
	width:15px;
	height:15px;
	vertical-align:middle;
	transition:background 450ms, color 450ms;
}
.book-view .book-item:first-child .in .subjects a.subject-item .icon{
	color:#d27e7c;
}
.book-view .book-item:nth-child(2) .in .subjects a.subject-item .icon{
	color:#4fdfc3;
}
.book-view .book-item:nth-child(3) .in .subjects a.subject-item .icon{
	color:#49aefc;
}
.book-view .book-item:last-child .in .subjects a.subject-item .icon{
	color:#a563d3;
}
.book-view .book-item .in .subjects a.subject-item:hover .icon{
	color:#5b8294;
}
.book-view .book-item .in .subjects a.subject-item .icon .fas{
	display:inline-block;
	font-size:16px;
	position:relative;
	top:0;
	right:1px;
}

.book-view .book-item .in .in-in{
	padding:0 10px;
	margin:-21px 0 0 0;
}
.book-view .book-item .in .in-in img.book-cover{
	width:100%;
	border:1px solid #f0f0f0;
	overflow:hidden;
	border-radius:3px;
}

.book-view .book-item .in .in-in h3.title{
	color:#aa9937;
	font-family: Bahij;
	font-size: 14px;
	margin:10px 0 3px 0;
	font-weight: 600;
}
.book-view .book-item .in .in-in h3.title a{
	color:#aa9937;
}
.book-view .book-item:first-child .in .in-in h3.title a:hover{
	color:#a563d3;
}
.book-view .book-item:nth-child(2) .in .in-in h3.title a:hover{
	color:#49aefc;
}
.book-view .book-item:nth-child(3) .in .in-in h3.title a:hover{
	color:#4fdfc3;
}
.book-view .book-item:last-child .in .in-in h3.title a:hover{
	color:#d27e7c;
}



.book-view .book-item .author{
	display:inline-block;
	background:#ffffff;
	border-radius:50px;
	margin:10px 0 0 0;
	padding:5px 5px 5px 13px;
	text-align:right;
}
.book-view .book-item .author img{
	width:47px;
	border-radius:50%;
	float:right;
}
.book-view .book-item .author h5{
	margin:0;
	padding:4px 52px 2px 0;
	font-family:Bahij;
	font-size:11px;
	color:#5d5e5e;
}
.book-view .book-item .author h5 a{
	color:#5d5e5e;
}
.book-view .book-item:first-child .author h5 a:hover{
	color:#a563d3;
}
.book-view .book-item:nth-child(2) .author h5 a:hover{
	color:#49aefc;
}
.book-view .book-item:nth-child(3) .author h5 a:hover{
	color:#4fdfc3;
}
.book-view .book-item:last-child .author h5 a:hover{
	color:#d27e7c;
}
.book-view .book-item .author span{
	display:block;
	padding:0 52px 0 0;
	font-family:"Droid Arabic Kufi", "Tahoma";
	font-size:10px;
	color:#798384;
}
.book-view .book-item .author span i.fas{
	font-size:13px;
	position: relative;
	top: 1px;
}
.book-view .book-item .author span a{
	color:#798384;
}
.book-view .book-item:first-child .author span a:hover{
	color:#d27e7c;
}
.book-view .book-item:nth-child(2) .author span a:hover{
	color:#4fdfc3;
}
.book-view .book-item:nth-child(3) .author span a:hover{
	color:#49aefc;
}
.book-view .book-item:last-child .author span a:hover{
	color:#a563d3;
}

#footer-row{
	background-image:linear-gradient(rgba(34, 41, 47, 0.95), rgba(34, 41, 47, 0.95)), url("img/footer-bg.jpg");
	background-size:cover;
	background-position:bottom center;
	color:#7a8d9f;
	font-size:0;
}
#footer-row .about-us{
	display:inline-block;
	vertical-align:top;
	width:35%;
	padding:35px 0 35px 0;
	font-size:13px;
}
#footer-row .about-us .logo{
	width:220px;
	display:inline-block;
	margin:10px 0 0 0;
}
#footer-row .about-us .text{
	padding:5px 0 0 5px;
	font-family:"Droid Arabic Kufi", "Tahoma";
	font-size:12px;
	line-height:30px;
}
#footer-row .list{
	display:inline-block;
	vertical-align:top;
	width:35%;
	font-size:13px;
	padding:35px 0 35px 0;
	text-align:center;
}
#footer-row .list .in{
	display:inline-block;
	text-align:right;
}
#footer-row .list .in h4{
	text-align:right;
	font-family:Bahij;
	font-size:14px;
	font-weight:normal;
	margin:0 0 7px 0;
	padding:0;
	color:#c6d7e9;
}
#footer-row .list .in h4 a{
	color:#c6d7e9;
}
#footer-row .list .in h4 a:hover{
	color:#f4f4f4;
}
#footer-row .list .in ul{
	list-style:none;
	margin:0;
	padding:0;
	font-family:"Droid Arabic Kufi", "Tahoma";
}
#footer-row .list .in ul li{
	color:#7b8da0;
	margin:0 0 8px 0;
}
#footer-row .list .in ul li a{
	color:#7b8da0;
}
#footer-row .list .in ul li a i.fa-circle{
	display:inline;
}
#footer-row .list .in ul li a:hover i.fa-circle{
	display:none;
}
#footer-row .list .in ul li a i.fa-dot-circle{
	display:none;
}
#footer-row .list .in ul li a:hover i.fa-dot-circle{
	display:inline;
}
#footer-row .contact-us{
	display:inline-block;
	vertical-align:top;
	width:30%;
	text-align:center;
	font-size:13px;
	padding:35px 0 35px 0;
}
#footer-row .contact-us h4{
	text-align:right;
	font-family:Bahij;
	font-size:14px;
	font-weight:normal;
	margin:0 0 7px 0;
	padding:0;
	color:#c6d7e9;
}
#footer-row .contact-us h4 a{
	color:#c6d7e9;
}
#footer-row .contact-us h4 a:hover{
	color:#f4f4f4;
}
#footer-row .contact-us form input, #footer-row .contact-us form textarea{
	display:block;
	border:1px solid #4b5661;
	background:rgba(33, 40, 45, 0.40);
	width:100%;
	border-radius:20px;
	outline:none;
	line-height:32px;
	margin:10px 0 0 0;
	font-family:"Droid Arabic Kufi", "Tahoma";
	font-size:12px;
	color:#7b8da0;
	padding:0 12px;
	box-sizing:border-box;
}
#footer-row .contact-us form input::placeholder, #footer-row .contact-us form textarea::placeholder{
	color:#44596c;
}
#footer-row .contact-us form input[type=email]{
	direction:ltr;
}
#footer-row .contact-us form input[type=email]::placeholder{
	direction:rtl;
}
#footer-row .contact-us form button{
	border-radius:20px;
	line-height:33px;
	font-family:"Droid Arabic Kufi", "Tahoma";
	font-size:12px;
	background:#178982;
	border:none;
	color:#cacbcd;
	padding:0 20px;
	display:inline-block;
	margin:10px 0 0 0;
}
#footer-row .contact-us form button i{
	font-size:16px;
	position:relative;
	top:3px;
}
#footer-row .copyrights{
	background:#141d23;
	padding:15px 0;
	font-family:Bahij;
	font-size:12px;
	color:#7a8d9f;
	text-align:center;
}
#footer-row .copyrights i{
	font-size:13px;
	position:relative;
	top:2px;
}
@media screen and (max-width:1010px){
	#footer-row .about-us{
		width:40%;
	}
	#footer-row .list{
		width:30%;
	}
}
@media screen and (max-width:890px){
	#footer-row .about-us{
		width:45%;
	}
	#footer-row .list{
		width:20%;
	}
	#footer-row .contact-us{
		width:35%;
	}
}
@media screen and (max-width:730px){
	#footer-row .about-us{
		width:60%;
		padding:35px 0 35px 6px;
		box-sizing:border-box;
	}
	#footer-row .list{
		display:none;
	}
	#footer-row .contact-us{
		width:40%;
	}
}
@media screen and (max-width:570px){
	#footer-row .about-us{
		width:100%;
		padding:35px 0 15px 0;
		border-bottom:1px solid #1c242b;
	}
	#footer-row .contact-us{
		width:100%;
		padding:15px 0 35px 0;
		border-top:1px solid #363c43;
	}
}