/*
Theme Name: Borax

Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/


body {
	direction: rtl;
	unicode-bidi: embed;
}
.banner .spa-img{
    right: auto;
    left: 0;
    transform: scaleX(-1);
}
.content-box {
    text-align: right;
}
.iconBox.align-left, .iconBox {
    /* text-align: right; */
    padding: 20px 25px;
}
.iconBox.align-left .icon{
    margin-left: 10px;
}
.service-widget {
    text-align: right;
    margin-right: 0;
}
.post.service-post.left, .post.service-post, .post.service-post.right{
    text-align: right;
}

.sec-heading.m-auto.text-left {
    text-align: right !important;
}

.about-img-group h3 {
    text-align: right;
}

.borax-sp-wrapper .borax-pricing-list-item {
    text-align: right;
}

.borax-pricing-list-item .content {
    padding-right: 15px;
}
.iconBox.align-left {
    text-align: right;
}

.accordion>.card {
    text-align: right;
}

.accordion .card-header .btn {
    text-align: right;
}
.accordion .card-header .btn:before {
    right: auto;
    left: 10px;
}
.accordion .card-header .btn:after {
    right: auto;
    left: 19px;
}

.portfolioITems .portGrid .protItem .demoBox h3.pTitle {
    left: auto;
    right: 15px;
    text-align: right;
}

.portfolioITems .portGrid .protItem .demoBox a {
    right: auto;
    left: 15px;
}
.content-box-fluid.text-left {
    text-align: right !important;
}
.content-box-fluid {
    text-align: right;
    padding-right: 15px;
}

.text-left {
    text-align: right !important;
}
.footer .widget {
    text-align: right;
}
.footer .foo-social {
   text-align: left !important;
    margin: 0 !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    text-align: right;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-round.btn-filled {
    float: right;
}
.scroll-top-area {
    right: auto;
    left: 15px;
}
.single-fun p span {
    margin-right: 0;
    margin-left: 20px;
}

.single-fun p {
    text-align: right;
}
.iconBox.align-left .icon {
    margin-left: 10px;
    margin-right: 0;
}

.sidebar .widget {
    padding-bottom: 30px;
    text-align: right;
}
.banner.v2 .homeowlControl button.owl-next, .banner.v2 .owl-nav button.owl-next {
    left: 20px;
    right: auto;
}

.banner.v2 .homeowlControl button.owl-prev, .banner.v2 .owl-nav button.owl-prev {
    right: 20px;
    left: auto;
}

.test-caro {
    padding-left: 0;
    float: none;
    margin: 0 auto;
}
.owl-nav {
    display: none;
}
.owlControl .owl-nav {
    display: block;
}
.banner.v2 .slide-box {
    left: 0;
    right: 0;
    margin: auto;
}