/* prefixed by TA-359 https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@font-face {
  font-family: "Cairo-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Cairo-Regular.eot);
  src: url(../fonts/Cairo-Regular.eot?#iefix) format("embedded-opentype"),
  url(../fonts/Cairo-Regular.woff2) format("woff2"),
  url(../fonts/Cairo-Regular.woff) format("woff"),
  url(../fonts/Cairo-Regular.ttf) format("truetype");
}
html,body{
  height: 100%
}
html {
  direction: rtl;
}
body {
  font: normal normal 16px/1.4 "Cairo-Regular", sans-serif, Arial; /* Default font properties */
  text-align: right;
  color: #091133;
}
.green {
  color: #008F95;
}

.green-hover:hover {
  color: #008F95;
  text-decoration: none;
}
.teacher-courses-desc {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.font-line-2 {
  line-height: 2;
}
.css-shape {
  background-color: #FBFBFC;
  border: 1px solid #DCDCDC;
  border-radius:100px 100px 100px 0;
  width: 200px;
  height: 200px;
}
.teacher-blk {
  padding: 10px 0;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
    font-size: 32px;

}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;

}
.desc-content h5 {
  color: #888;
}
.make-center {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title {
  font-size: 36px;
  font-weight: bold;
  color: #091133;
  margin-bottom: 24px;
}
/* Start Header */
.header-container .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-container,
.main-section-container,
.start-lessons,
.process-container,
.about-us-container {
  width: 100%;
  background-color: #fbfbfb;
}
.process-container, .about-us-container {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.main-section-container {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.logo img {
  width: 91px;
  height: 88px;

}
.slogan {
  padding: 15px 20px 0 0;
  font-size: 18px;
  line-height: 1.6;
}
.darsak-logo {
  display: block;
  width: 224px;
  height: 64px;
  background: url("../imgs/sprite-img.png") -10px -298px;
}
.support-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.support-blk .label {
  display: inline-block;
  font-size: 14px;
  color: #868b9b;
  margin-left: 5px;
}
.support-blk .mawdoo3 img {
  width: 120px;
}
.main-section-para {
  line-height: 2;
  font-size: 18px;
}
/* End Header */
/* Start Main Section */
.col-12.col-lg-6.make-center.main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.col-12.col-lg-6.make-center.main-img img {
  width: 420px;
}
.img-art {
  max-width: 100%;
}
/* End Main Section */
/* Start Class Block */
.class-container .card {
  padding: 32px 22px;
  color: #091133;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.06);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.06)
}
.class-container .card:hover {
  cursor: pointer;
  text-decoration: none;
}
.class-container .card:hover {
  background-color: #f8f8f8;
}
.class-container .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.class-container .card .card-title, .class-container .card i {
  font-size: 16px;
  color: #008F95;
  margin: 0;
  font-weight: bold;
  line-height: 28px;
}
.day-row {
  display: block;
  width: 100%;
  margin-top: 35px;
  font-size: 28px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.reg-master {
    display: flex;
    padding-top: 42px;
    font-size: 18px;
}
.reg-text {
    display: flex;
    justify-content: flex-end;
}

.reg-help {
    margin-left: 15px;
}


/* End Class Block */

/* Start FQA Block */
.faq .card {
  border: 0;
}
.faq .card .card-title {
  font-size: 18px;
}
.faq .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 3.9;
}
.faq .card-body:last-child{
  border-bottom: none;
}

.faq .accordion > .card > .card-header {
  cursor: pointer;
  background-color: transparent;
  padding: 36px 20px 36px 0;
}
.faq .card-header.collapsed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq .card-header {
  border-bottom: none;
}
.no-style,
.no-style:focus,
.no-style:active,
.no-style:visited,
.no-style:hover {
  text-decoration: none;
  color: #091133;
}
.no-style:focus {
  text-decoration: none;
  color: #000;
}
.faq .accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: left;
  padding-left: 10px;
}
.faq .accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}
/* End FQA Block */
/* Start Working Process & About Us */
.process-container .process-text,
.about-us-container .about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.process-container p,
.about-us-container p {
  font-size: 18px;
  line-height: 2;
}
/* End Working Process & About Us */
/* Start Start Lessons */
.start-lessons {
  border-top: 1px solid #e1e1e1;
}
.start-lessons .select-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.start-lessons p {
  max-width: 510px;
  width: 100%;
  color: #091133;
  line-height: 2;
}
.start-lessons button {
  max-width: 177px;
  width: 100%;
  height: 72px;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.26);
  background-color: #008F95;
  color: #fff;
  font-size: 24px;
}
.start-lessons button:hover {
  cursor: pointer;
  background-color: #00666A;
  color: #fff;
}
.start-lessons select {
  max-width: 329px;
  width: 100%;
  height: 72px;
  border: solid 1px rgba(0, 0, 0, 0.26);
  background-color: #fff;
  color: #091133;
  margin: 0 30px 0 24px;
  font-size: 20px;
  padding: 0 16px 0 0;
}
/* End Start Lessons */
/* Start Schedule */
.breadcrumb{
  color: #34543A;
  font-size: 16px;
  background: transparent;
  padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: ">";
}
/* Remove the > from before the first breadcrumb */
nav.breadcrumbs ol li:first-child::before {
  content: "";
  margin-left: 0;
}
.breadcrumb-item  a{
  color: #34543A;
}
.range-date{
  color: #71768a;
}
.video-sizes {
  width: 100%;
  height: 600px;
}
.older-week {
  margin-top: 16px;
  border-radius: 2px;
  background-color: #008F95;
  text-align: center;
  color: #fff;
  padding: 10px 30px;
}
.older-week:hover{
  outline: none;
  background-color: #008F95;
  color: #fff;
  text-decoration: none;
}
/* End Schedule */

/*** Start Sprite images big *****/
.bg-abwaab {
  width: 326px; height: 84px;
  background: url('../imgs/css_sprites_logos_big.png') -10px -111px;
}

.bg-edrak {
  width: 232px; height: 98px;
  background: url('../imgs/css_sprites_logos_big.png') -10px -215px;
}
.bg-jo-academy {
  width: 363px; height: 81px;
  background: url('../imgs/css_sprites_logos_big.png') -10px -10px;
}

/*** End Sprite images big *****/

/* Start Partnes Block */
.partners-blk {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-blk .row div {
  display: flex;
}
.modee {
  width: 85px;
  height: 90px;
  background: url("../imgs/sprite-img.png") -10px -378px;
}
.jo-academy {
  width: 179px;
  height: 40px;
  background: url("../imgs/sprite-img.png") -10px -10px;
}
.abwaab {
  width: 161px;
  height: 41px;
  background: url("../imgs/sprite-img.png") -10px -178px;
}
.edrak {
  width: 112px;
  height: 48px;
  background: url("../imgs/sprite-img.png") -10px -239px;
}
/* End Partnes Block */
.max-img {
  max-height: 55px;
}
/**** Teacher Page ****/

.main-section-edraak {
  width: 171px;
}

.border-top-none {
  border-top: none;
}

.teacher-more-btn {
  text-decoration: none;
  display: flex;
  color: #fff;
  width: 180px;
  height: 42px;
  border-radius: 4px;
  background-color: #3c5f39;
  justify-content: center;
  align-items: center;
}
.teacher-more-btn:hover {
  color: #fff;
  text-decoration: none;
  text-underline: none;
  background-color: #0b2e13;
}

.teacher-main {
  color: #fff;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: none;
}
.teacher-main h1 {
  color: #fff;
}
.teacher-main.main-section-para {

}

.teacher-main .container {
  background-image: url("../imgs/teacher/bg-green-lite.png");
  background-repeat: no-repeat;
  background-size: 1140px;
}
.font-size-16 {
  font-size: 16px;
}

.teacher-main .main-img {
  justify-content: center;
}
.header-container.teacher-header .container {
  border-bottom: none;
}
.teacher-header {
  background-color: #fff;
  border-bottom: none;
}
/******* */

/* Start Footer */
.footer-container {
  width: 100%;
  background-color: #008F95;
}
.footer-section {
  min-height: 67px;
  background-color: #008F95;
  color: #fff;
  font-size: 14px;
  line-height: 4.8;
}
.footer-section footer a {
  color: #fff;
}
.social-icons {
  padding-top: 11px;
  text-align: left;
}
.social-icons .fa{
  font-size: 32px;
  margin: 0 10px;
}
.social-icons a {
  text-decoration: none;
}
.molhem-logo {
  height: 27px;
  margin-top: -15px;
  margin-right: 7px;
  margin-left: 10px;
}

.teacher-footer {
  background-color: #223520;
}
/* End Footer */

/* Start Modal Style */
.close-div {
  left: 0;
  position: absolute;
}
.modal-header {
  border-bottom: none;
}
.modal-header h2 {
  padding-top: 35px;
  padding-right: 15px;
}
.close {
  font-size: 44px;
}
/* End Modal Style */

/***** Start Weeks Navigation ******/
.weeks-nav {
  margin-top: 52px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
.weeks-nav, .weeks-date {
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weeks-date span {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.more-weeks {
  margin-bottom: 48px;
}
.more-weeks .older-week {
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;

}
.more-weeks .row {
  margin-top: 80px;

}
.more-weeks .older-week:hover {
  background-color: #00666A;
}


.arrow .fa-arrow-left {
  position: absolute;
  left: 10px;
  top: 26px;
}
.arrow .fa-arrow-right {
  position: absolute;
  right: 10px;
  top: 26px;
}
/***** End Weeks Navigation ******/

.btn-teacher {
  padding: 10px 4rem;
}


.btn-primary {
  background-color: #008F95;
  border: 1px solid #008F95;
}

.btn-red {
  color: #fff;
  background-color: #8A0209;
  border: 1px solid #8A0209;

}

.competition-btn {
  box-shadow: 1px 1px 5px 2px rgba(138,2,9,0.3);
  padding-left: 37px;
  /* padding-right: 13px; */
  height: 48px;
  padding-bottom: 0;
  width: 300px;

}
.bg-gray {
    background-color: #FBFBFC ;
}
.competition-btn:hover {
  color: #fff;
}

.angle-arrow {
  top: 0;
  left: 14px;
  font-size: 30px;
}
.border-shade-black {
  border-left: 1px solid rgba(0,0,0,0.3);
  position: absolute;
  top: 7px;
  right: 10px;
}

.competition-div {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0f6674;
  border: 1px solid #0f6674;
}

.border-r-100 {
  border-radius: 19px;
}
.border-right-lg {
  border-right: 1px solid #dee2e6;
}

.normal-link {
  color: #000;
  text-decoration: none;
}

.normal-link:hover {
  color: #000;
  text-decoration: none;
}
.ministry-text {
    width: 305px;
}
.teacher-logo {
    width: 130px;
}

.teacher-hero-text {
    padding: 8px 19px;
}

.teacher-hero-text h1 {
    margin-bottom: 8px;
}

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

.teacher-mobile-logo {
    width: 140px;
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .darsak-logo {
    margin-top: 32px;
  }
}
/* Extra large devices (large desktops, 991px and up) */
@media (min-width: 991px) {

    .space-inside {
        padding: 76px 0;
    }
  /***** start teacher page ******/
.competition-div-mobile {
  padding: 10px 0;
  justify-content: flex-start;
}
  .competition-div {
    display: flex;
    flex-flow: wrap;
  }
  .teacher-courses {
    margin-bottom: 80px;
  }
  .teacher-courses-desc {
    padding-right: 0;

  }

  /***** end   teacher page ******/

  .darsak-logo {
    margin-top: 32px;
  }
  .partners-blk .row div {
    justify-content: center;
  }
}
@media (max-width: 991px) {
    .space-inside {
        padding: 52px 2px;
    }

    .teacher-hero-text {
        padding: 16px 24px;
    }
    .ministry-text {
        width: 202px;
    }
    .teacher-main .container {
        background-size: cover;
        background-position: center;
    }
  .main-section-container {
    padding-top: 32px;
      padding-bottom: 10px;

  }
  .competition-div {
    margin: 34px 0;
    justify-content: flex-start;
  }
  .competition-div-mobile a  {
    margin: 20px 0;
  }
  .competition-div-mobile {
    display: flex ;
    justify-content: flex-end;
    flex-flow: row-reverse;
    padding:0;
  }
  .competition-div.competition-div-mobile {
    justify-content: flex-end;
    flex-flow: row-reverse;
  }
  .img-art {
    display: none;

  }

  .teacher-courses-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .teacher-courses-img {
  margin-bottom: 25px !important;
}
  .teacher-courses-desc {
    align-items: center;
    text-align: center;
  }
  .css-shape {
    background-color: #FBFBFC;
    border: 1px solid #DCDCDC;
    border-radius:100px;
    width: 180px;
    height: 180px;
    margin-bottom: 40px;
  }
  .border-right-lg {
    border-right: none;
  }
  .darsak-logo-top {
    display: none;
  }
  .support-blk {
    margin-top: -41px;
    margin-right: -8px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .support-blk .mawdoo3 img {
    width: 66px;
  }
  .logo-container {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    padding: 0 10px 15px 0;
    margin-bottom: 15px;
    margin-bottom: 5px;
  }
  .partnes-blk {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .partners-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .partners-blk div {
    margin: 14px 0;
    display: flex;
    justify-content: center;
  }
  .img-art-big img {
    width: 120px;
  }
}
@media (max-width: 768px) {
    .reg-text-title {
        font-size: 16px;
    }
    .slogan {
      padding: 0 18px 0 0;
    }
  .teacher-courses  b {
    font-size: 28px;
  }
  .css-shape {
    background-color: #FBFBFC;
    border: 1px solid #DCDCDC;
    border-radius:100px;
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
  }
    .main-section-edraak{
      width: 170px;
      margin-bottom: 20px;
    }
  .teacher-courses-desc {
    align-items: center;
    text-align: center;
  }

  .video-resp {
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-resp-teacher img {
      width: 600px;
      height: 400px;
  }

  .reverse-mobile {
    display: flex;
    flex-flow: column-reverse;
  }
  .border-top-mobile {
    border-top: 1px solid #eee ;
  }
  .class-container.card-master {
    padding: 0;
  }
  img {
    max-width: 100%;
  }
  .title {
    font-size: 28px;
  }
  .day-row {
    font-size: 21px;
  }
  .class-container .card .card-title {
    font-size: 16px;
  }
  .class-container .card  {
    font-size: 14px;
  }
  .logo-container {
    padding: 0 10px 15px 0;
    margin-bottom: 15px;
    margin-bottom: 5px;
  }
  .logPinSection {
    margin-top: 14px;
  }
  .class-container,
  .start-lessons {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .process-container,
  .about-us-container {
    padding: 44px 0;
  }
  .start-lessons .select-class select {
    margin: 10px 0;
    max-width: 100%;
  }
  .start-lessons .select-class button {
    margin: 10px 0;
    max-width: 100%;
  }
  .start-lessons .select-class {
    display: block;
  }
  .faq .accordion > .card > .card-header {
    padding: 18px 10px 18px 0;
  }
  .faq .card-body {
    line-height: 2;
  }

  .make-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .video-sizes {
    width: 100%;
    height: 300px;
  }
}

.btn-blue {
  background-color: #008F95;
}
.btn-blue:hover {
  background-color: #00666A;

}

.day-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  padding-right: 10px;
}
.day-date::before {
  padding: 0 5px;
  content: '/';
}
.btn-outline-green {
  border: 2px solid #008F95;
  border-radius: 6px;
}
/**** Start 404 page  ******/
.not-found-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.not-found  {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: right;
}
.not-found-text {
  font-size: 25px;
}
.font-size-18 {
  font-size: 18px;
  line-height: 1.6;
}
.width-120 {
  width: 120px;
}
.not-found .btn-outline-green {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  height: 63px;
  text-decoration: none;
  color: #008F95;
  font-size: 18px;
  font-weight: 700;
}
/****** End 404 page  ******/

/**** Start Outline Card  ******/
.providers-logos {
  margin: 0 10px 80px 0;
}
.providers-logos-item {
  display: flex;
  align-items: center;
  justify-content: center;

}
.class-container .card-outline {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.class-container  .card-outline:hover {
  background-color: white;
}
.card-outline .card-body .card-title {
  font-size: 21px;
}

.card-image {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/****** End Outline Card  ******/

@media (max-width: 575px) {
    .reg-text-title {
        display: none;
        font-size: 16px;
    }
  .social-master {
    text-align: center;
  }
  .social-icons {
    text-align: center;
  }
  .class-container .card {
    height: 80px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .class-container.card-master {
    padding: 0;
  }
  .class-container .card i {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .class-container .card .card-title {
    font-size: 18px;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (max-width: 320px) {
  .border-shade-black {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .footer-fixed {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .competition-div-mobile {
      justify-content: flex-start;
    }
  .ministry-blk {
    display: inline-block !important;
    width: 210px;
    border-left: 1px  solid #dee2e6;
  }
    .ministry-text {
        position: absolute;
    }
  .teacher-logo-div {
      position: absolute;
      right: 345px;
  }

  .slogan .darsak-logo {
  position: absolute;
    top: -60px;
    right: 240px;
  }
}
