/* Atribute Navigation
=================================*/
.attr-nav {
    float: left;
    margin-left: -15px;
    margin-right: 13px;
}
/* End Atribute Navigation
=================================*/


@media (min-width: 1024px) {
    /* General Navbar
    =================================*/
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
        margin-left: initial;
        margin-right: 5px;
    }
    /* End General Navbar
    =================================*/

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 18px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
}

/* Side Menu
=================================*/
body.on-side {
    margin-left: initial;
    margin-right: -280px;
}

.side {
    right: initial;
    left: -280px;
}

    .side.on {
        right: initial;
        left: 0;
    }

    .side .close-side {
        float: left;
    }
/* End Side Menu
=================================*/

/* =====  Aboutus css  ===== */
.about {
    background: url('../images/bg01.ar.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* =====  End Aboutus css  ===== */

/* =====  FOOTER CSS START=====*/
.footer ul {
    padding-right: 0;
}

.footer-link li:first-child a {
    border-left: 1px solid #808080;
}

.footer-link li:last-child a {
    border: none;
}
/* =====  FOOTER CSS END=====*/

/* ===== Breadcrumb CSS Start===== */
.breadcrumb h1 {
    float: right;
}

.breadcrumb li::after {
    text-align: center;
}

/* ===== End Breadcrumb CSS ===== */


.about-ol ol {
    padding-left: 0;
    padding-right: 24px;
}

.blog .date i {
    margin-right: 0;
    margin-left: 10px;
}

.news-card h3 {
    text-align: start;
}

.control-label {
    float: right;
}

.sort-inner, .limit {
    float: right;
}

.title h2:before {
    right: 0px;
    left: auto;
}

.service h4 {
    padding: 0 0;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    padding: 0 1rem 0 0;
}

.uk-timeline .uk-timeline-item::before {
    right: 19px;
    left: initial;
}

.post-info p {
    direction: rtl;
}

.arabic .post-info .date, .arabic .post-info .more {
    direction: rtl;
}

.contact .fa {
    margin-left: 10px;
    margin-right: 0;
}

ul.social {
    padding-right: 0;
}

.isotope .isotope-item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}

.footer .footer_contact li i {
    margin-left: 8px;
    margin-right: 0;
}

.footer .footer_contact li i.fa-mobile {
    margin-left: 13px;
}

.footer .footer_contact li i.fa-mobile, .footer .footer_contact li i.fa-map-marker {
    margin-left: 13px;
    margin-right: 5px;
    font-size: 22px;
}

.footer .footer_contact li i.fa-map-marker {
    margin-right: 3px;
}