﻿@charset "UTF-8";

html {
    unicode-range: U+0600-06FF;
}

html,
html[dir="rtl"],
[dir="rtl"] {
    direction: rtl;
}

html[dir="ltr"],
[dir="ltr"] {
    direction: ltr;
}

.bi-arrow-right-short::before,
.bi-arrow-left-short::before,
.bi-chevron-right::before,
.bi-chevron-left::before,
.bi-arrow-left::before,
.bi-arrow-right::before ,
{
    transform: rotateZ(180deg) !important;
}

.bi-box-arrow-up-right::before,
.bi-telephone::before {
    transform: rotateZ(270deg) !important;
}

.fa.fa-wheelchair,
.fa.fa-eye,
.fa.fa-eye-slash,
.fa.fa-search-plus,
.fa.fa-search-minus,
.fa.fa-search-undo,
.fa-arrow-left,
.fa-arrow-right,
.main-heading .view-all img,
.main-heading h1 span img,
.fa-angle-right {
    transform: scaleX(-1);
}
.news-alart .news-title {
   clip-path: polygon(15% 1%, 100% 0, 100% 100%, 0% 100%);

}

.news-alart .news-title::after {
    clip-path: polygon(0 1%, 100% 0, 85% 100%, 0% 100%);
    left: 11px;
    height: 114%;
    width: 8px;
    transform: rotate(16deg);
}

.home-links .card .readmore ,
.energy-companies .card .readmore {
    transform: rotate(-90deg);
    left: 1rem;
}
.with-dropdown:after {
        right: unset;
        left:0;
         }
         footer .qatarEnery-card::after {
    left: -18px;
}


@media all and (min-width: 1200px) {}

@media all and (max-width: 992px) {}

@media all and (max-width: 1199px) {
   
}

@media all and (max-width: 1500px) {}

/*# sourceMappingURL=stylesAr.css.map */