.navbar-brand {
    margin-right: 0;
}
.ms-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}
.navbar-nav {
    padding-right: 0;
}
.single-slider-item .banner-btn .white-btn {
    margin-right: 20px;
    margin-left: 0;
}
.about-us .about-us-text {
    text-align: right;
}
.we-are-creative {
    text-align: right;
}
.we-are-pro {
    text-align: right;
}
.skills .progress .progress-bar:after {
    left: -12px;
    right: auto;
}
.skills .progress .progress-value {
    left: 10px;
    right: auto;
}
.skills .progress-title {
    text-align: right;
}
.about-us {
    text-align: right;
}
.single-blog-item .post-content {
    text-align: right;
}
.single-blog-item .post-content .post-bar li {
    margin: 0 0 0 15px;
}
.single-member .member-pic .icon {
    right: 0;
}
.single-blog-item .post-content .post-bar li::before {
    right: -10px;
    left: auto;
}
.contact-form {
    text-align: right;
}
.contact-form .form-control {
    font-size: 14px;
}
.contact-info {
    text-align: right;
}
.contact-info ul li {
    padding: 0 30px 0 0px;
}
.contact-info ul li i {
    right: 0;
    left: auto;
}
.footer {
    text-align: right;
}
.footer .social-links {
    text-align: left;
}
.back-to-top {
    left: 10px;
    right: auto;
}
.project-details-text {
    text-align: right;
}
.text-left {
    text-align: right !important;
}
.text-right {
    text-align: left !important;
}


/* RTL responsive css*/
@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}

@media only screen and (min-width: 1400px) {
 
    
}