*,::after,::before{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
}




.title-section {
    background: #084177;
    padding: 15px 0px;
}

.right-logo a img {
    height: 80px;
    width: 150px;
}
.left-logo a img {
    height: 75px;
}
.content .title {
    font-size: 18px;
    color: #ffffff;
	font-weight:700;
	 margin-top: -5px;
}

.content .title2 {
    font-size: 35px;
    color: #ffffff;
	font-weight:900;
	letter-spacing:5px;
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.content .sub-title {
    font-size: 16px;
    color: #ffffff;
font-weight:700;
margin-top:-5px;
}
.content .bogra {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
   margin-top:-20px;
   margin-bottom:0px;
   
}
.content .education {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
	margin-top:-8px;
}
.search-btn{
	background:#ee6f57;
	color:#ffffff;
}

.search-btn:hover{
	color:#ffffff !important;
}

.notish-section{

}
.main-section{
	margin-top:30px;
}
.library-hours{
	box-shadow: 0 0 5px 0 rgba(29,67,84,.3);
border:none;
margin-bottom:25px;
}
.library-hours .card-header{
	background:#084177;
	padding:8px 15px;
	font-size:16px;
	font-weight:500;
	color:#ffffff;
}
.library-day,.library-time{
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	
}
.library-day{
margin-bottom:10px;
	
}
.library-day i, .library-time i {
    color: #ee6f57;
    margin-right: 5px;
}
.library-day i{

	font-size:15px;

}
.library-time i{
	font-size:20px;
}

.library-time span,.library-day span{
	font-weight:500;
	font-size:14px;
	padding-top:2px;
	color: #595959;
}



.library-report{
	
}
.library-report .list-group-item {
    padding: 0.65rem .85rem;
}
.badge-primary {
    color: #fff;
    background-color: #084177;
}
.library-slide{
	position:relative;
	box-shadow: 0 0 5px 0 rgba(29,67,84,.4);
	padding:15px;
	margin-bottom:30px;
}
.new-book{
	box-shadow: 0 0 5px 0 rgba(29,67,84,.4);
}
.new-book .card{
	border:none;
}
.new-book .card-header{
	background:#084177;
	padding:8px 15px;
	font-size:16px;
	font-weight:500;
	color:#ffffff;
}
.new-book-details{
	
}
.new-book-details .card-title{
	margin-bottom: 5px;
	font-family: 'Kalpurush', sans-serif;
	font-size:18px;
	font-weight:600;
}

.new-book-details .card-text{
	margin-bottom:0px;
	font-family: 'Kalpurush', sans-serif;
		font-size:18px;
}
.new-book-details .btn{
	font-family: 'Kalpurush', sans-serif;
		font-size:17px;
		background:#084177;
		color:#ffffff;
		padding-top:5px;
		padding-bottom:2px;
		width:110px;
		display:inline-block;
		margin-top:10px;
		border-radius:5px;
		
}


/* login css */
.login-section{
	min-height:100vh;
	display:flex;
	align-items:center;
	background:url(../../img/login-bg.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
}
.shape-bg{
	position:absolute;
	right:230px;
	bottom:0;
}
.shape-bg img{
	
}
#content {
	position: relative;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	z-index: 1;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
}

.form-control:focus, .custom-select:focus {
  border-color: #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
     border-bottom: 2px solid #084177;;
}
#content form input[type="submit"]:focus{
	border:none;
	outline: none;
}
.login-img{
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
}
.login-img img{
	width:30%;
	padding:5px;
}
.login-bg{
	background:url(../img/form-bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:300px;
}
.log-btn{
	background: #e100ff;
background: linear-gradient(to left, rgba(204,43,95,.9) 40%, rgba(117,58,136,.9) 80%);
	border:0;
	font-size:15px;
	color:#fff;
	font-weight:600;
	margin-top:10px;
	transition:all 0.9s linear;
}
.log-btn:hover{
	background: #e100ff;
  background: linear-gradient(to left, rgba(117,58,136,.9) 40%, rgba(204,43,95,.9) 80%);
color:#fff;
}
.log-btn i{
	margin-right:10px;
}

.login-form .input-group-text {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
   background: #e100ff;
 background: linear-gradient(to left, rgba(204,43,95,.9) 40%, rgba(117,58,136,.9) 80%);
    border: 1px solid #e100ff;
    border-radius: .25rem;
}
.login-form .keyboard .input-group-text {
    padding: .375rem .6rem;
    
}

.login-form .form-group label {
    font-size:16px;
}
.alert {
    padding: .35rem 1.25rem;
    margin-top:5px;
    margin-bottom:5px;
	font-size:16px;
	text-align:center;
}

/* admin css */
.content-wrapper {
    min-height: calc(100vh - 56px);
}
.admin-nav{
 background: #e100ff;
  background: -webkit-linear-gradient(to left, rgba(204,43,95,.9) 40%, rgba(117,58,136,.9) 80%);
  background: -moz-linear-gradient(to left, rgba(204,43,95,.9) 40%, rgba(117,58,136,.9) 80%);
background: linear-gradient(to left, rgba(204,43,95,.9) 40%, rgba(117,58,136,.9) 80%);
  padding-top: 3px; 
  padding-bottom: 3px; 
  padding-left:1rem; 
  padding-right:1rem; 
}

.admin-nav .navbar-brand{
    padding-top: 0rem;
    padding-bottom:0rem;
	 color:#ffffff;
	 font-weight:600;
	font-size:25px;
	letter-spacing:1px; 
}

.dropdown-toggle img{
	width:50px;
	border-radius:50%;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	color:#fff;

}

#mainNav.fixed-top .navbar-sidenav {
    min-height: calc(100vh - 56px);
	overflow: auto;
}
.navbar-sidenav{
	background:#e9ecef;
	
}
#mainNav .navbar-collapse .navbar-sidenav {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
  }

#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
	font-weight:500;
	font-size:14px;
	border-bottom:1px solid #635ba4;
	padding-top:10px;
	padding-bottom:10px;
	color:#635ba4;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link i{
	color:#fff;
	border:1px solid #02dda7;
	width:23px;
	height:23px;
	line-height:23px;
	border-radius:50%;
	background:#02dda7;
	font-size:12px;
	margin-right:5px;
}
#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after {
    color:#d500ff;
	font-size:15px;
}

#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
    color:#d500ff;
	font-size:15px;
}

#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:last-child {
    margin-left: 0px;
}

#mainNav .navbar-collapse .sidenav-toggler{
	background:#e9ecef;
    padding-bottom:10px;
}

#mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link {
    margin-top: 0px;
}

#mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link {
    padding: 0px;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    
}

#sidenavToggler i{
  background: #fff;
  padding:5px 7px;
  color:#8b00ff;
  font-size:20px;
  border-radius:50%;
  font-weight:bold;
}

#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
    padding-left: 25px;
		border-bottom:1px solid #635ba4;
		padding-top:5px;
		padding-bottom:5px;
		color:#635ba4;
	   font-size:15px;
}
/* footer css */
.footer{
background:#2a323d;
  height:50px;
  line-height:50px;

}
.footer .rony{
	color: #fff;
	font-size:14px;
	font-weight:500;
}
.footer .rony a{
	color: #fff;
	font-size:14px;
	margin-left:5px;
	font-weight:500;
}
.footer .rony a i{
	color: #fff;
	font-size:14px;
	margin-right:8px;
	font-weight:500;
}
/* form css */
.form{
	margin-bottom:50px;
}
label span i.fa {
    color: #e63545;
    font-size: 9px;
}
.form .card-header {
    padding: 10px 20px;
    margin-bottom: 0;
    background-color: #e9ecef;
    border-bottom: 1px solid rgba(0,0,0,.125);
	color:#635ba4;
	font-weight: 500;
	font-size:15px;
}
.form .card-header i{
    margin-right:5px;
	font-weight: 500;
	font-size:19px;
	
}

.form .btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
   background: #e100ff;
  background: -webkit-linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
  background: -moz-linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
 background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 35px;
    width: 70%;
    margin: auto;
	margin-top:10px;
}
.form .btn:hover {
    	background: #e100ff;
  background: -webkit-linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
  background: -moz-linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
 background: linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
    color: #ffffff;
}
.form .btn2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
   background: #e100ff;
  background: -webkit-linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
  background: -moz-linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
 background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 35px;
    width: 100%;
    margin: auto;
	margin-top:0px;
	border:none;
	padding-top:8px;
	padding-bottom:8px;
}
.form .btn2:hover {
    	background: #e100ff;
  background: -webkit-linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
  background: -moz-linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
 background: linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
    color: #ffffff;
}
.form .form-control {
    line-height: 1.1;
}

/* Data Table css */
.table-bordered thead td, .table-bordered thead th {
     border-bottom-width: 0px; 
     border-top-width: 0px; 
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    border-top: 0px solid #dee2e6;
	    font-weight: 500;
}
.table-bordered td, .table-bordered th {
     border: 1px solid #dee2e6; 
}

.user .card-header {
    padding: .2rem 1.25rem;
 line-height: 1.77;
}

.user .btn-delete{
background: #ff416c; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff416c, #ff4b2b); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff416c, #ff4b2b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
.user .btn-edit{
    background: -webkit-gradient(linear,left top,right top,from(#ef3e0f),to(#ffb800));
    background: -moz-gradient(linear,left top,right top,from(#ef3e0f),to(#ffb800));
    background: linear-gradient(90deg,#ef3e0f,#ffb800);
	padding-left:15px;
	padding-right:15px;
}
.user .btn-action{
    background: -webkit-linear-gradient(to right, #02e3ab, #03a1ce);
    background: -moz-linear-gradient(to right, #02e3ab, #03a1ce);
    background: linear-gradient(to right, #02e3ab, #03a1ce);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
button:focus,input:focus,select:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
}

.user .form-row>.col, .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
/* Modal Css */
.modal-header {
 background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
    padding: 7px 16px;
    border-bottom: 0px solid #c63f70;
    align-items: center;
    justify-content: center;
	color:#fff;
	font-size:18px;
}
.modal-content {
    border: 0px solid rgba(0,0,0,.2);
}

.delete-modal .btn-danger {
    color: #fff;
 background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
    border:0px solid #7f00ff;
    padding: 5px 30px;
}

.delete-modal .btn-danger:hover {
    color: #fff;
   background: -webkit-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
  background: -moz-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
background: linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
}
.delete .close {
    color: #fff;
    opacity:1;
}
.modal-body {
	padding-top:30px;
	padding-bottom:30px;
}
.modal-body h3{
	font-size:16px;
}
.modal-footer {
    padding: .30rem .75rem;
}

/* Book Details CSS */
.book-details{
	padding-bottom:15px;
	margin-top:10px;
	margin-bottom:20px;
} 
.book-details h1{
	color:#d500ff;
	font-size:25px;
} 
.book{
	box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
.book-cover{
	height:100%;
	padding:5px;
}
.book-cover img{
	width:100%;
	height:100%;
}
.book-title{
	padding:15px;
}
.book-title h1{
	font-size:20px;
	color:#635ba4;
	line-height:1.77;
}
.book-title p{
	font-size:17px;
	color:#635ba4;
}
.book-content{
	box-shadow: 0 1px 6px rgba(57,73,76,.35);
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:2px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.35rem .75rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
	color:#635ba4;
}
.book-list .list-group-item i{
	color:#d500ff;
	margin-right:8px;
}
.book-list .list-group-item b{
	color:#635ba4;
	font-weight:600;
	font-size:15px;
}

.divider
{
	position: relative;
	height: 2px;
	margin-bottom:15px;
	margin-top:15px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 30%;
	right: 30%;
	width: 40%;
	height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(238,111,87), transparent);
}
.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 9px);
	width: 15px;
	height: 15px;
	background-color: #ee6f57;
	border: 1px solid #ee6f57;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}

.print .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.print .sorting:before, .print table.dataTable thead .sorting_asc:before, .print table.dataTable thead .sorting_desc:before, .print table.dataTable thead .sorting_asc_disabled:before, .print table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "";
}
.print table.dataTable thead .sorting:after, .print table.dataTable thead .sorting_asc:after, .print table.dataTable thead .sorting_desc:after, .print table.dataTable thead .sorting_asc_disabled:after, .print table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "";
}

.card-box{
	border: 1px solid rgba(0,0,0,.125);
	
}
.card-box-header{
	border-bottom: 1px solid rgba(0,0,0,.125);
	text-align:center;
	padding-top:15px;
	padding-bottom:5px;
}
.card-box-header h3{
	font-size:18px;
	color: #635ba4;
	text-transform:uppercase;
	word-spacing:5px;
}
.card-box-content{
	display:flex;
	flex-flow:row wrap;
	margin-top:15px;
	margin-bottom:15px;
}
.card-box-image{
	flex-basis:35%;
	border-right:2px solid #e100ff;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	text-align:center;
	padding-top:40px;
	margin-bottom:10px;
}
.card-box-image img{
	width:130px;
	
}
.card-box-text{
	flex-basis:65%;
	padding-top:0px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
}
.card-box-text p{
	padding:0px;
	margin:0px;
	font-size:16px;
	color: #635ba4;

}
.card-box-text p span{
	font-size:16px;
	color: #635ba4;
	text-transform:capitalize;
	font-weight:500;
	margin-right:10px;
}
.select2-container .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    
}

.badge-warning {
    color: #fff;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: 6px 10px;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.report-head{
	border:1px solid red;
}
.report-head h3{
	
}


.small-box {
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    border: 0;
    box-shadow: 6px 11px 41px -28px #a99de7;
    -webkit-box-shadow: 6px 11px 41px -28px #a99de7;
    color: #fff;
	padding-bottom:10px;
} 
.small-box .inner{
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}

.bg-aqua2{
     background: linear-gradient(316deg, #fc5286, #fbaaa2);
}
.bg-aqua{
    background: linear-gradient(230deg, #759bff, #843cf6);
}
.bg-aqua3{
   background: linear-gradient(135deg, #ffc480, #ff763b);
}
.bg-aqua4{
   background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
.bg-aqua5{
   background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
}
.inner .inner-text{
    margin: 0 0 10px 0;
	color:#fff;
	
}
.inner .inner-text h3{
	font-size: 30px;
    font-weight: bold;
	color:#fff;
	margin:0px;
	line-height:40px;
	text-align:center;
}

.inner .inner-text p{
	font-size: 16px;
    font-weight: bold;
	color:#fff;
	margin:0px;
}
.small-box .book-info{
	text-align:center;
	margin-top:5px;
	padding:5px;
}
.small-box .book-info a{
	color: #635ba4;
	text-decoration:none;
	font-size:14px;
	background:#fff;
	padding:3px 20px;
	border-radius:35px;
}

.nav-bg {
    color: #ffffff;
    background: #ee6f57;
    min-height: 50px;
    position: -webkit-sticky; /* Safari */
  position: sticky;
    top:0;
    z-index:1000;
}
.nav-bg .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    -o-transition: all .3s linear .3s;
    -moz-transition: all .3s linear .3s;
    -ms-transition: all .3s linear .3s;
    -webkit-transition: all .3s linear .3s;
    transition: all .3s linear .3s;
    font-size: 15px;
}

.nav-bg .navbar-nav .nav-link:hover {
    color: #ecf4df;
	
}

.stretch{
	display:flex;align-items:stretch;
}
.available{
	background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
	color:#fff;
	font-size:14px;
	border-radius:35px;
	position:absolute;
	bottom:20px;
	width:150px;
	height:30px;
	margin:auto;
	line-height:30px;
	left:20%;
}

.box21{
	text-align:center;
	position:relative;
	overflow:hidden;
	box-shadow: 0 1px 6px rgba(57,73,76,.45);
	border-radius:3px;
	margin-bottom:30px;
	width:100%;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.box21:after{
	content:"";
    background: rgba(0,0,0,.8);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    -webkit-transform:translateX(-300px);
    -moz-transform:translateX(-300px);
    transform:translateX(-300px);
  	-o-transition:all .4s linear .6s;
	-moz-transition:all .4s linear .6s;
	-ms-transition:all .4s linear .6s;
	-webkit-transition:all .4s linear .6s;
	transition:all .4s linear .6s;
}

.box21:hover:after{
	 -webkit-transform:translateX(0px);
	 -moz-transform:translateX(0px);
	 transform:translateX(0px);
	}

.box21 .book-content-box{
	position:relative;
	margin-bottom:30px;
}	
.book-content-box .book-img{
	width:100%;
	height:350px;
	margin-bottom:10px;
}
.book-content-box .book-img img{
	width:100%;
	height:350px;
	
}
.box21 .box-content{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:transparent;
	color:#fff;
	padding-top:25px;
	-webkit-transform:translateX(-300px);
	-moz-transform:translateX(-300px);
	transform:translateX(-300px);
	-ms-transition:all .9s linear 0s;
	-o-transition:all .9s linear 0s;
	-webkit-transition:all .9s linear 0s;
	-moz-transition:all .9s linear 0s;
	transition:all .9s linear 0s;
	z-index:1;
	text-align:center;
	padding:20px;
	}
	
.box21 .box-content p{
		margin:0px;
		line-height:30px;
		text-align:left;
		font-size:14px;
	}

.box21:hover .box-content{
   -webkit-transform:translateX(0px);
	-moz-transform:translateX(0px);
	transform:translateX(0px);
	-moz-transition-delay:.6s;
	-webkit-transition-delay:.6s;
	-o-transition-delay:.6s;
	-ms-transition-delay:.6s;
	transition-delay:.6s;
	}

.box21 .read-more{
	background:transparent;
	border-radius:5px;
	font-size:14px;
	color:#fff;
	text-transform:capitalize;
	padding:3px 30px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	border:2px solid #fff;
	-ms-transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	transition:all .3s linear 0s;
	display:block;
	margin-top:20px;
	}
.box21 .read-more:hover{
	background:#fff;
	color:#d500ff;
	}

.book-text .name{
	padding:0px;
	margin:0px;
	font-size:15px;
	
}
.book-text .author{
	padding:0px;
	margin:0px;
	font-size:14px;
	line-height:30px;
	margin-bottom:10px;
}
.book-text span{
background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
	padding:6px 40px 6px 40px;
	color:#fff;
	font-size:14px;
	border-radius:35px;
}
.book-footer{
	background:#1d4354;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:20px;
	color:#fff;
	font-size:14px;
}

.all-books{
 color:#d500ff;
font-size:17px;
box-shadow: 0 1px 6px rgba(57,73,76,.35);
 padding:8px 10px;
 margin-bottom:20px;
}
.all-books i{
 color:#bf00e8;
font-size:18px;
margin-right:5px;
 
}
.search-result{
	margin-bottom:30px;
	margin-top:40px;
	background:url(../../img/books.png);
	min-height:250px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left center;
	position:relative;
}
.overlay{
	top:0;
	left:0;
	bottom:0;
	right:0;
	position:absolute;
	background:rgba(0,0,0,.4)
}
.search-book{
	height:235px;
	
}

.pagination {
	list-style-type: none;
	padding: 20px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.pagination li {
	box-sizing: border-box;
	padding-right: 10px;
}
.pagination li a {
	box-sizing: border-box;
	padding: 6px 15px;
	text-decoration: none;
	font-size: 14px;
	color: #6c757d;
	border-radius: 4px;
	border: 1px solid #dee2e6;
}
.pagination li a:hover {
	background-color: #fff;
	color:#6c757d;
}
.pagination .next a, .pagination .prev a {
	font-size: 14px;
}
.pagination .currentpage a {
	background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
	color: #fff;
}
.pagination .currentpage a:hover {
	background-color: #518acb;
}
		
.registration{
	display:flex; 
	justify-content: center;
	align-items:center;
	height:250px;
	color:#fff;
}
.registration-form{
	margin-top:60px;
}

.sing-up{
	box-shadow: 0 1px 6px rgba(57,73,76,.45);
}	

.log-form{
	margin-top:30px;
	box-shadow: 0 1px 6px rgba(57,73,76,.45);
	padding:60px 25px;
}

.forget-top{
    margin-top:85px;
}
.contact-us{
	margin-top:60px;
	margin-bottom:40px;
}
.contact-text{
	padding-top:30px;
}
.text-box{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	margin-bottom:30px;
}
.text-box .icon{
	flex-basis:20%;
	text-align:center;
	border-radius:50%;
}
.text-box .icon span{
	width:70px;
	height:70px;
	display:block;
	border:2px dotted #bf00e8;
	border-radius:50%;
}
.text-box .icon span i{
	font-size:30px;
color:#fff;
line-height:55px;
	background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
width:55px;
	height:55px;
	border-radius:50%;
	margin:5px;
}
.text-box .info{
	flex-basis:80%;
}
.text-box .info h3{
	font-size:20px;
}
.text-box .info p{
	padding:0px;
	margin:0px;
}	

.forget{
	margin-top:10px;
	text-align:center;
}
.forget span{
	display:block;
	font-size:15px;
}
.forget span.forget-pass{
	margin-bottom:20px;
}

.forget a{
	text-decoration:none;
}

.log-btn2{
	background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
	border:0;
	font-size:15px;
	color:#fff;
	font-weight:600;
	margin-top:10px;
	transition:all 0.9s linear;
}
.log-btn2:hover{
	background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
  background: -moz-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
background: linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
color:#fff;
}

.form .btn3 {
 color: #ffffff;
    font-size: 14px;
    font-weight: 600;
   background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 35px;
    width: 100%;
    margin: auto;
	margin-top:0px;
	border:none;
	padding-top:6px;
	padding-bottom:6px;
}
.form .btn3:hover {
   background: -webkit-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
  background: -moz-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
background: linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
    color: #ffffff;
}

span.tox-statusbar__branding {
    display: none;
}



figure.snip0056 {
  position: relative;
  overflow: hidden;
  display:flex;
  flex-flow:row wrap;
}
figure.snip0056 .pro-content{
	flex-basis:60%;
}
figure.snip0056 .pro-content h2{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	color:#d500ff;
}
figure.snip0056 .img{
	flex-basis:40%;
	border-radius: 50%;
   text-align:center;
}
figure.snip0056 .img img{
	width:80%;
	padding-top:20px;
}
.profile-edit{
	color: #ffffff;
    font-size: 15px;
    font-weight: 600;
   background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 35px;
    margin: auto;
	margin-top:0px;
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	padding-right:40px;
}
.profile-edit:hover {
   background: -webkit-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
  background: -moz-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
background: linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
    color: #ffffff;
	text-decoration:none;
}

.nactar-title{
	margin-bottom:30px;
}
.nactar-title h1{
	font-size:20px;
	
}
.history-section{
	margin-top:60px;
	margin-bottom:60px;
}
.nactar-history {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 15px;
}
.nactar-history p{
	text-align:justify;
	font-size:16px;
	line-height:30px;
}
td p {
    margin-bottom: 0px;
}
.navbar-brand {
    padding-top: 0px; 
    padding-bottom: 0px; 
    
}
.navbar-brand img{
	width:50px;
	height:50px;
	margin-right:10px;
}

table tr,table tr td{
	font-size:14px;
}
.bold tr th{
	  font-weight:600;
	  background:rgba(0,0,0,.03);
  }
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    vertical-align: middle;
}
table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px;
    font-weight: 700;
}

.library-user {
    font-weight: 500;
    color: #282529;
    font-size: 15px;
}
.library-user i {
    color: #ee6f57;
    font-size: 18px;
    margin-right: 5px;
}

.library-user-info {
    list-style: none;
    margin-left: 20px;
}
.library-user-info li{
	font-size:14px;
	font-weight:normal;
	color: #595959;
}
.library-user-info li span{
	font-weight:600;
}

.important-link a {
    color: #595959;
    font-size: 15px;
    text-decoration:none;
}
.important-link i {
    color: #ee6f57;
    font-size: 15px;
    margin-right:10px;
}


.left-wrapper{
	box-shadow: 0 0 5px 0 rgb(29 67 84 / 30%);
    border: none;
	background:#ffffff;
	padding:15px;
	margin-bottom:30px;
}
.new-book-slide{
	padding-left:5px;
	padding-right:5px;
}
.new-book-slide img{
	height:200px;
	width:100%;
}
.new-book-details{
	background:#ee6f57;
	padding:5px;
	text-align:center;
}
.new-book-details a{
	color:#ffffff;
	text-decoration:none;
	
}
.library-slider{
	margin-bottom:50px;
}

.library-sliderimage img{
	height:350px;
	width:100%;
}
.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
}
.slick-dots li{
    display: flex;
    justify-content: center;
    list-style: none;
}
.img-fluid2{
	width:50%;
	height:auto;
}

.book-search-box{
	border:1px solid #adadad;
}
.book-cover {
   height: auto;
    padding: 15px;
}
.book-search-border{
	border-right:1px solid #adadad;
}
.book-search-content{
	font-family: 'Poppins', sans-serif;
	
}
.book-search-content h5{
	margin:0px;
	font-size:15px;
}
.book-search-content p{
	margin:0px;
	font-size:15px;
}

.book-search-content h5 span,.book-search-content p span{
	font-weight:600;
}

.book-search-btn,.book-search-btn2 {
    color: #ffffff;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    letter-spacing: 0px;
}
.book-search-btn {
    background: #ee6f57;
	font-family: 'Poppins', sans-serif;
}
.book-search-btn:hover{
	color:#ffffff;
}
.book-search-btn2 {
    background: #084177;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0px;
}
.book-search-btn2:hover{
	color:#ffffff;
}



.book-details-heder {
    background:#084177;
    border-bottom: 0px solid #c63f70;
}
.book-details-heder .modal-title{
    font-size: 18px;
}

.book-details-heder .close {
    color: #ffffff;
	opacity:1;
}
.details-img{
	width:230px;
	margin:auto;
	margin-bottom:30px;
}
.details-img img{
	width:230px;
}
.book-list li span{
	font-weight:600;
}
.book-list li{
	color:#212529;
}
.slider-bg{
    background:#084177;}
    
.not-found {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}    
    

.scount {
    background: #ee6f57 !important;
    color: #ffffff;
}
.slink{
    text-decoration:none  !important;
}

.s_search{
    padding: 0.35rem .75rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125)
}
.s_subject {
    width: 100%;
    background: #ffffff;
    border: none;
    color: #007bff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.clist .list-group-item{
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #595959;
}
.collection{
    margin-top:50px;
    margin-bottom:50px;
}

.collection .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #084177;
    border-color: #084177;
}

.collection .list-group-item {
    position: relative;
    display: block;
    padding: 0.65rem .75rem;
    background-color: #fff;
     border: 1px solid rgba(0,0,0,.125);
    color: #635ba4;
    font-size:17px;
}

.clist .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #084177;
    border-color: #084177;
}