html {
    direction: rtl
}

.slick-initialized {
    direction: ltr
}

.slick-initialized .single-slide * {
    direction: rtl
}

.d-rtl {
    direction: ltr
}

.banner-section.inner-pages .breadcrumb-item+.breadcrumb-item::before {
    right: -28px;
    transform: rotate(180deg)
}

.banner-section.about-us .bottom-content .single-item::after {
    left: 0;
    right: calc(100% - 40px)
}

.banner-section.contact .overlay::after {
    background-image: url(../img/contact-us-illu.png);
    right: initial;
    left: 0
}

.banner-section.open-positions .banner-bottom-area .top-area .time-area .date,
.latest-articles.posts .single-item .date-view .view,
.banner-section.blog-4 .banner-bottom-area .date-view .view {
    border-left: none;
    border-right: 1px solid #c7c9db
}

.banner-section.index-10 .overlay::before,
.banner-section.privacy-policy .banner-content::after,
.banner-section.index-9 .overlay::before,
.banner-section.index-5 .illu-area::after,
.banner-section.index-8 .overlay::before {
    right: initial;
    left: 0
}

.banner-section.index-6 .overlay {
    position: relative;
    background-image: none
}

.banner-section.index-6 .overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/index6-overlay.png);
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    background-position: bottom
}

.log-reg .img-area,
.testimonials-inner .left-area {
    direction: ltr
}

.footer-section .single-area .items li a:hover {
    padding-left: 0;
    padding-right: 30px
}

.footer-section .single-area .items li a::before {
    left: initial;
    right: 0
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button::before {
    right: initial;
    left: 12px
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button::after {
    right: initial;
    left: 20px
}

.select2 .select2-selection__arrow:after {
    right: initial;
    left: 15px;
    color: #fff
}

.header-section .navbar .navbar-collapse .right-area .nice-select::after {
    left: 12px;
    right: initial
}

/*# sourceMappingURL=style-rtl.min.css.map */