body{
    direction: rtl;
    font-family: 'Cairo' !important;
}



.footer h2::after{
    right: 0 !important;
    left: unset !important;
}
.footer .footer-link a::before{
    content: "\f104" !important;
    margin-left: 10px;
}
.footer .footer-menu .f-menu a{
    margin-left: 15px;
    padding-left: 15px;
}

.page-header a::after{
    left: -7px !important;
    right: unset;
}

.contact .contact-text{
    padding-left: unset;
    padding-right: 20px;
}

.team .team-social{
    left: unset;
    right: -50px;
}

.team .team-item:hover .team-social a:first-child {
    left: unset;
    right: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    left: unset;
    right: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    left: unset;
    right: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    left: unset;
    right: 50px;
    transition: .3s .3s;
}
.team .team-social a{
    left: unset;
    right: 0;
}
.footer .footer-menu .f-menu a{
    border-right:unset;
    border-left: 1px solid rgba(255, 255, 255, .1);
}
.footer .footer-menu .f-menu a:last-child{
    margin-right: 0;
    padding-right: 0;
    border-left: none;
}
.feature .feature-text{
    padding-right: 30px;
}