@import url("https://fonts.googleapis.com/css2?family=Cairo&display=swap");
:root {
  --main-color: #2aa8bc;
  --second-color: #76787d;
}
a:hover {
  text-decoration: none;
}
body {
  background: #f9f9f9;
  font-family: "Cairo", sans-serif;
}
.navbar {
  background: #fff !important;
  border-bottom: 1px solid #eee;
}
.navbar .dashboard-btn {
  color: var(--main-color);
  padding: 5px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  width: 120px;
  text-align: center;
  transition: 0.3s;
}
.navbar .dashboard-btn:hover {
  background: var(--main-color);
  color: #fff;
}
/* banar */
.banar {
  background: url(../images/v.png) no-repeat;
  background-position: center;
  background-size: cover;
  color: #17a2b;
  position: relative;
  min-height: 50vh;
}
.banar .overlay {
  background-color:#17a2b8;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banar .lib-info {
  font-family: "Cairo", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  width: 90%;
}
.banar .lib-info h4 {
  font-size: 65px;
  font-weight: bold;
  padding: 10px;
}
.banar .lib-info p {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  line-height: 30px;
}
/* Start Books */
.books {
  margin: 50px 0;
}
.card {
  margin-bottom: 30px;
}
.img-cover {
  height: 250px;
  overflow: hidden;
}
.img-cover .card-img-top {
  width: 100%;
  height: auto;
  display: block;
}
.card-title a {
  color: var(--main-color);
  transition: 0.3s;
}
.card-title a:hover {
  text-decoration: none;
  color: var(--second-color);
}
.card-text {
  color: #777;
  line-height: 30px;
}
.custom-btn {
  padding: 10px;
  border: 1px solid var(--main-color);
  outline: none;
  transition: 0.3s;
  width: 100%;
  background: var(--main-color);
  color: #fff;
}
.custom-btn:hover {
  background: var(--main-color);
}
.custom-btn a {
  font-size: 18px;
  display: block;
  color: #fff;
}
.custom-btn a:hover {
  text-decoration: none;
  color: #fff;
}
/* End Books */

/* Start Show individual book */
.book-cover {
  overflow: hidden;
}
.book-cover img {
  width: 100%;
}
.book-content {
  margin-top: 20px;
}
.book-content h4 a {
  color: #555;
}
.book-content h4 a:hover {
  color: #777;
  text-decoration: none;
}
.book-content p {
  line-height: 30px;
}
/* Reated Books */
.related-books {
  margin-top: 70px;
}
.related-book {
  margin: 20px 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}
.cover {
  overflow: hidden;
}
.cover img {
  width: 100%;
}
.title {
  margin: 10px 0;
}
.title a {
  color: #555;
}
.title a:hover {
  color: #777;
}
/* End Show individual book */

/* Start footer */
footer {
  background: #fff;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
/* End footer */

/* Show individual book */
.book-cover {
  overflow: hidden;
  display: block;
  width: 100%;
}
.book-cover img {
  width: 100%;
  display: block;
  overflow: hidden;
}
/* footer*/
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #2b373a;
    padding-top: 50px; }


.footer-area .footer-widget {
    position: relative;
    z-index: 1;
    font-family: 'Tajawal', sans-serif;

}
.footer-area .footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #FFFFFF;
    text-align: right;

}


.footer-area .footer-widget p{

    text-align: justify;
    color: #FFFFFF;
}
.footer-area .footer-widget .placeholder
{


}
.footer-area .footer-widget .contact-address {
    position: relative;
    z-index: 1; }
.footer-area .footer-widget .contact-address p {
    margin-bottom: 0; }
.footer-area .footer-widget .footer-nl-area {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
.footer-area .footer-widget .footer-nl-area form {
    position: relative;
    z-index: 1; }
.footer-area .footer-widget .footer-nl-area form input {
    width: 100%;
    height: 40px;
    background-color: #303334;
    border-radius: 0;
    padding: 0 50px;
    border: none; }
.footer-area .footer-widget .footer-nl-area form button {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #656565;
    color: #ffffff;
    z-index: 10;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
.footer-area .footer-widget .footer-nl-area form button:hover, .footer-area .footer-widget .footer-nl-area form button:focus {
    background-color: #495057;
    color: #ffffff; }
.footer-area .footer-widget ul li:before{


    margin-right: 5px;
    font-size: 14px;
    top:-1px;
    position: relative;
    color: #ffffff;
}

.footer-area .footer-widget a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;

}

.footer-area .footer-widget a:hover{
    color: #17a2b8;

}


.footer-area .footer-widget .footer-social-area {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
.footer-area .footer-widget .footer-social-area a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #17a2b8;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 5px; }
.footer-area .footer-widget .footer-social-area a:last-child {
    margin-right: 0; }
.footer-area .footer-widget .footer-social-area a.facebook {
    background-color: #597dca; }
.footer-area .footer-widget .footer-social-area a.twitter {
    background-color: #1da1f2; }
.footer-area .footer-widget .footer-social-area a.google-plus {
    background-color: #db4437; }
.footer-area .footer-widget .footer-social-area a.instagram {
    background-color: #a67c52; }
.footer-area .footer-widget .footer-social-area a.linkedin {
    background-color: #3b5998; }
.footer-area .footer-widget .footer-social-area a:hover, .footer-area .footer-widget .footer-social-area a:focus {
    background-color: #17a2b8; }

.footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding: 0px 0;
    text-align: center;
    background-color: #17a2b8; }
.footer-area .copywrite-area .copywrite-text {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .copywrite-area .copywrite-text {
        font-size: 12px; } }
@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .copywrite-text {
        font-size: 12px; } }



.footer-contact li {
    text-align: right;
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
    line-height: 25px;
}
.footer-contact li:nth-child(1) {
    background-image: url("../img/loca.png");

}
.footer-contact li:nth-child(2) {
    background-image: url("../img/smart.png");

}

.footer-contact li:nth-child(4) {
    background-image: url("../img/contact.png");

}
.footer-contact li:nth-child(6) {
    background-image: url("../img/clock.png");

}
.pull-right {
    float: right;
}
@media (min-width: 1200px)
.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
@media (min-width: 576px)
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
}
@media (min-width: 768px)
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-font-smoothing: antialiased;
}
*, *::before, *::after {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
footer {
    background-color: #EFF3F9;
    font-family: ‘ Thabit’, serif;
}
footer {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

 