.navbar-nav{
    direction: rtl !important;
}
.navbar .dropdown-toggle::after{
    content: " ";
}
.navbar .dropdown-toggle::before{
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.arabic-direction{
    direction: rtl !important;
}

.footer .btn.btn-link::before{
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 4px;
    margin-right: 0;
}