@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body,
html {
    direction: rtl;
    text-align: right;
    font-family: "Cairo", sans-serif !important;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cairo", sans-serif !important;
}

i.fa-solid.fa-angle-right {
    transform: scale(-1);
}

a.vl-btn5 .arrow {
    transform: rotate(45deg) scale(-1);
}

a.vl-btn5:hover .arrow {
    transform: rotate(0) scale(-1);
}

.work5-section-area .work-single-boxarea .elements12 {
    left: -115px;
    right: inherit;
    transform: scale(-1, 1);
}

.accordion-button::after {
    margin-right: auto;
    margin-left: inherit;
}

.owl-carousel {
    direction: ltr;
}

.owl-carousel i.fa-solid.fa-angle-right {
    transform: scale(1);
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb .vl-blog-1-icon a {
    right: inherit;
    left: 20px;
    transform: rotate(275deg);
}

.about5-section-area .counter-box .boxarea:nth-child(1) {
    margin: 0px 0px 0px 36px;
}

.desc ul li::before {
    right: 0;
    left: inherit;
}

.desc ul li {
    padding-left: inherit;
    padding-right: 30px;
}

.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a span {
    margin: 0 4px;
}

.service-details-siderbars-area .service-side-widget .categories-area ul li.active a span,
.service-details-siderbars-area .service-side-widget .categories-area ul li a:hover span {
    transform: rotate(-90deg);
}

#whatsup {
    right: inherit;
    left: 25px;
}

.progress-wrap {
    right: inherit;
    left: 30px;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a i {
    transform: rotate(45deg) scale(-1);
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover i{
    transform: rotate(0) scale(-1); 
}
.service-details-siderbars-area .service-side-widget .social-area ul li
 {
    display: inline-block;
    margin: 0px  0px 0px 6px;
}
.about5-section-area .img1:nth-child(2)
 {
    right: 100px;
    left: inherit;
}
@media (max-width: 767px) {
    .about5-section-area .img1:nth-child(2) {
        right: 0;
    }
}
.homepage5-body .vl-header-action-item
 {
    float: left;
 }
 .homepage5-body .vl-menu-close
 {
    right: 90%;
    transform: scale(-1);
 }