@font-face {
    font-family: 'DroidKufi-Regular';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/DroidKufi-Regular.ttf);
}

@font-face {
    font-family: 'DroidKufi-Bold';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/DroidKufi-Bold.ttf);
}

body {
    font-family: 'DroidKufi-Regular', "Open Sans", Tahoma, Arial, sans-serif !important;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #666666;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #32b5f3; /* Just change the color value and that's it*/
}

/*
==========================================
			SECTION SETTINGS
==========================================
*/
.section {
    padding: 4em 0px;
}

.section-head {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.section-head h2 {
    font-size: 30px;
    position: relative;
    padding-bottom: 24px;
    line-height: normal;
    margin: 0 0 21px 0;
    color: #262626;
    font-weight: 700;
}

.section-head.white {
    background: transparent !important;
}
.section-head.white h2 {
    color: #fff;
}

.section-head.white h2:before {
    border-color: #fff;
}

.section-head h2:before {
    content: "";
    width: 30px;
    height: 5px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    position: absolute;;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.section-head p {
    margin-bottom: 0;
    position: relative;
}

.section-head.white p {
    color: white;
}

.card .card-content .card-title {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 22px;
    color: #000;
}

.btn-floating {
    background-color: #32b5f3;
}

.page-footer .col h2 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
    position: relative;
}

.page-footer .col h2:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.page-footer .footer-sec-content {
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 10px;
    /*background-color: rgba(255, 255, 255, 0.06);*/
    /*height: 260px;*/

}

.page-footer .footer-sec-content input[type="text"] {
    background-color: #262626;
    margin: 0px 0px 10px 0px;
    width: 100%;
    border-radius: 0px;
    height: 41px;
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-footer .footer-sec-content button {
    font-weight: bold;
    position: static;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    background-color: #32b5f3;
    margin-bottom: 30px;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.page-footer .footer-sec-content button:hover {
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.page-footer .cooperation-widget-social-icon {
    margin: 0;
    padding: 0;

}

.page-footer .cooperation-widget-social-icon li {
    padding: 0 0 7px 7px;
    box-sizing: padding-box;
    float: right;
    width: 33.3%;

}

.page-footer .cooperation-widget-social-icon li:nth-child(3), .page-footer .cooperation-widget-social-icon li:nth-child(6) {
    padding: 0 0 7px 0;
}

.page-footer .cooperation-widget-social-icon li a {
    background: #fff8e1;
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px;
    font-size: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.page-footer .cooperation-widget-social-icon li a:hover {
    opacity: .8;
}

.page-footer .cooperation-widget-social-icon li:nth-child(1) a {
    background-color: #FF0000;
}

.page-footer .cooperation-widget-social-icon li:nth-child(2) a {
    background-color: #ff9606;
}

.page-footer .cooperation-widget-social-icon li:nth-child(3) a {
    background-color: #00aced;
}

.page-footer .cooperation-widget-social-icon li:nth-child(4) a {
    background-color: #3b5998;
}

.page-footer .cooperation-widget-social-icon li:nth-child(5) a {
    background-color: #0088cc;
}

.page-footer .cooperation-widget-social-icon li:nth-child(6) a {
    background-color: #34b15c;
}

.nav-top {
    position: fixed;
    z-index: 1000;
    width: 100%;

}

.nav-color {
    background-color: #123d6a;
    color: white;
}

/* top navigation */
.nav-top .nav-top-container {
    display: flex;
    padding: 10px 0;
}

.nav-top .nav-top-header {
    flex: 1;
}

.nav-top .nav-top-header p {
    margin: 0;
    padding: 0;

}

.nav-top .social-media {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.nav-top .social-media li {
    margin-right: 5px;

}

.nav-top .social-media li:first-child {
    margin-right: 0;
}

.nav-top .social-media li a {
    color: white;
    /*padding: 10px;*/
    background-color: #e0e0e0;
    padding: 2px 10px;
    width: 20px;
    text-align: center;
    box-sizing: content-box;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}

.nav-top .social-media li:nth-child(1) a {
    background-color: #3b5998;
}

.nav-top .social-media li:nth-child(2) a {
    background-color: #00aced;
}

.nav-top .social-media li:nth-child(3) a {
    background-color: #C32AA3;
}

.nav-top .social-media li:nth-child(4) a {
    background-color: #0088cc;
}

.nav-top .social-media li:nth-child(5) a {
    background-color: #FF0000;
}

.navbar-fixed {
    padding-top: 45px;
}

.bg-brown {
    background-color: #880E4F;
}

/*
==========================================
				BANNER
==========================================
*/
#main-banner {
    position: relative;
    width: 100%;
	margin-bottom: 30px;
}
#main-banner .owl-stage-outer .owl-stage .owl-item img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 100vh;
}
/* #main-banner .owl-stage-outer .owl-stage .owl-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
} */
#main-banner .owl-nav {
    position: absolute;
    top: calc(50%  - 24px);
    width: 100%;
    z-index: 2;
}
#main-banner .owl-nav button {
    position: absolute;
    /*background-color: #000000;*/
    height: 48px;
    width: 80px;
    margin: 0;
    padding: 0;
	background: #30303066;
}
#main-banner .owl-nav button:focus {
    outline: 0;
}
#main-banner .owl-nav .owl-prev {
    right: 0;
}
#main-banner .owl-nav .owl-next {
    left: 0;
}
#main-banner .owl-nav span {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
/* #main-banner:before, #main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 80px;
    z-index: 1;

} */
#main-banner:before {
    left: 0;
    background: rgba(0,0,0,0.4);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );

}
#main-banner:after {
    right: 0;
    background: rgba(255,255,255,0.01);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.01) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.01) 0%, rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.01) 0%, rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.01) 0%, rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.01) 0%, rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
#main-banner .kode-caption-2 {
    width: 100%;
	height: auto !important;
    bottom: 0px !important;
    position: absolute;
    background: #3030306e;
    text-align: justify;
    padding: 20px;
;
;
}
#main-banner .kode-caption-2 h2 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin: 0 0 5px 0;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    text-align: center
;

}
#main-banner .kode-caption-2 p {
    color: #fff;
    margin: 0;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    height: 110px;
    overflow: hidden;
    line-height: 28px;
    text-align: center;
}
#main-banner .kode-caption-2 .caption-btns {
    text-align: center;
}
#main-banner .kode-caption-2 .caption-btns a {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background-color: #32B5F3;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#main-banner .kode-caption-2 .caption-btns a:hover {
    background: #000;
    /*color: #000;*/
}

/*
==========================================
				PAGE TITLE
==========================================
*/

.page-title {
    padding: 200px 0 0px 0;
    /*margin-top: 45px;*/
    /*background-color: #37474F;*/
    /*border-bottom: 4px solid #32b5f3;*/
    background-image: url(/images/3ypp66xgwa.jpg);
    background-size: cover;
    text-align: center;

}

.page-title h1 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
}

.page-title ul.custom-breadcrumb {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.page-title ul.custom-breadcrumb li {
    /*border: 1px dashed #fff;*/
}

.page-title ul.custom-breadcrumb li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f053";
    padding: 8px;
    color: #fff;

}

.page-title ul.custom-breadcrumb li:first-child:before {
    content: "\f015";
}

/*.page-title ul.custom-breadcrumb li:nth-child(1):before{
    font-family: FontAwesome;
    content: "\f095";

}*/

.page-title ul.custom-breadcrumb li a {
    color: #fff;
    font-size: 12px;
}

/*
=============================================
				BANNER SEARCH
=============================================
*/
.banner-search {
    width: 100%;
    padding: 30px;
    /*background-color: rgba(42, 42, 42, 0.9);*/
    background-color: #2a2a2a;
    border-top: solid 3px #32B5F3;
    margin-top: 80px;
}

.banner-search .row {
    margin: 0;
    padding: 0;
}

.banner-search h2 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    clear: none;
    vertical-align: baseline;
    outline: 0;
    position: relative;
    text-align: right;
}

.banner-search h2:before {
    background: #858585;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 1px;
}

.banner-search h2:after {
    content: "";
    height: 10px;
    width: 10px;
    border-right: solid 1px #858585;
    border-top: solid 1px #858585;
    position: absolute;
    left: -5px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #2a2a2a;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);

}

.banner-search input[type="text"], .banner-search select {
    height: 44px;
    border: none;
    width: 100%;
    padding: 6px 10px;
    color: #CCC;
    outline: none;
}

.banner-search button {
    height: 44px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    background-color: #32B5F3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.banner-search button:hover {
    background-color: #000;
}

.search-books {
    margin-bottom: 15px;
    padding: 10px 0;
}

figure {
    margin: 0 !important;
}

#owl-books .item img {
    display: block;
    width: 100%;
    height: auto;
}

.upper-navbar {
    background: #dddddd;
}

.logo-img {
    max-height: 64px !important;
    padding: 15px 0 !important;
}

.slider {
    margin-top: 45px;
}

/*slider*/
.slider .slides li .caption * {
    margin: 0;
}

.slider .slides li .caption h3 {
    margin-bottom: 20px;
}

.slider .slides li .caption {
    color: white;
    margin: 0.5rem 0 1rem 0;
    background: rgba(40, 72, 70, .5);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 5px;
    padding: 24px;
}


/* service section*/

/*
==========================================
			SERVICES
==========================================
*/
.kode-service, .kode-service i, .kode-service h3, .kode-service h3:before, .kode-service h3 a, .kode-service a.read-more, .kode-service p {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kode-service {
    float: left;
    width: 100%;
    padding: 30px 20px 30px 20px;
    border: solid 1px #cfcfcf;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 30px;
}

.kode-service:hover {
    background-color: #32B5F3;
    border-color: #32B5F3;
}

.kode-service i {
    height: 90px;
    width: 90px;
    display: inline-block;
    background-color: #efeff0;
    border-radius: 100%;
    margin: 0px 0px 15px 0px;
    font-size: 50px;
    padding: 18px 0px;
}

.kode-service:hover i {
    background-color: #fff;
    color: #32B5F3;
}

.kode-service h3 {
    font-size: 18px;
    color: #4a454b;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 15px 0px;
}

.kode-service h3 a {
    text-decoration: none;
    color: #4a454b;
}

.kode-service:hover h3 a {
    color: #fff;
}

.kode-service h3:before {
    content: "";
    height: 4px;
    width: 50px;
    border-top: solid 1px #cbcbcd;
    border-bottom: solid 1px #cbcbcd;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.kode-service:hover h3:before {
    border-color: #fff;
}

.kode-service p {
    color: #9a9a9a;
    font-size: 13px;
    margin: 0px 0px 24px 0px;
}

.kode-service:hover p, .kode-service:hover h3 {
    color: #fff;
}

.kode-service a.read-more {
    display: inline-block;
    padding: 5px 15px;
    color: #777;
    font-size: 13px;
    border: solid 1px #999;
    text-decoration: none;
    line-height: 24px;
    margin: 0px;
}

.kode-service:hover a.read-more:hover {
    background-color: #fff;
    color: #333333;
    border-color: #fff;
}

.kode-service:hover a.read-more {
    color: #fff;
    border-color: #fff;
}

/*.kode-service-3 {
    border: 1px solid #aaa;
    box-sizing: border-box;
    padding: 20px 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kode-service-3 i {
    color: #777;
    height: 90px;
    width: 90px;
    border-radius: 15px;
    border: solid 1px #ccc;
    font-size: 40px;
    padding: 24px 0;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 0 #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kode-service-3 h3 a {
    font-weight: 500;
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kode-service-3 h3, .kode-service-3 p {
    margin: 0;
}

.kode-service-3 p {
    margin-bottom: 10px;
    height: 50px;
}

.kode-service-3:hover {
    background: #32b5f3;
    color: #fff;
    text-shadow: none;
    border-color: #32B5F3;
}

.kode-service-3:hover i {
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #fff;
    color: #fff;
}

.kode-service-3:hover h3 a {
    color: #fff;
}*/
/* هيكلية المؤسسة */



/*
=============================================
			GIFT CARD SECTION
=============================================
*/

.gift-card-section .kode-gift,.gift-card-section .kode-gift:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gift-card-section{
    position:relative;
    padding:50px 0px;
    background-color: #32B5F3;
}
.gift-card-section .container:nth-child(2) {
    padding: 0 60px;
}
.gift-card-section .kode-gift-content {
    display: flex;
    /*border: 1px dashed;*/
}
.gift-card-section .kode-gift{
    /*float:left;*/
    width:100%;
    color: #fff;
    border:solid 1px rgba(255,255,255,0);
    padding: 20px;
    /*border: 1px dashed;*/
    position: relative;
}
.gift-card-section .kode-gift:first-child {
    margin-left: 20px;
}
.gift-card-section .kode-gift:first-child:after {
    content: "";
    height: 100%;
    width: 3px;
    background-color:rgba(255,255,255,0.2);
    position: absolute;
    left: -13px;
    top: 0;
}
.gift-card-section .kode-gift h2 {
    font-size:24px;
    color:#fff;
    font-weight:bold;
    margin:0px 0px 10px 0px;
}
.gift-card-section .kode-gift h2 i {
    margin:0px 0px 0px 10px;
}
.gift-card-section .kode-gift ol {
    /*padding-left: 0.5em;*/
    margin: 0;
    padding: 0;
}
.gift-card-section .kode-gift ol li {
    list-style: decimal outside;
    margin-right: 1em;
    width:100%;
    padding: 5px 15px ;
}
.gift-card-section .kode-gift:before{
    content: "\f061";
    height: 60px;
    width: 60px;
    background-color:rgba(255,255,255,0.1);
    position: absolute;
    right: -61px;
    top: calc(50% - 30px);
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    border-radius:0 50% 50% 0px;
    text-align: center;
    padding-top: 18px;
    font-size: 21px;
    opacity: 0;

}
.gift-card-section .kode-gift:last-child:before{
    right: calc(100%  + 1px);
    content: "\f060";
    border-radius:50% 0 0 50%;
}
.gift-card-section .kode-gift:hover:before{
    opacity: 1
}
.gift-card-section .kode-gift:hover{
    border-top:solid 1px rgba(255,255,255,0.3);
    border-bottom:solid 1px rgba(255,255,255,0.3);
    background-color:rgba(255,255,255,0.1)
}

















.parallax-img-wrapper {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    height: 100%;
    width: 100%;
}
.parallax-container {
    height: 500px;
}


/*
=============================================
			TOP CATEGOREIS
=============================================
*/
.lib-categories-section {
    background-size: cover;
    position: relative;
    background: url(./images/neil-cooper-318875-unsplash.jpg) no-repeat;
}

.lib-categories-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.lib-categories-section .lib-categories-content-wrapper {
    position: relative;
    margin: 0 0 20px 0;
}


.tabs .tab {

}
.tabs .tab a {

}
.tabs .indicator {
    background: rgba(255, 255, 255, 0.71);
    height: 3px;
}
.tabs .tab a {
    color: #333;
}
.tabs .tab a:hover{
    background-color: #e2e2e2;
    color: #333;
}
.tabs .tab a.active,
.tabs .tab a:focus,
.tabs .tab a:focus.active{
    color: #fff;
    background-color: #32B5F3;
}




.lib-categories-content-wrapper ul {
    width: auto;
    padding: 0;
    margin: 0 65px;
}

.lib-categories-content-wrapper a.next i, .lib-categories-content-wrapper a.prev i {
    font-weight: 600;
    font-size: 20px;
    width: 100%;
}

.lib-categories-content-wrapper a.next, .lib-categories-content-wrapper a.prev {
    position: absolute;
    top: -4px;
    height: 56px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    background-color: #ffffff;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.lib-categories-content-wrapper a.prev {
    right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.lib-categories-content-wrapper a.next {
    left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.lib-categories-content-wrapper a.next:hover, .lib-categories-content-wrapper a.prev:hover {
    color: #fff;
    cursor: pointer;
    background-color: #32B5F3;
}


.lib-categories-section .owl-nav {
    display: none;
}


/*
==========================================
			BEST SELLERS
==========================================
*/
#owl-carousel-releases {
    margin-bottom: 20px;

}

.best-seller-pro {
    position: relative;
    padding: 30px 15px 0 15px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border: solid 1px #f0f0f0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lib-categories-section .best-seller-pro:hover {
    z-index: 10;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);

}

.best-seller-pro figure {

}

.best-seller-pro figure img {
}

.best-seller-pro h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: normal;
}

.best-seller-pro .kode-text {
    float: left;
    width: 100%;
}

.best-seller-pro .kode-caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 30px;
    text-align: center;
    opacity: 0;
    margin-top: 30px;

    -webkit-transition: margin-top .4s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: margin-top .4s ease-in-out, opacity .3s ease-in-out;
    -ms-transition: margin-top .4s ease-in-out, opacity .3s ease-in-out;
    -o-transition: margin-top .4s ease-in-out, opacity .3s ease-in-out;
    transition: margin-top .4s ease-in-out, opacity .3s ease-in-out;

    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.best-seller-pro:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #32B5F3;

    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.best-seller-pro:hover:before {
    opacity: 1
}

.best-seller-pro:hover .kode-caption {
    opacity: 1;
    margin-top: -50%;
}

.best-seller-pro .kode-caption h3 {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.best-seller-pro .kode-caption p {
    color: #fff;
    margin-bottom: 40px;
}

.best-seller-pro .kode-caption a {
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
    border: solid 2px #fff;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.best-seller-pro .kode-caption a:nth-child(3) {
    margin-right: 0;
}

.best-seller-pro .kode-caption a:hover {
    color: #000;
    background-color: #fff;
}

/*
==========================================
			RATING START
==========================================
*/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating > span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
}

/* book online section */
/* Only resize the element if PDF is embedded */

#mybook {
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.b-page {
    -webkit-box-shadow: inset -4px 0px 5px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -4px 0px 5px -3px rgba(0, 0, 0, 0.75);
    box-shadow: inset -4px 0px 5px -3px rgba(0, 0, 0, 0.75);
}

/* footer */
.amana {
    background-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.27);
    display: flex;
    justify-content: center;

    margin-top: 13px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.amana:hover {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.27);
    cursor: pointer;

}

.amana img {

}

.lib-copyrights span {
    color: #fff;
    float: right;
    margin-top: 6px;
}

.lib-copyrights .social-icon {
    float: left;
}

.lib-copyrights .social-icon div div {
    float: left;
}

.lib-copyrights .social-icon div div a {
    border: none;
    color: #333;
    background-color: #fff;
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
    margin-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lib-copyrights .social-icon div div:nth-child(1) a {
    margin: 0;
}

.lib-copyrights .social-icon div div a:hover {
    background: #32B5F3;
    color: #fff;
}

/*
=============================================
			LIBRARY POST
=============================================
*/

.blog-section {
    background-color: #f0f0f0;
}

/*
=============================================
			FROM THE BLOG
=============================================
*/
/*section.kode-blog-section{
    padding:50px 0px 20px;
}*/
.kode-blog-list, .kode-blog-list .blog-date, .kode-blog-list a.more:before, .kode-blog-list a.more {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kode-blog-list {
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    border: solid 1px #CCC;
    margin-bottom: 30px;
}

.kode-blog-list:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-color: #f6f6f6;
}

.kode-blog-list .kode-thumb {
    float: right;
    width: 43%;
    position: relative;
}

.kode-blog-list .kode-thumb img {
    width: 100%;
}

.kode-blog-list .kode-text {
    float: right;
    padding: 20px 20px 12px 20px;
    width: 57%;
}

.kode-blog-list .kode-text h2 {
    font-size: 16px;
    font-weight: 600;
}

.kode-blog-list .kode-text p {
    margin: 0px 0px 5px;
    padding: 0px;
    text-align: justify;
    font-size: 13px ;
    line-height: 20px;
}

.kode-blog-list .kode-text :nth-child(3) {

    height: 60px;
    overflow: hidden;
}

.kode-blog-list .kode-text h2 {
    margin: 0px 0px 23px;
    padding: 0px;
}

.kode-blog-list h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
}

.kode-blog-list h2:before {
    content: "";
    width: 100%;
    /*background-color: #32b5f3;*/
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    /*border-top:1px solid;*/
    /*border-bottom:1px solid;*/
    height: 2px;
    position: absolute;
    right: 0px;
    bottom: -14px;
}

.kode-blog-list a.more {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
}

.kode-blog-list a.more:hover {
    color: #32b5f3;
}

.kode-blog-list a.more:hover:before {
    left: -25px;
    color: #32b5f3;
}

.kode-blog-list a.more:before {
    content: "\f100";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: -20px;
    top: -1px;
    font-size: 16px;
}

.kode-blog-list .blog-date {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);

}

.kode-blog-list:hover .blog-date {
    width: 100%;
}

.kode-blog-list .blog-date p {
    font-size: 36px;
    margin: 5px 0px;
}

.kode-blog-list .blog-date span {
    width: 100%;
    float: left;
    padding: 3px 0px;
    color: #fff;
    background-color: #32B5F3;
}

.owl-blog.owl-carousel .owl-nav button.owl-next, .owl-blog.owl-carousel .owl-nav button.owl-prev, .owl-blog.owl-carousel button.owl-dot {
    background-color: #ffffff;
    color: #000;
    border: none;
    padding: 0 !important;
    font-size: 20px;
}

.owl-blog .owl-nav button {
    position: absolute;
    top: calc(50% - 30px);

}

.owl-blog .owl-nav button:last-child {
    left: -20px;

}

.owl-blog .owl-nav button:first-child {
    right: -20px;
}

.owl-blog .owl-nav button {
    height: 40px;
    width: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 8px 20px 0 rgba(0, 0, 0, .3);
}

.owl-blog .owl-nav button:focus {
    outline: 0;
}

.owl-blog .owl-nav button span {
    font-size: 20px;
}

.owl-blog. .owl-next {
    float: left;
}

.owl-blog. .owl-prev {
    float: right;
}

/*

.owl-blog .item {
    padding: 0 15px;
}

.lib-blog-post {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

.lib-blog-post:hover {
    !*
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    *!

}

.lib-blog-post .kode-thumb {
    float: left;
    width: 100%;
    position: relative;
    background-color: #000;
    overflow: hidden;
    z-index: 1000;
}

.lib-blog-post .kode-thumb img {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
}

.lib-blog-post:hover .kode-thumb img {
    opacity: 0.3;
}

.lib-blog-post .kode-text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    position: relative;
    border-bottom: solid 1px #ededed;
}

.lib-blog-post .kode-text h2 {
    font-size: 18px;
    text-transform: inherit;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.lib-blog-post .kode-text div.blog-details {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.lib-blog-post .kode-text div.blog-details div {
    margin: 0 0 0 10px;
    display: inline-block;
}

.lib-blog-post .kode-text div.blog-details p:first-child {
    margin: 0;
}

.lib-blog-post .kode-text div.blog-details p {
    margin: 0;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
}

.lib-blog-post .kode-text div.blog-details a {
    color: #333;
    text-decoration: none;
}

.lib-blog-post .kode-text a.more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: solid 1px #ccc;
    background-color: #fff;
    color: #666;
    padding: 2px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lib-blog-post .kode-text a.more {
    opacity: 1;
    visibility: visible;
}

.lib-blog-post .kode-text a.more:hover {
    background: #C0C24E;
    color: #fff;
    border-color: #C0C24E;
}

.lib-blog-post .lib-btns {
    position: absolute;
    left: 0;
    top: -10%;
    width: 100%;
    text-align: center;
    margin-top: -18px;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.lib-blog-post:hover .lib-btns {
    top: 50%;
}

.lib-blog-post .lib-btns a {
    border: solid 1px #fff;
    height: auto;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
}

.owl-blog .owl-item {
    z-index: 5000;
}

.owl-blog .owl-nav button {
    height: 40px;
    background-color: #fff !important;
    width: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.owl-blog .owl-nav button span {
    font-size: 16px;
}

.owl-next {
    float: left;
}

.owl-prev {
    float: right;
}

.owl-nav {
    position: absolute;
    height: 40px;
    width: 100%;
    top: calc(50% - 30px);
    z-index: 0;

}

*/

/* footer */

.page-footer {
    background-color: #000;
}

/*
=============================================
LIBRARY MEMBERSHIP
=============================================
*/

/*.input-field.col label {
    right: .75rem;
}

.input-field label:not(.label-icon).active{

    -webkit-transform: translateY(-5);
    -moz-transform: translateY(-5);
    -ms-transform: translateY(-5);
    -o-transform: translateY(-5);
    transform: translateY(-5);
}*/

/*
=============================================
			LIB LOCATION SECTION
=============================================
*/
.lib-contact-section {
    padding: 0;
    position: relative;
}

.lib-contact-section #map-canvas {
    height: 500px;
    border: none;
    width: 50%;
    float: right;
    margin: 0;
}

.lib-contact-section .kode-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(../images/neil-cooper-318875-unsplash.jpg);
    background-position: center;
    background-size: cover;
    width: 50%;

}

.lib-contact-section .location-text {
    height: 380px;
    width: 380px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 10;
    padding: 40px 60px;
}

.lib-contact-section .location-text i {
    font-size: 40px;
    margin-bottom: 11px;
}

.lib-contact-section .location-text h2 {
    font-size: 24px;
    text-transform: inherit;
    line-height: normal;
    margin-bottom: 12px;
}

.lib-contact-section .location-text h4 {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    line-height: normal;
}

.lib-contact-section .location-text p {
    padding: 12px 0px 13px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    color: #666;
    margin: 0px 0px 12px 0px;
}

.lib-contact-section .location-text span {
    font-size: 16px;
    font-weight: bold;
}

.lib-contact-section .location-text span i {
    margin: 0px 0px 0px 10px;
    font-size: 16px;
}

/*
=============================================
			LIBRARY MEMBERSHIP
=============================================
*/
.kode-membership {
    text-align: center;
    background: #32B5F3;
    color: #fff;
}

.kode-membership input[type="text"] {
    border: none;
}

.kode-membership select {
    border: 1px solid hsla(0, 0%, 0%, 0.1);
    border-radius: 2px;
    color: #999;
    height: 47px;
    padding: 6px 10px 6px 35px;
    width: 100%;
}

.kode-membership select option {
    padding: 8px 10px;
}

.reg-btn {
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    background-color: #333;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.reg-btn:hover {
    background-color: #000;
}

.input-container {
    position: relative;
    margin-bottom: 20px;

}

.kode-membership .input-container input[type=text] {
    border: 1px solid hsla(0, 0%, 0%, 0.1);
    border-radius: 2px;
    color: #999;
    height: 47px;
    padding: 6px 35px 6px 10px;
    width: 100%;

}

.input-container i {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 14px;
    color: #999;
    margin-top: -8px;
    background-color: transparent;
}

/*.input-container input {
    width: 100%;
    font-size: 100%;
    outline: 0;
    vertical-align: baseline;
    background-color: #fff;
    margin-bottom: 15px;
    padding-right: 20px;

}*/

/* releases.html css */
/*
==========================================
				DEFAULT CSS
==========================================
*/
.kode-content {
    float: left;
    width: 100%;
    padding: 30px 0px 0px 0px;
}

.kode-content section:first-child {
    padding: 40px 0px 40px;
}

.padding-tb-50 {
    padding-top: 70px;
    padding-bottom: 40px;
}

.padding-tbrl-50-0 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* releases page*/
.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #32b5f3;
    color: white;
    border: 1px solid #32b5f3;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/*
=============================================
			NEWSLETTERS SECTION
=============================================
*/
.kode-newsletters {
    background-image: url('./images/newsletter-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: #32B5F3;
    text-align: center;
}

.kode-newsletters .section-content p {
    color: #fff;
}

.kode-newsletters .input-container {
    width: 65%;
    float: none;
    margin: 0px auto;
    position: relative;
    clear: both;
}

.kode-newsletters .input-container input[type="text"] {
    height: 65px;
    padding: 10px 20px 10px 160px;
    border: none;
    width: 100%;
}

.kode-newsletters .input-container button {
    /*display: none;*/
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    padding: 9px 30px 10px 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #32B5F3;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.kode-newsletters .input-container button:hover {
    background-color: #000;
}

.kode-newsletters .section-content h2 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 21px;
    line-height: normal;
    margin-top: -8px;
    color: #fff;
}

.page-footer .map-canvas {
    height: 130px;
}


.marquee-nav {

    overflow-x: scroll;
    display: flex;
    overflow: scroll;
  }
  
  .marquee-nav {
    overflow: scroll;
  }
  
  .marquee-nav a {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    background-color: #1372a8;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 12px;
    transition: all .3s;
    border: 1px solid #000000;
    margin-bottom: 4px;
  }
  
  .marquee {
    min-height: 45px;
    box-shadow: 0 3px 6px 0 rgb(0 35 64 / 20%);
    background-color: white !important;
    position: relative;
  	top: 80px;
    z-index: 99;
  }
  
  .marquee_cont {
    transform: translateY(0%);
    min-height: 45px;
    transition: transform .4s ease-out;
    flex: 0 0 auto;
    background-color: #fff !important;
  }
  
  .font{
    font-family: 'DroidKufi-bold', "Open Sans", Tahoma, Arial, sans-serif !important;
  }

  .mar-text:focus {
    color: #303030;
  }
  
  .mar-text:active {
    color: #303030;
  }
  
  .marquee_cont,
  .qam_sub_menu_cont {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .marquee_item:first-child {
    order: 1;
  }
  
  .marquee_item.active {
    color: rgba(35, 35, 35, 0.75);
    order: 2;
  }
  
  .marquee_item {
    padding: 10px 15px 0;
    display: inline-block;
    color: rgba(35, 35, 35, 0.75);
    text-decoration: none;
    position: relative;
    order: 3;
    padding: 0 8px 0;
    font-family: HelveticaNeueBold;
    font-size: 14px;
    height: 45px;
    display: inline-flex;
    align-items: center;
  }
  
  .marquee_item::before {
    content: "";
    background: #0D47A1;
    height: 7px;
    display: inline-block;
    width: 7px;
    border-radius: 50%;
    margin: 0 10px;
  }
  
  @media (min-width: 320px) and (max-width: 768px) {
  
    .blog-slider__content {
      transform: translate3d(0px, -40px, 0px);
    }
  
  }
  
   @media (min-width: 768px) {
  
    .marquee{
        display: none;
    }
  
  }
@media (min-width: 320px) and (max-width: 768px) {
  
#main-banner{
	top:80px;
}
  
  }
