@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

* {
  letter-spacing: 0 !important;
}

.item-service,
.course-item,
.item-news,
html, body {
  direction: rtl;
}
body {
  font-family: 'Almarai', sans-serif;
}

.slick-slider,
.swiper-container,
.owl-carousel {
  direction: ltr;
}

.item-product {
  direction: rtl;
}


.ltr_num {
  direction: ltr !important;
  display: inline-block;
}

/* .fa-chevron-left:before {
  content: "\f054";
}
.fa-chevron-right:before {
  content: "\f053";
} */

.fa-angle-double-left:before {
  content: "\f101";
}
.fa-angle-double-right:before {
  content: "\f100";
}
.fa-long-arrow-alt-right:before {
  content: "\f30a";
}

.post-pagination a+a {
  margin-left: 0;
  margin-right: 15px;
}


header .head-header .right-head a.langs {
  margin-left: 0;
  margin-right: 1rem;
  border-left: 0;
  border-right: 1px solid #ddd;
  padding-left: 0;
  padding-right: 1rem;
}

header .head-header .left-head a:first-child {
  margin-right: 0;
  margin-left: .6rem;
}

.sec-video .txt {
  left: auto;
  right: 10%;
}
