/*General style*/
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

img {
	max-width: 100%
}

body {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: "Barlow", Helvetica, Arial, sans-serif, SolaimanLipi;
	font-size: 18px;
}

body a:hover {
	text-decoration: none;
}

a,
h1,
h2,
h3,
h5,
h6,
p {
	font-family: 'Barlow', "SolaimanLipi"
}

.no-border-radius {
	border-radius: 0px
}

/*
Primary Color: #fbe10a
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,
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;
}

/*Style a divider*/
.divider {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 15px 0px;
}

.divider .divider_inside {
	min-height: 4px;
	background-color: #fd5d14;
}


/*This style for menu*/
.navbar.top-nav {}

.navbar.top-nav .navbar-nav {
	margin-left: auto
}

.navbar.top-nav .navbar-brand span {
	color: #fbe10a
}

.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: #fd5d14;
	border-color: #fd5d14;
}

.navbar.top-nav .navbar-nav .top_menu_share_icon .nav-link {
	color: #fd5d14;
	font-size: 25px;
	padding-top: 0;
}

.navbar.top-nav .navbar-nav .header_phone_button .nav-link {
	background-color: #22e1d8;
	color: #000;
	border-radius: 5px;
}

.navbar.top-nav .navbar-nav .header_phone_button .nav-link:hover {
	color: #fbe10a;
	background-color: #000;
}

/*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: #8c852f;
	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: #fbe10a;
	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: #fbe10a;
	font-size: 50px;
	height: 100%;
	margin: 0;
	padding: 41px !important;
	border-radius: 0px;
	outline: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #fbe10a4f
}

.slider_section .owl-carousel .owl-item img {
	min-height: 350px;
}

.btn.btn-yellow {
	background-color: #ff6000;
	border-color: #fbe10a;
	border-radius: 0;
	color: #000;
}

.btn.btn-yellow:hover {
	background-color: #8c852f;
	border-color: #8c852f;
	border-radius: 0;
	color: #FFF
}


/*This style for home about section*/
.about_section {}

.about_section .about_text {}

.about_section .about_text h1 {}

.about_section .about_text h3 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
}

.about_section .about_text p {}

.section_title h1 {
	color: #fbe10a
}

.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 #FD5D14;
	padding-bottom: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 5px;
	background: #09B9B1;
	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: #FFF;
	text-decoration: none
}

.single-books .book-block-footer p {
	margin-bottom: 3px;
	color: #FFF;
	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: #000
}

.footer_top {
	background: #07c3ba;
}

.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: #fbe10a;
	color: #FFF
}

.footer-brand span {
	color: #fbe10a
}

.footer_middle {
	background: #cecece;
}

.footer_bottom {
	background: #fd5d14;
	color: #FFF;
}

.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: #fbe10a
}

.developed-by a {
	color: #212529
}

.developed-by a:hover {
	color: #212529
}

.footer_widget {}

.footer_widget h1 {
	color: #FFF;
	font-size: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #6D6D6D;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.footer_widget p {
	color: #FFF;
}

.footer_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_widget ul li {}

.footer_widget ul li a {
	display: block;
	color: #fd5d14;
}

.footer_widget ul li a:hover {
	color: #FFF;
}

.footer_widget ul li a span {
	color: #FFF;
	margin-right: 10px;
}



/*This style for category apge*/
.category_header {
	position: relative;
	min-height: 100px;
	color: #ffea00;
	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: #8c852f;
}

.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: #fd5d14;
	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: #fbe10a
}

.contact_item {
	border: 1px solid #fd5d14;
	height: 100%;
	padding: 15px;


}

.contact_item span {
	color: #fd5d14;
}

.contact_item:hover {
	background: #000;
	color: #fff
}


.window_image {
	padding: 45px;
	display: block;
}

.window_image .window {
	border: 4px solid #fd5d14;
}

.window_image .window img {
	margin-top: -45px;
	margin-left: -90px;
	padding-bottom: 45px;
	width: 100%;
}

.service_orange_block,
.why_us_block {
	background: #07c3ba;
	padding: 25px;
	color: #FFF;
}

.number_badge {
	display: inline-block;
	font-weight: bold;
	background: #FFF;
	color: #242221;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0px;
}

.counter_block {
	text-align: center;
	border: 1px solid;
	padding: 25px;
	border-color: #fd5d14;
}

.counter_block h1 {
	color: #fd5d14;
	font-weight: bold;
}

.counter_block h4 {
	font-weight: 400;
	color: #444;
}

.call_to_action_section {
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.call_to_action_section h1 {
	color: #fd5d14;
	font-weight: bold;
}

.call_to_action_section p {
	color: #fd5d14;
	font-size: 20px;
}


/*Guarantee box style*/
.guarantee_box {
	overflow: hidden;
	display: block;
}

.guarantee_box ul,
.details-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.guarantee_box ul li,
.details-page ul li {
	width: 50%;
	float: left;
	font-weight: 500;
}

.guarantee_box ul li::before,
.details-page ul li::before {
	content: '✓';
	color: #fd5d14;
	font-weight: bold;
	font-size: 20px;
	margin-right: 5px;
}