/* fonts */
@font-face {
    font-family: "FontRegular";
    src: url("../webfonts/ArbFONTS-HSDream-Regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FontMedium";
    src: url("../webfonts/ArbFONTS-HSDream-Medium.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FontBold";
    src: url("../webfonts/ArbFONTS-HSDream-Bold.otf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

:root {
    --formReg: "FontRegular";
}

body {
    direction: rtl;
    text-align: right;
}
.main_nav .menu ul {
    padding-right: 0;
}
.mobile_menu .close_btn {
    right: auto;
    left: 1rem;
}
footer ul {
    padding-right: 0;
}
footer .privacy li:first-of-type a {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0.5rem;
    padding-left: 0.5rem
}
footer .privacy li:first-of-type a:after {
    right: auto;
    left: 0;
}
.our_services .sub_services {
    margin-left: 0;
    margin-right: 1rem;
}
.our_services ul {
    padding-right: 0;
}
.our_services h4 {
    text-align: right;
}
.works_slider {
    direction: ltr;
}
