@font-face {
    font-family: "NRT-Reg";
    src: url("KurdishFont/NRT-Reg.eot");
    /* IE9 Compat Modes */
    src: url("KurdishFont/NRT-Reg.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("KurdishFont/NRT-Reg.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("KurdishFont/NRT-Reg.woff") format("woff");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

body {
    direction: rtl;
    font-family: "NRT-Reg";
    text-align: justify;
}

.dropdown-menu {
    direction: rtl;
    text-align:right;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}

.top-bar .logo{
    direction:rtl;
    text-align:right;
}

.top-bar .top-bar-text {
    padding-right: 15px;
}


/* Added by Faraedwn rtl */

.footer h2::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: 0;
    bottom: 0;
    background: #fdbe33;
}

.footer h2::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fdbe33;
}

.team .team-text {
    text-align: right;
}

.footer .newsletter .btn {
    right: auto;
    left: 5px;
}

.footer .copyright .col-md-6:last-child p {
    text-align: left;
}

.team .team-social {
    left: -100px;
}