@font-face {
  font-family: jflatRegular;
  src: url(./fonts/ArbFONTS-JF-Flat-Regular.ttf);
}
@font-face {
  font-family: mh;
  src: url(./fonts/mh.ttf);
}

@font-face {
  font-family: jflatBold;
  src: url(./fonts/flat-bold.ttf);
}

@font-face {
  font-family: koufiBold;
  src: url(./fonts/Kofy.ttf);
}

:root {
  --main-color: #225348;
  --second-color: #836f44;
  --third-color: #171717;
  --background-main: #f4f4f4;
  --color-opacity: #f4f4f4;
  --color-dhbeb: #656565;
  --color-white: #ffffff;
  --flat-regular: jflatRegular;
  --flat-bold: jflatBold;
  --koufi-bold: koufiBold;
  --mh: mh;
}
body {
  background-color: white;
}
h2,
h3 {
  font-family: var(--flat-bold);
}

/* Top Social */
#top-sc-em {
  background-color: var(--main-color);
}
.email-sagoub {
  padding-top: 10px;
}
.email-sagoub h3 {
  font-size: 15px;
  color: var(--color-opacity);
  text-align: right;
}
.email-sagoub a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.email-sagoub i {
  color: #bfbfbf;
}
/* .date {
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
} */

.date h2 {
  font-size: 15px;
  /* color: white; */
  margin-top: 5px;
  font-family: var(--flat-regular);
}

.social-media {
  text-align: left;
  padding-left: 170px;
  padding-top: 5px;
}
.social-media ul li {
  list-style-type: none;
  display: inline-block;
  flex-direction: row-reverse;
}
.social-media ul li img {
  width: 22px;
  height: 23px;
  color: white;
  border-radius: 3px;
  padding: 2px;
  margin: 0;
}
.social-media ul li img:hover {
  background-color: var(--third-color);
}

/* Logo Name  */

.logo-name img {
  width: 137px;
  height: 137px;
  float: right;
}

#top-nm-sr-lg .logo-name h3 {
  font-family: var(--flat-bold);
  padding: 10px 90px 0 0;
  font-size: 15px;
  color: var(--color-dhbeb);
}

.date-log {
}
.logo-search {
  padding: 0;
  margin: 0;
}

.date-log .date-year {
}
.date-log .log-in {
  margin-top: 80px;
  display: flex;
}
.date-log .log-in img {
  width: 24px;
  height: 24px;
}

.date-log .log-in h2 {
  font-size: 17px;
  font-family: var(--flat-bold);
  color: var(--second-color);
  margin-left: 15px;
}

.date-log .date-year {
  margin-top: 85px;
}

.date-log .date-year form {
  position: relative;
}
.date-log .date-year input {
  width: 280px;
  border-radius: 10px;
  border: 0.5px solid #a7a7a7;
}
.date-log .date-year input {
  padding: 4px 15px;
}
.date-log .date-year button {
  border: none;
  background-color: transparent;
  position: absolute;
  left: 20px;
  top: 4px;
  color: #a7a7a7;
}

.date-log .date-year span {
  left: 45px;
  bottom: 2px;
  position: absolute;
}
.date-log .logo-img {
  text-align: left;
}

.date-log .logo-img img {
  margin: 0;
  padding: 0;
}
.date-log .date-year {
  text-align: left;
}
.date-log .date-year h2 {
  font-family: var(--flat-regular);
  font-size: 16px;
  padding-left: 6px;
}

/* navbarNav */
#top-navbar {
  border-top: 11px solid var(--second-color);
}
#navbarNav .nav-item {
  /* display: flex; */
  margin-top: -17px;
  margin-bottom: -16px;
  margin-left: 5px;
}

#navbarNav ul {
  text-align: center;
  position: relative;
}

.bg-white {
  background-color: var(--main-color) !important;
}
#navbarNav ul li {
  font-family: var(--flat-bold);
  font-size: 1.1rem;
  color: white;
  justify-content: space-between;
  text-align: center;
}

#navbarNav ul .bg {
  background-color: var(--second-color) !important;
}
#navbarNav ul .bg::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #ffffff;
  position: absolute;
  top: -30px;
}
#navbarNav ul li a {
  color: var(--color-white);
  background-color: none;
  font-family: var(--flat-regular);
  font-size: 15px;
  text-align: center;
  margin-top: -5px;
}
#navbarNav .nav-item i.active {
  color: white;
}
#navbarNav ul li i {
  /* background-color: white ; */
  /* padding: 10px; */
  /* border: 0.5px solid var(--second-color);
    border-radius: 20px; */
  margin-top: 22px;
}
#navbarNav .nav-item:hover i {
  /* background-color: white ;*/
  color: var(--color-white);
}
#navbarNav .nav-item:hover a {
  color: var(--color-white);
}
.navbar-nav {
  text-align: center;
}

/* news bar */

#news {
  margin-top: 10px;
}
.news-block .new-news-title {
  background-color: var(--second-color);
  display: flex;
  color: white;
}
.news-block .new-news-title i {
  padding: 15px 20px;
}

.news-block .new-news-title i::after {
  content: " أخبار البرنامج";
  margin-right: 9px;
  font-family: var(--flat-regular);
}
.news-block .new-news-title h3 {
  background-color: var(--second-color);
  font-size: 16px;
  font-family: var(--flat-regular);
}

.news-bar {
  background: #ffff;
  padding: 4px;
  padding-right: 20px;
}
.news-bar img {
  width: 20px;
}
.news-bar:hover {
  transition: 0.37s;
}

.news-bar a {
  padding-left: 15px;
  color: var(--color-dhbeb);
  text-decoration: none;
  font-family: var(--flat-regular);
  font-size: 16px;
}

.news-bar a:hover {
  transition: 0.37s;
  color: red;
}

.slide-p {
  margin: 0;
  padding: 0;
}
.left-bl {
  padding-left: 0;
}
/* Pop */

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Float */

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* news bar*/

/* start slide */

#slide-block {
  margin-top: 15px;
}

/* end slide */

/* start mawad block */
#block-mawad {
  margin-top: 29px;
}

#block-mawad .block {
  margin-bottom: 15px;
}

#block-mawad .block .all-mawad {
  background-color: var(--color-white);
  padding: 20px 10px 20px 0;
  border-radius: 10px 0px 10px 10px;
  box-shadow: -4px 15px 15px -19px rgba(0, 0, 0, 0.1);
}
#block-mawad .block .all-mawad .mawad {
  padding: 5px;
  display: flex;
}
#block-mawad .block .all-mawad .mawad h4 {
  font-size: 1rem;
  font-family: var(--flat-regular);
}
#block-mawad .block .d-lecture a {
  margin-left: 15px;
}
#block-mawad .block .d-lecture a i {
  font-size: 19px;
}
#block-mawad .block .d-lecture a .fa-circle-play {
  color: #b2b2b2;
}
#block-mawad .block .d-lecture a .fa-download {
  color: #505050;
}
#block-mawad .block .d-lecture a .fa-circle-play:hover {
  color: #696969;
}
#block-mawad .block .d-lecture a .fa-download:hover {
  color: #000000;
}
#block-mawad .block .all-mawad .mawad .d-lecture {
  margin-right: 30%;
}
#block-mawad .block .all-mawad .mawad a {
  text-decoration: none;
  color: var(--main-color);
}
#block-mawad .block .all-mawad .mawad {
  padding: 5px;
}
#block-mawad .block .title-mawad h4 {
  color: var(--second-color);
  font-family: var(--flat-bold);
  font-size: 16px;
  padding: 10px 10px 10px;
  border-radius: 8px 0px 0px 0px;
}
.block .title-mawad {
  width: 35%;
  background-color: rgb(255, 255, 255);
  margin-bottom: -8px;
  border-radius: 8px 0 0 0;
}
.all-mawad {
  position: relative;
}
.all-mawad .more {
  left: 8%;
  position: absolute;
}
.all-mawad .more h3 {
  font-family: var(--flat-regular);
  font-size: 12px;
}
.all-mawad .more h3 a {
  text-decoration: none;
  color: #5d5d5d;
}
/* end mawad block */

.twitter {
  height: 475px;
}
.block-tw {
  background-color: var(--color-white);
  margin-bottom: 8px;
}
.title-twitter {
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid var(--color-opacity);
}
.title-twitter span {
  font-family: var(--flat-bold);
}
.twitter .block-tw {
  box-shadow: -4px 15px 15px -19px rgba(72, 11, 11, 0.1);
  margin-bottom: 30px;
  background-color: var(--color-white);
}

.title-twitter span {
  font-family: var(--flat-bold);
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.block-twitter img {
}

.block-tw .new-mawad-book {
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid rgba(209, 209, 209, 0.5);
  padding-bottom: 15px;
}

.block-tw .new-mawad-book i {
  color: var(--main-color);
}
.block-tw .new-mawad-book a {
  text-decoration: none;
}

.block-tw .new-mawad-book a h3 {
  font-size: 14px;
  font-family: var(--flat-regular);
  color: var(--main-color);
  margin-right: 20px;
  text-align: center;
}

/* start section block */
#iftitahiya {
  margin-top: 36px;
}
#iftitahiya .head-ift {
  display: flex;
  justify-content: center;
}
#iftitahiya .head-ift h2 {
  font-family: var(--mh);
  margin: 15px;
  color: var(--second-color);
}

#iftitahiya .head-ift img {
  width: 23px;
  height: 12px;
  margin-top: 30px;
}
#iftitahiya p {
  font-family: var(--flat-regular);
  line-height: 2;
  width: 70%;
  text-align: center;
  margin: auto;
  font-size: 20px;
}

/*
Text animation
*/

.typewriter p {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  /* border-right: 0.15em solid orange; The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
  font-size: 15px;
}

.fade-in {
  background: white;

  margin-bottom: 100px;
  opacity: 0;
  transform: translateY(40%);
  transition: all 2s ease-out;
}

.active {
  opacity: 4;
  transform: translateY(0);
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

#sep-bloc {
  text-align: center;
  margin-top: 36px;
}

.mg-top {
  margin-top: 35px;
}
#prog-info {
  /* background-image: url(./images/bk.png); */
  background-repeat: no-repeat;
  text-align: right;

  background-size: 100%;
}
#prog-info .vision {
  margin-top: 34px;
}
#prog-info .head-vis {
  display: flex;
}

#prog-info .head-vis img {
  width: 25px;
  height: 26px;
  margin-top: 8px;
  margin-left: 5px;
}

#prog-info .head-vis h2 {
  font-family: var(--flat-bold);
  font-size: 29px;
  color: var(--third-color);
  margin-right: 12px;
}
#prog-info .content-vis p {
  font-size: 20px;
  font-family: var(--flat-regular);
  margin-top: 10px;
}

#prog-info .content-vis ol li {
  font-size: 20px;
  font-family: var(--flat-regular);
  margin-top: 10px;
}
#block-section {
  margin-top: 5px;
}

#block-section .section-b {
  margin-top: 20px;
  border-radius: 10px;
}
#block-section .title-prototype {
  background-color: var(--color-white);
  padding: 10px;
}
#block-section .title-prototype i {
  color: var(--color-dhbeb);
}

#block-section .title-prototype span {
  color: var(--color-dhbeb);
  margin-right: 5px;
}
#block-section .title-prototype .proto-section {
  text-decoration: none;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
  margin-right: 5px;
}
#block-section .all-mawad-section {
  display: flex;
  background: url(./images/Mask\ Group\ 1.png);
  padding: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}

#block-section .all-mawad-section a {
  text-decoration: none;
  display: flex;
}
#block-section .all-mawad-section a:hover i {
  padding-right: 4px;
  transition: all 0.3s ease 0s;
}
#block-section .all-mawad-section a i {
  font-size: 20px;

  margin-top: 20px;
  margin-right: 61px;
}
#block-section .all-mawad-section h3 {
  font-family: var(--flat-regular);
  font-size: 24px;
  color: var(--second-color);
  /* margin-right: -15px; */
}

#block-section .section {
}
/* end section block */

.proto-link {
  background-color: white;
}

/* start view article  */

.view-article {
  background-color: white;
  margin-top: 15px;
}

.view-article .all-articles .single-item {
  display: flex;
}
.single-item .r-block {
  display: flex;
  flex-direction: column;
  font-size: 11px;
}
.r-block .up-block {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.r-block .up-block i {
  padding: 16px 0 20px 0;
  margin-top: 8px;
}

.r-block .up-block a {
  padding: 17px 20px 2px 0;
}
.single-item .r-block .down-block {
  display: flex;
  padding: 13px;
}
.r-block .up-block h3,
a {
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--flat-regular);
  font-size: 18px;
}
.r-block .down-block .timing {
  display: flex;
}
.r-block .down-block .timing h3 {
  font-size: 11px;
  margin-right: 5px;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
}
.r-block .down-block .visitor {
  display: flex;
  margin-right: 11px;
}
.r-block .down-block .visitor::before {
  content: "|";
  color: var(--color-dhbeb);
  margin-left: 5px;
  margin-top: -3px;
}
.r-block .down-block .visitor h3 {
  font-size: 11px;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
  margin-right: 5px;
}
.single-item .l-block {
  text-align: left;
  margin-top: 19px;
}
.single-item .l-block a {
  font-size: 25px;
}
/* end view article */

/* start show mawad */

.show-mawad {
  background-color: rgb(255, 255, 255);
  margin-top: 15px;
}
.top-show-mawad {
  display: flex;
}
.left-info {
  display: flex;
}
.top-show-mawad .left-info .timing {
  display: flex;
}

.top-show-mawad .left-info .timing h3 {
  font-size: 11px;
  margin-right: 5px;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
}
.top-show-mawad .left-info .visitor {
  display: flex;
  margin-right: 11px;
}
.top-show-mawad .left-info .visitor::before {
  content: "|";
  color: var(--color-dhbeb);
  margin-left: 5px;
  margin-top: -7px;
}
.top-show-mawad .left-info .visitor h3 {
  font-size: 11px;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
  margin-right: 5px;
}

.top-show-mawad .left-info h3,
span {
  color: var(--color-dhbeb);
  text-decoration: none;
  font-family: var(--flat-regular);
  /* font-size: 11px; */
}

.top-show-mawad .left-info i {
  font-size: 12px;
}
.top-show-mawad {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 14px;
}
.top-show-mawad .right-info {
  display: flex;
}
.top-show-mawad .right-info i {
  padding: 21px 1px 0 2px;
  color: var(--color-dhbeb);
}

.top-show-mawad .right-info a {
  padding: 17px 20px 2px 0;
}

.top-show-mawad .right-info h3,
a {
  color: var(--color-dhbeb);
  text-decoration: none;
  font-family: var(--flat-regular);
  font-size: 16px;
}
.top-show-mawad .left-info {
  margin-top: 18px;
}

.dwn-show-mawad {
  display: flex;
}
.dwn-show-mawad .book-img {
  text-align: left;
}
.dwn-show-mawad .d-read {
  margin: 8%;
}

#features {
  margin-top: 67px;
}
#features .title-block {
  display: flex;
  margin-bottom: 50px;
}
#features .title-block img {
  width: 27px;
  height: 27px;
  margin-top: 8px;
}
#features .title-block h2 {
  margin-right: -15px;
  color: #656565;
}
#features img {
  width: 100%;
}
#way-prog {
  margin-top: 67px;
  background-color: #071a16;
  position: relative;
}

#way-prog .title-block {
  display: flex;
  position: absolute;
  /* margin-bottom: 50px; */
  margin-top: 40px;
}
#way-prog .title-block h2 {
  margin-right: -15px;
  color: white;
}
#way-prog .title-block img {
  width: 27px;
  height: 27px;
  margin-top: 8px;
}
#way-prog .content-b img {
  max-width: 100%;
}
#prog-num {
  margin-top: 100px;
  margin-bottom: 60px;
}

#prog-num i {
  color: var(--second-color);
  font-size: 25px;
}

#prog-num h2 {
  color: var(--main-color);
  font-size: 25px;
  margin-top: 20px;
}

#prog-num p {
  font-size: 25px;
  font-family: var(--flat-regular);
  color: var(--main-color);
}
#sep-bloc-num {
  text-align: center;
}
#sep-bloc-num img {
  width: 100%;
}

#sep-bloc img {
  width: 100%;
}

#student-voice {
  margin-top: 67px;
  margin-bottom: 100px;
}
#student-voice .title-block {
  display: flex;
  margin-bottom: 50px;
}
#student-voice .title-block img {
  width: 27px;
  height: 27px;
  margin-top: 8px;
}
#student-voice .title-block h2 {
  margin-right: -15px;
  color: #656565;
}
#student-voice .content-b {
  font-family: var(--flat-regular);
  font-size: 16px;
}

.flex-column {
  background-color: #f3f3f3;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--main-color);
}
.nav-pills .nav-link.active::after {
  content: url(./images/bx-left-arrow.png);
  float: left;
}
.nav-link {
  color: #646464;
}
.flex-column {
  flex-direction: column !important;
  width: 500px;
}
.nav-link {
  text-align: right;
}
/* end show mawad */

#sep-bloc-voice {
  text-align: center;
}
#sep-bloc-voice img {
  text-align: center;
  width: 100%;
}
/* testemonials */

#student-voice .carousel h2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  margin: 25px 0 50px;
}
#student-voice .carousel h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #ffdc12;
  left: 0;
  right: 0;
  bottom: -10px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

#student-voice .carousel-inner .carousel-item.active,
#student-voice .carousel-inner .carousel-item-next,
#student-voice .carousel-inner .carousel-item-prev {
  display: block;
}

#student-voice .carousel {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#student-voice .carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
#student-voice .carousel .carousel-item a {
  color: #eb7245;
}
#student-voice .carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}
#student-voice .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
#student-voice .carousel .testimonial {
  padding: 30px 0 10px;
}
#student-voice .carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}
#student-voice .carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}
#student-voice .carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}
#student-voice .carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px;
}
#student-voice .carousel-control-prev i,
.carousel-control-next i {
  font-size: 20px;
  margin-right: 2px;
}
#student-voice .carousel-control-prev {
  left: auto;
  right: 40px;
}
#student-voice .carousel-control-next i {
  margin-right: -2px;
}
#student-voice .carousel .carousel-indicators {
  bottom: 15px;
}
#student-voice .carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}
#student-voice .carousel-indicators li {
  background: #e2e2e2;
  border: none;
}
#student-voice .carousel-indicators li.active {
  background: #888;
}

/* end trstemonials*/

.accordion-button:not(.collapsed) {
  color: var(--main-color);
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
/* collapse question */

#questiion {
  margin-top: 67px;
  margin-bottom: 50px;
}
#questiion .title-block {
  display: flex;
  margin-bottom: 50px;
}
#questiion .title-block img {
  width: 27px;
  height: 27px;
  margin-top: 8px;
}
#questiion .title-block h2 {
  margin-right: -15px;
  color: #656565;
}

#foot {
  background: rgb(34, 83, 72);
  background: linear-gradient(
    180deg,
    rgba(34, 83, 72, 1) 0%,
    rgba(7, 17, 14, 1) 76%
  );
  text-align: right;
  
}
#foot .mg {
  margin-top: 20px;
}
#foot .head-link h2 {
  color: #c8ae74;
  font-size: 16px;
  font-family: var(--flat-regular);
}
#foot .body-link {
  margin-top: 22px;
}
#foot .body-link ul li {
  margin-bottom: 10px;
  list-style: none;
}

#foot .body-link ul li a {
  color: white;
  font-family: var(--flat-regular);
  font-weight: 200;
}
#foot .about-us h2 {
  color: #c8ae74;
  font-size: 16px;
  
  font-weight: 300;
}

#foot .contact-us h2 {
  color: #c8ae74;
  font-size: 16px;
  font-family: var(--flat-regular);
  
}

#foot .body-about {
  width: 70%;
  font-family: var(--flat-regular);
  font-weight: 200;
}

#foot .body-about p {
  color: white;
  font-family: var(--flat-regular);
  direction: rtl;
  font-weight: 200;
  line-height: 1.7;
}

#foot .body-about {
  margin-top: 22px;
}
#foot .body-contact {
  margin-top: 22px;
}
#foot .body-contact .ph-num {
  display: flex;
}
#foot .body-contact .ph-num p {
  font-family: var(--flat-regular);
  color: white;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 200;
}
#foot .body-contact .ph-num img {
  width: 28px;
  height: 28px;
}

#foot .body-contact .gmail img {
  width: 28px;
  height: 28px;
}


#foot .body-contact .ph-num img {
  width: 28px;
  height: 28px;
}

#foot .body-contact .gmail {
  display: flex;
}

#foot .body-contact .gmail p,
a {
  font-family: var(--flat-regular);
  color: white;
  /* margin-right: 10px; */
  margin-top: 3px;
  font-size: 18px;
  font-weight: 200;
}
#foot .body-contact .gmail a:hover {
  color: var(--second-color);
}
#foot .social-media ul li a {
}
#foot .social-media ul li a img:hover {
  background-color: var(--second-color);
}
#copy {
  background-color: #0e2520;
  padding: 10px;
}

#copy .copyright {
  color: white;
  text-align: center;
  font-family: var(--flat-regular);
  font-weight: 100;
}

#register {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: var(--flat-regular);
}

.stud-mch {
  display: flex;
  justify-content: center;
}
.stud-mch .custom-radio:first-child {
  margin-left: 20px;
}

/* register model*/
#login .modal-dialog .body-content .form-group label {
  margin-bottom: 8px;
  direction: rtl;
  float: right;
}

#login {
  font-family: var(--flat-regular);
}
#login .header {
  text-align: center;
}

#login .modal-dialog .body-content {
  margin: 15px;
}

#login .modal-dialog .body-content .form-group {
  margin-bottom: 15px;
}
#login .modal-dialog .body-content .form-group label {
  margin-bottom: 8px;
}
#login .header h2 {
  font-size: 19px;
  margin-top: 15px;
}

#login .header .new-acc {
  display: flex;
  justify-content: center;
}

#login .body-content .new-acc {
  display: flex;
  justify-content: center;
}

#login .body-content .new-acc a {
  color: red;
}

#login .body-content button {
  width: 100%;
  background-color: var(--main-color);
}

#login .header .new-acc a {
  color: red;
}

#login .header img {
  width: 84px;
  height: 84px;
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
  font-size: 1rem;
  line-height: 2.15;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.card-registration .select-arrow {
  top: 13px;
}

.needs-validation {
  font-family: var(--flat-regular);
  color: var(--main-color);
}
.needs-validation label {
  margin-bottom: 5px;
}
.needs-validation hr {
  margin-top: 20px;
}

.needs-validation button {
  background-color: var(--main-color);
  border: none;
}

.needs-validation button:hover {
  background-color: #113d34;
  border: none;
}

#student-voice #v-pills-tabContent #v-pills-home iframe {
  width: 443px;
  height: 232px;
}

.phn {
  justify-content: center;
}

/* CAROUSEL NEWS MULTI ITEM*/

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}
.MultiCarousel .leftLst {
  left: 0;
}
.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.dawrat .head-daw {
  text-align: center;
}

.dawrat .head-daw h2 {
  font-family: var(--flat-regular);
  font-size: 19px;
}
.dawrat .head-daw {
  position: relative;
  color: rgb(70, 25, 25);
}

.dawrat .head-daw .second {
  color: var(--main-color);
  border: 2px solid var(--main-color);
  width: 120px;
  margin: 0 auto;
  margin-top: -18px;
  opacity: 1.25;
}

.dawrat .head-daw .second .first {
  opacity: 0.1;
}

.dawrat .content-dawrat {
  margin-top: 20px;
}

.dawrat .content-dawrat h5 {
  font-family: var(--flat-regular);
}
.dawrat .content-partner h5 {
  font-family: var(--flat-regular);
}
.dawrat .content-partner {
  position: relative;
  text-align: center;
  color: rgb(80, 36, 36);
}
.dawrat .card {
  margin-bottom: 15px;
  margin-left: 10px;
}
.dawrat .content-partner a {
  font-size: 19px;
  font-family: var(--flat-regular);
  color: white;
}
.dawrat .content-partner .partner {
  background-image: url(./images/green.png);
  width: 487px;
  height: 181px;
  margin-bottom: 52px;
  margin-top: 31px;
}

.dawrat .content-partner .partner-prog {
  background-image: url(./images/green.png);
  width: 487px;
  height: 181px;
  margin-bottom: 52px;
  margin-top: 31px;
}
.dawrat .content-partner .partner img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.dawrat .content-partner .partner-prog img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.dawrat .content-partner .partner-prog a {
  margin-top: 15px;
}
.dawrat .content-partner .partner-prog {
  background-image: url(./images/gre.png);
  width: 487px;
  height: 181px;
}

.dawrat .img-partner img {
  margin-bottom: 20px;
}
/* START INITIATIVE  */

.dawrat .content-partner a {
  font-size: 19px;
  font-family: var(--flat-regular);
  color: white;
}
.dawrat .content-partner .record {
  background-image: url(./images/blue.png);
  width: 487px;
  height: 185px;
  margin-bottom: 52px;
  margin-top: 31px;
  background-size: contain;
  background-repeat: no-repeat;
}

.dawrat .content-partner .pray {
  background-image: url(./images/bnf.png);
  width: 487px;
  height: 181px;
  margin-bottom: 52px;
  margin-top: 31px;
  background-size: contain;
  background-repeat: no-repeat;
}
.dawrat .content-partner .record img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.dawrat .content-partner .pray img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.dawrat .content-partner .pray a {
  margin-top: 15px;
}
.dawrat .content-partner .partner-prog {
  background-image: url(./images/gre.png);
  width: 487px;
  height: 181px;
}

.dawrat .img-partner img {
  margin-bottom: 20px;
}
.dawrat .card-title {
  font-size: 18px;
  font-family: var(--flat-bold);
}

.dawrat table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dawrat table thead {
  font-family: var(--flat-bold);
  background-color: var(--second-color);
  color: white;
}
.dawrat table tbody {
  font-family: var(--flat-regular);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  position: absolute;
  inset: -8px auto auto -44px;
  margin: 0px;
  /* transform: translate(327px, 161px); */
  width: 208px;
 
}
#top-nm-sr-lg .dropdown-menu li {
  margin-bottom: 10px;
}
#top-nm-sr-lg .dropdown-menu li a {
  font-family: var(--flat-regular);
  font-size: 15px;
}

#top-nm-sr-lg .dropdown-menu img {
  width: 14px;
  height: 13px;
  margin: -8px 0 0 0;
  margin-left: 5px;
}
.content-dawrat dl {
  margin-top: 53px;
  text-align: center;
}
.content-dawrat dl dt {
  font-family: var(--flat-bold);
  color: var(--main-color);
}

.content-dawrat dl dd {
  font-family: var(--flat-regular);
  margin: 15px;
}

.content-dawrat .video-short {
  text-align: center;
}

.content-dawrat .success-reg {
  text-align: center;
}

.content-dawrat .success-reg button {
  text-align: center;
  padding: 10px 131px;
}
.content-dawrat .success-reg a {
  font-size: 23px;
  font-family: var(--flat-bold);
}
/*  conditions programme */

.sucess-register h5 {
  font-family: var(--flat-bold);
  color: var(--main-color);
}
.sucess-register .modal-body {
  font-family: var(--flat-regular);
}



.fadeinleft {
    opacity:0;
    margin-left:-300px;
    max-width:100%;

}


.add-article h5 {
  font-size: 24px;
  font-family: var(--flat-regular);
}
.add-article button:hover{
  color: white;
}


/* STUDENT STYLES*/
.top-nv-student .blck-tp-nb-std{
  margin: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 35px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 35px -16px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 35px -16px rgba(0,0,0,0.75);
}
.top-nv-student .blck-tp-nb-std h5 a{
  font-size: 18px !important;
  color: var(--main-color);
  margin-left: 10px;
}
.top-nv-student .blck-tp-nb-std .r-std-nv:first-child {
  margin: 7px;
}

.top-nv-student .blck-tp-nb-std .r-std-nv h5  {
  margin-top: 10px;
  
}
.mission-student .start-miss {
 font-size: 1.5rem;
 
}
.mission-student .start-miss button {
  background-color: var(--main-color);
  border: none;
  border-radius: 10px;
  padding: 8px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
  
}
.mission-student .start-miss button i {
  font-size: 17px;
  color:#F6D282;
  margin: 5px 10px;
  
}
.mission-student .start-miss button a h5 {
color: white;
font-size: 18px;
margin-top: 4px;

}
.mission-student .start-miss button a h5:hover {
  color: none;
  }

.mission-student .info-miss {
  border-radius: 12px;
  background-color: var(--main-color);
  color: white;
  font-family: var(--flat-regular);
  background-image: url(./images/student/logo-white_03.png);
  background-repeat: no-repeat;
  background-position: bottom;
  
}
.mission-student .info-miss .blc-info h5 {
  font-family: var(--flat-bold);
  width: 350px;
  line-height: 1.5;
  margin-bottom: 0;
}
.mission-student .info-miss .blc-info p{
  margin: 3px 0 10px 0;
}
.mission-student .info-miss .blc-info h5:last-child {
    font-family: var(--flat-regular);
    color: #F6D282
}

.mission-student .info-miss  .hadith-info .hadith-quran p{
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 15px;
} 

.mission-student .info-miss  .hadith-info .hadith-quran h5{
  font-family: var(--flat-regular);
  font-size: 15px;
  width: 120px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.mission-student .rep-status-student .block-rep {
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.75);
  background-color: red;
 margin: 10px 30px;
  background-color: white;
  height: 125px;
  border-radius: 50%;
  border-top: 3px dashed var(--main-color);
  border-bottom: 6px solid var(--second-color);
  width: 10%;
}

.mission-student .rep-status-student .block-rep img {
  margin-right: 35px;
}
.mission-student .rep-status-student .block-rep p {
  font-size: 20px;
  font-family: var(--flat-bold);
  color: var(--main-color);
  margin-bottom: 0;
  /* text-align: center; */
  margin-top: -6px;
  text-align: center;

}
.mission-student .rep-status-student .block-rep h5 {
    /* margin-right: 5px; */
    font-size: 16px;
    font-family: var(--flat-regular);
    color: var(--main-color);
    margin-top: 0px;
    margin: 3px;
    text-align: center;
}

.head-static .blc-static {
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.75);
  margin: 10px;
  border-radius: 12px;
  padding: 10px;
}
.border-main-c{
  border-top: 3px solid var(--main-color);
}
.border-sec-c{
  border-top: 3px solid var(--second-color);
}

.head-static .blc-static h5 {
  font-family: var(--flat-regular);
  color: var(--main-color);
  font-size: 18px;
}
.head-static .blc-static  span {
  font-family:var(--flat-bold);
  color: var(--second-color);
  font-size: 18px;
}

.head-static .blc-static img {
  opacity: 0.5;
}

.m-w-interim .head-title{
  font-family: var(--flat-bold);
  position: relative;
  color: var(--main-color);
  font-size: 18px;
}


.m-w-interim .head-title::after{
  content: '';
  position: absolute;
  width: 60%;
  height: 1px; /* suit your need */
  background: rgb(151, 151, 151); /* suit your need */
  top: 50%;
  left: 0;
  
}

.m-w-interim .maqraa-title{
  font-family: var(--flat-bold);
  position: relative;
  color: var(--main-color);
  font-size: 18px;
}


.m-w-interim .maqraa-title::after{
  content: '';
  position: absolute;
  width: 78%;
  height: 1px; /* suit your need */
  background: rgb(151, 151, 151); /* suit your need */
  top: 50%;
  left: 0;
  
}


.m-w-interim .miss-w {
  background-color: #A4E3D9;
  margin: 10px;
  padding: 15px;
  border-radius: 12px;
  border-bottom: 5px solid #8bc0b7;

}
.m-w-interim .miss-interim {
  background-color: #DFFCE4;
  margin: 10px;
  padding: 15px;
  border-radius: 12px;
  border-bottom: 5px solid #7fc181;
 
}
.m-w-interim .miss-w img {
  background-color: white;
  padding: 5px;
  border-radius: 12px;
  width: 49px;
  height: 49px;
}
.m-w-interim .miss-interim img {
  background-color: white;
  padding: 5px;
  border-radius: 12px;
  width: 49px;
  height: 49px;
}
.m-w-interim .miss-w a h5 {
  font-family: var(--flat-regular);
  margin-top: 5px;
  color: var(--third-color);
}

.m-w-interim .miss-interim h5 {
  font-family: var(--flat-regular);
  margin-top: 5px;
  color:var(--third-color);
}
.m-w-interim .outsude-click button{
  background-color: white;
  border: none;
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
  padding: 5px;
  border-radius: 15px;
  margin-left: 15px;
}
.m-w-interim .b-quran {
  
}
#note .modal-title i {
  color: var(--main-color);
}
#note  h5 {
  font-family: var(--flat-regular);
}
#note .modal-body {
  font-family: var(--flat-regular);

}
#note .modal-body ul li {
  margin-bottom: 10px;
  
}
#note .modal-footer button{
  background-color: var(--second-color);
  border: none;
  font-family: var(--flat-regular);
}


#noterepeat .modal-title i {
  color: var(--main-color);
}
#noterepeat  h5 {
  font-family: var(--flat-regular);
}
#noterepeat .modal-body {
  font-family: var(--flat-regular);

}
#noterepeat .modal-body ul li {
  margin-bottom: 10px;
  
}
#noterepeat .modal-footer button{
  background-color: var(--second-color);
  border: none;
  font-family: var(--flat-regular);
}

/* review */

#notereview .modal-title i {
  color: var(--main-color);
}
#notereview  h5 {
  font-family: var(--flat-regular);
}
#notereview .modal-body {
  font-family: var(--flat-regular);

}
#notereview .modal-body ul li {
  margin-bottom: 10px;
  
}
#notereview .modal-footer button{
  background-color: var(--second-color);
  border: none;
  font-family: var(--flat-regular);
}

/* explain */

#noteexplain .modal-title i {
  color: var(--main-color);
}
#noteexplain  h5 {
  font-family: var(--flat-regular);
}
#noteexplain .modal-body {
  font-family: var(--flat-regular);

}
#noteexplain .modal-body ul li {
  margin-bottom: 10px;
  
}
#noteexplain .modal-footer button{
  background-color: var(--second-color);
  border: none;
  font-family: var(--flat-regular);
}

#sendsucces .modal-title i {
  color: var(--main-color);
}
#sendsucces  h5 {
  font-family: var(--flat-regular);
}
#sendsucces .modal-body {
  font-family: var(--flat-regular);

}
#sendsucces .modal-body p {
  margin-bottom: 10px;
  font-size: 18px;
}
#sendsucces .btn-close {
  box-shadow: none;
  background-color: none;
}
#sendsucces .btn-close:hover {
  box-shadow: none;
  background-color: none;

}
#sendsucces .modal-footer button{
  background-color: var(--second-color);
  border: none;
  font-family: var(--flat-regular);
  box-shadow: none;
}

#sendsucces .winner-rate {
  background-color: var(--main-color);
  color: white;
  padding: 10px;
  border-radius: 25px;
}
#sendsucces .winner-rate span {
  color: white;
  font-family: var(--flat-regular);
  font-size: 17px;
}
#sendsucces  .winner-rate {
  width: 60%;
  margin:  0 auto;
}

/* certeficate */

.certeficate .title-cert h5 {
  font-family: var(--flat-bold);
  font-size: 25px;
  color: var(--main-color);
}
.certeficate .download-certeficate {
  text-align: center;
}
.certeficate .info-cert  {
  font-family: var(--flat-regular);
  font-size: 20px;
  color: var(--main-color);
  width: 60%;
  text-align: center;
  margin:  0 auto;
}


/* stages */
.bl-stages  {
  margin: 10px 0;
  border-radius: 12px;
  padding: 15px;
  background: rgb(7,17,14);
  background: linear-gradient(0deg, rgba(7,17,14,1) 0%, rgba(34,83,72,1) 100%);
}
.bl-stages .name-stage h5 {
  font-family: var(--flat-regular);
  color: white;
  font-size: 18px;
}
.bl-stages .name-stage p {
  color: #F6D282;
  font-family: var(--flat-bold);
  margin-bottom: 0;
}
.bl-stages .name-stage img {
  margin-top: 0;
}
.bl-stages .hdth .title-hth h5{
  color: white;
  font-size: 15px;
  font-family: var(--flat-regular);
}
.bl-stages .hdth .title-hth span {
  font-size: 18px;
  color: white;
  margin-right: 5px;
  margin-top: -5px;
}
.bl-stages .hdth .body-hdth p {
  font-family: var(--flat-regular);
  color: white;
  margin-bottom: 0;
}
.bl-stages .hdth .footer-hdth p {
  font-family: var(--flat-regular);
  color: white;
  margin-top: 5px;
  font-size: 12px;
}

/* REVIEWS */

.reviwes #myTab li {
  font-family: var(--flat-bold);
  font-size: 18px;
}
.reviwes .accordion-body h5 {
  font-family: var(--flat-bold);
  font-size: 18px;
  color: var(--main-color);
}
.reviwes .accordion-body span {
  font-family: var(--flat-regular);
  font-size: 18px;
  color: var(--second-color);
}
.reviwes .accordion-header .btn-header-acc > div{
  margin-left: 38px;
  margin-right: 36px;
  
}
.reviwes .accordion-header .btn-header-acc h5{
  font-size: 18px;
}
.reviwes .accordion-header .btn-header-acc span{
  font-size: 18px;
  color: var(--second-color);
}

.reviwes .accordion-body > div {
  margin-bottom: 15px;
}

/* permission */
#notpermession a{
  font-size: 18px;
}

#notpermession .modal-title i {
  color: var(--main-color);
}
#notpermession  h5 {
  font-family: var(--flat-regular);
}
#notpermession .modal-body {
  font-family: var(--flat-regular);

}

#notpermession .modal-footer button{
  background-color: var(--second-color);
  border: none;
  font-family: var(--flat-regular);
}



/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}



/* @media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
} */

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .date-log .log-in h2 {
    font-size: 17px;
    font-family: var(--flat-bold);
    color: var(--second-color);
    margin-left: 15px;
    margin-bottom: 25px;
}

  #iftitahiya p {
    font-family: var(--flat-regular);
    line-height: 2;
    width: 94%;
    text-align: center;
    margin: auto;
    font-size: 15px;
  }

  #navbarNav .nav-item {
    display: flex;
    margin-top: 19px;
    margin-left: 13px;
  }

  #navbarNav ul li {
    font-family: var(--flat-bold);
    font-size: 1.1rem;
    color: white;
    justify-content: center;
  }

  .block-twitter {
    margin-top: 20px;
  }
  .block-twitter .twitter-timeline {
    margin: 0 auto;
  }
  #student-voice .carousel {
    width: 401px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #student-voice #v-pills-tabContent #v-pills-home iframe {
    width: 340px;
    height: 210px;
    margin-top: 15px;
  }

  .dwn-show-mawad .downlaod {
    background-color: rgb(214, 107, 0);
    padding: 4px 20px;
    border-radius: 30px;
    outline: none;
    border: none;
    margin-bottom: 5px;
    text-align: center;
  }
  #way-prog .title-block img {
    width: 15px;
    height: 15px;
    margin-top: -15px;
  }
  #way-prog .title-block h2 {
    margin-right: -17px;
    margin-top: -15px;
    color: white;
    font-size: 12px;
  }

  .show-mawad .top-show-mawad h3 {
    font-size: 13px;
    margin-left: 15px;
    text-align: right;
    justify-content: column;
  }
  .date-log .date-year {
    text-align: center;
  }

  .date.date-year h2 {
    font-size: 15px;
    text-align: center;
  }

  .logo-name {
    margin-bottom: -25px;
    text-align: center;
  }
  .date-log .logo-img {
    margin: 0 auto;
  }
  .logo-img img {
    width: 20%;
    padding: 5px;
  }

  .date-log .log-in {
    margin-top: 20px;
  }

  .log-in {
    justify-content: center;
  }
  .date-log .date-year h2,
  form {
    /* text-align: center; */
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: -20px;
  }
  .date-log .logo-img {
    display: none;
  }
  .top-social .email-sagoub {
    text-align: center;
  }
  .social-media {
    text-align: left;
    padding-left: 123px;
    padding-top: 5px;
  }
  .news-block .new-news-title i {
    padding: 15px;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  #prog-info .head-vis h2 {
    font-size: 19px;
  }

  .view-article {
    margin-bottom: 15px;
  }

  .date-log .date-year {
    margin-top: 50px;
  }

  .date-log .date-year form {
    position: relative;
  }
  .date-log .date-year input {
    width: 280px;
    border-radius: 10px;
    border: 0.5px solid #a7a7a7;
  }
  .date-log .date-year input {
    padding: 4px 15px;
  }
  .date-log .date-year button {
    border: none;
    background-color: transparent;
    position: absolute;
    left: 70px;
    top: 4px;
    color: #a7a7a7;
  }

  .date-log .date-year span {
    left: 40px;
    bottom: 2px;
    position: absolute;
  }
  .date-log .logo-img {
    text-align: left;
  }

  .date-log .logo-img img {
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 13px 13px 0 0;
  }
  .date-log .date-year {
    text-align: right;
  }
  .date-log .date-year h2 {
    font-family: var(--flat-regular);
    font-size: 16px;
    padding-left: 6px;
  }
  #block-mawad .block .all-mawad {
    margin-bottom: 16px;
  }
  .block-tw {
    margin-left: 11px;
  }
  .section {
    margin-bottom: 20px;
  }
  #block-section {
    margin-bottom: 12px;
  }
}


.interim-tasks .head-daw {
  text-align: center;
}

.interim-tasks .head-daw h2 {
  font-family: var(--flat-regular);
  font-size: 19px;
}
.interim-tasks .head-daw {
  position: relative;
  color: rgb(70, 25, 25);
}

.interim-tasks .head-daw .second {
  color: var(--main-color);
  border: 2px solid var(--main-color);
  width: 120px;
  margin: 0 auto;
  margin-top: -18px;
  opacity: 1.25;
}

.interim-tasks .head-daw .second .first {
  opacity: 0.1;
}
.interim-tasks .my-interim h5 {
  font-family: var(--flat-bold);
  background-color: #9B8453;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 8px;
  color: white;
}
.interim-tasks .my-interim i {
  font-size: 13px;
}

/* my-interim  */
.interim-tasks .my-inter .blc-inter img{
  width: 24px;
  height: 26px;
  margin-left: 10px;
}
.interim-tasks .my-inter{
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);  
  padding: 15px;
}
.interim-tasks .my-inter .blc-inter p {
  font-family:var(--flat-regular);

  color: var(--main-color);
  font-size: 18px;
}
.interim-tasks .my-inter .blc-inter span {
  font-family: var(--flat-bold);

  font-size: 16px;

}
.interim-tasks .send-msg{
  position: relative;
}
.interim-tasks .send-msg button{
  position: absolute;
  left: 22px;
  top: 2px;
  color: var(--second-color);
  border: none;
  background-color: white;
  font-size: 20px;
}
.interim-tasks .send-msg input::placeholder{
  font-family: var(--flat-regular);
}

.start-out .btn-start-out {
  margin: 10px;
}
.start-out .btn-start-out .apolo button {
  border: none;
  background-color: #A99363;
  padding: 7px 115px;
}
.start-out .btn-start-out .start button {
  border: none;
  background-color: #225348;
  padding: 7px 130px;
  margin-left: 10px;
}
.start-out .btn-start-out .start button a{
  font-size: 18px;
}
.start-out .bg-quran {
  position: relative;
}
.start-out .bg-quran .name-start h5{
  position: absolute;
  top: 88px;
  right: 40px;
  color: white;
  font-family: var(--flat-regular);
  font-size: 20px;
}
.start-out .bg-quran .name-start span {
  color: white;
  font-family: var(--flat-regular);
  font-size: 25px;
  font-family: var(--flat-bold);
}
.start-out .bg-quran .name-start  img {
  background-color: white;
  padding: 3px;
  border-radius: 10px;
  width: 40px;
  height: 42px;
  margin-left: 5px;
}
.start-out .blci-info-masar{
  margin-bottom: 30px;
}
.start-out .blci-info-masar img {
  width: 36px;
  height: 36px;
  margin-left: 15px;
}
.start-out .blci-info-masar h5{
  font-family: var(--flat-regular);
  font-size: 18px;
}
.start-out .blci-info-masar span{
  font-family: var(--flat-bold);
  font-size: 20px;
}
.start-out {
position: relative;
}
.start-out .aid-img img{
  position: absolute;
  left: 0;
  top: -20px;
}


/* mission add  */
.interim-tasks .header-blc{
  padding: 12px;
}
.interim-tasks .blc-add-ms {
  margin-bottom: 15px;
}
.interim-tasks  .r-inf h5{
  font-family: var(--flat-bold);
  font-size: 18px;
  color: var(--main-color);
}
.interim-tasks .l-inf .nots p {
  font-family: var(--flat-bold);
  color: var(--main-color);
}
.interim-tasks .l-inf .nots i {
  font-size: 12px;
}
.interim-tasks .l-inf .open-nots i{
  font-size: 27px;
  color: var(--main-color);
}

.interim-tasks  .r-inf span{
  font-family: var(--flat-bold);
  font-size: 15px;
  background-color: #A99363;
  padding: 0px 10px;
  border-radius: 50%;
  color: white;
}

.interim-tasks .main-mis-block{
  background-color: white;
  padding: 10px;
  border-radius: 12px;
}
.interim-tasks .name-int h5 {
  font-family: var(--flat-regular);
  font-size: 18px;
}
.interim-tasks .name-int span {
  font-size: 18px;
  font-family: var(--flat-bold);
}

.interim-tasks .start-end h5 {
  font-family: var(--flat-regular);
  font-size: 18px;
  color: var(--second-color);
}
.interim-tasks .start-end span {
  font-size: 18px;
  font-family: var(--flat-bold);
}

.interim-tasks .time-and-date-itern .time i {
  color: var(--main-color);
} 
.interim-tasks .time-and-date-itern .time span {
  font-size: 15px;
  font-family: var(--flat-bold);
  color: var(--main-color);
}
.interim-tasks .date-and-itern .time i {
  color: var(--main-color);
} 
.interim-tasks .date-and-itern span {
  font-size: 15px;
  font-family: var(--flat-bold);
  color: var(--main-color);
}
.interim-tasks .date-and-itern i {
  font-size: 15px;
  color: var(--main-color);
}
.interim-tasks .sound-listen h5 {
  font-size: 15px;
  font-family: var(--flat-bold);
  color: var(--main-color);
}

.interim-tasks .sound-listen i {
  font-size: 20px;
  color: var(--main-color);

}
.interim-tasks .click-count p {
  margin-bottom: 0;
}
.interim-tasks .dw-file a i{
 font-size: 26px;
 color: var(--main-color);
}
.interim-tasks .check-dw {
  text-align: left;
  padding-left: 30px;
}
.interim-tasks .plus-ic i {
  color: var(--main-color);
}
.interim-tasks .info-repeat p {
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
}
.interim-tasks .record-voice h5 {
  font-family: var(--flat-regular);
  font-size: 14px;
  background-color: rgb(176, 176, 176);
  padding: 4px 10px;
  border-radius: 24px;
  margin-top: 5px;
  margin-bottom: 5px;

}
.interim-tasks .record-voice img {
  margin-right: 31px;
}
.interim-tasks .start-miss button {
 margin-bottom: 10px;
}


.interim-tasks .checkbox-lg input {
  width: 40px;
  height: 40px;
  border: 2px solid var(--main-color);
  border-radius: 27px;
  
}
.interim-tasks input[type=checkbox]:checked{
  background-color: var(--main-color);
}
/* permession */
#notpermession .modal-body .date-pick .start {
  margin-left: 5px;
  
}
#notpermession .modal-body  .date-pick {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 12px;
}
#notpermession .modal-body  .date-pick input{
  margin: 0 auto;
  border-radius: 10px;
  padding: 5px;
  border: 1px solid var(--main-color);
}
#notpermession .modal-body .sumbit-permession button{
  background-color: var(--main-color);
  margin-top: 5px ;
  border-radius: 10px;
  border: none;
  padding: 8px;
}

#notpermession .modal-body .text-permession textarea{
  border-radius: 12px;
  
}





  .checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 35px;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid var(--second-color);
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }



.mission-add {
  background: url(../images/student/background.png);
  padding: 40px;
  background-repeat: no-repeat;
  /* width: 1141px;
  height: 761px; */
  background-size: cover;
 
}
.mission-add .click-count button {
  border: none;
  background-color: white;
}
.mission-add .click-count img {
  border: none;
  background: none;
}
.mission-add .click-count p {
  font-family: var(--flat-bold);
  color: var(--main-color);
}
.mission-add .click-count a {
  font-family: var(--flat-bold);
  color: var(--main-color);

}

.reviwes .nav-tabs .nav-item  .active {
  color: var(--second-color);
  background-color: #efefef;
}

.reviwes .nav-tabs .nav-item button {
  color: var(--main-color);
}

#top-nm-sr-lg .dropdown-menu li a {
  font-family: var(--flat-regular);
  font-size: 15px;
  margin-right: 0;
}

.dropdown-menu {

  width: 218px;
}

@media (max-width: 767.98px) { 

  .mission-student .start-miss button a h5 {
    color: white;
    font-size: 15px;
    margin-top: 4px;
}
.interim-tasks .l-inf .nots p {

  font-size: 12px;
}
.interim-tasks .record-voice h5 {
  font-family: var(--flat-regular);
  font-size: 16px;
  background-color: rgb(176, 176, 176);
  padding: 7px 4px;
  width: 50%;
  margin: 0 auto;
  TEXT-ALIGN: CENTER;
  border-radius: 24px;
}
#navbarNav ul li i {
  /* background-color: white; */
  /* padding: 10px; */
  margin-top: 2px;
}

 }



/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

  .mission-add {
    background: url(../images/student/yrd.PNG);
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}


  .start-out .btn-start-out .apolo button {
    border: none;
    background-color: #A99363;
    padding: 7px 40px;
  }
  .start-out .btn-start-out .start button {
    border: none;
    background-color: #225348;
    padding: 7px 56px;
    margin-left: 10px;
  }

  .start-out .aid-img img{
    display: none;
  }
  .start-out .bg-quran .name-start h5 {
    position: absolute;
    top: 36px;
    right: 21px;
    color: white;
    font-family: var(--flat-regular);
    font-size: 15px;
}
.start-out .bg-quran .name-start span {
  color: white;
  font-family: var(--flat-regular);
  font-size: 13px;
  font-family: var(--flat-bold);
}
.mission-student .rep-status-student .block-rep{
  background-color: red;
  margin: 21px;
  background-color: white;
  height: 117px;
  border-radius: 50%;
  border-top: 3px dashed var(--main-color);
  border-bottom: 6px solid var(--second-color);
  width: 30%;
}

.social-media {
  text-align: right;
  padding-left: 10px;
  padding-top: 5px;
}
.social-media ul li {
  list-style-type: none;
  display: inline-block;
  flex-direction: row-reverse;
  width: 15%;
  margin-left: 5px;
}
.social-media ul li img {
  width: 22px;
  height: 23px;
  color: white;
  border-radius: 3px;
  padding: 2px;
  margin: 0;
}
.social-media ul li img:hover {
  background-color: var(--third-color);
}





}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .social-media {
    text-align: right;
    padding-left: 10px;
    padding-top: 5px;
  }
  .start-out .btn-start-out .apolo button {
    border: none;
    background-color: #A99363;
    padding: 7px 75px;
  }
  .start-out .btn-start-out .start button {
    border: none;
    background-color: #225348;
    padding: 7px 94px;
    margin-left: 10px;
  }
}

.img-cert img{
  position: relative;
  top: 10px;
}
.paginate-btn{
  background-color:var(--main-color) ;
}
/* 
// XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width */

.modal-header .btn-close {
float: left;
}

.reviwes .accordion-header {
  background-color: unset;
  padding: 0;
  
}

.peronal-menu .dropdown-content {
  border-radius: 5px !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.peronal-menu .dropdown-content a {
 padding: 8px 10px !important;
  color: #212529 !important;
 
}

.peronal-menu .dropdown-content a:hover {

color: #1e2125 !important;
background-color: #e9ecef !important;
}
.statistic-page.mission-student .rep-status-student .block-rep{
margin: 10px !important;
}

.head-static .blc-static {
  width: 23%;
}
.record-part.record-voice.d-flex.align-items-baseline {
  margin-top: -3px;
}




/* media qyery */
@media (max-width: 767px) {
  .m-w-interim .b-quran {
    margin-top: 12px;
}
  .start-out .btn-start-out .apolo button ,.start-out .btn-start-out .start button {
    padding: 10px;
    width: 100%;
    height: 45px;

}
.start-out .btn-start-out .apolo ,.start-out .btn-start-out .start{
  width: 49%;
  margin-right: 5px;

}
.start-out .btn-start-out {
  margin: 5px 0px ;
}
.start-out .blci-info-masar span {
  font-size: 17px;
}

.email-sagoub a ,
.date.date-year h2 {
  font-size: 13px !important;
}
.mission-add {
  background: url(../images/student/yrd.PNG);
  padding: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.interim-tasks .name-int span ,.interim-tasks .name-int h5 ,.interim-tasks .start-end span,.interim-tasks .start-end h5{
 
  font-size: 11px;
}
.interim-tasks .check-dw .ms-4{
  margin-right : 0 !important;

}
.interim-tasks .click-count p.save-amount {
  font-size: 11px !important;
}
.interim-tasks .checkbox-lg input {
  width: 35px;
  height: 35px;
 
}
.interim-tasks .check-dw  strong{
  font-size: 12px;
}
.interim-tasks .record-voice h5 {
  font-size: 9px;
  width: 80%;
}
.interim-tasks .r-inf h5 {
  font-size: 14px;
}
.open-nots.ms-2 {
  margin-right: 0 !important;
}
.m-w-interim .head-title::after{ width: 30%;

}
.m-w-interim .miss-w a h5 ,.m-w-interim .miss-interim h5 {


font-size: 15px;
}
.reviwes .accordion-header .btn-header-acc > div {
  margin-left: 3px;
  margin-right: 3px;
}
.reviwes .accordion-header .btn-header-acc h5 , .reviwes .accordion-header .accordion-button > h5  {
  font-size: 13px;
}
.reviwes .accordion-header .btn-header-acc span {
  font-size: 12px;
}
.reviwes .accordion-header .accordion-button {

  padding: 4px;

}
.reviwes .accordion-body h5 ,.reviwes .accordion-body span{
  font-size: 14px;
}
.head-static .blc-static {
  width: 95%;
}
.mission-student .rep-status-student .block-rep {
 

  height: 115px;
 
  width: 28%;
}
.mission-student .rep-status-student .block-rep h5 {
  font-size: 14px;
 
  margin: 0px;
}
.dawrat .content-partner .pray ,.dawrat .content-partner .record {
  width: 369px !important;
  height: 160px !important;
  margin-bottom: 4px !important;
    margin-top: 7px !important;
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-nv-student .blck-tp-nb-std h5 a {
  font-size: 13px !important;

}
.mission-student .start-miss button i {

  margin: 5px 7px;
}

.mission-student .info-miss .blc-info h5 {
  width: 255px;
font-size: 16px;
}

/* .follow-task-header .float-end, .follow-participte .float-end {
  display: block;
} */
.daily_task_box_header p, .daily_task_box_header p span.ms-3 {
margin-right: 2px !important;

}
.display-block-small {
  display: block !important;
}
.daily_task_box.moqraa-session {
  padding: 10px 10px 0px 10px !important  ;
}
.daily_task_box.moqraa-session .daily_task_box_header p,.daily_task_box.moqraa-session .daily_task_box_header p span {
  font-size: 14px !important;
  margin-bottom: 3px;
}

.daily_task_box.mpqraa-sard .daily_task_box_list li
, .daily_task_box.moqraa-session .daily_task_box_list li {
  width: 100% !important;
}
.daily_task_box.mpqraa-sard .follow-task-header p span.ms-5{
margin-right: 2px !important;
}
.daily_task_box_content.cerificate.session-admin .user-box >p {
  padding-top: 5px !important;
}
}


@media (min-width: 767px) and (max-width:1023px) {
  .daily_task_box_content.cerificate.session-admin .user-box {
    padding: 0 150px 0 10px !important;
}
.session-admin-list li {
  width: 100% !important;
  margin: 4px 0 7px !important;
}
  .daily_task_box.mpqraa-sard  .follow-task-header p span.ms-5{
    margin-right: 10px !important;
    }
 
  .head-static .blc-static {
    width: 47%;
}
.daily_task_box_header p, .daily_task_box_header p span.ms-3 {
  margin-right: 2px !important;
  
  }
  .display-block-small .ms-5 {
    margin-right: 0 !important;

  }
  .display-block-small  {

    display: block !important;
  }
  .daily_task_box.mpqraa-sard .daily_task_box_list li
  ,.daily_task_box.moqraa-session .daily_task_box_list li {
  width: 50% !important;
}
.top-nv-student .blck-tp-nb-std h5 a {
  font-size: 16px !important;

}
.dawrat .content-partner .pray ,.dawrat .content-partner .record {
  width: 369px !important;
  height: 160px !important;
  margin-bottom: 4px !important;
    margin-top: 7px !important;
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
  .m-w-interim .head-title::after{ width: 26%;

  }
  .mission-student .rep-status-student .block-rep {
   
    height: 125px;
  
    width: 16%;
}
  .m-w-interim .miss-w a h5 ,.m-w-interim .miss-interim h5 {


    font-size: 15px;
    }
  .start-out .bg-quran .name-start h5 {
    top: 90px;
}
.mission-add {
  background: url(../images/student/yrd.PNG);
  padding: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

}

@media (max-width: 1366px) and (min-width: 1024px) {
  .daily_task_box.mpqraa-sard .daily_task_box_list li
  ,.daily_task_box.moqraa-session .daily_task_box_list li {
    width: 50% !important;
  }
  .head-static .blc-static {
    width: 30%;
}
.mission-student .rep-status-student .block-rep {

  width: 12%;
}
  .m-w-interim .head-title::after{ width: 45%;

  }
  .start-out .bg-quran .name-start h5 {
    top: 57px;
  }
  .mission-add {
    background: url(../images/student/yrd.PNG);
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.interim-tasks .name-int span ,.interim-tasks .name-int h5 ,.interim-tasks .start-end span,.interim-tasks .start-end h5{
 
  font-size: 14px;
}
.interim-tasks .check-dw .ms-4{
  margin-right : 0 !important;

}
.interim-tasks .click-count p.save-amount {
  font-size: 11px !important;
}
.interim-tasks .checkbox-lg input {
  width: 35px;
  height: 35px;
 
}
.interim-tasks .check-dw  strong{
  font-size: 12px;
}
}

.input-group-append{
  position: absolute;
  left: 1px;
  color: #fff !important;
  background-color: #ccc !important;
}

.dropdown.bootstrap-select.show-tick.custom-select.d-block.w-100.show .dropdown-menu.show {
    min-width: 100% !important;
}
.dropdown.bootstrap-select.show-tick.custom-select.d-block.w-100  button {
 
  color: #000 !important;
}