﻿@charset "UTF-8";

html,
html[dir="ltr"],
[dir="ltr"] {
    direction: ltr;
}

html[dir="rtl"],
[dir="rtl"] {
    direction: rtl;
}
.news-alart .news-title {
    clip-path: polygon(0 1%, 100% 0, 80% 100%, 0% 100%);

}
.news-alart .news-title::after {
    clip-path: polygon(0 1%, 100% 0, 85% 100%, 0% 100%);
    right: 15px;
    height: 114%;
    width: 8px;
    transform: rotate(21deg);
}
.home-links .card .readmore,
.energy-companies .card .readmore  {

    right: 1rem;
}
footer .qatarEnery-card::after {
    right: -23px;
    }

@media all and (min-width: 1200px) {}

@media all and (max-width: 991px) {
.with-dropdown:after {
        right: 0;
    }

}

@media all and (max-width: 1199px) {}

/*# sourceMappingURL=stylesEn.css.map */