/********** Template CSS **********/
body
{
	color:#000000;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
    line-height: 26px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin: 0px 3px;
    padding: 3px 20px;
    height: 33px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: var(--dark);
    outline: none;
    transition: .5s;
    /* background: red; */
    background: rgb(231, 96, 36);
    background: linear-gradient(0deg, rgb(1 120 184) 27%, rgb(33 116 246) 75%);
    color: white;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /* color: var(--primary); */
}

@media (min-width: 992px) {
    /* .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    } */

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        /* width: 100%; */
        /* left: 0; */
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}
.service-item:hover{
	transform: scale(1.1);
	z-index: 1;
}
.service-item {
    position: relative;
    /* height: 200px; */
    padding: 0px 30px;
    transition: .5s;
    /* margin: 10px 0px; */
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
	
}

.price-carousel::after,
.new-release::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #00aeef;
    /* border-radius: 8px 8px 50% 50%; */
    z-index: -1;
}

.new-release::after {
    background: none;
}

.related-product-carousel .owl-nav,
.special-book .owl-nav,
.price-carousel .owl-nav,
.new-release .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.related-product-carousel .owl-nav .owl-prev,
.related-product-carousel .owl-nav .owl-next,
.special-book .owl-nav .owl-prev,
.special-book .owl-nav .owl-next,
.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next,
.new-release .owl-nav .owl-prev,
.new-release .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.related-product-carousel .owl-nav .owl-prev:hover,
.related-product-carousel .owl-nav .owl-next:hover, 
.special-book .owl-nav .owl-prev:hover,
.special-book .owl-nav .owl-next:hover, 
.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover, 
.new-release .owl-nav .owl-prev:hover,
.new-release .owl-nav .owl-next:hover {
    color: var(--dark);
}

/* @media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
} */

.hero-panel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.hero-panel .owl-nav .owl-prev,
.hero-panel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: var(--dark);
    border-radius: 5px;
    font-size: 22px;
    transition: .5s;
}

.hero-panel .owl-nav .owl-prev:hover,
.hero-panel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--black);
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


.all-links i:hover{
	color:var(--primary) !important;
}


/* ==========================================================================
  11. STATISTIC
  =========================================================================== */

#statistic-2 {
  padding-top: 80px;
  padding-bottom: 40px;
}

#statistic-1 .section-title {
  margin-bottom: 50px;
}

.statistic-block {
  text-align: center;
  margin-bottom: 40px;
	color:#ffffff !important;
}

.statistic-number
{
	color:#ffffff !important;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
/*------------------------------------------*/

.statistic-block h5 {
  font-size: 4rem;
  line-height: 1; 
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

#statistic-2 .statistic-block h5 {
  font-size: 2.35rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.statistic-block p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  STATISTIC BUTTON
/*------------------------------------------*/

.statistic-btn {
  margin-top: 25px;
  margin-bottom: 40px;
}

.bg-fixed {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.wide-60 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.bg-graph {
    background-image: url(../img/bg-graph.jpg);
    background-position: bottom center;
}

.special-book.owl-carousel .owl-item img,
.related-product-carousel.owl-carousel .owl-item img,
.price-carousel.owl-carousel .owl-item img,
.new-release.owl-carousel .owl-item img
{
	max-width: 100% !important;
	/* max-height: 450px; */
}

.w-90
{
	width:90% !important;
}

.our-special-book-patch
{
	background:#f2e6e0 !important;
}

.footer-patch
{
	background:#00aeef !important;
}

.color-white
{
	color:var(--white);
}

.color-black
{
	color:var(--black);
}

.border-bottom-black
{
	border-color:var(--black) !important;
}

.isbn-no
{
	font-size:.75em !important;	
}

p {
    margin-bottom: .25rem !important;
    padding-bottom: 19px;
}

.inline-block
{
	display:inline-block !important;
	/* white-space:nowrap; */
	vertical-align:top;
	word-break: break-word;
}

.book
{
	/* width: 260px; */
	width: 263px;
	margin: 2% 1.25%;
	padding: 7.5px 0px;
	cursor:pointer;
	transition:all .5s;
	text-align: center;
	position:relative;
}

.book > a > img
{
	margin: auto;
/*     border: 3px solid rgba(255,255,255,1);
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,.5)); */	
}

.book:hover
{
	transform:scale(1.1,1.1);
}

.owl-carousel .book:hover{
	transform:scale(1,1) !important;
}

.owl-stage
{
	text-align: center;
}

.res-table label
{
	font-size: 1.2em;
	cursor: pointer;
}

.b_txt
{
	color:black;
	border-bottom:1px solid black;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 5px;
}


.b_isbn
{
	color:black;
	font-size:.7em;
}

/* 
.book:hover > img
{
	filter: drop-shadow(3px 3px 1px rgba(0,0,0,.5));
} */

.book-page
{
	background-image:url('../img/bg-patch.png');
	/* background-size:repeat; */
}

.product-categories {
    display: block;
    padding: 2px !important;
}

.cat-item {
    list-style: none;
}

.cat-item label {
    cursor: pointer;
    /* border-bottom: 1px solid #093164; */
    font-weight: 600;
    width: calc(100% - 30px);
}

.classess, .all_boards {
    width: 100%;
    position: relative;
}

.classess:hover, .all_boards:hover {
    color: var(--primary) !important;
}

.classess > i, .all_boards > i {
    left: 95%;
    position: absolute;
    top: 12px;
    pointer-events: none;
}

.widget-head {
    background: #feebd8;
    /* color: var(--primary) !important; */
    border-bottom: 1px solid orange;
}

.widget-head > a, .widget-head > a > h3 {
    /* height: 100%; */
    width: 100%;
    line-height: 30px;
    /* color: white; */
    color: var(--primary) !important;
    text-transform: uppercase;
    font-weight: bold;
}

#primary > div, .pink_patch
{
    background: #fefaf2;	
}

#secondary {
    /* border-right: 3px solid #eeeeee;
    background: var(--white); */
    /* padding-top: 30px !important; */	
}

#widgetAccordion
{
    /* padding-bottom: 30px; */
    position: relative;
}

.widget-content
{
	background: var(--whi);
}

.w-100
{
	max-width:100% !important;
}

.band
{
	background:var(--primary);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.band .btn:hover
{
	box-shadow:none !important;
	color:var(--dark);
}

.js-slide
{
	max-width:100%;
}

.bg-red
{
	background:#0197ce !important;
}

.bg-lightred
{
	background:#00aeef !important;
}

.bg-light-pink
{
	background:var(--light-pink) !important;
}

.menubar
{
	height: 30px;
    POSITION: RELATIVE;
    TOP: -2PX;
}

.all-links > a
{
	background:white;
	width:22px;
	border-radius:1px;
}

.quick-search
{
	position: relative;	
	width:80%;
}

.qSearch
{
	border:1px solid white;
	outline:none;
	color:white;
}

.quick-search > i
{
	color:white;
	position:absolute;
	right:2%;
}

.qSearch::placeholder
{
	color:white;
	opacity:.7;
}

.navbar-brand > img
{
	max-height:60px;
	display:inline-block;
}

.cart-icon
{
	max-height:25px;
	filter:invert();
}

.left-border
{
	border-left:1px solid white;
}

.about-us-logo
{
	height:100px;
}

.about-us-patch
{
	background:#fffef6;
}

.services-patch
{
	background:#fcf0b8;
}

.services-icon
{
	height: 100px;
	margin: 18px 0px;
}

.text-red{
	color:red !important;
}

.new-release-patch
{
	background:#fece5a;
}

.related-product-patch
{
	background:#fee8bf;
}

.hidden_txt
{
	display:none;
}

.navbar-nav .nav-link
{
	cursor:pointer;
}

.navbar-nav .nav-link > i
{
    right: 0%;
    position: absolute;
    top: 7.5px;
    margin: 0 3%;
}	

#book_filtes, #chap_filtes
{
	width:70%;
	border: 5px solid orange;
	background: linear-gradient(0deg, rgba(231,96,36,1) 27%, rgba(246,138,33,1) 75%);
	display:inline-block;
}

#book_filtes > h6,
#chap_filtes > h6
{
    color: white;
    font-weight: normal;
    margin: 5px 0px;
}

#book_filtes_body
{
	background:white;
}

.sub_txt
{
	border-bottom: 1px solid #dee2e6;
	color:var(--primary);
	font-weight:normal;
}

.book-thumb
{
    width: 340px;
	max-width:100%;
}

.about_book
{
	height:220px;
	border:2px solid lightgray;
	position: relative;
	overflow: hidden;
	width: 100%;
}


.about_book_text
{
	height:100%;
	max-height:100%;
	width:100%;
	outline:none;
	border:none;
	resize:none;
	position: absolute;
	top: 0;
	left: 0;
}

.res-table
{
	border-collapse:collapse;
}

.res-table td
{
	padding: 0.5vw 1vw;
    border: 1px solid lightgray;
    font-size: 12px;
    vertical-align: top;
}

.res-table td img
{
	width: 26px;
}

.top-nav-table td
{
	border-color:orange;
	border-width:2px;
}

.media_txt
{
	font-size:15px;
}

.yellow-border
{
	border:1px solid yellow; 
}

img
{
    max-width: 100%;	
}

.head-brand
{
	height:auto !important;
    padding: 0px 0px !important;	
}

.navbar
{
	min-height:auto !important;
	margin-bottom:0px !important;
}

.btn-default
{
	border-color:none !important;
}

.text-body {
    color: #e54f44 !important;
}

.navbar-nav
{
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.navbar-nav li
{
	display:inline-block;
	background:white;
}
.navbar-nav li a
{
	display:block;
	color:black;
	text-decoration:none;
}

.navbar-nav li a
{
	color:#FFF;
}

.navbar-nav ul {
	display: none;
	position: absolute; 
	top: 30px; /* the height of the main nav */
	padding: 0;
    width: 145px;
    left: 0;
	z-index: 999;
}

.navbar-nav li:hover > ul {
	display:inherit;
}

.navbar-nav ul li {
	float:none;
	display:list-item;
	list-style-type: none;
	position: relative;
	text-align: left;
}

.navbar-nav ul li:not(:last-child)
{
	border-bottom: 1px solid lightgray;
}

.navbar-nav ul > li a
{
	color:black;
	padding: 4px 8px;
}

.navbar-nav ul ul li {
	position: relative;
	top:-30px;
	/* left:170px; */
}

.navbar-nav ul > li:hover
{
	background: linear-gradient(0deg, rgb(1 120 184) 27%, rgb(33 116 246) 75%);
	color:white !important;
}

.navbar-nav ul > li:hover + .navbar-nav ul > li > a
{
	color:white !important;
}

li > a:after { content:  '▼'; right: 0; position: absolute; top: 3px;}
li > a:only-child:after { content: ''; }

.top-nav-table label
{
	pointer-events:none;
}

.category
{
	cursor:pointer;
}

.category.clicked
{
	background: #ffef9e;
}

.cover_img
{
	max-height:100px;
}

.order-table td
{
	vertical-align: middle;
}

.inline-block.left-side
{
	width:40%;
}

.book a > img
{
	height: 310px;
    min-height: 200px;
}

.reset-filter{
	background: yellow;
    color: black !important;
    padding: 2.5px 0px;
}

.hide
{
	display:none !important;
}

.highlighted
{
	border-color:red !important;
}

._absolute {
    position: absolute !important;
}

._relative {
    position: relative !important;
}

.shopping_icon, .view_detail_icon
{
	top:0;
	right:2.5%;
	width: 25px;
	height: 25px;
	display: inline-table;
	border: 1px solid var(--cart);
	border-radius: 5px;
	cursor:pointer;
}

.view_detail_icon
{
	left:2.5%;
}

.ISBN
{
	width: calc(100% - 50px);
	display: inline-block;
}

.shopping_icon i, .view_detail_icon i
{
	pointer-events:none;
	vertical-align: middle;
	display: table-cell;
	color: var(--cart);
}

.shopping_icon.active, .view_detail_icon.active
{
	background:var(--cart) !important;
}

.shopping_icon.active i, .view_detail_icon.active i
{
	color:var(--white) !important;
}

input[name="d_type"] {
  vertical-align: middle !important;
}

.no-bgColor
{
	background-color:transparent !important;
}

.theme-red-bgColor
{
	background-color:var(--theme-red-color) !important;
}

.btn-accent {
    color: #fff;
    background-color: var(--dark);
    box-shadow: none;
}

.btn-accent:hover {
    color: #fff !important;
}

.book_box
{
	width:20px;
	height:20px;
}

.addRemoveBtn
{
	width: 25px;
	height: 25px;
	border-radius: 4px;
	background-color: rgb(29 42 77);
	color:white;
	display: inline-block;
	line-height: 23px;
	user-select: none;
}

.addRemoveBtn:hover
{
	color:yellow;
	cursor: pointer;
}

.addRemoveBtn i
{
	pointer-events:none;
	font-size: .7em;
}

.res-table .disable
{
	pointer-events: none !important;
	opacity: .4;
}

.listChild ul
{
	left: 145px;
    position: absolute !important;
    top: 0px;
	list-style: none;
}

.listChild > a
{
    margin:0 !important;
	padding: 4px 8px !important;
}

.listChild > a:after
{
	content:  '\25BA'; 
	right: 0; 
	position: absolute;
	top: 3px;
}

.listChildli
{
	top: -1px !important;
}

.listChildli > a:after
{
	content:  ''; 
	right: 0; 
	position: absolute; 
	top: 3px;
}

.listChildli:hover
{
	background:white !important;
	font-weight: bold;
}

.mobile-right > div
{
	width:48% !important;
	display: inline-block !important;
	vertical-align: top;
}

.staticFix
{
	position: absolute !important;
    z-index: 999;
}

#teacher_form
{
	width: 80%;
	margin: auto;
    border-collapse: collapse;
}

#teacher_form th
{
	text-align: center;;
}

#teacher_form td, #teacher_form th
{
	border: 1px solid lightgray;
	padding: 5px;
}

#teacher_form td > *
{
	border:1px solid #bfbebe;
	margin: 0;
	border-radius: 0px;
}

#teacher_form td > ul li
{
	border-bottom:1px solid #bfbebe;
}

#teacher_form td input
{
	height:30px;
}

#teacher_form td:nth-child(1)
{
	width: 30%;
	text-align: center;
}

#teacher_form td:nth-child(2)
{
	width: 70%;
}

a[data-href]
{
	cursor: pointer;
}

.mobile-left
{
	z-index: 99;
}

.loggedinimage
{
	background-image: url(../img/bg-login.jpg) !important;
	background-repeat: repeat !important;
	background-size: 1000px !important;
}

.flipIcon
{
	font-size: 1.3em;
}

.no-pointer
{
	pointer-events: none !important;
}

.fb > i
{
	pointer-events: auto !important;
}

.digitalIconPatch
{
    position: absolute;
	overflow: hidden !important;
}

.digitalIconPatch>div
{
	width: 170px;
    height: 165px;
    position: absolute;
    background: white;
    border-radius: 400%;
    left: -19%;
    bottom: -60px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .25));
}

.digitalIconPatch>div>img
{
    height: 52%;
    position: absolute;
    top: 9%;
    left: 31%;
    
}
@media screen and (max-width:1023px) and (orientation:landscape)
{
	.menubar
	{
		height:auto;
	}
	
	.about-page .mt-10 
	{
		margin-top:10px !important;
	}
	
	.about-page .px-10
	{
		padding-right:10px !important;
		padding-left:10px !important;
	}
	
	.navbar-light .navbar-toggler {
		border-color: white;
	}
	
	.navbar-light .navbar-toggler-icon {
		filter: invert(1);
	}
	
	#secondary
	{
		text-align:center !important;
	}
	
	.res
	{
		width:100% !important;
		float:none !important;
	    margin-top: 5%;
	}
	
	.head-brand {
		font-size: 2vw;
	}
	
	.navbar-brand > img {
		max-height: 40px;
	}
	
	.all-links-area, .quick-search-area
	{
		width:100% !important;
		margin: 5px !important;
	}
	
	._txt
	{	
		font-size: 1.4vw;
	}
	
	.navbar-light .navbar-nav .nav-link
	{
		height:auto;
	}
	
	.navbar-nav ul {
		position: relative;
		top: 0px;
	}

	.inline-block.left-side
	{
		width:40%;
	}

}

@media screen and (max-width:1023px) and (orientation:portrait)
{
	.sticky-top {
		position: relative;
	}

	.menubar
	{
		height:auto;
	}
	
	.about-page .mt-10 
	{
		margin-top:10px !important;
	}
	
	.about-page .px-10
	{
		padding-right:10px !important;
		padding-left:10px !important;
	}
	
	.navbar-light .navbar-toggler {
		border-color: white;
	}
	
	.navbar-light .navbar-toggler-icon {
		filter: invert(1);
	}
	
	#secondary
	{
		text-align:center !important;
	}
	
	.res
	{
		width:100% !important;
		float:none !important;
	    margin-top: 5%;	
	}
	
	.about_book
	{
		margin-top:5% !important;
	}
	
	.navbar-light .navbar-nav .nav-link
	{
		height:auto;
	}
	
	.navbar-nav ul {
		position: relative;
		top: 0px;
	}
	
	.inline-block.left-side
	{
		width:40%;
	}

	.book
	{
		width: 48%;
		margin: 10px 1px;
	}

	.book a > img {
		min-height: 100px;
		height: 200px;
	}

	.navbar-brand > img {
		display: block;
	}

	.shopping_icon, .view_detail_icon {
		width: 20px;
		height: 20px;
	}

	.ISBN
	{
		width: 90%;
		text-align: left;
	}

	#primary
	{
		padding: 0 !important;
	}

	.navbar-brand > img {
		display: block;
	}

	.menubar {
        height: auto;
        position: absolute;
        width: 100vw;
        left: 0;
    }

	.copyright
	{
		padding: 00px 0px 40px 0px !important;
	}
}