
.work-box .arrow {
    left: unset;
    right: 77%;
}
.topbar-link a > i {
    vertical-align: top;
}

.client-images > img {
    max-height: 45px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.nav-pills .nav-link {
    text-align: right;
}

.text-white-70 {
        color: rgba(255, 255, 255, 0.7) !important;
}

/* Opened navbar "hamburger" to "X" */
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' d='M6 6l18 18M24 6L6 24'/%3E%3C/svg%3E");
}
/**/

/* Pricing Badge and Blog Lable position RTL fix*/
.pricing-box .pricing-lable,
.blog-box .blog-lable {
    right: unset;
    left: 0px;
    top: 8px;
    border-radius: 0 20px 20px 0;
}
.pricing-box {
    padding: 35px 42px;
}

.pricing-plan > h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .pricing-plan > h1 > sup.text-muted {
        text-decoration: line-through;
        display: inline-block;
        top: auto;
        margin-left: 8rem;
        font-weight: 400;
    }
    .pricing-plan > h1 > span {
        display: flex;
        align-items: baseline;
    }

.home-badge p {
    margin-bottom: 0.6rem;
}

/* Owl Carousel RTL fix*/
[dir="rtl"] .owl-item {
    float: right !important;
    min-height: 310px;
}
.owl-stage-outer {
    overflow: hidden;
}.owl-nav,
.owl-dots {
    display: none;
}


/* Contact form RTL fix*/

.custom-form .contact-lable {
    left: unset;
    right: 17px;
    position:relative;
    top: 12px;
}

#success_page h3 {
    color: #4353ff;
}

/* Footer */
.footer-link {
    text-align: center;
}

.home-badge .text-primary {
    color: #FF3B23 !important;
    font-weight: 600;
}

.btn-primary {
    background: #FF3B23 !important;
    border-color: #FF3B23 !important;
}




/* Cookies bottom line */
#bottomCookiesContentWrapper {
    background-color: white;
    position: fixed;
    width: 100%;
    max-width: 350px;
    bottom: 7px;
    left: 10px;
    border-radius: 15px;
    border: 1px solid #d9d9d9;
    z-index: 1000000;
    box-shadow: 0 6px 16px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 6px 16px rgb(0 0 0 / 40%);
    padding: 10px;
}

.footer.rtl .bottomCookiesContent {
    direction: ltr;
}

.bottomCookiesContent {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1170px;
    margin: auto;
}

    .bottomCookiesContent .closeButtonContainer {
        font-size: 30px;
        padding-right: 5px;
    }

        .bottomCookiesContent .closeButtonContainer > svg {
            vertical-align: top;
        }

.cookiesText {
    text-align: right;
    direction: rtl;
}

    .cookiesText .cookiesHeader {
        margin-top: 0;
        font-size: 1rem;
        margin-bottom: 6px;
    }

.cookiesDescriptText {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.privacyPolicyLink {
    font-size: inherit;
    color: #4353ff;
}
/* End of Cookies bottom line */