body {
    text-align: right;
    direction: rtl;
}

.about-img:after {
    left: -120px;
    /*transform: rotateY(180deg);*/
}

/*.serv-main-img img {*/
/*    transform: rotateY(180deg);*/
/*}*/

.media-up {
    margin: 0 25px 25px 25px;
    right: 0;
}

.main-btn:before {
    left: 15px;
}


/*#nav-icon.open span:nth-child(2) {*/
/*    transform: translateX(100%);*/
/*}*/


.mobile-nav-list.active {
    right: 0;
}

.menu-item.active a:before {
    right: 0
}

.menu-item a:before {
    right: 0;
}

.menu-overlay {
    transform: translateX(-100%);
}

.mobile-nav-list {
    transform: translateX(100%);
    right: 0;
}


.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 textarea {
    direction: rtl;
}

@media (min-width: 992px){
    .sub-menu a:before{
        content: "\f100";

    }
    .about-target [class*='col-']:not(:last-child) {
        border-left: 1px solid #FFF;
    }
}