@import 'reset.css';
@import 'helpers.css';
@import 'cursor.css';
@import 'fonts.css';
@import 'header.css';

:root {
    --white: #fff; 
    --bodyText: #7B6E66;
}
html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;  
}

body {
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size:  18px;
    color: var(--bodyText) ;
    overflow-x:hidden; 
    min-width: 360px;
    font-weight: 400;
    line-height: 1.2;
}

::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
::-webkit-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


a {
    color: #CE2030;
}
.d-none {
    display: none;
}
.d-block {
    display: block;
}
.wrapper {
    position: relative;
    transition: all .5s ease-in-out;
}
body.no-scroll {
    overflow: hidden !important;
}

.head1 {
    font-size: 50px;
    line-height: 1;
}
.head2 {
    font-size: 115px;
    line-height: 1.25;
    position: relative;
}
.head3 {
    font-size: 30px;
    line-height: 1;
    position: relative;
}
.head4 {
    font-size: 48px;
    line-height: 1.2;
    position: relative;
}
.head5 {
    font-size: 36px;
    line-height: 1.17;
    position: relative;
}
.head5 {
    font-size: 36px;
    line-height: 1.17;
    position: relative;
}
.head6 {
    font-size: 3vw;
    line-height: 1.17;
    position: relative;
}
.fs72{
    font-size: 3.8vw !important;
}
.fs62{
    font-size: 3.20vw;
}

.fsn36{
    font-size: 2vw;
}
.fs22 {
    font-size: 1.15vw;
}
.fs40 {
    font-size: 2.15vw;
}
.fsn64 {
    font-size: 3.25vw;
}
.fs30 {
    font-size: 1.6vw;
}
.sm-img {
    width: 32px !important;
}
.sm-img2 {
    width: 48px !important;
}
.numbertext {
    font-size: 5vw;
    line-height: 1.17;
    position: relative;
}
.clr {
    color: #E41F28 !important;
}
.cl {
    color: #7D6E66 !important;
}
.cw {
    color: #fff  !important;
}
.co {
    color: #FCAF17  !important;
}
.gn {
    color: #0D8A47  !important;
}
.grey1 {
    color: rgba(126, 111, 103, .55)  !important;
}
.grey2 {
    color: rgba(126, 111, 103, 1)  !important;
}
.brown{
    background:#7D6E66
}
.light-greyBg {
    background-color: #F5F5F5;
}
/*.fml2{
    font-family: 'Frutiger LT Std 45';
}*/
.fml2{
    font-family: 'Frutiger LT Arabic 55 Roman';
}

.bg-yellow{
    background: #C3B8B1;
}

.bg-white{
    background: #fff; 
}


.p {
    font-size: 22px;
    line-height: 1.1;
}

.radius10 {
    border-radius: 10px;
}
.img {
    margin-bottom: 20px;
}
.img img{
    width: 100%;
}

ul li {
    margin-bottom: 20px;
}
.bdrc {
    border-color: #7E6F67;
}
.web_page {
    overflow: hidden;
}

.main-banner {
    padding: 0 0 0;
    text-align: center;
    position: relative;
    height: 100vh;
}
.main-banner .info {
    position: absolute;
    top: 14vw;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main-banner .info h2 {
    font-size: 8vw;
    line-height: 1;
    font-weight: bold;
    font-family: 'Frutiger LT Arabic 45';
    color: #e41f28;
    /*letter-spacing: 7px;*/
    padding-right: 9%;
}
.main-banner .ofh {
    position: relative;
    z-index: 2;
}
.main-banner .info h3 {
    font-size: 6vw;
    line-height: 1;
}
.main-banner .info h3 {
    font-size: 8vw;
    line-height: .7;
    margin-right: -7vw;
}
.main-banner .info h3 span {
    color: #7D6E66;
    font-size: 5vw;
    font-family: 'Frutiger LT Arabic 45';
    margin-left: 1vw;
    position: relative;
    top: -13px;
}
.main-banner .year-text{
    position: absolute;
    right: 3vw;
    bottom: 5vw;
    color: #fff;
    z-index: 3;
}
.main-banner .year-text h3 {
    font-size: 2vw;
    line-height: 1.2;
    text-align: end;
}
.full-download-sec {
    position: relative;
}

.full-download-sec .info{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-right: 9%;
    padding-left: 6%;
    padding-top: 20vw;
}
.full-download-sec .info .left {
    width: 72%;
}
.full-download-sec .info .left h2 {
   
}
.full-download-sec .info .right {
    width: 28%;
}
.bab-button {
    display: flex;
}

.bab-button a {
    background: #F6F4F4;
    border-radius: 3px;
    display: flex;
    position: relative;
    transition: all .7s ease;
} 
.bab-button.dark-btn a { 
    background: #5d5954;
}
.bab-button.same-width a {
/*    max-width: 215px;
    width: 100%;*/
}
.bab-button a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #CE2030;
    border-radius: 3px;
    transition: all .7s ease;
}
.bab-button a .icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.bab-button.arrow-btn a .icon svg{
    width: 28px;
    transform: rotate(-90deg);
}
.bab-button a .icon svg {
    width: 14px;
    fill: #fff;
    transition: all .7s ease;
}

.bab-button a span {
    height: 42px;
    display: flex;
    padding: 0 2vw;
    color: #7D6E66;
    align-items: center;
    font-size: .8vw;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
}
.bab-button.dark-btn a span {
    color: #fff;
    padding: 0 1.5vw;
}

.bab-button a:hover span{
    color: #fff;
}
.bab-button a:hover::before {
    width: 100%;
}
.bab-button.arrow-btn a:hover .icon svg {
    transform: rotate(-136deg);
}
.sustainability-main {
    padding: 5vw 2.5% 8vw;
}
.sustainability-main .inner {
    display: flex;
    grid-gap: 0%;
    justify-content: space-between;
}
.sustainability-main h2 {
    font-size: 16px;
    line-height: 1;
}
.sustainability-main .left{
    width: 33%;
}
.sustainability-main .right{
    width: 60.5%;
}

.sustainability-main  .box {
    padding-right: 34%;
}

.at-glance-main {
    padding: 5vw 2.5% 8vw;
    background: #978B85;
}
.glanceSwiper .info {
    display: flex;
    justify-content: space-between;
    padding-right: 4%;
    padding-left: 4%;
}
.glanceSwiper .left{
    width: 52%;
    z-index: 11;  
}
.glanceSwiper .left .box {
    padding-right: 35%;
}
.glanceSwiper .right{
    width: 35%;
}
.glanceSwiper .box-line{
    padding: 40px 0;
}
.box-info .box-line hr{
    padding: 0;
    margin: 0;
    background-color:rgba(255, 255, 255, .45);
    width: 140px;
    height: 1px;
}

.box-info  .box-info h4{
    font-family: 'Frutiger LT Arabic 45';   
    line-height: 1.2;
}
.box-info  .box-info h5{
    font-family: 'Frutiger LT Arabic 45';   
    line-height: 1.2;
}
.box-info .number {
    display: flex;
    align-items: baseline;
}
.box-info .number span{
    width: min-content;
    padding-left: 16px;
}
.allSlidesPagi .swiper-pagination {
    width: auto;
    top: 50%;
    bottom: auto !important;
    width: 30px !important;
    transform: translateY(-50%);
    right: -5px !important;
}
.allSlidesPagi .swiper-pagination-bullet {
    cursor: pointer;
    width: 14px;
    border-radius: 0;
    height: 2px;
    background: rgba(255, 255, 255, .40);
    transition: all .7s ease;
}
.allSlidesPagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px;
    background: #E41F28;
    width: 100%;
}
.chairmanSwiper-main {
    padding: 5vw 2.5% 0;
    position: relative;
}
/* .chairmanSwiper-inner {
    height: 100vh;
    position: relative;
} */

/* .chairmanSwiper-inner {
    display: flex;
    flex-direction: column;
}
  
.chairmanSwiper {
    height: 100vh;
    flex-shrink: 0;
    position: absolute;
} */
.chairmanSwiper-inner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
  
.chairmanSwiper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background-color: #fff;
}
  
  .chairmanSwiperSec2 {
    z-index: 1;
    top:100%
  }
.chairmanSwiper .info {
    display: flex;
    justify-content: space-between;
    padding-right: 4%;
    padding-left: 0;
}
.chairmanSwiper .left{
    width: 59%;
}
.chairmanSwiper .left .head4 {
    font-size: 44px;
    font-weight: bold;
    padding-left: 15%;
}
.chairmanSwiper .left .box {
    padding-right: 0;
    max-width: 360px;
    margin: 0 auto 0 0;
}
.chairmanSwiper .left .box p {
    position: relative;
}
.chairmanSwiper .left .box p:before,
.chairmanSwiper .left .box p:after {
    content: '';
    position: relative;
    top: 0;
    right: 0;
    background: url(../images/text-cotUp.png) no-repeat;
    width: 33px;
    z-index: 112;
    height: 28px;
    display: inline-block;
}
.chairmanSwiper .left .box p:after {
    top: auto;
    bottom: -5px;
    right:0;
    left: 0;
    background: url(../images/text-cotDown.png) no-repeat 100% 100%;
}
.chairmanSwiper .right{
    width: 41%;
    padding-top: 2vw;
}
.chairmanSwiper .right p{
    margin-bottom: 0 !important;
}
.nextPrev {
    position: absolute;
    top: 4vw;
    left: 2.5%;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.nextPrev .swiper-button-next,
.nextPrev  .swiper-button-prev{
    position: relative;
    width: 50px;
    height: 50px;
    left: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    border-right: 1px solid #E41F28;
    border-left: 1px solid #E41F28;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .7s ease;
}

.nextPrev .swiper-button-next.swiper-button-disabled,
.nextPrev .swiper-button-prev.swiper-button-disabled {
    border-color: rgba(125, 110, 102, .4);
    border-color: rgba(125, 110, 102, .4);
    opacity: 1;
}

.nextPrev .swiper-button-next::after,
.nextPrev  .swiper-button-prev::after {
    content: '';
}
.nextPrev .swiper-button-next svg,
.nextPrev  .swiper-button-prev svg{
    stroke: #E41F28;
    transition: all .7s ease;
}
.nextPrev .swiper-button-next.swiper-button-disabled svg,
.nextPrev .swiper-button-prev.swiper-button-disabled svg{
    stroke: rgba(125, 110, 102, .4);
}
.nextPrev .swiper-button-next:hover svg,
.nextPrev  .swiper-button-prev:hover svg{
    stroke: #E41F28;
}
.allSlidesPagi.chairmanSwiper .swiper-pagination-bullet {
    background: rgba(125, 111, 103, 1);
}
.allSlidesPagi.chairmanSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px;
    background: #E41F28;
    width: 100%;
}

.result_main .allSlidesPagi .swiper-pagination {
    width: auto;
    top: 30%;
    right: 2.2% !important;
}
/* at aglance */
body.glance{
    background: url(../images/glance-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.galnce-main {
    position: relative;
    overflow: hidden;
}
.fixed-banner {
    height: 100vh;
}

.fixed-banner img {
    height: 100%;
    object-fit: cover;
}
body.glance{
    background: url(../images/glance-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.inner_content {
    position: relative;
    top: 0;
    right: 0;
    width: 85%;
}
.glance-curve {
    position: absolute;
    top: 22.5vw;
    left: 0;
    width: 65%;
    z-index: 2;
}
.glance-nav {
    position: absolute;
    top: 9vw;
    left: calc(1vw * 2.5);
    z-index: 3;
}
.glance-nav ul {

}
.glance-nav ul li {
    color: #fff;
    text-align: end;
    margin-bottom: 1vw;
}
.glance-nav ul li a{
    color: rgba(255,255,255,.40);
    font-family: 'Frutiger LT Arabic 45';
    font-size: 1.25vw;
    line-height: 1.2;
    transition: all .7s ease;
}
.glance-nav ul li:hover a,
.glance-nav ul li.active a{
    color: #fff;
    text-shadow: .7px .7px 0 #fff;
}

.heading h2{
    font-size: 12vw;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
    color: #fff;
    transition: all .5s ease;
}

.heading div {
    text-align: left;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: inherit;
}
.heading h2:hover i {
    filter: blur(6px);
}

.heading h2 i{
    transition: all .5s ease;
}
.heading h2 span {
    filter: blur(6px);
    transition: all .5s ease;
}
.heading h2:hover span {
    filter: blur(0);
}
.glance-tab .threeColum,
.glance-tab .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.glance-tab .inner {
    grid-gap: 2vw;
}
.glance-tab .inner .left{
    width: 47%;
}
.glance-tab .threeColum {
    grid-gap: 2vw;
}
.glance-tab .threeColum .left{
    width: 33.33%;
}

.footer {
    position: relative;
    z-index: 3;
}

.opportunity_banner {
    height: 100vh;
    position: relative;
}
.opportunity_banner .opportunityBg,
.opportunity_banner .opportunity_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
} 
.opportunity_banner .opportunityBg {
    z-index: 2;
}
.opportunity_banner .oppHeading {
    text-align: center;
    width: 90%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
}
.opportunity_banner .oppHeading h1,
.opportunity_banner .oppHeading h2 {
    font-size: 6.7vw;
    font-family: 'Frutiger LT Arabic 45';
    color: #fff;
    transition: all .5s ease;
}
.opportunity_banner div h2 span{
    font-weight: bold;
}

.opportunity_img img.full {
    object-fit: cover;
    height: 100%;
}

.futureBuiltMain{
    height: 100vh;
    background:#E41F28;
}

.robust-items {
    width: 78%;
    margin: 0 auto;
} 
.robust-items .inner {
    display: flex;
    grid-gap: 13%;
}
.robust-items .inner .left{
    width: 38%;
}
.robust-items .inner .right{
    width: 62%;
}

.robust-items .inner .left h2{
    position: relative;
    padding-right: 40px;
}

.robust-items .inner .left h2 span{
    position: absolute;
    top: 0;
    right: 0;
}

.opportunity_banner .oppHeading {
    text-align: center;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}
.opportunity_banner > .oppHeading.active {
    z-index: 3;
}
.opportunity_banner > .oppHeading h2{
    opacity: 0;
    display: none;
    transform: scale(.3) !important;
    animation: fadeIn 1.5s ease 1 forwards;
}
.opportunity_banner > .oppHeading.active h2{
    display: block;
    transform: scale(1) !important;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.advancing_last.futureBuiltMain {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    opacity: 0;
}

.investments-banner {
    margin-top: 12vw;
}
.investments-banner h2{
    font-size: 13vw;
    line-height: .9;
}
.investments-banner h3{
    font-size: 6.8vw;
}

.accross_sec .grid_wrap4{
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 2.3vw !important;
}
.accross_sec .grid_wrap4 .grid{
    padding: 2vw 1.5vw 1.5vw !important;
    text-align: left !important;
    grid-gap: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.accross_sec .grid_wrap4 .hrLine {
    display: flex;
    width: 100%;
    margin-bottom: 1.4vw;
}
.accross_sec .grid_wrap4 .hrLine hr{
    width: 66px;
    height: 4px;
    margin: 0;
    border: 0;
}
.accross_sec .grid_wrap4 .grid h2 {
    word-break: break-all;
}
/* .accross_sec .grid_wrap4 .info {
    display: flex;
    align-items: center;
} */
.accross_sec .grid_wrap4 .info img {
    width: auto;
}

.shareholders_holder {
    min-height: 200px;
}

.chart-container {
    position: relative;
    display: inline-block;
    text-align: center;
}
canvas {
    display: block;
    margin: 0 auto;
}
.chart-center-text {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #ff9900;
    text-align: center;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
  
.styled-table thead tr {
    background-color: #d82227; 
    color: white;
}
.styled-table thead tr th {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}  
.styled-table thead tr th:first-child {
    border-right: 0;
}
.styled-table thead tr th:last-child {
    border-left: 0;
}
.styled-table thead th {
    padding: 1.2vw;
    text-align: right;
}
.styled-table td {
    padding: 1.2vw;
    border-bottom: 1px solid #ddd;
    color: #7E6F67;
    font-size: 1.4vw;
}
.styled-table tbody td:nth-child(2),
.styled-table tbody td:nth-child(3) {
    font-family: 'Frutiger LT Arabic 45';
}
.styled-table tr.total-row td {
    font-weight: bold;
}


.communication-section {
    display: flex;
    justify-content: space-between;
    grid-gap: 3vw;
    position: relative;
}
.communication-section .left{
    width: 50%;
}
.communication-section .right{
    width: 50%;
}
.communication-section .left p {
    padding-left: 10vw;
    line-height: 1.3;
}
.highlight-box {
    background-color: #d82227;
    color: #fff;
    padding: 1.5vw 2vw;
    font-size: 14px;
    line-height: 1.4;
    bottom: 21%;
    position: absolute;
    left: 0;
    width: 57.5%;
}
.actions_taken_main .inner{
    grid-gap: 5vw;
}
.actions_taken_main h2 {
    line-height: 1.3;
}
.actions_taken_main .box{
    width: 40%;
}

.people_box2 img {
    width: auto;
}
.people_box2 .box {
    grid-gap: 0 !important;
    padding-top: 3vw !important;
    padding-right: 2.5vw !important;
    padding-left: 2.5vw !important;
    padding-bottom: 3vw !important;
}
.people_box2 ul {
    list-style-position: inside;
    list-style: disc;
    padding-right: 2vw;
}

.styled-request-table {
    width: 100%;
    border-collapse: collapse;
}

.styled-request-table thead tr th {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}  
.styled-request-table thead tr th:first-child {
    border-right: 0;
    width: 150px;
    background-color: rgba(123, 111, 103, 1);
    text-align: right;
    border-left: 5px solid #fff;
}
.styled-request-table thead tr th:last-child {
    border-left: 0;
}

.styled-request-table thead th {
    background-color: rgba(123, 111, 103, .5);
    color: white;
    text-align: right;
    padding: 2vw 1.2vw;
    font-size: 1.30vw;
    font-family: 'Frutiger LT Arabic 45';
}

.styled-request-table tbody tr th {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}  
.styled-request-table tbody tr td:first-child {
    border-right: 0;
    border-left: 5px solid #fff;
}
.styled-request-table tbody tr td:last-child {
    border-left: 0;
}  
.styled-request-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding: 1.2vw;
    font-size: 1.30vw;
    font-family: 'Frutiger LT Arabic 45';
}
  
.styled-request-table tbody tr:nth-child(even) {
    background-color: #f5f1ee;
}
.dividend_policy_sec .inner {
    grid-gap: 5vw;
}
.dividend_policy_sec .inner .left {
    width: 36%;
}
.dividend_policy_sec .inner .right {
    width: 58%;
}
.dividend_policy_sec .policy_box {
    grid-gap: 4vw;
}
.dividend_policy_sec .policy_box > div{
    width: 50%;
}
.dividend_policy_sec .inner .right p {
    line-height: 1.2;
}


.primary_shareholders_sec .table-responsive {
    margin-left: 11vw;
}

.shareholder-table {
    width: 100%;
    border-collapse: collapse;
}
  
.shareholder-table thead th {
    background-color: rgba(126, 111, 103, 1);
    text-align: right;
    padding: 1.2vw;
}
.shareholder-table thead th:nth-child(2) {
    background-color: rgba(126, 111, 103, .8);
}
.shareholder-table thead th:nth-child(3) {
    background-color: rgba(126, 111, 103, .7);
}
.shareholder-table tbody td {
    padding: 1.2vw;
    border-bottom: 1px solid #f0f0f0;
}
  
.shareholder-table tbody tr:nth-child(even) {
    background-color: #f1edeb;
} 
.shareholder-table tbody td.percent {
    color: #f4a621; ;
}
.shareholder-table  .svg {
    width: 100%;
    text-align: center;
}
.shareholder-table  .svg img {
    width: 30px;
    margin: 0 auto;
}

.following_vote_sec {
    display: flex;
    justify-content: space-between;
    grid-gap: 4%;
    position: relative;
}
.following_vote_sec .left{
    width: 50%;
}
.following_vote_sec .right{
    width: 45%;
}
.following_vote_sec .left p {
    padding-left: 10vw;
    line-height: 1.3;
}

.red_rect {
    position: relative;
    padding-right: 2.5vw;
}
.red_rect:before {
    content: '';
    position:absolute;
    top: 0.4vw;
    right: 0;
    width: 1.150vw;
    height: 1.150vw;
    background: #E41F28;
}

.ul-li {
    list-style-type: disc;
    padding-right: 2vw;
    padding-top: .3vw;
}

.following_vote_sec .following-data {
    position: relative;
}

.following_vote_sec .following-data .info{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 8vw 10vw 10vw 7vw;
}
.approved_box {
    position: relative;
    padding-top: 4.5vw;
}
.approved_box:before {
    content: '';
    position:absolute;
    top: 0;
    right: 0;
    width: 2.5vw;
    height: 2.5vw;
    background: #E41F28;
}

.lineHr2 hr{
    width: 80px;
    height: 8px;
    margin: 0;
    border: 0;
}
.timeline_sec_mian {
    padding-top: 8vw;
    padding-bottom: 4vw;
    background: url('../images/timeline-bg2.jpg') no-repeat 100% 100%;
    position: relative;
}
.timeline_sec_mian .timeline_svg {
    /* min-height: 936px; */
}
.timeline_sec_mian .timeline_svg img{
    max-width: 49%;
    margin: 0 auto;
    min-height: 936px;
}

.timeline_sec_mian .timeline_head {
    position: absolute;
    top: 11vw;
    right: 6vw;
}

.timeline_div1 {
    position: absolute;
    top: 39%;
    right: 13.5vw;
    width: 11.5%;
    z-index: 2;
    height: 48%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.timeline_div2 {
    position: absolute;
    top: 25.7%;
    right: 39.5vw;
    width: 10%;
    z-index: 2;
    height: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.timeline_div3 {
    position: absolute;
    top: 39.5%;
    right: 52.5vw;
    width: 11%;
    z-index: 2;
    height: 45%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.timeline_div4 {
    position: absolute;
    top: 25.6%;
    right: 64.5vw;
    width: 9%;
    z-index: 2;
    height: 54%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.timeline_div5 {
    position: absolute;
    top: 59%;
    right: 75vw;
    width: 11.5%;
    z-index: 2;
    height: 25%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.timeline_text span {
    font-size: .8vw;
    margin-bottom: .3vw;
    display: block;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
}

.timeline_text ul li,
.timeline_text p {
    font-size: .8vw;
    font-family: 'Frutiger LT Arabic 45';
}
.timeline_text ul li{
    margin: 0;
}

.sticky_sec {
    position: relative;
    width: 100%;
    height: 64px;
    top: -64px;
    z-index: 9;
}
.sticky_sec > div {
    background-color: transparent;
    transition: all .7s ease;
}
.sticky_sec.fixed {
    top: 0;
}

.sticky_sec.fixed > div {
    background-color: #fff;
}
.sticky_sec.fixed > div ul li a {
    color: #7B6E66;
    transition: all .7s ease;
}
.sticky_sec >div ul li.active a,
.sticky_sec >div ul li:hover a {
    color: #E41F28;
}

.video-holder {
}
.video-holder video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.chairmanSwiper .right h3{
    margin-bottom: .6vw;
}
.borderLine {
    position: relative;
}
.borderLine:before {
    content: '';
    position: absolute;
    right: -4.3vw;
    width: 2.9vw;
    width: 55px;
    height: 100%;
    background-color: #FCAF17;
}
.audit_department_sec .inner{
    grid-gap: 10vw;
}
.audit_department_sec .box{
    width: 45%;
}
.audit_department_sec .inner .right {
    width: 31%;
}

.department_operates_sec {
    grid-gap: 5vw;
}
.department_operates_sec .left {
    width: 28.5%;
}
.department_operates_sec .right {
    width: 53%;
}
.department_operates_sec .num_box2 {
    padding-top: 3vw;
    padding-right: 3vw;
    padding-left: 4vw;
    padding-bottom: 3vw;
}
.department_operates_sec .num_box .top {
    margin-bottom: 6vw;
}

.internal_text h2 {
    font-family: 'Frutiger LT Arabic 45';
    line-height: 1;
    font-size: 6.7vw;
}
.executive_sec {
    grid-gap: 5vw;
}
.executive_sec .left{
    width: 50%;
}
.executive_sec .right{
    width: 50%;
    grid-gap: 2vw;
}
.executive_sec .right > div{
    width: 50%;
}
.executive_sec p{
    line-height: 1.3;
}
.executive_sec2 {
    flex-direction: column;
}
.executive_sec2 .left{
    width: 70%;
}
.executive_sec2 .right{
    width: 59%;
    grid-gap: 4vw;
}

.directors_risk .grid{
    padding: 0 !important;
    background: transparent !important;
}

.directors_risk .grid h2 {
    font-size: 1.55vw !important;
    text-align: left !important;
}
.directors_risk .swiper-infos .box {
    height: 100%;
}
.directors_risk .swiper-infos .box {
    padding: 5vw 3vw 4vw;
}

.borderLine2 {
    position: relative;
}
.borderLine2:before {
    content: '';
    position: absolute;
    right: -2.5vw;
    width: 14px;
    height: 40%;
    background-color: #E41F28;
    top: 5px;
}


.retail_ban .left_line {
    border-top: 1px solid #7E6F6740;
    padding-top: 3vw;
}

.executive_sec3 {
    grid-gap: 10vw;
}
.executive_sec3 .left{
    width: 55%;
}
.executive_sec3 .right{
    width: 42%;
}

.borderLineR,
.borderLineW {
    position: relative;
}
.borderLineR:before,
.borderLineW:before {
    content: '';
    position: absolute;
    right: -2.5vw;
    width: 14px;
    height: 40%;
    background-color: #fff;
    top: 5px;
}
.borderLineR:before {
    background-color: #E41F28;
}
.crimes_division_sec {
    position: relative;
    grid-gap: 10vw;
}
.crimes_division_sec .left{
    width: 35%;
}
.crimes_division_sec .right{
    width: 70%;
}

.crimes_division_sec > .inner {
    grid-gap: 10vw;
}

.chairmanSwiper-main {
    padding: 5vw 2.5% 0;
    position: relative;
}

.divisionSwiper .info {
    display: flex;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #E41F28;
}
.divisionSwiper .info .left{
    width: 40%;
}
.divisionSwiper .info .right{
    width: 45%;
}
.division-swiper-container .nextPrev {
    position: relative;
    top: 0;
    display: flex;
    justify-content: end;
    left: 0;
}

.divisionSwiper .info .left h3.animate-element.animated {
    transition-delay: 0.2s;
}
.divisionSwiper .info .left h4.animate-element.animated {
    transition-delay: 0.4s;
}
.divisionSwiper .info .left p.animate-element.animated {
    transition-delay: 0.6s;
}

.penalties_imposed_sec {
    position: relative;
}
.penalties_imposed_sec img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.penalties_imposed_sec .inner{
    position: relative;
}
.penalties_imposed_sec .inner h2 {
    margin-right: 2.5vw;
}

.violation-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left;
    
}
.violation-table.violation-table2 {
    /* table-layout: auto; */
}
.violation-table.violation-table2 th,
.violation-table.violation-table2 td{
    font-size: .9vw;
}
.violation-table.violation-table15 th,
.violation-table.violation-table15 td{
    font-size: .9vw;
}
.violation-table.redTable th {
    background: #E41F28;
}
.violation-table.violation-table3 th,
.violation-table.violation-table3 td{
    font-size: 1vw;
}
.violation-table thead {
    background-color: #6e5a4e;
    color: white;
}
  
.violation-table th,
.violation-table td {
    padding: 1vw .8vw;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    font-size: 1.1vw;
    line-height: 1.3;
    text-align: right;
}
.violation-table td{
    font-family: 'Frutiger LT Arabic 45';
    color:#7D6E66
}
.violation-table th:first-child {
    border-right: 0;
}
.violation-table th:last-child {
    border-left: 0;
}
.violation-table td:first-child {
    border-right: 0;
}

.violation-table.extraSpac th,
.violation-table.extraSpac td {
    padding: 1.6vw .8vw;
}

.violation-table.whiteTd tbody tr:nth-child(even) {
    background-color:transparent;
}

.violation-table.darkColor tbody tr td {
    color: #464646;
}

.violation-table tbody tr:nth-child(even) {
    background-color: #F5F5F5;
}
  
.violation-table tfoot td {
    background-color: #f4f4f4;
    color:#7D6E66;
    font-family: 'Frutiger LT Arabic 45';
}
.violation-table tfoot.nobg td {
    background-color: transparent;
}

.ethical_conduct_Sec {
    position: relative;
    grid-gap: 10vw;
}
/* .ethical_conduct_Sec .left{
    width: 35%;
}
.ethical_conduct_Sec .right{
    width: 57.5%;
} */

.risk-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}
  
.risk-list li {
    margin-bottom: 1.5vw;
    line-height: 1;
}
  
.risk-list li a {
    text-decoration: none;
    font-size: 1.75vw;
    color: rgba(126, 111, 103, .38);
    transition: all .7s ease;
    font-family: 'Frutiger LT Arabic 45';
    line-height: 1;
    display: inline-flex;
}
  
.risk-list li.active a,
.risk-list li a:hover  {
    color: #E41F28;
    text-shadow: 1px 1px 0 #E41F28;
}

/*Download*/
.download-banner {
    padding-top: 13.5vw;
}
.download-banner .borderLine{
    padding-right: 4vw;
}
.download-banner h2 {
    line-height: 1;
    font-family: 'Frutiger LT Arabic 45';
}
.download-banner .borderLine:before {
    background-color: #E41F28;
    right: 0;
    height: 88%;
    top: 1vw;
    width: 1.3vw;
    display: none
}
.download-banner .borderLine b {
    position: absolute;
    background-color: #E41F28;
    right: 0;
    height: 88%;
    bottom: 5%;
    width: 1.3vw;
}


.download-main {
    display: flex;
}
.download-body .download-center {
    width: 100%;
}
.download-body .box {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn2 1s ease 1 forwards;
}
.download-body .box.active {
    display: block;
}
.download-body .download-center .ckeckbox-list{
    width: 100%;
    position: relative;
    padding-right: 0;
}
.download-body .download-center .ckeckbox-list .firstLi {
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
}
.download-body .download-center .ckeckbox-list li{
    width: 100%;
}
.ckeckbox-list input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.ckeckbox-list label {
    position: relative;
    cursor: pointer;
    font-weight: 300;
    font-size: 1.5vw;
    line-height: 1.2;
    color: #7B6E66;
    font-family: 'Frutiger LT Arabic 45';
    padding: 0 3.2vw 0 0;
    display: block;
}

.ckeckbox-list label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #D2D5DA;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 1vw;
    border-radius: 0;
    transition: all .5s ease;
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    border-radius: 4px;
}
.ckeckbox-list input:checked + label:before {
    background:rgba(206, 32, 48, 1) ;
    border-color:rgba(206, 32, 48, 1) ;
}
.ckeckbox-list input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 11px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.ckeckbox-list li:first-child label {
    font-weight: 300;
    font-size: 1.5vw;
    /* line-height: 1; */
    color: #7D6E66;
    font-family: 'Frutiger LT Arabic 45';
}
.ckeckbox-list li:first-child {
    /* margin-bottom: 30px; */
}
.ckeckbox-list li {
    margin-bottom: 1.5vw;
}
.download-body {
    padding: 0 0 0vw;
}
.ckeckbox-list li:first-child input:checked + label:after {
    top: 5px;
}

.download-list,
.filter-list {
    list-style: none;
    padding: 0;
}
.download-list li a,
.filter-list li {
    gap:1vw;
    font-size: 1.3vw;
    margin-bottom: 1vw;
    cursor: pointer;
    position: relative;
    padding-right: 0;
    display: flex;
    align-items: center;
    transition: all .7s ease;
}
.download-list li a {
    color: #7B6E66;
    margin-bottom: 0;
}
.download-list li svg,
.filter-list li svg {
    opacity: 0;
    transition: all .7s ease;
    transform: rotateY(180deg);
}
.download-list li.active svg,
.download-list li:hover svg,
.filter-list li.active svg,
.filter-list li:hover svg {
    opacity: 1;
}

.download-btn {
    border: 1px solid rgba(126, 111, 103, .5);
    background: none;
    padding: .6vw 1.5vw;
    font-size: 1.1vw;
    border-radius: 50px;
    color: #7D6E66;
    cursor: pointer;
    gap: .5vw;
    transition: all .7s ease;
}  
.download-btn svg{
    fill: #E41F28;
    transition: all .7s ease;
}
.download-btn span {
    transition: all .7s ease;
}
.download-btn:hover svg {
    fill: #fff;
}
.download-btn:hover {
    background:#E41F28;
    border-color: #E41F28;
    color: #fff;
}
.download-body .download-center .ckeckbox-list li{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download-body .download-center .ckeckbox-list li .download-btn {
   border-color:transparent ;
}
.download-body .download-center .ckeckbox-list li .download-btn span{
    opacity: 0;
    z-index: -1;
    position: relative;
}
.download-body .download-center .ckeckbox-list li .download-btn:hover {
    border-color: rgba(126, 111, 103, .5);
    background: transparent;
    color: #7D6E66;
}
.download-body .download-center .ckeckbox-list li .download-btn:hover span{
    opacity: 1;
    z-index: 1;
}
.download-body .download-center .ckeckbox-list li .download-btn:hover svg{
    fill: #E41F28;
}
.checkbox-list__item:has(input:checked) .download-btn {
    border-color: rgba(126, 111, 103, 0.5) !important;
    background: transparent;
    color: #7D6E66;
}
  
.checkbox-list__item:has(input:checked) .download-btn span {
    opacity: 1 !important;
}

@keyframes fadeIn2 {
    100% {
        opacity: 1;
        transform: none;
    }
}

.inner_top_blur div.headLeft {
    right: 0;
    transform: translate(0, -50%);
    text-align: left;
    padding-right: 4vw;
}

.formulate_sec {
    padding-left: 23vw;
}
.bottom_line > h2 i,
.bottom_line > h3 i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10.5vw;
    height: 3px;
    background: #FCAF17;
}
.accross_sec .grid_wrap4 .info.flex {
    grid-gap: 0 !important;
}

.shareholders_holder .chart-center-text strong{
    font-size: 2.25vw;
}
.shareholders_holder .chart-center-text span{
    font-size: 1.3vw;
    color: #7B6E66 !important;
    font-weight: bold;
}

.glance-inner {
    height: 100vh;
}
.year-range-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 3vw;
    right: 4vw;
}
  
.year-labels {
    font-size: 3.5vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    font-family: 'Frutiger LT Arabic 45';
    margin-bottom: 1vw;
    line-height: .8;
}  
.year-labels .box {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .7s ease;
    display: none;
    width: 100%;
    display: flex;
}
.year-labels .box.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.year-prev {
    color: rgba(255, 255, 255, 0.4);
}

.slider-container {
    position: relative;
    background: #e41f28;
    padding: 1vw 1vw 1vw 1.3vw;
    border-radius: 10px;
    width: 206px;
    margin: 0;
}
  
#swiperRange {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: white;
    border-radius: 10px;
    outline: none;
    z-index: 2;
    position: relative;
    top: -2px;
}
  
#swiperRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 0px;
    position: relative;
    z-index: 4;
}
  
#swiperRange::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    z-index: 5;
}
  
.dots-track {
    position: absolute;
    top: 53%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
    display: none;
    pointer-events: none;
    margin-top: 0;
}
.dots-track .dot:first-child,
.dots-track .dot:last-child{
    opacity: 0;
} 
.dots-track .dot {
    width: 3px;
    height: 3px;
    background: #e41f28;
    border-radius: 50%;
}

.glanceSwiper2 .info {
    display: flex;
    justify-content: space-between;
    padding-right: 6%;
    padding-left: 4%;
}
.glanceSwiper2 .left{
    width: 52%;
}
.glanceSwiper2 .left .box {
    padding-right: 35%;
}

.bod-main {
    background-color: #efedec;
    height: 100vh;
    position: relative;
}
.bod-main .sub-log,
.bod-main .headings{
    position: absolute;
    bottom: 5%;
    right: 3.5%;
}
.bod-main .sub-log {
    right: auto;
    left: 3.5%;
    bottom: 0;
}
.sub-log svg {
    width: 160px;
}
.bod-main .headings h2{
    position: absolute;
    bottom: 5%;
    right: 3.5%;
    color: #00426A;
    font-size: 6.7vw;
    line-height: 1;
    font-weight: 700;
}

.bod-infos {
    position: absolute;
    top: 20%;
    right: 15%;
    width: 30%;
}
.bod-infos .inner {
    display: flex;
    grid-gap: 0;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    /* display: flex; */
    flex-direction: column;
}
.bod-infos .inner.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    position: relative;
}

.bodPagi {
    position: absolute;
    bottom: 5%;
    right: 3.2%;
    width: auto;
    display: flex;
    padding-left: 0;
    z-index: 4;
}
.bodPagi .swiper-navi {
    display: flex;
    flex-direction: column;
    direction: rtl;
    grid-gap: 6px;
}
.bodPagi .swiper-navi p {
    transition: all .7s ease;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}
.bodPagi .swiper-navi p:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    background: #E41F28;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    transform: translateY(-50%);
}

.bodPagi .swiper-navi p.active, 
.bodPagi .swiper-navi p:hover {
    margin-right: .3vw;
    color: rgba(252, 175, 23, 1);
    padding-right: 1.1vw;
}
.bodPagi .swiper-navi p:hover:before,
.bodPagi .swiper-navi p.active:before {
    opacity: 1;
    visibility: visible;
}
.member-section .swiper-thumbs .swiper-slide {
    transition: border, opacity .7s ease;
}

.glance-inner  {
    height:auto
}
.glance-inner .left {
    height:100vh
}
.glanceSwiper .left .box {
    padding-right: 30%;
}

.year-labels .box {
    padding-right: 0 !important;
}

.glanceSwiper .fs48 {
    font-size: 2.5vw;
}
.glanceSwiper .box-line hr {
    width: 22%;
    padding: 0;
    margin: 0;
}

.chairmanSwiper-main h2,
.at-glance-main h2 {
    font-size: 1vw;
}

.chairmanSwiper .info {
    height: 100%;
}
.chairmanSwiper .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.headceo {
    display: none;
}

.timeline-months-wrapper .motnh {
    display: none !important;
}

.glance-curve img {
    transform:rotateY(180deg);
}

.directors_risk .grid h2 {
    font-size: 1.55vw !important;
    text-align: right !important;
    line-height: 1.3 !important;
}
.footer .left>a>div h3 {
    line-height: 1.3;
    margin-bottom: 10px;
}
.internal_text h2 {
    line-height: 1.3;
    margin-bottom: 20px;
}

/* .chairmanSwiper-main {
    padding-left: 0;
    padding-right: 0;
} */
.divisionSwiper .info .left h3 {
    line-height: 1.3;
}

.chairmanSwiper {
    display: flex;
    grid-gap: 0;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    flex-direction: column;
    transition: all .7s ease;
}
.chairmanSwiper.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    position: relative;
}

.mbl_video{
    display: none !important;
}
.dasktop_video{
    display: block !important;
    height: 100vh;  
}

.marquee-text {
    line-height: 1.3;
}

.cardsMian {
    color: white;
    width: 55%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 4%;
    justify-content: space-between;
    padding-top: 7%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;  
}

sub {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    top: -8px;
    right: 2px;
}

.inno_new {
    padding: 0 !important;
    width: 50% !important;
}

.inno_new .line_heading {
    padding: 0;
}

.inno_new h2 {
    width: 100% !important;
}

.number .svg, .number img, .number > div {
    order: 4;
    margin-right: 10px;
}