.ar body {
    direction: rtl;
    letter-spacing: normal !important;
}

.ar p,
.ar h1,
.ar h2,
.ar h3,
.ar h4,
.ar h5,
.ar h6 {
    text-align: right;
}


.ar h3,
.ar h4,
.ar h5,
.ar h6 {
    line-height: 1.4;
}
.ar h1 {
    letter-spacing: normal;
}

.ar body[data-page="innerpage"] ul,
body[data-page="innerpage"] ol {
    padding-left: 0px;
    padding-right: 15px;
}

.ar body[data-section-wrapper="financial-review"] .custom-table .trow.table-tp-head>div:last-child {
    border-left: 0px;
    border-right: 1px solid #fff;
}

.ar .custom-table .trow>div:first-child {
    text-align: right;
}

.ar body[data-section-wrapper="financial-review"] .custom-table .b-right {
    border-right: 0px !important;
    border-left: 1px solid #fff;
}

.ar .scene-1 .video-caption .tagline .top {
    height: auto;
}

.ar .scene-1 .video-caption .tagline {
   /* padding-bottom: 5px;*/
}

.ar .report-section .nav-list .nav-item {
    font-size: 1.7rem;
}

.ar .report-section .nav-list .nav-item.sub-nav-item {
    font-size: 1.4rem;
}

.ar .report-section .nav-list .nav-item {
    padding: 12px 0px;
}

@media screen and (max-width: 1500px) {
    .ar .report-section .nav-list .nav-item {
        padding: 5px 0px;
        font-size: 1.3rem;
    }
    .ar .report-section .nav-list .nav-item.sub-nav-item {
        font-size: 1.2rem;
    }
}