body {
  direction: rtl;
  text-align: right;
  font-family: 'Almarai', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
a,
span {
  font-family: 'Almarai', sans-serif !important;
}

.wave-area {
  direction: ltr;
}

header .logo-section {
  position: absolute;
  top: 0px;
  left: 50%;
  text-align: center;
  width: 30%;
  z-index: 99999;
  transform: translateX(-50%);
  padding-top: 10px;
}

header .logo-section h5 {
  margin-bottom: 0;
}

header .logo-section .logo-link {
  display: block;
  overflow: hidden;
}

header .logo-section img {
  width: 100%;
  height: auto;
}

header .container.menu-container {
  margin-top: 100px;
}

header .container.menu-container .navbar-collapse {
  width: 100%;
}

header .container.menu-container .menu-nav {
  display: block !important;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

header .container.menu-container .menu-nav li {
  display: inline-block;
}

header .navbar {
  min-height: 185px;
}

/* 
header .navbar .logo {
  display: none;
} */

header .navbar.nav-scroll {
  min-height: 70px;
}

header .navbar.nav-scroll .container.menu-container {
  margin-top: 0;
}

header .navbar.nav-scroll .logo {
  display: block;
}

.breadcrumb-nav {
  background-color: #fff;
}

.breadcrumb-nav .breadcrumb {
  background-color: #fff;
}

.breadcrumb-nav .breadcrumb .breadcrumb-item.active {
  color: #01c5de;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: .5rem;
  padding-right: 0;
}

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

.blog-item {
  text-align: right;
}

.blog-item h6,
.blog-item p {
  text-align: right;
}

.blog-item p {
  line-height: 1rem;
  height: 4rem;
  overflow: hidden;
}

.post-img {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .logo {
  height: 120px;
  width: auto;
}

footer .footer-bottom nav {
  display: block;
  text-align: center;
}

footer .footer-bottom nav a {
  display: inline-block;
  color: #fff;
}

footer .footer-bottom nav a.active {
  color: #01c5de;
}

footer .footer-social a:first-child {
  margin-left: 25px;
}

.error-page h1 {
  font-size: 2rem;
}

.cc-picker-code-filter {
  z-index: 1056 !important;
}

.header.page-header {
  min-height: 35vh;
}

.page-contener {
  padding: 0;
}

.page-contener section {
  padding: 0;
}

.contact .info .item p {
  color: #999;
  font-size: 14px;
  line-height: 1.7;
  word-spacing: 1px;
}

.contact .info .item h6 {
  font-size: 15px;
  margin-bottom: 0;
}

.page-aside .title {
  font-size: 1.2rem;
  margin: 0;
}

.page-aside nav {
  display: block;
  overflow: hidden;
}

.page-aside nav a {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.article-page h1 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.article-page .description {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: justify;
}

.workshops-section .type {
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #FFF;
}

.workshops-section .type span {
  font-size: 1rem;
  display: block;
  color: #fff;
}

.workshops-section .type h4 {
  font-size: 1.1rem;
  line-height: 1.4rem;
  height: 3rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.workshops-section .photo img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.workshops-section .features {
  padding: 0 10px;
}

.workshops-section ul {
  text-align: right;
}

.btn {
  border-radius: 3px;
  border-width: 1px;
}

.btn.btn-light {
  background: #fff;
  border-color: #6f6f6f;
  color: #6f6f6f;
}

.about-page .sub-title {
  font-size: 2rem;
  color: #000;
}

.about-page h1 {
  font-size: 1.5rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.about-page h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  width: 40%;
  margin: 0 auto 20px auto;
}

.about-page p {
  margin: 0;
  padding: 0;
}

.global-page h1 {
  font-size: 1.5rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.global-page h2,
.global-page strong {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.modal .modal-title {
  font-size: 2rem;
}

.modal .courseDescription,
.modal h5,
.modal h3 {
  font-size: 1rem;
}

.modal .modal-header .logo-section {
  width: 80px;
}

.modal .modal-header .logo-section img {
  width: 100%;
  height: auto;
}

header .logo-section img {
  max-width: 150px;
}


header .logo-section h5 {
  font-size: 14px;
}

.modal .modal-header .modal-title {
  margin-right: 20px;
}

.modal .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

@media only screen and (max-width: 768px) {
  .navbar .menu-container {
    border: 0;
  }

  header .nav-scroll .sidemenu_btn>span {
    background: #fff;
  }

  header .navbar {
    min-height: 60px !important;
    height: 60px !important;
    background-color: #000;
  }

  header .logo-section {
    top: 80px;
  }

  .header {
    min-height: 65vh;
  }

  .logo img {
    max-height: 60px;
  }

  .header.page-header {
    min-height: 35vh;
  }

  header .navbar .menu-container {
    position: absolute;
    top: 0;
    left: 0;
  }

  header .navbar .menu-container .logo {
    padding: 0;
    margin: 0;
    /* position: absolute; */
    left: 10px;
    top: 0;
    width: 90px;
  }

  header .logo-section {
    width: 100%;
    text-align: center;
  }

  header .container.menu-container {
    margin-top: 0;
  }

  header .side-menu {
    width: 80% !important;
    z-index: 99999;
  }

  header .side-menu .btn-close {
    left: 15px;
    right: auto;
  }

  header .side-menu .inner-wrapper {
    padding: 0 20px 0 0;
  }

  header .side-menu .inner-wrapper .side-nav {
    margin: 30px 0 0 0;
  }

  header .side-menu .inner-wrapper .side-nav .nav-item {
    text-align: right;
  }

  header .side-menu .social-links {
    display: block;
    text-align: center;
    margin-right: -20px;
  }

  header .side-menu .social-links a {
    display: inline-block;
  }
}

.divider {
  background: linear-gradient(to right, transparent, rgb(223 223 223), transparent);
  width: 100%;
  height: 2px;
}

.btn-purple {
  background-color: #6e2991;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.navbar:not(.nav-scroll) {
  align-items: end;
}

.navbar.nav-scroll {
  align-items: center !important;
}

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



.widget_item-card {
  background-color: #FFF;
}

.widget_item-card .widget_item-image {
  /**position: relative;
        height: 0;
        padding-top: 60%;**/
}

.widget_item-card .widget_item-image img {
  /** position: absolute;
        width: 100%;
        max-width: 100%;
        height: 100%;
        top: 0;
        left: 0;**/
}

.widget_item-card .widget_item-content {
  padding: 15px;
}

.widget_item-card .widget_item-title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.widget_item-card .widget_item-title span {
  color: #892AA5;
}

.widget_item-card .widget_item-desc {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  height: 144px;
  overflow: hidden;
  font-weight: 400;
  margin-bottom: 0px;
}

.widget_item-card .widget_item-date,
.widget_item-card .widget_item-location {
  border-top: 1px solid #cccccc;
  padding: 5px 15px;
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.widget_item-card .widget_item-more {
  width: 100%;
  background-color: #892AA5;
  color: #FFF;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.widget_item-card.widget_item-master {
  position: relative;
}

@media(min-width:992px) {
  .widget_item-card.widget_item-master .widget_item-image {
    /** padding-top: 36%;**/
  }
}

.widget_item-card.widget_item-master .widget_item-title span {
  color: #fff;
  font-size: 40px;
}

.widget_item-card.widget_item-master .widget_item-content {
  position: absolute;
  max-width: 50%;
  inset-inline-start: 0;
  bottom: 0;
  padding: 40px;
}

@media(max-width:991px) {
  .widget_item-card.widget_item-master .widget_item-content {
    width: 100%;
    padding: 20px;
  }

  .widget_item-card.widget_item-master .widget_item-title span {
    font-size: 30px;
  }
}

.widget_item-card.widget_item-master .widget_item-date {
  background-color: #892AA5;
  color: #FFF;
  padding: 4px 18px;
  display: inline-block;
  border: 0;
  font-size: 28px;
  line-height: 1.5;
  margin-top: 10px;
}

.widget_item-testimonial .widget_item-avatar {
  flex: 0 0 auto;
  margin-inline-end: 10px;
}

.widget_item-testimonial .widget_item-avatar img {
  width: 100px;
  height: 100px;
  border: 2px solid #FFF;
  object-fit: cover;
  border-radius: 50%;
}

.widget_item-testimonial .widget_item-comment {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 22px;
}

.widget_item-testimonial .widget_item-location {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 400;
}

.widget_item-card .widget_item-desc * {
  font-size: 18px !important;
  line-height: 1.5;
  height: 136px;
  overflow: hidden;
  color: #000;
}

.widget_item-card .widget_item-title {
  height: 100px;
  overflow: hidden;
}

.banner {
  /* background-color: #01c5de; */
}

@media(max-width:991px) {
  .banner {
    text-align: center;
  }
}

.banner .img {
  /* max-height: 80px; */
}

.btn-black {
  background-color: #000;
  color: #FFF;
  border-color: #000;
}

.btn-whatsapp {
  background-color: #4F8A4E;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 40%;
  inset-inline-start: -20px;
  z-index: 4;
  width: 85px;
  height: 65px;
  padding-inline-start: 13px;
}

.btn-whatsapp img {
  width: 40px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.help-block,
.error {
  color: #F75463 !important;
}

/* .btn-lang {
        position: absolute;
        top: 24px;
        inset-inline-end: 20px;
      } */

header .navbar.nav-scroll .btn-lang .text-white {
  color: #000 !important;
}

@media(min-width:767px) {
  .btn-lang {
    top: 75px;
  }
}

@media(max-width:991px) {
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 100%;
    inset-inline-end: 30px;
  }

  .navbar .menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .navbar.nav-scroll .btn-lang .text-white {
    color: #fff !important;
  }

  .nav-scroll .icon-bar {
    color: #fff !important;

  }
}


@media(max-width:768px){
    .header .logo-section {
       z-index: 9;
    }
}


#reg-section .form-control {
    font-size: 14px;
}


.iti {
    display: block;
    direction: ltr;
}


@media(max-width:786px){
    .container-video {
    padding-top: 56.25%;
    }
    .header {
        min-height: 51vh;
    }
    .header::before{
        content: unset;
    }
}