@font-face {
  font-family: DroidArabicKufi;
  src: url(../fonts/Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf);
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
  font-family: NotoNaskhArabicUI;
  src: url(../fonts/NotoNaskhArabicUI-Bold.ttf);
}

body {
  direction: rtl;
  text-align: right;
  font-family: DroidArabicKufi;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn:focus,
.btn.focus,
.btn-light:focus,
.btn-light.focus {
  box-shadow: none !important;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

html {
  /* border-box box model allows us to add padding and border to our elements without increasing their size */
  box-sizing: border-box;
  /* A system font stack so things load nice and quick! */
  font-family: DroidArabicKufi, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 900;
  /*text-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);*/
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.unslider {
    width:100%;
  overflow: visible;
  position: relative;
  margin-bottom: 50px;
  background: transparent;
  color: #666;
  text-align: center;
  text-shadow: none;
  border-radius: 6px;
}

.unslider li {
  margin-top: 100px;
}

#videos1 .unslider li {
    margin-top: 40px;
}

.unslider-arrow {
  display: block;
  width: 32px;
  height: 32px;
  top: 60%;
  left: auto;
  margin-top: -16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0) no-repeat 50% 50%;
  background-image: url("../img/rounded-rectangle.png");
  background-size: 7px 11px;
  border-radius: 32px;
  text-indent: -999em;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.unslider-arrow.next {
  right: 80px;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.unslider-arrow.prev {
  left: 80px;
  right: auto;
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#videos1 .unslider .unslider-arrow,
#videos2 .unslider .unslider-arrow {
  display: none;
}

.unslider-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding-top: 45px;
}

.unslider-nav ol li {
  display: inline-block;
  float: none;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  padding: 3px;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
  opacity: 0.4;
}

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
  opacity: 1;
}

.books.videos .unslider-nav ol li.unslider-active {
  background-color: #44535a !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px 0;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

a,
a:hover {
  text-decoration: none;
}

.header {
  background: url("../img/background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 630px;
}

.header-v-press {
  background: url("../img/v-press.png");
}

.header-novel {
  background: url("../img/books.png");
}

.header-project {
  background: url("../img/janko-ferlic-174927-unsplash.png");
}

.input-group {
  max-width: 160px;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;
}

.input-group .form-control {
  padding: 0;
  width: 160px;
  height: 28px;
  background-color: transparent;
  color: #fff;
  border: solid 1px #999b9c;
  border-radius: 20px !important;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.input-group .fa-search {
  position: absolute;
  display: block;
  color: #999b9c;
  left: 12px;
  top: 12px;
  width: 12px;
  height: 12px;
}

.h-page {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.page-item:last-child .page-link {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #408CCB !important;
  border-color: #408CCB !important;
}

.page-link {
  color: #8d8d8d !important;
  font-size: 18px;
}

.page-link:hover {
  background-color: #ECECEC !important;
  border-color: #ECECEC !important;
}

.h-text h2 {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}

.h-text p {
  font-size: 30px;
  color: #feb743;
}

@media (max-width: 767.98px) {
  .header {
    height: auto;
  }

  .fix-responsive {
    justify-content: center !important;
  }
}

@media (max-width: 575.98px) {
  .head-text {
    margin-top: 2rem;
  }

  .header .pt-5.img,
  .header img {
    padding-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .fixed-top {
    position: inherit;
    z-index: inherit;
  }

  .c-nav {
    width: 100%;
  }

  .input-group {
    margin-bottom: 10px;
  }

  .input-group .form-control {
    color: #000;
  }

  .navbar-nav {
    background-color: #fff;
    box-shadow: 0 0 3.9px 0.1px rgba(70, 70, 70, 0.1);
    margin: 20px;
    border-radius: 15px;
    margin: 20px 20px 10px 20px !important;
  }

  .navbar-light {
    background-color: #000;
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    margin-left: 20px;
    outline: none;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .nav-item.active a,
  .navbar-light .navbar-nav .active>.nav-link {
    color: #000 !important;
  }

  .input-group .fa-search {
    top: 6px;
  }
}

@media (min-width: 768px) {

  .navbar-light .navbar-nav .nav-link,
  .navbar-nav a {
    color: #fff !important;
    font-size: 14px;
  }
}

.footer-link a {
  color: #999b9c;
  font-size: 14px;
}

.nm-color {
  background-color: #171b1d;
}

.nav-color {
  background-color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.nav-item.active a,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.footer-link a:hover {
  color: #fff;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: white;
}

.head-text h2 {
  color: #fff;
  font-family: DroidArabicKufi;
  font-size: 18px;
}

.head-text h2 span {
  font-weight: bold;
  font-size: 30px;
}

.head-text .btn-light {
  background: transparent;
  color: #f7f7f7;
  border-color: #f7f7f7;
}

.head-text .btn-light:hover {
  color: #000;
  background: #ffe44b;
  background: -moz-linear-gradient(top, #ffe44b 0%, #fff3b1 7%, #ffe44b 35%, #fc972a 100%);
  background: -webkit-linear-gradient(top, #ffe44b 0%, #fff3b1 7%, #ffe44b 35%, #fc972a 100%);
  background: linear-gradient(to bottom, #ffe44b 0%, #fff3b1 7%, #ffe44b 35%, #fc972a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe44b', endColorstr='#fc972a', GradientType=0);
  border: none;
}

.head-text .btn {
  border-width: 2px;
  border-radius: 18px;
  width: 160px;
  height: 36px;
  line-height: 20px;
}

.head-hr {
  width: 160px;
  height: 1px;
  opacity: 0.5;
  /* mix-blend-mode: undefined; */
  background-color: #9ea6aa;
}

.head-resume,
.head-resume1 {
  width: 160px;
  height: 1px;
  opacity: 0.5;
  /* mix-blend-mode: undefined; */
  background-color: #9ea6aa;
  display: inline-block;
  position: relative;
  right: 0;
  margin: 0;
  margin-right: 3px;
}

.head-resume1 {
  width: 189px;
  background-color: #e1e1e1;
}

.hr-f {
  width: 95px;
}

.ab-hr {
  transform: rotate(90deg);
  position: absolute;
  opacity: 0.1;
  background-color: #171b1d;
  right: 19%;
  margin-top: 70px;
}

.books.book .p-item,
.books .p-item {
  color: #44535a;
  font-size: 24px;
}

.books.book .p-item:hover,
.books.book .p-item:focus,
.books .p-item:hover,
.books .p-item:focus {
  color: #1da1f2;
  text-decoration: none;
}

.books.book .b-intro p,
.books .b-intro p {
  font-family: NotoNaskhArabicUI;
  font-size: 18px;
  color: rgba(33, 37, 41, 0.8);
  line-height: 1.67;
}

p {
  margin: 0;
}

.books.book .card {
  height: 100%;
}

.books.book .card .card-img {
  min-height: 100%;
}

.books.book .card .card-img-overlay {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.books.book .card .card-img-overlay .card-text.b-title {
  font-size: 24px;
  margin: 10px 0 16px 0;
}

.books.book .card .card-img-overlay .card-title {
  color: #c0c0c0;
}

.books.book .card .card-img-overlay .c-link a {
  width: 21px;
  margin: 10px;
  padding: 2px 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-decoration: none;
}

.books.book .card .card-img-overlay .c-link a:hover {
  background: #fff;
}

.c-link .book-preview,
.c-link .book-download {
  position: relative;
  top: 3px;
}

.books.book .card .card-img-overlay .c-link a:hover path {
  fill: #000;
}

@media (max-width: 991.98px) {
  .books.book .card .card-img-overlay .mt-5 {
    margin-top: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .books.book .card .card-img-overlay .mt-5 {
    margin-top: 3rem !important;
  }
}

.books.book .card:hover .card-img-overlay {
  visibility: visible;
  transition: all 1s ease-out;
}

.books.book .card.novel {
  border-radius: 1px;
  border: none;
}

.books.book .card.novel .card-img {
  height: 250px;
  max-width: 250px;
  max-height: 250px;
  object-fit: cover;
}

.books.book .card.novel .card-body {}

.books.book .card.novel .card-body .card-title {
  font-family: DroidArabicKufi;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.18;
}

.books.book .card.novel .card-body .card-text {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}

/* twitter section start */
.twitter {
  background: url("../img/tw-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.twitter .t-intro h2 {
  color: #fff;
}

.twitter .t-intro p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.67;
}

.twitter .b-intro .date {
  font-size: 14px;
  line-height: 1.86;
  color: rgba(0, 0, 0, 0.7);
  font-family: OpenSans-SemiBold;
  padding-top: 35px;
  padding-bottom: 11px;
}

.twitter .b-intro .prof-img {
  width: 140px;
  max-width: 140px;
  max-height: 140px;
  border-radius: 50%;
  margin-top: -100px;
  border: solid 6px #ffffff;
  object-fit: cover;
}

.twitter .b-intro .card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #000000;
  padding-top: 17px;
}

.twitter .b-intro .tw-f .row {
  align-items: center;
  font-family: OpenSans-SemiBold;
}

.twitter .b-intro .tw-hr {
  height: 0.05px;
  opacity: 0.1;
  background-color: #636363;
}

.twitter .b-intro .tw-f .row .tw-lt {
  font-size: 14px;
}

.twitter .b-intro .tw-f .row .tw-small-img {
  padding: 6px;
  width: 34px;
}

.twitter .b-intro .twit-tit {
  font-size: 16px;
  line-height: 1.63;
  color: #1da1f2;
  font-family: 'Open Sans', sans-serif;
}

.twitter .b-intro .tw-likes {
  padding-top: 14px;
  padding-bottom: 8px;
}

.twitter .b-intro .tw-likes span {
  font-family: OpenSans-SemiBold;
  font-size: 13px;
}

.twitter .b-intro .card-text {
  font-size: 16px;
  line-height: 1.63;
  color: #000000;
  padding-top: 26px;
}

/* twitter section end */
#videos1 .unslider-nav ol li,
#videos2 .unslider-nav ol li {
  border-color: #44535a;
  background-color: #44535a00;
}

#videos1 .card,
#videos2 .card {
  border: none;
  background-color: #fbfcfc;
}

#videos1 .card h5.card-title a,
#videos2 .card h5.card-title a {
  font-size: 18px;
  line-height: 1.56;
  color: #44535a;
  font-weight: bold;
}

#videos1 .card .card-subtitle,
#videos2 .card .card-subtitle {
  color: #1da1f2;
}

#videos1 .card .date,
#videos2 .card .date {
  font-size: 15px;
  font-family: OpenSans-SemiBold;
  color: #44535a;
  margin-bottom: 24px;
}

.video-overlay .card-img-overlay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  cursor: pointer;
}

#videos1 .video-overlay:hover .card-img-overlay,
#videos2 .video-overlay:hover .card-img-overlay {
  visibility: visible;
  transition: 0.5s all ease-out;
}

.date {
  direction: ltr;
  font-size: 18px;
  line-height: 1.61;
  color: #585858;
  font-family: OpenSans-SemiBold;
}

#videos1 .card .card-link,
#videos2 .card .card-link {
  font-size: 16.2px;
  color: #44535a;
}

#videos1 .card .card-text,
#videos2 .card .card-text {
  font-size: 18px;
  font-family: NotoNaskhArabicUI;
  opacity: 0.7;
}

.about {
  background-color: #f8f9fa;
}

.about .c-border {
  position: relative;
  border-left: 1px solid rgba(23, 27, 29, 0.1);
  margin-left: 20px;
}

.about .c-border p {
  display: flex;
  height: 100%;
  align-items: center;
}

.about .c-border p img {
  width: 16px;
  position: relative;
  left: -8px;
}

.about .c-border p span {
  color: #44535a;
  font-family: Lato;
  font-size: 30px;
  margin-left: 15px;
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 575.98px) {
  /* .about .c-border {
    border-left: none;
    direction: rtl;
  }
  .about .c-border p span {
    margin-right: 15px;
    margin-left: 0;
  } */
}

@media (max-width: 767.98px) {
  .about .c-border {
    border-left: none;
    direction: rtl;
  }

  .about .c-border p span {
    margin-right: 15px;
    margin-left: 0;
  }
}

.about .card-body ul {
  margin: 0;
}

.about .card-body ul li {
  color: #1da1f2;
}

.about .card-body ul li span {
  color: #171b1d;
}

footer {
  width: 100%;
  background-color: #0e0e0e;
}

ul.list-social-media {
  list-style: none;
  padding: 0;
}

li.social-media-li {
  display: inline-block;
  padding: 5px 11px;
}

li.social-media-li:first-child {
  padding-right: 0;
}

li.social-media-li i {
  color: #b9b9b9;
}

h3.title-footer {
  color: #fff;
  font-size: 14px;
  line-height: 1.71;
  font-family: DroidArabicKufi;
  margin-top: 16px;
  width: 100px;
}

h3.title-footer hr {
  border-top-color: #fff;
}

.footer-link {
  list-style: none;
  color: #b9b9b9;
  font-size: 12px;
  font-family: DroidArabicKufi;
  line-height: 2;
}

.bottom-footer {
  list-style: none;
  color: #b9b9b9;
  font-size: 12px;
  font-family: DroidArabicKufi;
  background-color: #010101 !important;
  text-align: right;
}

li {
  padding: 2px 0;
}

.bottom-footer p {
  font-size: 11px;
  margin: 0;
  padding-top: 5px;
}

/* dictop */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    display: inline-flex;
    padding: 0;
  }
}

.bg-video {
  background: url("../img/bg-video.png");
  height: 627px;
  object-fit: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e5e5e5;
}

.bg-video iframe {
  margin-top: 200px;
  height: 518px;
}

.blog-title {
  font-family: DroidArabicKufi;
  font-size: 25px;
  color: #44535a;
  line-height: 50px;
  font-weight: bold;
}

.input-t h5 {
  font-weight: bold;
}

.input-t #search-input::placeholder {
  background: url(../img/download.png) no-repeat scroll 7px 7px;
  padding-left: 30px;
  color: #e1e1e1;
}

.b-comments a {
  color: #44535a;
}

.b-admin {
  padding: 22px 25px;
  background-color: #ebebeb;
}

.b-admin img {
  width: 116px;
  height: 116px;
  object-fit: contain;
}

.b-admin h2 {
  color: #1da0f2;
  font-size: 18px;
}

.blue {
  color: #1da0f2;
}

.p-desc {
  color: #44535a;
  font-family: NotoNaskhArabic;
  line-height: 40px;
  font-size: 20px;
}

.b-social {
  margin-bottom: 38px;
}

.b-social .f-l {
  font-size: 27px;
  cursor: pointer;
  padding-left: 5px;
}

.f-m {
  font-size: 20px;
}

.b-social .f-s {
  font-size: 31px;
  cursor: pointer;
}

.b-social .fa-facebook-official {
  color: #3b5999;
}

.b-social .fa-twitter-square {
  color: #55acee;
}

.b-social .fa-google-plus-square {
  color: #dd4b39;
}

.b-social .fa-linkedin-square {
  color: #0077b5;
}

.b-v-cont .blog-title {
  margin-top: 32px;
  margin-bottom: 37px;
}

.b-v-cont .date {
  font-size: 20px;
  color: #6e6e6e;
}

.b-v-cont .v-desc-text {
  margin-bottom: 75px;
}

.b-v-cont .comm-title {
  margin-top: -10px;
  display: inline-block;
  color: #6e6e6e;
  font-size: 24px;
  background-color: #fff;
  padding: 0 30px;
}

/*
.v-content {
  border: solid 2px rgba(225, 225, 225, 0.1);
}
.l-news .d-flex img {
  max-height: 56px;
}

.l-news .d-flex .news-text {
  font-size: 14px;
  cursor: pointer;
}

.l-news .d-flex .news-text p {
  margin: 0;
}

.l-news .d-flex .news-text p:hover {
  color: #1da0f2;
}

.l-news .d-flex .news-text .p-date {
  font-family: OpenSans-SemiBold;
}

.t-color {
  color: #44535a;
}

.page-link {
  color: #44535a;
}

.card-txt {
  font-family: DroidArabicKufi;
  font-size: 15.9px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1da1f2;
}

.card-sub {
  font-family: DroidArabicKufi;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #44535a;
}

.card-date {
  font-family: OpenSans-SemiBold;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #44535a;
} */
.single-novel {
  margin-top: 188px;
}

.single-novel .card-img {
  object-fit: contain;
  border-radius: 10px;
}

.single-novel .btn {
  display: flex;
  align-items: center;
  color: #ffffff;
  object-fit: contain;
  border-radius: 18px;
  background-color: #17A2F2;
  font-size: 21px;
  line-height: 1.05;
  padding: 0;
  padding-right: 30px;
  margin-bottom: 38px;
}

.single-novel .btn a {
  background-color: #0262C0;
  height: 100%;
  display: inherit;
  padding: 16px 20px;
  border-left: 1px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  margin-right: 30px;
  padding-bottom: 14px !important;
}

.single-novel h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: bold;
  text-align: right;
  color: #44535a;
}

.single-novel p {
  font-size: 18px;
  text-align: right;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 5px;
}

.single-novel p span {
  color: #1da1f2;
}

.single-novel .brief-books {
  margin-top: 152px;
}

.single-novel .brief-books h2 {
  font-size: 18px;
}

.single-novel .brief-books p {
  font-weight: normal;
  font-family: NotoNaskhArabicUI;
  color: #333333;
  line-height: 1.67;
}

/* x-star-rating {
  font-family: "Ionicons";
  font-size: 48px;
  display: inline-flex;
  cursor: pointer;
}

x-star-rating>.star::after {
  content: "\f3ae";
  color: #777;
}

x-star-rating>.star.full::after {
  content: "\f2fc";
  color: #1da1f2;
} */
.brief .brief-books h2 {
  font-family: DroidArabicKufi;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #44535a;
}

.brief .brief-books p {
  font-family: DroidArabicKufi;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: justify;
  color: #44535a;
}

.brief .d-flex i {
  cursor: pointer;
  color: #fff;
  background-color: #1da1f2;
  border: 1px solid #1da1f2;
  border-radius: 50%;
  padding: 15px;
}

.resume {
  margin-top: 190px;
  color: #44535a;
}

.resume .m-card {
  border: none;
  background-color: #f2f2f2;
  box-shadow: 0 0 3.9px 0.1px rgba(70, 70, 70, 0.1);
}

.resume h1 {
  font-size: 28.1px;
  font-weight: bold;
  margin-bottom: 6px;
}

.resume .m-card .btn {
  display: flex;
  align-items: center;
  color: #ffffff;
  object-fit: contain;
  border-radius: 18px;
  background-color: #7a848a;
  font-size: 21px;
  line-height: 1.05;
  padding: 0;
  padding-right: 30px;
  margin-bottom: 45px;
}

.resume .m-card .btn p {
  background-color: #49585f;
  height: 100%;
  display: inherit;
  padding: 16px 20px;
  border-left: 1px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  margin-right: 30px;
  padding-bottom: 14px !important;
}

.resume .m-card .card-body .card-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}

.resume .card-img-top {
  max-width: 317px;
  object-fit: contain;
}

.resume .res-desc {
  border-radius: 4px;
  background-color: #f8f9fa;
  box-shadow: 0 0 3.9px 0.1px rgba(70, 70, 70, 0.1);
  border: none;
  border-radius: 20px;
  padding: 45px 65px;
}

@media (max-width: 767.98px) {
  .top-footer {
    text-align: center;
  }

  h3.title-footer {
    width: 100%;
  }

  .bottom-footer {
    text-align: center;
  }

  .single-novel .brief-books {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {

  .resume,
  .single-novel {
    margin-top: 90px;
  }

  .resume .m-card .btn p {
    padding: 12px;
    margin-right: 10px;
  }

  .resume .m-card .btn {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  .resume .res-desc {
    padding: 30px;
  }
}

.resume .res-desc .desc-title {
  line-height: 1.22;
  font-size: 18px;
  font-weight: bold;
}

.resume .res-desc ul li {
  color: #1da1f2;
}

.resume .res-desc ul li span {
  color: #44535a;
}

.no-border {
  border: none !important;
}

.no-border.scroll {
  height: 600px !important;
  overflow-y: scroll;
}

.no-border .card-body {
  padding: 32px 26px;
}

.no-border p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}

.no-border .card-body p .link-title {
  font-size: 18px;
  line-height: 1.56;
  color: #44535a;
  font-weight: bold;
}

.no-border p img {
  min-width: 12px;
  min-height: 11px;
  width: 12px;
}

.no-border p span {
  margin-right: 18px;
  margin-top: -8px;
}

.m-card .no-border p span {
  font-size: 16px;
  /* ahmed bahgat */
  line-height: 1.2;
}

.m-card .no-border p {
  margin-bottom: 20px;
}

.bo:hover {
  text-decoration: none;
}

/* search page */
.search-page {
  margin-top: 200px;
}

.search-page h1 {
  font-size: 26px;
  color: #2d3131;
}

.search-page form {
  border-radius: 4px;
  background-color: #f5f5f5;
  border: solid 1px #e8e8e8;
  margin-top: 35px;
  margin-bottom: 60px;
}

.search-page form .form-group {
  margin-bottom: 45px;
  margin-top: 31px;
  margin-left: 65px;
  margin-right: 65px;
}

.search-page form label {
  font-size: 18px;
  color: #2d3131;
}

.search-page form input {
  height: 30px;
}

.search-page form .search-btn .btn {
  background-color: #1da1f2;
  width: 125px;
  height: 30px;
  padding: 0;
}

.search-page .table th,
.search-page .table td {
  border-bottom: 1px solid #e1e1e1;
  border-top: none;
}

.search-page .table th {
  color: #2d3131;
  font-size: 20px;
}

.search-page .table td {
  font-size: 18px;
  line-height: 1.61;
  color: #585858;
}

.search-page .table td:hover {
  color: #1da1f2;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F8F8F8;
}

.copy span {
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 575.98px) {
  .search-page .table td {
    font-size: 12px;
  }

  .search-page {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .search-page form .form-group .res-p {
    margin-bottom: 20px;
  }
}

.fa.fa-exclamation-circle {
  color: #000;
  font-size: 150px;
}