
html{
  font-size: 15px;
}
body {
  direction: rtl;
  text-align: right;
  font-family: cairo;
}

/*  navbar */
.icon-search {
  left: 0px;
  right: unset;
}

/* home */
.home-title,
.home-desc {
  text-align: start;
}
 

.date-item span {
  float: right;
}

/* footer */
 

.footer-body .icons {
  text-align: left;
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* drawer */
@media (max-width: 992px) {
  .icon-close {
    left: 32px;
    right: unset;
  }
}
.search-section-title::before{
  right:0;
  left:auto;
}

.single-element-page .img-box {
  float: right;
}


.navbar-list li.nav-item.has-menu .submenu-level-1 {
  right: 50%;
  left: auto;
  transform: translateX(50%);
}