body{
  direction: rtl;
  text-align: right; 
}
.form-control,
.dropdown-item,
input{
    text-align:right;
}
.text-start{
  text-align: right !important;
}
.text-end{
  text-align: left !important;
}
.swiper-button-next:after, 
.swiper-button-prev:after,
.card-item__content--link a:after,
.footer:before,
.search-result--flat__link svg,
.pagination .page-item .page-link svg,
.news-updates__detail--link a:before,
.careers__open-positions .card.inner .d-flex a:after,
.formWrapper .back:before{
  transform: scaleX(-1);
}
.header .custom-dropdown__menu ul li.has-submenu>div svg {
    transform: rotate(90deg);

  }
  .news-annousment .swiper-slide:not(.swiper-slide-active) .newsCard__image {
    margin-right: -110px;
    margin-left: 0;
}
.contact__detail ul li a,
.contact-us__contact ul li a,
.contact-ir__detail .card ul li a{
  direction: ltr;
  display: block;
}
.timeline-item{
  margin-left: -310px;
  margin-right: 0;
}
.about__plateform .swiper-button.swiper-button-next{
  left:0;
  right:auto;
}
.about__plateform .swiper-button.swiper-button-prev{
  right:0;
  left:auto;
}
.modal .modal-dialog .modal-content .popup-cross-icon{
  left:14px;
  right:auto;
}
.modal.custom-modal .modal-dialog .modal-content .popup-cross-icon{
  left:15px;
  right:auto;
}
a.read-more:after{
  transform: rotate(180deg);
}

.news-updates__detail--gallery {
    float: left;
}

.news-updates__detail .swiper-slide span:before{
  transform: translate(-50%, -50%) scaleX(-1);
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left:20px !important;
  padding-right:0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  left:20px !important;
  right:auto !important;
}
.borderChart-wrapper{
  direction: ltr;
}
.reports .yearSlider .swiper-button-next{
  left:-70px;
  right:auto;
}
.reports .yearSlider .swiper-button-prev{
  right:-70px;
  left:auto;
}
.dateFilters__menu{
  left:0;
  right:auto;
}
.form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left:0;
}
.form-check {
    padding-right: 1.5em;
    padding-left:0;
}




@media screen and (min-width: 768px) {
    .timeline-content:after {
        transform: scaleX(-1);
    }
}
@media screen and (min-width: 992px) {
    .header .custom-dropdown__submenu {
        left: 0;
        right:auto;
    }
    .header .custom-dropdown__menu {
        right: 0;
        left:auto;
    }
}
@media screen and (min-width: 1025px) {
    a.read-more:hover:after {
        transform: translateX(-5px) rotate(180deg);
    }
}






@media screen and (max-width: 1200px) {
    .news-annousment .swiper-slide:not(.swiper-slide-active) .newsCard__image {
        margin-right: -75px;
        margin-left:0;
    }
}
@media screen and (max-width:1024px){
  .news-updates__detail--gallery{
    float: none;
  }
}
@media screen and (max-width: 991px) {
    .reports .yearSlider .swiper-button-next {
        left: -45px;
    }
    .reports .yearSlider .swiper-button-prev {
        right: -45px;
    }
}





