.topbar-bg {
	background: #000000 !important;
    border-bottom: 1px solid #dddddd3b;
}
.wa-chat-box-poweredby {
    display: none !important;
}
.bg-grad {
    background: linear-gradient(150deg, #5409e1 0%, #2ab9a5 100%) !important;
}
/* header {
    position: relative;
    z-index: 0 !important;
} */
#banner { 
		background: url(img/library-img.jpg) no-repeat center 0; 
		background-size: cover;  
		text-align: center;
		position: relative;  
		overflow: hidden 
}
.doorText { 
		background-color: rgba(253,217,33,0.50); 
		color: #333; 
		font-family: Verdana, sans-serif; 
		font-size: 24px; 
		font-weight: bold; 
		line-height: 45px; 
		height: 45px; 
		border:solid 1px rgba(0,0,0,0.15); 
		border-width:1px 0;
		position: absolute; 
		top: 5%;  
		padding: 0 0 0 20px; 
		left: 1px; 
		right: 1px; 
		margin-top: -22.5px; 
		text-shadow: 0 1px 1px rgba(255,255,255,0.25); 
}
.doorHoverLeft { 
		position: absolute; 
		left: 0%; 
		top: 0; 
		bottom: 0; 
		width: 50%; 
		transition: 3s ease-in-out; 
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.40); 
		/*background: #fff; */
		background-image: url(../img/red.jpg);
		background-size: contain;
}
.doorHoverRight { 
		position: absolute; 
		right: 0%; 
		top: 0; 
		bottom: 0; 
		width: 50%; 
		transition: 3s ease-in-out; 
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.40); 
		/*background: #fff; */
		background-image: url(../img/red.jpg);
		background-size: contain;
}
#banner:hover .doorHoverLeft { 
		left: -50%; 
}
#banner:hover .doorHoverRight { 
		right: -50%; 
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #4cbd89 !important;
}
.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 84px;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff !important;
}
.best-sellers-section {
    background: #000;
    padding: 50px 50px;
}
.navbar {
    z-index: 9;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #000;
}
.btn-inq {
	background: #000000 !important;
}
.bg-dark {
	background: #000000 !important;
}
.btn-dark:hover {
	background: #fff !important;
	border: 2px solid #000 !important;
	color: #000 !important;
}
.post {
	border:1px solid #dcdcdc;
}
.post:hover {
	box-shadow: 0 1px 6px 2px #ddd;
	cursor:pointer;
	border: 1px solid #000;
}
.dropdown-header {
	color: #ffffffed !important;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .navbar-nav .dropdown-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 0px;
        opacity: 1;
        background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
        border-top: 1px solid #dddddd54;
    }
}
.back-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 14px !important;
    position: fixed !important;
    bottom: 140px;
    right: 25px;
    border-radius: 8px;
    display: block;
    text-align: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #000;
    border: 1px solid #dddddd75;
}
.border-bottom {
    border-bottom: 1px solid rgb(215 213 213 / 34%) !important;
}
.legalbox {
	background: #fff;
    padding: 30px;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: #fff;
    border-radius: 0;
    padding: 20px;
}
.modal-backdrop {
    position: relative;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000000a8;
}
.modal {
    background-color: #000000a8;
}
.post .post-title {
    font-size: 18px !important;
    line-height: 26px;
    display: block;
    margin: 15px 0;
    color: #000000;
    font-weight: 700;
    font-family: math;
	text-transform: uppercase;
}