@font-face {
    font-family: Sahel-Light;
    src: url(../../base/fonts/Sahel-Light-FD.ttf);
}
@font-face {
    font-family: Sahel;
    src: url(../../base/fonts/Sahel-FD.ttf);
}
@font-face {
    font-family: Sahel-SemiBold;
    src: url(../../base/fonts/Sahel-SemiBold-FD.ttf);
}
@font-face {
    font-family: Sahel-Bold;
    src: url(../../base/fonts/Sahel-Bold-FD.ttf);
}
@font-face {
    font-family: Sahel-Black;
    src: url(../../base/fonts/Sahel-Black-FD.ttf);
}
* {
    font-family: Sahel;
}
.navbar {
    background-color: #21344e!important;
}
.custom-navbar {
    direction: rtl;
    text-align: center;
}
@media (min-width: 992px) {
    .custom-navbar {
        margin-right: 10%;
    }
}
.custom-navbar ul {
    padding: 0;
}
.custom-navbar ul li a {
    color: #fff;
}
.custom-dropdown-menu {
    text-align: center;
}
.custom-dropdown-menu a {
    padding: 6px 0;
}
.custom-dropdown-menu li .logout {
    background-color: #a60b0b;
    border-radius: 0 0 5px 5px;
}
.register-login {
    background-color: #0c8b4d;
    border-radius: 5px;
}
.navbar-brand {
    font-family: Sahel-Bold;
}
footer {
    text-align: center;
    background-color: #21344e;
    padding: 20px 6px;
}
footer h4 {
    font-family: Sahel-Black;
    color: #fff;
}
footer p {
    direction: rtl;
    font-family: Sahel-Light;
    color: #fff;
    margin-bottom: 4px;
}
footer .call {
    padding: 10px 0;
}
footer .call a {
    font-family: Sahel-Bold;
    color: #fff;
}
footer .call a:hover {
    font-family: Sahel-Bold;
    color: #0091ff;
}
footer .call span {
    color: #fff;
}
footer .links {
    direction: rtl;
}
footer .links a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 2px 12px;
}
footer .links a:hover {
    background-color: #fff;
    color: #000;
}
.trust {
    padding-top: 20px;
}
.copyright {
    direction: rtl;
    text-align: center;
    background-color: #182538;
    color: #fff;
    padding: 10px 6px;
}
.copyright p {
    font-family: Sahel-Light;
    font-size: 14px;
    margin-bottom: 2px;
}
.copyright a {
    font-family: Sahel-Bold;
    color: #fff;
}