@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
*{
    font-family: 'Almarai', sans-serif;
}

:root {
    --second-font-family: 'Almarai', sans-serif;
}

.hero h1, .hero h1 span {
    font-family: 'Almarai', sans-serif;
    font-size: 114px;
    line-height: 125px;
    font-weight: 700;
}

.btn-evision
{
    font-family: 'Almarai', sans-serif !important;
}

.sec-header h4, .sec-header h4 span,
.sec-header h4::before {
    font-weight: 700;
}

.hero-bossWord::before,
.boss-word::before,
.about::before {
    left: 0;
    right: auto;
    transform: scaleX(-1);
}

.hero-shapes {
    right: -70px;
    left: auto;
}

.about::before {
    right: 0;
    left: auto;
}

.cherman-img{
    left: 0;
    right: auto;
}

.chereman-msg::before,
.chereman-msg::after{
    right: 0;
    left: auto;
    transform: scaleX(-1);
}

.projects-tab.nav-pills .nav-link {
    margin-right: 0;
    margin-left: 30px;
}

.swiper-button-next, .swiper-button-prev {
    transform: rotate(180deg);
}

.footer-copyrights p {
    text-align: left;
}

.tree ul {
    padding-right: 0;
}

.tree ul {
    display: block;
}

.news-title {
    text-align: right;
}

.post-meta li {
    margin-right: 0;
    padding-right: 0;
    margin-left: 15px;
    padding-left: 15px;
}

.post-meta li:not(:last-child)::after {
    right: auto;
    left: 0;
}

.share-nav .nav-link {
    margin-left: 0;
    margin-right: 15px;
}

.service-wrapper {
    margin-right: auto;
    margin-left: 0;
}

.pr-100 {
    padding-right: 0;
    padding-left: 100px;
}

@media (max-width: 991px) {
    .hero h1, .hero h1 span
    {
        font-size: 80px;
    }
}
