/*
 * _mixins.scss
 */
@keyframes more {
  0% {
    margin-left: 0px;
  }
  25% {
    margin-left: -5px;
  }
  50% {
    margin-left: -2px;
  }
  75% {
    margin-left: -5px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes arrow {
  0% {
    top: 45%;
  }
  25% {
    top: 46%;
  }
  50% {
    top: 43%;
  }
  75% {
    top: 46%;
  }
  100% {
    top: 45%;
  }
}
@keyframes downArrow {
  0% {
    margin-bottom: 0px;
  }
  25% {
    margin-bottom: -5px;
  }
  50% {
    margin-bottom: 0px;
  }
  75% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 0px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cursorMove1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes cursorMove2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.4);
  }
}
@keyframes cursorMove3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes DropAnimation {
  from {
    opacity: 0;
    transform: translateY(-1em);
  }
  to {
    opacity: 1;
    transform: translateY(1.5em);
  }
}
@keyframes btnHover {
  0% {
    left: -15%;
  }
  25% {
    left: 25%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 75%;
  }
  100% {
    left: 115%;
  }
}
.line:before, h2:before,
h1.h2-intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 8px;
  background: #1b55d2;
}

.center-line:before, h2.text-center:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 8px;
  background: #1b55d2;
  margin: auto;
}

.no-line,
h1.h2-intro.no-line {
  padding-bottom: 0;
}
.no-line:before,
h1.h2-intro.no-line:before {
  display: none;
}

.opacity:before, .horizontal-card .img-wrapper:hover:before, .card .img-wrapper:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.intro-opacity {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 2%;
  display: flex;
  align-items: flex-start;
}
.intro-opacity .inner {
  z-index: 1;
  position: relative;
  padding: 4% 8%;
  color: #fff !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.intro-opacity .inner h3 {
  font-family: DroidArabicKufi;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: right;
  color: var(--white);
}
.intro-opacity .inner p {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
.intro-opacity:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0.74;
  background-color: rgba(0, 0, 0, 0.4);
}

@font-face {
  font-family: WatanExtraBold;
  src: url(../fonts/Watan-Extra-Bold.ttf);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: DroidArabicKufi;
  src: url(../fonts/Cairo-Regular.ttf);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: DroidArabicKufi;
  src: url(../fonts/Cairo-Bold.ttf);
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
h1 {
  font-family: DroidArabicKufi;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.75;
  text-align: right;
  color: #ffffff;
}

h2,
h1.h2-intro {
  font-family: DroidArabicKufi;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  text-align: right;
  color: #3f3e3e;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

h2.text-center {
  margin-bottom: 10px;
}

h3,
h1.h3-intro {
  font-family: DroidArabicKufi;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.54;
  text-align: right;
  color: #3f3e3e;
  margin-bottom: 10px;
}

small,
.card-subtitle,
.small-textBlackBold {
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #2c2c2c;
  display: block;
  margin-bottom: 5px;
}

.card-answer {
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #1b55d2;
  display: block;
  margin-bottom: 10px;
}

p {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2c2c2c;
  margin-bottom: 5px;
}

ul,
li {
  list-style-type: none;
  padding: 0;
}

iframe {
  line-height: 0;
}

.subtitle {
  font-family: DroidArabicKufi;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #2c2c2c;
}

.subhead,
.blockquote,
blockquote {
  font-family: DroidArabicKufi;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  text-align: right;
  color: #2c2c2c;
}

.blockquote,
blockquote {
  background: rgba(15, 51, 125, 0.1);
}

.TitlesWhiteRegular {
  font-family: DroidArabicKufi;
  font-size: 16px;
  line-height: 1.88;
  text-align: right;
  color: #ffffff;
}

.list-title {
  font-family: DroidArabicKufi;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: right;
  color: #4a4a4a;
  margin: 15px 0;
}

.intro-link {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  display: inline-block;
}

.about-us li:not(.list-title),
.contact-us li {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2c2c2c;
  color: #3f3e3e;
  padding: 7px 0;
}

a,
textarea,
input,
button,
.slick-slide {
  transition: all 0.3s;
  position: relative;
}
a:hover, a:focus,
textarea:hover,
textarea:focus,
input:hover,
input:focus,
button:hover,
button:focus,
.slick-slide:hover,
.slick-slide:focus {
  text-decoration: none;
  box-shadow: none !important;
  outline: none;
}

.card-link:after,
.intro-link:after,
.header-links a:after {
  content: "";
  position: absolute;
  right: 0;
  background: #1b55d2;
  bottom: -3px;
  transition: all 0.3s;
  width: 0px;
  height: 0px;
}
.card-link:hover, .card-link:focus,
.intro-link:hover,
.intro-link:focus,
.header-links a:hover,
.header-links a:focus {
  color: #1b55d2;
  text-shadow: 0px 0px 0.5px #1b55d2;
}
.card-link:hover:after, .card-link:focus:after,
.intro-link:hover:after,
.intro-link:focus:after,
.header-links a:hover:after,
.header-links a:focus:after {
  width: 30px;
  height: 2px;
}

.navbar-toggler[aria-expanded=false]:hover:after,
.dropdown-toggle[aria-expanded=false]:hover:after {
  animation: downArrow 1.5s linear infinite;
}

.more-link {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2c2c2c;
}
.more-link i {
  margin-right: 10px;
}
.more-link:hover {
  color: #1b55d2;
}
.more-link:hover i {
  animation: more 1.5s linear infinite;
}

textarea.form-control {
  resize: none;
  margin: 30px 0 0;
  padding: 15px;
}

.title {
  font-family: DroidArabicKufi;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}
.title span {
  margin: auto;
}

.btn {
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 55px;
  box-shadow: 0 0 4px 0 rgba(0, 39, 124, 0.2);
  border: solid 1px #1b55d2;
  background-color: #1b55d2;
  padding: 1% 8%;
  z-index: 1;
  margin-top: 30px;
  overflow: hidden;
  transition: all 0.6s;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 10px;
  height: 100px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  transform: rotate(-45deg);
}
.btn:hover {
  color: #ffffff;
  text-shadow: 0 0 1px #ffffff;
}
.btn:hover:after {
  animation: btnHover 0.3s linear;
}

.underline-btn {
  text-align: left;
}
.underline-btn button {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #2c2c2c;
  border: 0;
  border-bottom: 1px solid #2c2c2c;
  padding: 5px 0;
  border-radius: 0%;
  background-color: transparent;
  z-index: 1;
}

.social-white {
  text-align: center;
  z-index: 1;
}
.social-white a {
  display: inline-block;
  margin: 10px;
}
.social-white a img {
  max-width: 30px;
  border-radius: 50%;
  transition: all 0.3s;
}

a.whatsapp:hover img {
  background: #06d755;
}

a.insta:hover img {
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, rgba(0, 0, 0, 0) 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}

a.twitter:hover img {
  background: #55acee;
}

a.youtube:hover img {
  background: #c31a1e;
}

a.facebook:hover img {
  background: #3b5998;
}

.blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0em;
  bottom: 0em;
  right: 0;
  left: 0;
}
.blur:after, .blur:before {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0em;
  filter: blur(10px);
  background: rgba(78, 94, 107, 0.4);
}
.blur:after {
  right: 0;
}
.blur:before {
  left: 0;
}

body {
  direction: rtl;
  text-align: right;
  zoom: 95%;
  overflow-x: hidden !important;
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2c2c2c;
}

.container-fluid {
  max-width: calc(100% - 120px);
}

header {
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
  padding: 14px 0;
  background: #ffffff;
  margin-bottom: 5px;
  z-index: 20;
}
header .logo {
  width: 67px;
  height: 69px;
  display: inline-block;
}
header .logo img {
  width: 100%;
}
header .header-links a {
  margin: 0 15px;
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #2c2c2c;
}
@media (max-width: 992px) {
  header .header-links {
    display: none;
  }
}
header .side-btn {
  background: #ffffff;
  position: relative;
  display: inline-block;
  padding: 5px;
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
  border-radius: 3px;
}
header .side-btn .side-btn-icon {
  width: 30px;
  height: 3px;
  background: #0f337d;
  display: block;
  margin: 5px 0;
}
header .side-btn .side-btn-icon:first-child, header .side-btn .side-btn-icon:last-child {
  transition: all 0.3s;
}
header .side-btn.show {
  position: fixed;
  z-index: 10;
  padding: 10px 5px;
  margin-right: 15%;
}
header .side-btn.show .side-btn-icon:first-child, header .side-btn.show .side-btn-icon:last-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .side-btn.show .side-btn-icon:first-child {
  transform: rotate(-45deg);
}
header .side-btn.show .side-btn-icon:nth-child(2) {
  opacity: 0;
}
header .side-btn.show .side-btn-icon:last-child {
  transform: rotate(45deg);
}

.side-nav {
  background: rgba(44, 44, 44, 0.9);
  transition: all 0.2s;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  height: 110vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.side-nav .navbar-nav {
  background: #0f337d;
  width: 35%;
  padding: 3% 5%;
  transition: all 0.5s;
}
.side-nav .nav-item {
  cursor: pointer;
  padding: 30px 0;
}
.side-nav .nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.side-nav .nav-item .nav-link {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #ffffff;
}
.side-nav .nav-item .navbar-toggler.nav-link[aria-expanded=true] {
  margin-bottom: 30px;
}
.side-nav .nav-item .dropdown-link {
  font-family: DroidArabicKufi;
  font-size: 14px;
  text-align: right;
  color: #ffffff;
  margin-bottom: 15px;
}
.side-nav .nav-item .dropdown-link a {
  font-family: DroidArabicKufi;
  font-size: 14px;
  text-align: right;
  color: #ffffff;
  position: relative;
}
.side-nav .nav-item .dropdown-link a:after {
  content: "";
  position: absolute;
  right: 0;
  background: #ffffff;
  bottom: -3px;
  transition: all 0.3s;
  width: 0px;
  height: 0px;
}
.side-nav .nav-item .dropdown-link a:hover, .side-nav .nav-item .dropdown-link a:focus {
  text-shadow: 0px 0px 0.5px #ffffff;
}
.side-nav .nav-item .dropdown-link a:hover:after, .side-nav .nav-item .dropdown-link a:focus:after {
  width: 30px;
  height: 2px;
}
.side-nav .nav-item .navbar-toggler.nav-link {
  position: relative;
}

.side-nav.show {
  opacity: 1;
  z-index: 9;
  visibility: visible;
}
.page-content {
  position: relative;
  z-index: 1;
}

.search {
  display: inline-block;
  position: relative;
  height: 23px;
  width: 23px;
  box-sizing: border-box;
  border: 2px solid #1b55d2;
  border-radius: 25px;
  transition: all 0.5s ease;
  cursor: text;
  margin-top: 5px;
  line-height: 0;
}
@media (max-width: 900px) {
  .search {
    display: none;
  }
}
.search:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  right: -2px;
  top: 15px;
  background: #1b55d2;
  border-radius: 3px;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.search.active, .search:hover {
  width: 150px;
  margin-right: 0;
}
.search.active:after, .search:hover:after {
  height: 0;
}
.search input {
  width: 100%;
  border: none;
  color: inherit;
  background: transparent;
  outline-width: 0;
  color: #1b55d2;
  padding: 0 5px;
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #1b55d2;
}

.search-field {
  position: absolute;
  display: none;
  z-index: 111;
  width: 100%;
}
.search-field .search-inner:after {
  content: "";
  position: absolute;
  top: -14px;
  right: 42px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1b55d2;
}
.search-field .search-inner:before {
  content: "";
  position: absolute;
  top: -16px;
  right: 40px;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 16px solid #ccc;
}
.search-field .search-inner .form-control {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  background-image: none;
  border: none;
}

.mobile-search i {
  color: #1b55d2;
}

footer {
  background: url("../images/footer.jpg");
  background-size: cover;
  padding: 50px 0;
  z-index: 1;
}
footer h6 {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #ffffff;
  margin-bottom: 5%;
}
footer ul li {
  font-family: DroidArabicKufi;
  font-size: 14px;
  text-align: right;
  color: #ffffff;
}
footer ul li a {
  position: relative;
}
footer ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  background: #ffffff;
  bottom: -3px;
  transition: all 0.3s;
  width: 0px;
  height: 0px;
}
footer ul li a:hover, footer ul li a:focus {
  text-shadow: 0px 0px 0.5px #ffffff;
}
footer ul li a:hover:after, footer ul li a:focus:after {
  width: 30px;
  height: 2px;
}
footer .social-white {
  margin-bottom: 30px;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom p {
  margin-bottom: 0;
  font-family: DroidArabicKufi;
  font-size: 10px;
  text-align: right;
  color: #ffffff;
}
footer .footer-bottom a {
  padding-left: 20px;
  padding-right: 20px;
  font-family: DroidArabicKufi;
  font-size: 14px;
  text-align: right;
  color: #ffffff;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #1b55d2;
  outline: 0;
  font-size: 1.3rem;
  color: #1b55d2;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  background: url("../images/search.png") no-repeat scroll 7px 7px;
  padding-left: 30px;
}
.form__field::placeholder {
  color: transparent;
  direction: rtl;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.2rem;
  cursor: text;
  top: 20px;
  direction: rtl;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1.3rem;
  color: #1b55d2;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 5px;
  border-image: linear-gradient(to right, #1b55d2, #1b55d2);
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1.3rem;
  color: #1b55d2;
  font-weight: 700;
}

.modal-body {
  padding: 1rem 2rem 4rem;
}

.modal-header {
  border: none !important;
  font-size: 1.5rem;
}
.modal-header .close span {
  color: #1b55d2;
}

.modal-backdrop.show {
  width: 100%;
  height: 100%;
}

.b-crumb {
  border-bottom: 1px #dddddd solid;
  border-radius: 0;
  padding: 10px 0 !important;
  margin-bottom: 2%;
}

footer .footer-bottom a {
  padding-left: 4px;
  padding-right: 4px;
  font-family: DroidArabicKufi;
  font-size: 12px;
  text-align: right;
  color: #ffffff;
}

.mobile-share {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .mobile-share {
    display: block;
  }
}

.akhbar-wrapper {
  display: flex;
  align-items: center;
  height: 30px;
  overflow-y: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
}
.akhbar-wrapper small {
  background: #1b55d2;
  color: #fff;
}
.akhbar-wrapper i {
  color: #1b55d2;
  line-height: 0;
  font-size: 55px;
  margin-right: -3px;
}

section {
  padding: 40px 0;
}

.electronic-library {
  text-align: center;
}

.most-read-div {
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
  padding: 15px;
}

.card {
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
  margin: 8px 0;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.card .img-wrapper {
  text-align: center;
  height: 169px;
  position: relative;
  overflow: hidden;
}
.card .img-wrapper img {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.card .img-wrapper:hover img {
  transform: scale(1.1);
}
.card .card-body {
  padding: 15px;
}
.card .card-body .card-link {
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #1b55d2;
  display: inline-block;
}
.card .card-body .card-details {
  overflow: hidden;
}
.card:hover {
  box-shadow: 0 0 30px 1px #ececec;
}

.card.large .card-body {
  padding: 18px 25px;
}
.card.large .card-body p {
  font-family: DroidArabicKufi;
  font-size: 16px;
  line-height: 1.88;
  text-align: right;
  color: #2c2c2c;
}
.card.large .img-wrapper {
  height: 229px;
}

.card.normal .card-body p {
  font-family: DroidArabicKufi;
  font-size: 14px;
  text-align: right;
  color: #2c2c2c;
}
.card.normal .card-body .card-details {
  height: 55px;
}

.card.small .card-body .card-question {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #2c2c2c;
}
.card.small .card-body .card-details {
  font-family: DroidArabicKufi;
  font-size: 12px;
  text-align: right;
  color: #2c2c2c;
  margin: 0;
}

.book-card .card-body {
  padding: 15px;
}
.book-card small {
  text-align: center;
  color: #2c2c2c;
}

.quest-answer .large2 .title-text {
  font-family: DroidArabicKufi;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: right;
  color: #4a4a4a;
}
.quest-answer .large2 .answer-person {
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #757575;
}
.quest-answer .large2 .answer {
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  color: #757575;
}

.card.most-read {
  margin: 0%;
  box-shadow: none;
}
.card.most-read:not(:last-child) {
  border-bottom: 2px solid rgba(128, 128, 128, 0.3);
  border-radius: 0;
}
.card.most-read:nth-child(2) .card-body {
  padding: 0 15px 15px 15px;
}

.card.video .img-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icons/play-btn.png) no-repeat center;
  background-size: 55px;
}
.card.video .card-body p {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #2c2c2c;
}

.video-icon .img-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icons/play-btn.png) no-repeat center;
  background-size: 55px;
}

.master-img .video-icon {
  position: relative !important;
}
.master-img .video-icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icons/play-btn.png) no-repeat center;
  background-size: 103px;
}
.master-img .video-icon img {
  width: 82vw;
  height: 85vh;
}

.card-parent .img-wrapper.video-icon {
  position: relative;
}
.card-parent .img-wrapper.video-icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icons/play-btn.png) no-repeat center;
  background-size: 55px;
}

.episode-intro .video-icon .img-wrapper:after {
  background: url(../images/icons/play-btn-lg.png) no-repeat center;
  background-size: 150px;
  transition: all 0.3s;
}
.episode-intro .video-icon .img-wrapper:hover:after {
  background-size: 130px;
}

.horizontal-card {
  display: flex;
  align-items: center;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.3s;
}
.horizontal-card:not(:last-child) {
  border-bottom: 2px solid rgba(128, 128, 128, 0.3);
  padding-bottom: 10px;
}
.horizontal-card .img-wrapper {
  text-align: center;
  height: 109px;
  width: 165px;
  position: relative;
  overflow: hidden;
}
.horizontal-card .img-wrapper img {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.horizontal-card .img-wrapper:hover img {
  transform: scale(1.1);
}
.horizontal-card .card-body {
  padding: 15px;
}
.horizontal-card .card-body .card-link {
  display: block;
}
.horizontal-card .card-body .card-details {
  height: 55px;
  overflow: hidden;
}

.horizontal-card.large .card-body p {
  font-family: DroidArabicKufi;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: right;
  color: #4a4a4a;
}
.horizontal-card.large .card-body .light {
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #2c2c2c;
}
.horizontal-card.large .card-body .card-link {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #1b55d2;
}

.horizontal-card.small {
  background: #ffffff;
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
}
.horizontal-card.small .card-body p {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #2c2c2c;
}
.horizontal-card.small .card-body .card-link {
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #1b55d2;
}
.horizontal-card.small:hover {
  box-shadow: 0 0 30px 1px #ececec;
}

.horizontal-card.another-programs {
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
  background-color: #ffffff;
}
.horizontal-card.another-programs .img-wrapper {
  height: 170px;
  width: 256px;
}
.horizontal-card.another-programs .card-body p {
  font-family: DroidArabicKufi;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: right;
  color: #4a4a4a;
}
.horizontal-card.another-programs .card-body .card-details {
  font-family: DroidArabicKufi;
  font-size: 14px;
  text-align: right;
  color: #2c2c2c;
}
.horizontal-card.another-programs:hover {
  box-shadow: 0 0 30px 1px #ececec;
}

.question-form {
  background: #ffffff;
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
  padding: 20% 8%;
  border-radius: 5px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 0;
  padding: 10px;
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
  z-index: 2;
}
.slide-arrow i {
  opacity: 0.5;
  transition: all 0.3s;
}
.slide-arrow:hover, .slide-arrow:focus {
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5) !important;
}
.slide-arrow:hover i, .slide-arrow:focus i {
  opacity: 1;
}

.large-slider .prev-arrow {
  left: 0px;
}
.large-slider .next-arrow {
  right: 0px;
}

.normal-slider .prev-arrow {
  left: -20px;
}
.normal-slider .next-arrow {
  right: -20px;
}

.program-carousel .owl-nav .owl-prev,
.program-carousel .owl-nav .owl-next {
  width: 30px;
  height: 45px;
  background-size: 11px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
  z-index: 2;
}
.program-carousel .owl-nav .owl-prev:hover,
.program-carousel .owl-nav .owl-next:hover {
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.9) !important;
}
.program-carousel .owl-nav .owl-prev {
  left: 19%;
  background: #ffffff url("../images/icons/right.png") no-repeat center !important;
  transform: rotate(180deg);
}
.program-carousel .owl-nav .owl-next {
  right: -20px;
  background: #ffffff url("../images/icons/right.png") no-repeat center !important;
}
.program-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.program-carousel .item {
  display: flex;
}
.program-carousel .slider-body {
  padding: 0 4%;
  background: #ffffff;
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
}

.center-slider .slider-body {
  display: flex;
}
.center-slider .owl-item {
  opacity: 0.7;
}
.center-slider .owl-item.center {
  opacity: 1;
}
.center-slider .owl-stage {
  padding-right: 0 !important;
}

.center-sm-slider .owl-nav .owl-prev {
  left: 0;
}
.center-sm-slider .owl-nav .owl-next {
  right: 0;
}

.program-slider {
  margin: 0 9%;
  margin-top: -10%;
}
.program-slider .prev-arrow {
  left: -10px;
}
.program-slider .next-arrow {
  right: -10px;
}
.program-slider .card-parent {
  box-shadow: none;
  max-width: 345px;
}
.program-slider .card-body {
  cursor: pointer;
}
.program-slider .card-body .card-details {
  font-family: LucidaGrande;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: right;
  color: #2c2c2c;
}
.program-slider .card-body .card-link {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #1b55d2;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .program-slider-section {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .program-slider-section {
    margin-bottom: 20px;
  }
  .program-slider-section h2,
.program-slider-section .more-link {
    margin-bottom: 14%;
  }
}

.consoult-slider .slide-arrow {
  top: 40%;
}
.consoult-slider .prev-arrow {
  left: 0px;
}
.consoult-slider .next-arrow {
  right: 0px;
}
.consoult-slider .prev-arrow,
.consoult-slider .next-arrow {
  height: 48px;
  width: 36px;
}

.search-consoult-slider {
  margin-bottom: 40px;
}
.search-consoult-slider .prev-arrow {
  left: 0px;
}
.search-consoult-slider .next-arrow {
  right: 0px;
}
.search-consoult-slider .prev-arrow,
.search-consoult-slider .next-arrow {
  height: 40px;
  width: 27px;
}
.search-consoult-slider .media {
  margin: 3px;
}
.search-consoult-slider .media img {
  width: 105px;
}
.search-consoult-slider .media .media-body {
  display: flex;
  flex-direction: column;
  height: 105px;
  justify-content: center;
}
.search-consoult-slider h5 {
  font-size: 14px;
  color: #2c2c2c;
}
.search-consoult-slider .card-link {
  color: #757575;
}

.slider-for {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
}

.b-crumb {
  padding: 20px 0;
}

.breadcrumb {
  background-color: transparent !important;
}
.breadcrumb .breadcrumb-item {
  font-size: 12px;
}
.breadcrumb .breadcrumb-item a {
  color: #2c2c2c;
}

.breadcrumb > li + li:before {
  content: "|" !important;
  margin-left: 5px;
}

.search-consolt-form .search-input {
  background: url(../images/search.png) no-repeat left;
}
.search-consolt-form .search-input::placeholder {
  font-family: DroidArabicKufi;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: right;
  color: #4a4a4a;
}

.ask-question {
  padding: 40px;
  background-color: #f8f8f8;
  margin-bottom: 50px;
}
.ask-question input,
.ask-question select {
  height: 32px;
}
.ask-question textarea {
  height: 80px;
}
.ask-question select {
  -webkit-appearance: inherit;
  background: url(../images/down-arrow.png) no-repeat 2%;
}

.departement {
  padding: 20px;
}
.departement h5 {
  margin-bottom: 5px;
}
.departement ul {
  padding: 0;
  margin: 0;
}
.departement ul li {
  padding: 14px 10px;
  border-bottom: 1px solid #ececec;
  transition: 0.3s;
}
.departement ul li a {
  font-size: 16px;
  color: #2c2c2c;
  transition: 0.3s;
}
.departement ul li:hover {
  border-bottom: 1px solid #1b55d2;
}
.departement ul li:hover a {
  color: #1b55d2;
}

.intro-1 .intro-item {
  display: inline-block;
  float: right;
  padding-right: 15px;
}
.intro-1 .intro-item:nth-child(-n+3) {
  padding-bottom: 15px;
}
.intro-1 .intro-item:nth-child(4) {
  padding-right: 0;
}
.intro-1 .intro-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.ad-intro-2 {
  text-align: center;
  position: sticky;
  top: 80px;
  z-index: 3;
  max-width: 100%;
  transition: all 0.3s;
}
.ad-intro-2 > * {
  position: sticky;
  top: 80px;
  z-index: 2;
  max-width: 100%;
}
@media (max-width: 992px) {
  .ad-intro-2 > * {
    top: 60px;
  }
}

.ad-intro-3 {
  z-index: -1;
  text-align: center;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  transition: all 0.3s;
}

.g-shadow {
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
}

.filter-input select:focus {
  box-shadow: none !important;
}

.inner {
  width: 45vw;
}
.inner h1 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .inner h1 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 425px) {
  .inner h1 {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 425px) {
  .a {
    display: none;
  }
  .a .master-img {
    display: none;
  }
}
.intro-items-wrapper {
  width: calc(100% - 315px);
}

.ad-div-wrapper {
  width: 300px;
}

.intro-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.intro-1 .intro-opacity {
  top: auto;
}
.intro-1 .intro-opacity:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.14) 44%, rgba(0, 0, 0, 0.47) 61%, rgba(0, 0, 0, 0.67) 73%, #000000 90%);
}
.intro-1 .intro-opacity .inner {
  padding: 2% 4%;
}
.intro-1 .intro-opacity .inner h1 {
  font-size: 27px;
}

.inner-title,
.inner-title-lg {
  display: inline-block;
  background: #1b55d2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 10px;
  font-weight: bold;
}

.inner-title {
  font-family: DroidArabicKufi;
  font-size: 12px;
  text-align: right;
  color: #ffffff;
}

.inner-title-lg {
  font-family: DroidArabicKufi;
  font-size: 20px;
  line-height: 2;
  text-align: right;
  color: #ffffff;
}

@media (max-width: 991px) {
  body {
    zoom: 100%;
  }

  section {
    padding: 20px 0;
  }

  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 25px !important;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 20px !important;
  }

  .card .img-wrapper {
    min-height: 150px;
    max-height: 250px;
    height: auto !important;
  }
  .card .img-wrapper img {
    width: 100%;
  }

  .video-icon .img-wrapper:after {
    background-size: 55px !important;
  }

  .slide-arrow.prev-arrow {
    left: -10px;
  }

  .slide-arrow.next-arrow {
    right: -10px;
  }

  .program-carousel .item {
    flex-direction: column-reverse;
  }
  .program-carousel .slider-body {
    display: block;
    padding-bottom: 10px;
  }
  .center-slider {
    padding-left: 0% 5%;
  }
  .center-slider .owl-item.center {
    display: block;
    margin: 0 45px;
  }
  .center-slider .owl-stage {
    padding: 0 45px !important;
  }

  .btn {
    margin-top: 15px;
  }

  .akwal-details-intro {
    margin-bottom: 20px !important;
  }

  .question-form {
    padding: 5%;
  }

  .dropdown-filter .dropdown-menu {
    padding: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom p {
    margin-bottom: 7%;
  }
  .footer-bottom a {
    margin-bottom: 7%;
  }
  .footer-bottom div {
    margin-bottom: 7%;
  }

  .intro-link {
    display: none;
  }

  .most-read-div {
    display: none;
  }

  .intro-items-wrapper {
    width: 100%;
  }

  .ad-div-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  .video-icon .img-wrapper:after {
    background-size: 55px !important;
  }

  .book-details .img-wrapper {
    padding: 15px;
  }
  .book-details .img-wrapper img {
    width: 100%;
  }
  .book-details .details-inner {
    padding: 20px !important;
  }

  .question-form {
    padding: 10% 5%;
  }

  textarea.form-control {
    margin: 10px 0;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 20px !important;
  }

  h2 {
    font-size: 18px !important;
  }

  h3 {
    font-size: 16px !important;
  }

  .side-nav .navbar-nav {
    width: 100%;
  }

  header .side-btn.show {
    margin-right: auto;
  }

  .horizontal-card,
.horizontal-card-sm {
    display: flex;
    align-items: center;
    margin: 10px 0;
    flex-direction: row;
  }
  .horizontal-card .img-wrapper,
.horizontal-card-sm .img-wrapper {
    height: 79px !important;
    min-height: 79px !important;
    width: 115px !important;
  }
  .horizontal-card .card-body p,
.horizontal-card .card-body .card-link,
.horizontal-card-sm .card-body p,
.horizontal-card-sm .card-body .card-link {
    font-size: 12px !important;
  }
  .horizontal-card .card-body .card-details,
.horizontal-card-sm .card-body .card-details {
    height: 45px !important;
    margin-bottom: 0;
  }

  header {
    padding: 5px 0;
  }
  header .logo {
    width: 35px;
    height: 45px;
  }
  header .side-btn .side-btn-icon {
    width: 25px;
  }

  .footer-top {
    display: none;
  }

  footer {
    padding: 20px 0;
  }
  footer .social-white {
    margin-bottom: 10px;
  }
  footer .footer-bottom div {
    margin-bottom: 3%;
  }

  .b-crumb {
    padding: 5px 0 !important;
  }
  .b-crumb .breadcrumb-item {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .card .img-wrapper {
    min-height: auto;
  }
  .card .img-wrapper img {
    position: relative;
  }
}
@media (max-width: 400px) {
  .col-6 {
    flex: auto;
    max-width: 100%;
  }
}
.episode-intro p {
  color: #3f3e3e;
}

.master-img p {
  font-family: DroidArabicKufi;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: right;
  color: #ffffff;
}

.center-slider .owl-nav .owl-prev {
  top: 40%;
}

.breadcrumb {
  margin-bottom: 5px;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4f4f4f;
}

.akwal-details-intro {
  margin-bottom: 40px;
}
.akwal-details-intro h6 {
  margin: 0 !important;
}

.book-details .img-wrapper img {
  width: 345px;
}
.book-details .btn {
  font-size: 12px;
  padding: 1% 5%;
}
.book-details .details-inner {
  padding: 15px 100px;
}

.fa-star {
  color: #fab100;
}

.contact-us input,
.contact-us textarea {
  padding: 0 5px;
  margin-bottom: 15px;
}
.contact-us input::placeholder {
  font-family: DroidArabicKufi;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #757575;
}

.dropdown .dropdown-toggle {
  border: 0em;
  background: transparent;
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #2c2c2c;
}
.dropdown .dropdown-toggle:after {
  padding: 4px;
  border: solid #2c2c2c;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  vertical-align: baseline;
  margin-right: 10px;
  margin-left: auto;
  transition: all 0.3s;
}
.dropdown .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
}
.dropdown .dropdown-header {
  font-family: DroidArabicKufi;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #1b55d2;
}
.dropdown .dropdown-menu {
  text-align: right;
  background-color: #ffffff;
  padding: 10px 0;
  box-shadow: 0 0 15px 1px rgba(236, 236, 236, 0.5);
  border-top: 5px solid #1b55d2;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.dropdown .dropdown-item:focus,
.dropdown .custom-check-label:focus {
  border: 0;
  outline: none;
}

.dropdown-filter .dropdown-menu {
  padding: 30px;
}

.custom-checkbox {
  user-select: none;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  border: 0;
  white-space: nowrap;
}
.custom-checkbox label {
  font-family: DroidArabicKufi;
  font-size: 14px;
  text-align: right;
  color: #2c2c2c;
  cursor: pointer;
}
.custom-checkbox label:after, .custom-checkbox label:before {
  right: -23px;
  border: 1px solid #ddd;
  width: 11px;
  height: 11px;
  border-radius: 0px !important;
}
.custom-checkbox label:before {
  background: #ffffff;
}
.custom-checkbox .custom-control-input {
  right: 0px;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #2c2c2c;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2c2c2c;
  box-shadow: 0 0 0 1px #cfcfcf;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  box-shadow: none;
}

.dropdown-item:hover,
.custom-checkbox:hover {
  color: #1b55d2;
  background-color: transparent;
}
.dropdown-item:active, .dropdown-item:focus, .dropdown-item:visited,
.custom-checkbox:active,
.custom-checkbox:focus,
.custom-checkbox:visited {
  background-color: transparent;
  color: #1b55d2;
}

.video-wrapper .play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  cursor: pointer;
}
.video-wrapper .play .img-wrapper img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.modal-header .close {
  margin: 0 !important;
}

@media (max-width: 500px) {
  .departement .md {
    display: none;
  }
}
.departement .sm {
  display: none;
}
@media (max-width: 500px) {
  .departement .sm {
    display: block;
    margin-bottom: 2%;
  }
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/Preloader_2.gif") center no-repeat #fff;
}

/*# sourceMappingURL=style.css.map */
