/*General style*/
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
img{max-width: 100%}
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,SolaimanLipi;
    font-size: 16px;
}
body a:hover{  text-decoration: none;}
a, h1, h2, h3, h5, h6, p{font-family: "SolaimanLipi"}
.no-border-radius{border-radius: 0px}
/*
Primary Color: #8c852f
Primary Color: #000000
*/

/*Simple animation*/

/*simple animation*/
.navbar.top-nav .navbar-nav .nav-link, .blo-box .blog-overflow-content, .blog-overflow-content p, .single-books .book-block-footer, .single-books img, .footer-social li a, .footer_menus ul li a, .blog-squre .post-info, .blog-squre img{-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}



/*This style for menu*/
.navbar.top-nav{}
.navbar.top-nav .navbar-nav{margin-left: auto}
.navbar.top-nav .navbar-brand span{color: #8c852f}
.navbar.top-nav .navbar-nav .nav-link{ border-bottom: 3px solid transparent;border-bottom: 3px solid transparent;
color: #000;}
.navbar.top-nav .navbar-nav .nav-link:focus, .navbar.top-nav .navbar-nav .nav-link:hover, .navbar.top-nav .navbar-nav .active > .nav-link{
    color: #8c852f;
    border-color: #8c852f;
}

/*This style for slider section*/
.slider_section{position: relative}
.item h4{min-height: 500px;background:red}
.slider_section{}
.slider_section .owl-carousel{}
.slider_section .owl-carousel .item{position: relative}
.slider_section .owl-carousel .caption {
	position: absolute;
	top: 0;
	color: #FFF;
	padding-top: 5%;
	padding-bottom: 5%;
	background: #00000096;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.slider_section .owl-carousel .caption h3 {
	color: #ffec00;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 18px;
}
.slider_section .owl-carousel .caption h1{}
.slider_section .owl-carousel .caption p{}
.slider_section .owl-theme .owl-dots .owl-dot span {
	width: 50px;
	height: 4px;
	border-radius: 0px;
}
.slider_section .owl-theme .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    color: #8c852f;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0px;
    outline : none;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
    color: #8c852f;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0px;
    outline : none;
}

.owl-theme .owl-nav [class*="owl-"]:hover{background-color: #8c852f4f}

.slider_section .owl-carousel .owl-item img{}

.btn.btn-yellow{background-color: #8c852f;border-color: #8c852f;border-radius: 0;}
.btn.btn-yellow:hover{background-color: #ffec00;border-color: #ffec00;border-radius: 0;color: #000}


/*This style for home about section*/
.about_section{}
.about_section .about_text{}
.about_section .about_text h1{}
.about_section .about_text h3 {
	color: #999;
	font-size: 22px;
}
.about_section .about_text p{}
.section_title h1{color: #8c852f}
.section_title h1 svg:not(:root).svg-inline--fa{color: #CCC}

.category_title {
	position: relative;
	min-height: 36px;
	margin-bottom: 0px;
}
.category_title a {
	display: block;
	color: #212529;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 9;
}
.category_title span {
	background: #FFF;
	display: inline-block;
	overflow: hidden;
	padding: 0px 15px;
	
	font-size: 25px;
}

.category_title a.left-title {
    left: 0;
    text-align: left;
}
.category_title a.left-title span{
    padding-left: 0;
}


.category_title::after {
	/* width: 100%; */
	height: 6px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -5px;
    
}


.blo-box {
	position: relative;
	border-bottom: 1px solid #DDD;
}
.blo-box img{width: 100%}
.blo-box .blog-overflow-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #FFF;
	padding: 5px 20px;
	overflow: hidden;
	height: 60px;
    opacity: 0.8;
}
.blo-box .blog-overflow-content h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
    display: block;
    overflow: hidden;
    height: 53px;
}
.blo-box .blog-overflow-content p {
	margin: 0;
	display: block;
	overflow: hidden;
	height: 44px;
	font-size: 14px;
	margin-bottom: 5px;
    width: 0px;
}
.blo-box .blog-overflow-content h1 a{color: #212529;}

.blo-box:hover .blog-overflow-content {height: 150px; opacity:1}
.blo-box:hover .blog-overflow-content p{width: 100%}
.blo-box:hover img{opacity: 0.8}


.blog-squre{width: 100%;height: 100%;position: relative;overflow: hidden;box-sizing: border-box;}
.blog-squre img{width: 100%; transform: scale(1.2);}
.blog-squre .post-info {
	color: #FFF;
	visibility: visible;
	opacity: 1;
	text-shadow: none;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-flow: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: rgba(23,23,23,0.6);
}
.blog-squre .post-info .post-title{width: 100%}
.blog-squre .post-info .btn-date{color: #FFF}
.blog-squre .post-info h1{color: #FFF;font-size: 25px}
.blog-squre .post-info h1 a{color: #FFF}

.blog-squre:hover img{transform: scale(1);}
.blog-squre:hover .post-info{opacity: 0;}
.blog-squre .pos-link{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%}






.books_section {background: #eee}
.books_section .category_title span{background: #eee}
.single-books{ text-align: center;position: relative;overflow: hidden}
.single-books img{width:100%}
.single-books .book-block-footer {
	border: 1px solid #DDD;
	padding-bottom: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 5px;
	background: #EEE;
    left: 100%;
    width: 100%;
}
.single-books .book-block-footer h1 {
	font-size: 18px;
	padding-top: 15px;
	margin-bottom: 5px;
    font-weight: bold;
}
.single-books .book-block-footer h1 a{ color: #000;text-decoration: none} 
.single-books .book-block-footer p {
	margin-bottom: 3px;
	color: #666;
    font-size: 14px;
}
.single-books .book-block-footer .button-block {
	display: block;
    overflow: hidden;
    padding-top: 10px;
    
}

.single-books:hover .book-block-footer{left: 0}
.single-books:hover img{margin-left: -200%;}




/*Style for footer*/
footer{color: #212529}
.footer_top{background: #cecece;}
.footer-brand{color: #212529; font-size: 20px}
.footer-brand:hover{color: #212529; }
.footer-social{margin: 0;padding: 0;list-style: none;display: inline-block;}


.footer-social li{float: left;}
.footer-social li a {
	color: #848484;
	display: block;
	text-decoration: none;
	font-size: 20px;
	background: #DDD;
	padding: 5px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
.footer-social li a:hover{background:  #8c852f; color: #FFF}

.footer-brand span{color: #8c852f}
.footer_middle{background: #cecece;}
.footer_bottom{background: #cecece;}

.footer_menus{}
.footer_menus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_menus ul li{}
.footer_menus ul li a{
    color: #cdcdcd;
	display: block;
	text-decoration: none;
	font-size: 18px;
}
.footer_menus ul li a:hover{
    color: #8c852f
}

.developed-by a{color: #212529}
.developed-by a:hover{color: #212529}



/*This style for category apge*/
.category_header{position: relative; min-height: 100px;color: #ffec00;background: #353535;}
.category_header img{ width: 100%;background-color: #000; max-height: 500px }
.cat_caption {
	width: 100%;
	position: absolute;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-flow: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background-color: #110f0f96;
	z-index: 1;
}
.cat_caption h1 {
	color: #FFF;
	font-size: 25px;
}

.cat_caption .breadcrumb {
	background: none;
	display: block;
	width: 100%;
	overflow: hidden;
    margin-bottom: 0;
}
.cat_caption .breadcrumb .breadcrumb-item {
	display: inline-block;
}
.cat_caption .breadcrumb .breadcrumb-item a {
	color: #ffec00 ;
}
.cat_caption .date {
	margin: 0;
	color: #BBB;
	font-size: 16px;
}


/*Single book section design*/
.single_book_section{
        background: #e0ddc6;
}

.book_left_bar{position: relative;background: #beb991}
.book_left_bar .background-shadow{
    min-width: 100px;
    min-height: 100px;
    background: #beb991;
    position: absolute;
    top: 0;
    left: -500px;
    bottom: 0;
    right: 100%;
    z-index: 1;
    
}

.left-box-content{
    z-index: 8;
}
.left-box-content h1{
    font-size: 30px;
    margin-top: 15px;
}
.left-box-content h1 a{
    text-decoration: none;
    color: #FFF;
    display: block;
}
.left-box-content p {
    margin-bottom: 5px;
}
.left-box-content p.price-tag {
    font-weight: bold;
    font-size: 20px;
}
.left-box-content .button-block{margin-top: 15px}
.btn.btn-yellow.background-transparent{background-color: transparent;margin-right: 10px;}
/*************************/
/*Scroll To Top main.css*/
/************************/
.scroll_top .top .go-top {
	position: fixed;
	bottom: 0em;
	right: 0em;
	text-decoration: none;
	color: #8c852f;
	font-size: 40px;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
}


.single_gallery_image{display: block;text-decoration: none;color: #FFF;background: #444}
.single_gallery_image p{margin: 0;padding: 5px 10px}
.single_gallery_image:hover{color: #8c852f}

.contact_item{border: 1px solid #DDD}
.contact_item span{color: #8c852f}
.contact_item:hover{background: #000; color: #fff}
.contact_item:hover span{}
.contact_item p{}