.rtl {
    direction: rtl;
}
/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 55%;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
    left: 65%;
}
.section-title.section-title-sm-2::before {
    width: 90px;
    height: 3px;
    left: 250px;
}
@-webkit-keyframes section-title-run {
    0% {left: 55%; } 50% { left : 93%; } 100% { left: 55%; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 67%; } 50% { left : 87%; } 100% { left: 67%; }
}

@-webkit-keyframes section-title-run-sm-2 {
    0% {left: 250px; } 50% { left : 335px; } 100% { left: 250px; }
}

.bg-primary-rtl {
    margin-left: 15px;
}
.bi-rtl {
    margin-left: 10px;
}
.fa-rtl {
    margin-left: 10px;
}

h6,
.fw-medium {
    font-weight: 600 !important;
    font-size: 24px;
}

h5 {
    font-size: 26px;
}
