/*
=======================================================
    COPYRIGHTS <BIGBANG ITS> COMPANY
=======================================================

*/
@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,700');

h1, h2, h3, h4, h5, h6, p, a, li, span, input, label, button, blockquote {
}

.d-rtl {
    direction: rtl !important;
}

.rtl .fa-angle-right:before {
    content: "\f104";
}

.rtl .fa-angle-left:before {
    content: "\f105";
}

.header-area .navbar .navbar-nav .nav-item::after {
    left: -4px;
    right: auto;
}

.search-container input[type="submit"] {
    border-radius: 50px 0px 0px 50px;
    left: 15px;
    right: auto;
}

.rlt .categories-buttons .button-container,
.rtl .file-container h5,
.rtl .currency-table-container .c-table-body .c-table-row .c-table-row-title,
.rtl .file-container img,
.rtl .contact-information-container .single-info-container span {
    float: right;
}

.rtl .currency-table-container .c-table-body .c-table-row .c-table-row-value {
    float: left;
}

.rtl .single-blog-post.post-style-2 .post-content .headline h5 {
    font-size: 14px;
}

.rtl .left-post-sidebar-area .sidebar-widget-area .title {
    padding-left: 0;
    padding-right: 10px;
}

.rtl .single-blog-post.post-style-2.widget-post .post-thumbnail {
    margin-right: 0;
}

.rtl .single-blog-post.post-style-2 .post-thumbnail img, .rtl .single-blog-post.post-style-4 .post-thumbnail img {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rtl .file-container img {
    padding: 0 0 0 20px;
}

.rtl .single-blog-post.post-style-4 .post-thumbnail {
    margin-right: 0;
}

.rtl .footer-area .footer-single-widget form button {
    left: 5px;
    right: auto;
    text-align: left;
}

.rtl .contact-information-container .single-info-container i {
    margin-left: 8px;
    margin-right: auto;
}

.rtl .group label {
    right: 0;
    left: auto;
}

.rtl .group input,
.rtl .group textarea {
    text-align: right;
    background: transparent;
}

.rtl .single-blog-content .post-content blockquote {
    border-left: 0;
    border-right: 2px solid;
    padding-left: 0;
    border-color: #bf0f12;
    padding-right: 30px;
}