/* this file is specifically for the mobile style of the arabic website */
@media (max-width: 992px) {
    .mobile-menu {
        direction: rtl;
    }
    .mobile-menu .dropdown-menu {
        direction: rtl;
        text-align: right;
    }
    .navbar-nav {
        direction: rtl;
        text-align: right;
        padding-right: 0px;
    }

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

    .dropdown-toggle::after {
        margin-right: 0.255em;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    .our-team-wrapper .col-1-of-3 {
        margin-left: auto;
    }

    .our-team-wrapper .col-2-of-3 {
    }

    .our-team-wrapper .col-3-of-3 {
        margin-right: auto;
    }

    .our-team-wrapper .col-1-of-2 {
        margin-right: auto;
    }

    .our-team-wrapper .col-2-of-2 {
        margin-right: auto;
    }
}
