﻿* {
    letter-spacing: normal !important;
}

.heroBg .heroImg .heroImgCustom {
    left: -395px;
    right: auto;
    transform: rotateY(180deg);
}

.animated-shapes .shape-float-bob-y {
    left: 0;
    right: auto;
}

.heroBg .heroImg .rotate-ar {
    transform: rotateY(180deg);
}

.analysis a i {
    transform: rotateY(180deg);
}

.modules .cardPrimary .card-text i {
    transform: rotateY(180deg);
}

.pricing .ulTime {
    margin-left: 0;
}

.left .leftImg h1 {
    color: #191b64 !important;
}

.left .leftImg p {
    color: #191b64 !important;
}

.left .img-pos {
    margin-right: 0;
    margin-left: -40px;
}

    .left .img-pos img {
        transform: rotateY(180deg);
    }

/*right*/
.right h1 {
    color: #191b64 !important;
}

.right .link {
    color: #191b64 !important;
}

.right .customBtn {
    width: auto;
}

.owl-carousel {
    direction: ltr
}

.animated-shapes .shape-circle {
    left: auto;
    right: 0;
}

.feat .card a span {
    left: -20px;
    right: auto;
}

.feat .card a:hover span {
    transform: translate(-10px);
}

.testimonials .cardPrimary svg {
    align-self: flex-end;
}

.mobile-sec .sec-bottom .mobileFeat-item.right-side::before {
    right: auto;
    left: 0;
}
.mobile-sec .sec-bottom .mobileFeat-item::before {
    right: 0;
    left: auto
}
.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: .5rem;
}

/**************************arabic menu************************/
@media (max-width:768px) {
    /*a side navbar*/
    .navbar-collapse {
        right: -200px;
        left: auto;
    }

        .navbar-collapse ul {
            text-align: right !important;
            padding-right: 10px;
        }
}
