
/*
Theme RTL Styles
*/

body {
    direction: rtl;
    unicode-bidi: embed;
}

.text-left { text-align: right; }
.text-right { text-align: left; }

.float-left { float: right; }
.float-right { float: left; }

.ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.mr-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}
.logo {
    text-align: right;
}
.donate-btn-header {
    margin-left: 0;
    margin-right: 30px;
}

.techno-main-menu.main.menu .techno_menu {
    text-align: left !important;
    float: inherit;
}
.top-address p span, .top-address p a {
    margin-right: 0;
    margin-left: 20px;
    display: inline-block;
}
.top-address p span i, .top-address p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 0;
    margin-left: 10px;
}
.top-right-menu {
    float: inherit;
    text-align: left;
}
.rtl {
    transform: none !important;
}

.split-line {
    text-align: right !important;
}
.icon-box.style1 {
    text-align: right;
    gap: 20px;
}
.icon-box.style1 .icon-box-icon {
    margin-right: 0;
}
.dreamit-button.style1 {
    text-align: right;
}
.section-title.style1.center {
    text-align: center !important;
}
.center .split-line {
    text-align: center !important;
}
.work_progress.style1 .work_progress-number span:before {
    right: -18px !important;
    left: 0 !important;
}

.work_progress.style1 .work_progress-number span:after {
    right: -8px !important;
    left: 0;
}

.work_progress.style1 .work_progress-number:before {
  left:inherit;
    right: -171px;
}
.testimonial.style1 .testi_content {
    text-align: right; 
}
.testimonial.style1 .testimonial-item .author {
    text-align: right; 
}
.post-item.style1 .single_blog_post_content {
    text-align: right;
}

.counter-content.counter {
    text-align: right;
}

.service-box.style33 {
    text-align: right; 
}


