body {
  overflow-x: hidden;
  direction: rtl;
}
.ptb-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-50{
  padding-top: 50px;
}
.pb-20{
  padding-bottom: 20px;
}
.align-justify{
  text-align: justify;
}

.owl-carousel {
  direction: ltr;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots,
.owl-carousel .owl-item {
  direction: rtl;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

.list-unstyled {
  padding-right: 0;
}

.services-one__btn span {
  margin-right: 10px;
  margin-left: 0;
}

.team-one__social {
  padding-right: 13px;
}

.team-one__img::before {
  background-image: linear-gradient(0deg, rgb(26, 20, 20) 0%, rgba(26, 20, 20, 0) 100%);
}

.section-title__title span::before {
  background-image: url("../images/shapes/section-title-shape-rtl.png");
}

.awards-one__shape-2 {
  left: 50%;
  right: auto;
}

.banner-image {
    position: relative;
    padding: 0 40px;
    z-index: 10;
}

.slider-img{
  -webkit-animation: a-three 5s infinite linear;
          animation: a-three 5s infinite linear;
}

.about-one__bg{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  z-index: -1;
}