/*General style*/
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.bag-orange{background-color: #ee008c;color: #FFF}
img{max-width: 100%}
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Roboto",Helvetica,Arial,sans-serif,SolaimanLipi;
    font-size: 16px;
}
body a:hover{  text-decoration: none;}
a, h1, h2, h3, h5, h6, p{font-family: "Roboto", SolaimanLipi}
.no-border-radius{border-radius: 0px}
/*
Primary Color: #ee008c
Primary Color: #000000
*/

/*Simple animation*/

/*simple animation*/
.navbar.top-nav .navbar-nav .nav-link, .blo-box .blog-overflow-content, .blog-overflow-content p, .single-products .book-block-footer, .single-products img, .footer-social li a, .footer_menus ul li a, .blog-squre .post-info, .blog-squre img, .single_bride_and_groom a{-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.to-section-nav .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}



.navbar.top-nav{border-bottom: 1px solid #DDD;}

.navbar.top-nav .navbar-nav{margin-left: auto}
.navbar.top-nav .navbar-brand span{color: #ee008c}
.navbar.top-nav .navbar-nav .nav-link{ 
color: #000;font-weight: 400}
.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: #ee008c;
    border-color: #ee008c;
}


.top-nav-brand{
    margin-top: -5px;
    margin-bottom: -5px;
}
.top-nav-brand img{
    max-height: 53px;
}




/*Left Menu design style*/
.left_menu{}
.left_menu ul{}
.left_menu ul li{padding: 0px;background: #ffb44b;border-color: #ee008c}
.left_menu ul li a {
	padding: 5px 10px;
	display: block;
	color: #FFF;
}
.left_menu ul li:hover{
	background: #d98003;
}
.left_menu ul li:first-child {
	border-radius: 0;
}
/*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%;
	left: 0;
	right: 0;
	bottom: 0;
	/* top: 0; */
	background: #00000070;
	margin: 0px;
}
.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{}
.owl-theme .owl-dots .owl-dot span {
	width: 40px;
	height: 4px;
	border-radius: 0px;
}
.slider_section .owl-theme .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.slider_section .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    color: #ee008c;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0px;
    outline : none;
}
.slider_section .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
    color: #ee008c;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0px;
    outline : none;
}

.slider_section .owl-theme .owl-nav [class*="owl-"]:hover{background-color: #ee008c4f}
.slider_section .owl-carousel .owl-item img{min-height: 300px}

.btn.btn-yellow{background-color: #ee008c;border-color: #ee008c;border-radius: 0;color:#FFF}
.btn.btn-yellow:hover{background-color: #000;border-color: #000;border-radius: 0;color: #FFF}



.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: 2;
}
.category_title span {
	background: #FFF;
	display: inline-block;
	overflow: hidden;
	padding: 0px 15px;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	/* color: #ee008c; */
}

.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: 22px;
    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-products{ text-align: center;overflow: hidden;border: 1px solid #DDD}
.single-products img{width:100%}
.single-products .book-block-footer {
	border-top: 1px solid #DDD;
	padding-bottom: 15px;
	top: 0;
	bottom: 0;
	padding: 5px;
	background: #EEE;
    left: 100%;
    width: 100%;
}
.single-products .book-block-footer h1 {
	font-size: 18px;
	padding-top: 15px;
	margin-bottom: 5px;
    font-weight: bold;
}
.single-products .book-block-footer h1 a{ color: #000;text-decoration: none} 
.single-products .book-block-footer p {
	margin-bottom: 3px;
	color: #666;
    font-size: 14px;
}
.single-products .book-block-footer .button-block {
	display: block;
    overflow: hidden;
    padding-top: 10px;
    
}
.pricing{display: block;overflow: hidden;width: 100%}





/*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:  #ee008c; color: #FFF}

.footer-brand span{color: #ee008c}
.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: #ee008c
}

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



/*This style for category apge*/
.category_header {
	position: relative;
	min-height: 100px;
	background: #022d4d;
}
.category_header img{ width: 100%;background-color: #000;height: 300px }
.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: #0000000f;
}
.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: #6F6F6F;
	font-size: 14px;
}


/*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;
}

.single-products .book-block-footer p.price-tag {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    color: red;
    padding: 0px 7px;
}

.single-products .book-block-footer p.price-tag.overright {
	color: #888;
	text-decoration: #000 line-through;
}

.single-products .book-block-footer p.rattings .fa {
	color: orange;
}
.single-products .book-block-footer p.rattings .fas {
	color: #888;
}

.single-products:hover img{transform: scale(1.1);}


#product-carosel  .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 50px;
    height: 100%;
    margin: 0;
    border-radius: 0px;
    outline : none;
}
#product-carosel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 50px;
    height: 100%;
    margin: 0;
    border-radius: 0px;
    outline : none;
}
#product-carosel .owl-nav button span {
	background: #0000006e;
	color: #FFF;
	padding: 5px 15px;
}
#product-carosel  .owl-nav [class*="owl-"]:hover{background:none}
#product-carosel  .owl-nav [class*="owl-"]:hover button span{background:#000}

.gray_section, .gray_section .category_title span{background: #eee;}



.left-box-content .button-block{margin-top: 15px}
.btn.btn-yellow.background-transparent{background-color: transparent;margin-right: 10px;}



.contact_contant{border: 1px solid #DDD; border-radius: 10px;display: block;overflow: hidden}




/*Contact Page Design*/
.contact_us_page{background: #DDD}
.contact_contant{background: #FFF}
.page_heading{position: relative}
.page_heading .page_caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #FFF;
	background: #000000ad;
	bottom: 0;
	padding-top: 8%;
}
.page_heading .page_caption h1{
	text-transform: uppercase;
    font-weight: 300;
}
.custom_group_icon{
    padding: 2px 10px;
    font-size: 30px;
    background: #ee008c;
    color: #FFF;
    border: none;
}

.mobile_nav{margin: 0;padding: 0;list-style: none;}
.mobile_nav li{display: inline-block;}
.mobile_nav li a {
	color: #000;
	padding: 10px 5px;
}
.mobile_nav li:first-child a{padding-left: 15px}

.profile_picture {
	position: absolute;
	z-index: 2;
	width: 100px;
	height: 100px;
	background: #DDD;
	border-radius: 5px;
	border: 1px solid #000;
	left: 5%;
	bottom: -10%;
    overflow: hidden;
}
.profile_picture img{}





/*This style for footer section*/
.footer_section{background: #e6e6e6}
.footer_section .footer_widget h1{color: #ee008c;font-size: 20px;}
.footer_section .footer_widget p{
    font-size: 14px;
	color: #1d1d1d;
}
.footer_section .footer_widget a{
    font-size: 14px;
	color: #1d1d1d;
}
.footer_section .footer_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_section .footer_widget ul li{}
.footer_section .footer_widget ul li a {
	font-size: 14px;
	color: #1d1d1d;
	text-decoration: none;
	display: block;
}
.footer_section .footer_widget ul li a:hover{color: #ee008c;}
.footer_widget{border-right:1px solid #5a5a5a;padding-right: 15px}
.footer_section .col-sm-3:last-child .footer_widget{border-right:none}

.footer_bottom_section{background: #d6d6d6;font-size: 14px;color: #1d1d1d;}
.footer_bottom_section p{margin: 0;font-size: 14px;color: #1d1d1d;}
.footer_bottom_section a{margin: 0;font-size: 14px;color: #ee008c;}


/*************************/
/*Scroll To Top main.css*/
/************************/
.scroll_top .top .go-top {
	position: fixed;
	bottom: 0em;
	right: 0em;
	text-decoration: none;
	color: #ee008c;
	font-size: 40px;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
}


.dashboard_button {
	border: 1px solid #DDD;
	display: block;
	overflow: hidden;
	color: #ee008c;
    padding: 15px;
}
.dashboard_button p{color: #444;margin: 0;}

.about_content h1 {
	color: #444;
	font-weight: 700;
	font-size: 30px;
}
.about_content h1 span{
	color: #ee008c;
}
.home_about_blocks{}
.home_about_blocks img{width: 100%}
.home_about_blocks h1 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #222222;
}
.home_about_blocks p {
	color: #888888;
	font-size: 15px;
}


.left-bar-tabs{}
.left-bar-tabs .card{border: none}
.left-bar-tabs.accordion > .card > .card-header {
	padding: 0;
	margin: 0;
    border: none;
}
.left-bar-tabs.accordion > .card > .card-header .btn {
	margin: 0;
	padding: 5px;
	text-align: center;
	display: block;
	width: 100%;
	color: #FFF;
	background: #ee008c;
	border: none;
	border-radius: 0;
	text-decoration: none;
	border-bottom: none;
}
.left-bar-tabs .card-body {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	border: 1px solid #EE008C;
	padding: 15px;
}

b, strong {
	font-weight: bolder;
	color: #ee008c;
}





/*This is new style for product page*/
.sinlge-product-right{}
.sinlge-product-right .pricing{}
.sinlge-product-right .pricing p.price-tag {
	font-weight: bold;
	font-size: 25px;
	margin: 0;
	float: left;
	margin-right: 15px;
	color: #343a40;
}
.sinlge-product-right .pricing p.price-tag.overright {
	color: #888;
	text-decoration: #000 line-through;
	font-weight: normal;
}
.sinlge-product-right .rattings{
    font-size: 25px;
    color: orange;
}


.product_tabs nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    border-radius:0;
    background:#ee008c;

}
.product_tabs nav > div a.nav-item.nav-link
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    border-radius:0;
    background:#272e38;
}

.product_tabs nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#ee008c;
    border-radius:0;
}

.product_tabs nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -58px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #ee008c ;
}
.product_tabs .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #ee008c;
    border-bottom:5px solid #ee008c;
    padding:30px 25px;
}
.product_tabs .tab-content > .tab-pane{
  padding: 15px
}

.product_tabs nav > div a.nav-item.nav-link:hover,
.product_tabs nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #ee008c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}


/*Rewview panel*/
.panel.panel-default{
    border: 1px solid #DDD;
padding: 5px;
margin-top: 15px;

}

.custom_breadcrumbs ol{margin-bottom: 0px}

.bride_and_groom_title {
	font-size: 25px;
}
.bride_and_groom_title a {
	display: inline-block;
	color: #FFF;
	background: #ee008c;
	padding: 5px 15px;
}
.single_bride_and_groom{}
.single_bride_and_groom a {
	display: block;
	color: #666;
	border: 2px solid #EE008C;
	padding: 10px;
	border-radius: 5px;
}
.single_bride_and_groom a:hover{
    background: #EE008C;
    color:#FFF;
}
.single_bride_and_groom a:hover p span:first-child{
    color:#FFF;
}
.single_bride_and_groom a:hover h5 {
    color:#FFF;
}
.single_bride_and_groom h5 {
	color: #ee008c;
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
}
.single_bride_and_groom p {
	margin-bottom: 5px;
}
.single_bride_and_groom p span{}
.single_bride_and_groom p span:first-child {
	color: #000;
	font-weight: bold;
	min-width: 114px;
	display: inline-block;
	text-align: right;
}
.single_bride_and_groom p span:last-child{}









/*
==================================================================
                BOR KONE DESIGN
==================================================================
*/

.bride_and_groom_title{}
.bride_and_groom_title a{display: inline-block;color:#FFF;background: #ee008c}

.left_widget .list-group{}
.left_widget .list-group-item.active{}
.left_widget .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #ee008c;
	border-color: #ee008c;
	font-size: 24px;
	padding: 4px 10px;
}
.left_widget .list-group-item + .list-group-item {
	padding: 5px 15px;
}
.left_widget .list-group-item:last-child{color:#ee008c}

.custom_pagination{}
.page-link {
	color: #ee008c;
}

fieldset {
	border: 1px solid silver;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 15px;
}



legend {
	width: inherit;
	margin: inherit;
	border: none;
	margin-left: 20px;
	color: #ee008c;
    margin-bottom: 0px;
}

.details_page_heading{
	margin: -10px;
	display: block;

}