 @import url('https://fonts.googleapis.com/css?family=Niconne');
 @import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600');
 @import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

 * {
 	margin: 0 padding:0
 }

 ul {
 	margin: 0px;
 }

 @font-face {
 	font-family: 'Monotype Corsiva';
 	src: url('../fonts/MonotypeCorsiva.woff2') format('woff2'),
 		url('../fonts/MonotypeCorsiva.woff') format('woff');
 	font-weight: normal;
 	font-style: italic;
 }

 @font-face {
 	font-family: 'Berlin Sans FB';
 	src: url('../fonts/BerlinSansFB-Reg.woff2') format('woff2'),
 		url('../fonts/BerlinSansFB-Reg.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Eras Demi ITC';
 	src: url('../fonts/ErasITC-Demi.woff2') format('woff2'),
 		url('../fonts/ErasITC-Demi.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Biondi';
 	src: url('../fonts/Biondi.woff2') format('woff2'),
 		url('../fonts/Biondi.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Segoe UI';
 	font-style: normal;
 	font-weight: normal;
 	src: local('Segoe UI'), url('../fonts/segoeui.woff') format('woff');
 }

 body {
 	margin: 0;
 	padding: 0;
 	background: #ffffff;
 }

 .saheeh-body {}

 a:hover {
 	text-decoration: none;
 }

 .top-bar {
 	background: #26272b;
 	padding: 5px;
 	border-bottom: 0.5px solid #414244;
 }

 .top-bar h4 {
 	color: #fff;
 	margin: 0px;
 	font-size: 14px;
 	font-weight: 500
 }

 .saheeh-artical {
 	background: #f1edd3
 }

 .top-socail ul {
 	list-style: none;
 	margin: 0px;
 }

 .top-socail ul li {
 	float: left;
 	padding: 2px 10px;
 }

 .top-socail ul li a {
 	color: #fff
 }

 .start img {
 	margin: 0 auto;
 	width: 180px !important;
 }

 .saheeh-header {
 	/*background-color:#e7c9a3;*/
 	background-color: #f1edd3;
 	/*background-image: url("../images/header-bg.png");*/
 	/*padding-top: 5px;*/
 }

 .navbar-brand {
 	padding: 0px !important;
 }

 .p-0 {
 	padding: 0px;
 }

 .logo-saheeh {
 	/*position: absolute;
 	top: 0px*/
 	background: #393b3e;
 	/*padding: 30px 0px 30px 0px;*/
 }

 .logo-saheeh img {
 	/*width: 340px;*/
 	width: 100%;
 	margin: 0 auto
 }

 .saheeh-search {
 	margin-top: 19px;

 }

 .saheeh-search .form-control {
 	border: none !important;
 	border-radius: 0px !important;
 	height: 40px;
 }

 .saheeh-search .btn {

 	height: 40px;
 	border: none !important;
 	line-height: 25px;
 }

 .search-btn {
 	border-radius: 0px 20px 20px 0px !important;
 }

 .category .btn {
 	border-radius: 20px 0px 0px 20px !important;
 }

 .header-call p {
 	color: #fff;
 	font-size: 16px;
 	letter-spacing: 1px;
 	font-weight: 500;
 	padding-top: 25px;
 }


 .saheeh-menu {
 	background: #efde9c;
 	width: 100%;
 	float: left;
 	/*margin-top: 10px;*/
 	/*border-radius: 5px 5px 0px 0px;*/
 	border: 3px solid #d6a620;
 	border-left: none;
 	border-right: none;
 }

 /* Header End */
 .saheeh-body {
 	padding: 30px;
 	background: #f1edd3;
 }

 .articles {
 	background: #333333;
 	padding: 0px;
 	border-radius: 5px;
 }

 .articles h3 {
 	margin: 0px;
 	color: #fff;
 	font-weight: 500;
 	font-size: 18px;
 	padding: 0px;
 	text-align: center;
 	background: #191919;
 	letter-spacing: 1px;
 	border-radius: 10px 10px 0px 0px;
 }

 .articles ul {
 	list-style: none;
 	margin: 0px;
 	padding: 0px;
 }

 .articles ul li {
 	padding: 5px 15px;
 }

 .articles ul li a {
 	color: #fff;
 	font-weight: 500;
 	letter-spacing: 1px;
 	font-size: 13px !important;
 }

 .articles ul li a:hover {
 	text-decoration: none;
 }


 .book-content h4 {

 	font-family: 'PT Sans', sans-serif;


 	font-size: 26px;
 	text-transform: capitalize;
 	padding-top: 10px;
 	letter-spacing: 1px;
 	color: #006100;
 }

 .book-content h5 {
 	text-align: justify;
 	font-family: 'PT Sans', sans-serif;
 	font-size: 18px;
 	letter-spacing: 1px;
 	line-height: 30px;
 	color: #006100;
 	padding-bottom: 10px;
 	font-weight: 600
 }

 .book-content p {
 	color: #111;
 	font-weight: 500 !important;
 	letter-spacing: 1px;
 	font-family: 'PT Sans', sans-serif;
 	font-size: 15.5px;
 	padding-bottom: 10px;
 	margin: 0px;

 }

 .book-content p i {
 	color: #006100;
 	padding-right: 10px;

 }

 footer {
 	background: #000;
 	padding: 10px;
 }

 footer p {
 	margin: 0px;
 	color: #fff;
 	letter-spacing: 1px;
 }

 footer p a {
 	color: #006dbf
 }

 .saheeh-book {
 	background: #fff;
 	box-shadow: 0 1px 8px #777;
 	max-height: 220px;
 	min-height: 220px;
 	padding: 0px;
 	margin-bottom: 30px
 }

 .book-img {
 	width: 40%;
 	height: 220px;
 	float: left
 }

 .book-img img {
 	width: 100%;
 	height: 100%;
 }

 .book-info {
 	width: 60%;
 	height: 220px;
 	float: right;

 }

 .book-2 .book-img {
 	width: 30%;
 	height: 220px;
 	float: left
 }

 .book-2 .book-info {
 	width: 70%;
 	height: 220px;
 	float: left
 }

 .saheeh-artical .book-img {
 	width: 30%;
 	height: 220px;
 	float: left
 }

 .saheeh-artical .book-info {
 	width: 70%;
 	height: 220px;
 	float: left
 }

 .book-info h4 {
 	font-size: 16px;
 	margin: 0px;
 	padding: 9px 10px;
 	font-weight: 600
 }

 .book-info p {

 	color: #111;
 	font-weight: 600;
 	line-height: 26px;
 	letter-spacing: 0.5px;
 	height: 138px;
 	overflow: hidden;
 	padding: 0px 10px;
 	margin: 0px;
 	text-align: justify;
 	font-size: 13px;
 }

 .book-btn {
 	width: 100%;
 	height: 35px;
 	background: #3a3b3d;
 	margin-top: 6.5px;
 	border-top: 1px solid #ccc;

 }

 .book-btn ul {
 	list-style: none !important;
 	margin: 0px;
 }

 .book-btn ul li {
 	text-align: center;
 	padding: 3px 15px
 }

 .book-btn ul li a {
 	color: #fff;
 	font-size: 14px;
 }

 .book-btn ul li a img {
 	width: 20px;
 	padding-right: 5px;
 	font-family: 'PT Sans', sans-serif;
 }

 .btn-more {
 	background: #efde9c;
 	color: #000;
 	margin: 0px;
 	border-radius: 0px;
 	font-weight: 600;
 	border: 1px solid #d6a620;
 }

 .header-heading {
 	text-align: center
 }

 /*
 .header-heading h3 {
 	color: #000;
 	font-family: 'Berlin Sans FB';
 	letter-spacing: 1px;
 	font-size: 22px;
 	font-weight: 600;
 	padding-top: 15px;
 }

 .header-heading h3 span {
 	font-family: 'Monotype Corsiva';
 	font-size: 32px;
 }

 .header-heading h4 {
 	color: #000;
 	font-family: 'Eras Demi ITC';
 	letter-spacing: 1px;
 	font-size: 17px;
 	font-weight: 500
 }
*/
 .header-heading h3 {
 	color: #000;
 	font-family: 'Biondi';
 	letter-spacing: 1px;
 	font-size: 24px;
 	font-weight: 600;
 	padding-top: 15px;
 }

 .header-heading h3 span {
 	font-family: 'Biondi';
 	font-size: 32px;
 }

 .header-heading h4 {
 	color: #000;
 	/*font-family: Congress-Bold;*/
 	font-family: 'Segoe UI';
 	letter-spacing: 1px;
 	font-size: 17px;
 	font-weight:600
 }


 /* Index */
 .saheeh-body h3 {

 	color: #fff;
 	font-size: 18px;

 }

 .saheeh-books {
 	background: #fff;
 	/*box-shadow: 0 1px 8px #777;*/
 	max-height: 220px;
 	min-height: 220px;
 	padding: 10px;
 	margin-bottom: 30px;
 }

 .home-books {
 	width: 90% !important;
 	margin: 0 auto;
 }

 .home-books img {
 	height: 210px;
 	margin: 0 auto
 }

 .last-li a {
 	border: none !important;
 }

 .tg-content {
 	background: #fff;
 	padding: 20px;
 	border: 1px solid #ccc;
 }

 .tg-description p {
 	font-family: 'PT Sans', sans-serif;
 	color: #000;
 	font-size: 14.5px;
 	line-height: 27px;
 	letter-spacing: 1px;
 }

 blockquote {

 	width: 100%;
 	float: left;
 	color: #111;
 	padding: 20px 40px 20px 40px;
 	font-family: 'PT Sans', sans-serif;
 	line-height: 28px;
 	font-weight: 600;
 	letter-spacing: 1px;
 	font-size: 17px;
 	border-left: 5px solid #efde9c;
 	font-style: italic
 }

 .tg-sectionhead p {
 	color: #000;
 	font-family: 'Eras Demi ITC';
 	font-size: 16px;
 	font-weight: 500;
 	letter-spacing: 1px;
 	line-height: 28px;
 }

 .tg-hovercontent .tg-description p {
 	color: #000;
 	font-size: 13px;
 	text-align: justify
 }

 .mt-30 {
 	margin-top: 30px
 }

 .mt-10 {
 	margin-top: 10px
 }

 .login-bg p .btn-block {
 	font-size: 20px;
 	font-weight: 600;
 	text-decoration: none;
 }

 .login-bg .form-group {
 	display: normal !important;
 }

 .login-bg {
 	position: relative;
 	background-color: #fff;
 	-webkit-background-clip: padding-box;
 	background-clip: padding-box;
 	border: 1px solid #999;
 	border: 1px solid rgba(0, 0, 0, .2);
 	border-radius: 6px;
 	outline: 0;
 	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
 	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
 	padding-bottom: 50px;
 }

 .login-bg form .control-label {
 	margin-bottom: 8px !important;
 	padding-top: 15px !important;
 }


 .side-menu {
 	background: #8b4513;
 	position: fixed;
 	z-index: 999;
 	left: 0px;
 	bottom: 0px;
 	border: 2px solid #f8ad00;
 	border-bottom: none;

 }

 .side-menu ul {
 	padding: 0px;
 	margin: 0px;
 }

 .side-menu ul li {
 	list-style: none;
 	border-right: 1px solid #d6a620;
 	padding: 5px 10px;
 	float: left;
 }

 .side-menu ul li a {
 	color: #fff;
 	letter-spacing: 1px;
 }
