.header-home-block {
    position: relative;
    width: 100vw;
    height: calc(100vh - 20px);
    width: 100vw;
    margin-left: calc((-100vw + 1128px) / 2 );
    box-sizing: border-box;
    background: #fff;
    display: flex;
    z-index: 0;
    padding: 20px 20px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.header-home-block:after{
    content: "";
    display: block;
    background: url("../../../assets/images/right-overlay.svg");
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: -30vw;
    width: 26vw;
    height: 37.6vw;
    z-index: 1;
}

.header-home-block .background-header-home{
    position: relative;
    width: 100%

}
.header-home-block .background-header-home .header-image-home{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-home-block .background-header-home:before{
    content: "";
    background: #1A1B1F;
    opacity: 0.45;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.header-home-block .video-text-home{
    width: 45%;
    position: absolute;
    bottom: 15vh;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 5%;
    box-sizing: border-box;
}
.header-home-block .video-text-home .header-video-title{
    font-weight: 800;
    font-size: 80px;
    line-height: 78px;
    text-transform: uppercase;
    color: #FFFFFF;

}
.header-home-block .background-header-home video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.header-home-block .global-red-button{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #BC1E21;
    color: #FFFFFF;
    width: 240px;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    padding: 21px 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-home-block .buttons-home-header{
    min-width: 760px;
    display: flex;
    gap: 20px;
}
.header-home-block .video-home-button i,
.header-home-block .video-home-button svg{
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-home-block .video-home-button:hover i,
.header-home-block .video-home-button:hover svg,
.header-home-block .video-home-button:hover,
.header-home-block .global-red-button:hover{
    color: #BC1E21;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-home-block .video-home-button{
    width: 60px;
}
.header-home-block .global-red-button:hover{
    background-color: #fff;
}

.slider-people-home{
    width: 45%;
    position: absolute;
    bottom: 15vh;
    flex-direction: row;
    justify-content: flex-start;
    box-sizing: border-box;
    right: 0;
}

.slider-people-home .slide-people-home{
    width: 313px;
    height: 457px;
    background-image: url("../../../assets/images/home-bg-persons.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    transform: scale(1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: none;
    background-position:  center;
}
.slider-people-home .slide-people-home .person-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.slider-people-home .slide-people-home .person-image:before{
    content: "";
    background: linear-gradient(0deg, #254D59 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.slider-people-home .slide-people-home.slick-active ~ .slide-people-home{
    transform: scale(0.9);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home .person-text{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.slider-people-home .slide-people-home .person-text .details-person{
    border-left: 3px solid #BC1E21;
    padding-left: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home:hover .person-text .details-person{
    border-color:#fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home .person-text .person-meet{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home .person-text .person-title{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home .person-text .person-year{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home .person-text .hidden-content{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
}
.slider-people-home .slide-people-home:hover .person-text .hidden-content{
    visibility: visible;
    opacity: 1;
    height: 250px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider-people-home .slide-people-home .person-text .hidden-content .excerpt{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    margin-top: 10px;
}
.slider-people-home .slide-people-home .person-text .hidden-content .link-video{
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.slider-people-home .slide-people-home .person-text .hidden-content .link-video .video-person{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.slider-people-home .slide-people-home .person-text .hidden-content .link-video .video-person i,
.slider-people-home .slide-people-home .person-text .hidden-content .link-video .video-person svg{
    font-weight: 400;
    font-size: 10.7143px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.slider-people-home .slide-people-home .person-text .hidden-content .link-video .video-person:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home .person-text .hidden-content .link-video .video-person:hover:after{
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home .person-text .hidden-content .link-video .view-profile-person{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.slider-people-home .slide-people-home .person-text .hidden-content .link-video .view-profile-person:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home .person-text .hidden-content .link-video .view-profile-person:hover:after{
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-people-home .slide-people-home::before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    background: #BC1E21;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    mix-blend-mode: inherit;
}
.slider-people-home .slide-people-home:hover::before {
    height: 100%;
    opacity: 0.85;
}



.slider-controls-home{
    position: absolute;
    right: 0px;
    padding-right: 80px;
    box-sizing: border-box;
    bottom: 50px;
    width: 45%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.slider-controls-home .slick-arrow{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.slider-controls-home .slick-arrow.slick-hidden{
    display: none;
}
.slider-controls-home .slick-arrow i,
.slider-controls-home .slick-arrow svg{
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.slider-controls-home .slick-arrow:hover i,
.slider-controls-home .slick-arrow:hover svg{
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    color: #BC1E21;
}
.slider-controls-home .dotts-container-home .slick-dots{
    display: flex;
}
.slider-controls-home .dotts-container-home .slick-dots li{
    background: none;
    margin-right: 10px;
    padding-left: 0px;
    cursor: pointer;
}
.slider-controls-home .dotts-container-home .slick-dots li button{
    width: 13px;
    height: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.45;
    background: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font: 0/0 a;
    display: inline-block;
    border: none;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    cursor: pointer;
}
.slider-controls-home .dotts-container-home .slick-dots li:hover button{
    opacity: 1;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.slider-controls-home .dotts-container-home .slick-dots li.slick-active button{
    width: 73px;
    opacity: 1;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}



/* Announcements */
.home-header-ring{
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #BC1E21;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 2;
    outline: none;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-header-ring .icon{
    display: block;
    width: 100%;
    line-height: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
}

.home-header-ring .count{
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    bottom: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #000;
}
.home-header-ring:hover {
    background-color: #000;
}
.home-header-ring a{
    margin: auto;
    text-decoration: none;
}
.home-header-ring svg,
.home-header-ring i{
    line-height: 70px;
    font-size: 15px;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.home-header-ring:hover #customModalBtn svg,
.home-header-ring:hover #customModalBtn i{
    display: inline-block;
    color: #fff;
    line-height: 70px;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .2s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0);
    }
    2% {
        -webkit-transform: rotate(1deg);
    }
    4% {
        -webkit-transform: rotate(-5deg);
    }
    6% {
        -webkit-transform: rotate(6deg);
    }
    8% {
        -webkit-transform: rotate(-4deg);
    }
    10% {
        -webkit-transform: rotate(2deg);
    }
    12% {
        -webkit-transform: rotate(-1deg);
    }
    14% {
        -webkit-transform: rotate(1deg);
    }
    40% {
        -webkit-transform: rotate(1deg);
    }
    42% {
        -webkit-transform: rotate(-5deg);
    }
    44% {
        -webkit-transform: rotate(6deg);
    }
    46% {
        -webkit-transform: rotate(-4deg);
    }
    48% {
        -webkit-transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(-1deg);
    }
    52% {
        -webkit-transform: rotate(1deg);
    }
    86% {
        -webkit-transform: rotate(1deg);
    }
    88% {
        -webkit-transform: rotate(-5deg);
    }
    90% {
        -webkit-transform: rotate(6deg);
    }
    92% {
        -webkit-transform: rotate(-4deg);
    }
    94% {
        -webkit-transform: rotate(2deg);
    }
    96% {
        -webkit-transform: rotate(-1deg);
    }
    98% {
        -webkit-transform: rotate(1deg);
    }
    100% {
        -webkit-transform: rotate(0);
    }
}
@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    2% {
        -moz-transform: rotate(1deg);
    }
    4% {
        -moz-transform: rotate(-5deg);
    }
    6% {
        -moz-transform: rotate(6deg);
    }
    8% {
        -moz-transform: rotate(-4deg);
    }
    10% {
        -moz-transform: rotate(2deg);
    }
    12% {
        -moz-transform: rotate(-1deg);
    }
    14% {
        -moz-transform: rotate(1deg);
    }
    40% {
        -moz-transform: rotate(1deg);
    }
    42% {
        -moz-transform: rotate(-5deg);
    }
    44% {
        -moz-transform: rotate(6deg);
    }
    46% {
        -moz-transform: rotate(-4deg);
    }
    48% {
        -moz-transform: rotate(2deg);
    }
    50% {
        -moz-transform: rotate(-1deg);
    }
    52% {
        -moz-transform: rotate(1deg);
    }
    86% {
        -moz-transform: rotate(1deg);
    }
    88% {
        -moz-transform: rotate(-5deg);
    }
    90% {
        -moz-transform: rotate(6deg);
    }
    92% {
        -moz-transform: rotate(-4deg);
    }
    94% {
        -moz-transform: rotate(2deg);
    }
    96% {
        -moz-transform: rotate(-1deg);
    }
    98% {
        -moz-transform: rotate(1deg);
    }
    100% {
        -moz-transform: rotate(0);
    }
}
@keyframes ring {
    0% {
        transform: rotate(0);
    }
    2% {
        transform: rotate(1deg);
    }
    4% {
        transform: rotate(-5deg);
    }
    6% {
        transform: rotate(6deg);
    }
    8% {
        transform: rotate(-4deg);
    }
    10% {
        transform: rotate(2deg);
    }
    12% {
        transform: rotate(-1deg);
    }
    14% {
        transform: rotate(1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    42% {
        transform: rotate(-5deg);
    }
    44% {
        transform: rotate(6deg);
    }
    46% {
        transform: rotate(-4deg);
    }
    48% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-1deg);
    }
    52% {
        transform: rotate(1deg);
    }
    86% {
        transform: rotate(1deg);
    }
    88% {
        transform: rotate(-5deg);
    }
    90% {
        transform: rotate(6deg);
    }
    92% {
        transform: rotate(-4deg);
    }
    94% {
        transform: rotate(2deg);
    }
    96% {
        transform: rotate(-1deg);
    }
    98% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(0);
    }
}

#customModal.closed{
    display: none!important
}
#customModal{
    display: block;
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: 1;
}

#customModal>div{
    width: 320px;
    margin: auto;
}
#customModal .slick-prev{
    margin-right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    color: #FFF;
    font-size: 22px;
    border: none;
    z-index: 1;
}
#customModal .slick-next{
    margin-right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    color: #FFF;
    font-size: 22px;
    border: none;
    z-index: 1;
}
#customModal .post_pad>a{
    text-decoration: none;
}
#customModal .post_pad{
    padding-top: 23px;
    min-height: 200px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
    background: #fff;
    box-sizing: border-box;
}
#customModal .close{
    position: absolute;
    height: 65px;
    width: 65px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 65px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    background:#BC1E21;

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#customModal .close:hover{
    background-color: #000;
}
#customModal .close svg,
#customModal .close i{
    font-size: 18px;
    position: relative;
    top:0;
    left: 0;
}
#customModal .post_pad .title{
    font-size: 2.3rem;
    line-height: 2.5rem;
    color: #2F3338;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
}
#customModal .post_pad .snippet{
    font-size: 12px;
    margin-bottom: 30px;
    color: #292E2F;
    display: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: 'PT Serif', serif;
}
#customModal .post_pad .snippet:hover{
    color: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#customModal .post_pad .read-more-white{
    position: absolute;
    bottom: 24px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}
#customModal .home_announcement_panel_list .slick-prev{
    position: absolute;
    right: 89px;
    bottom: 50px;
    width: 23px;
    height: 21px;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
#customModal .home_announcement_panel_list .slick-next{
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 23px;
    height: 21px;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
#customModal .home_announcement_panel_list .slick-prev i,
#customModal .home_announcement_panel_list .slick-next i,
#customModal .home_announcement_panel_list .slick-prev svg,
#customModal .home_announcement_panel_list .slick-next svg{
    color: #6B629C;
    font-size: 16px;
}
#customModal .home_announcement_panel_list  .slick-next:hover,
#customModal .home_announcement_panel_list  .slick-prev:hover{
    opacity: 0.25;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#customModal .home_announcement_panel_list  .slick-prev i,
#customModal .home_announcement_panel_list .slick-next i{
    color: #6B629C;
    font-size: 16px;
}
.pagingInfo{
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #E34A44;
    font-size: 1.2rem;
    z-index: 9;
    line-height: 2.2rem;
}
.header-home-block a.scrolltosection{
    position: absolute;
    z-index: 99;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    left: 120px;
    text-align: center;
    bottom: -23px;
    flex-direction: column;
}
.header-home-block a.scrolltosection:after{
    content: "";
    display: block;
    width: 3px;
    height: 51px;
    background-color: #BC1E21;
    margin-top: 20px;
    margin-left: -30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.header-home-block a.scrolltosection:hover:after{
    margin-top: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/* Arabic */
.lang-ar .header-home-block{
    margin-left: 0;
    margin-right: calc((-100vw + 1128px) / 2 );
}
.lang-ar .home-header-ring{
    left: auto;
    right: 20px;
}
.lang-ar  #customModal{
    left: auto;
    right: 20px;
}

.lang-ar .header-home-block a.scrolltosection{
    left: auto;
    right: 120px;
}
.lang-ar .slider-people-home{
    left: 0;
    right: inherit;
}
.lang-ar .header-home-block .video-text-home{
    padding-left: 0;
    padding-right: 5%;
}
.lang-ar .slider-controls-home{
    left: 0px;
    padding-left: 80px;
    right: inherit;
    padding-right: 0px;
}
.lang-ar .slider-controls-home .arrows-nav{
    flex-direction: row-reverse;
    display: flex;
}

.navigation-section {
    width: 100%;
    max-width: 307px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

/* NAV ITEM */
.navigation-section  .nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 10px 30px 10px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}



/* TITLE */
.navigation-section  .nav-item-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1b1f;
    line-height: 18px;
    transition: all 0.5s ease;
    max-width: 238px;
}

/* NUMBER + ARROW SLOT */
.navigation-section  .nav-item-meta {
    position: relative;
    min-width: 19px;
    height: 14px;
    display: inline-block;
}

/* STACKED ELEMENTS */
.navigation-section .nav-item-number,
.navigation-section  .nav-item-arrow {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.68px;
    line-height: 14px;
    transition: all 0.4s ease;
}

/* NUMBER DEFAULT */
.navigation-section .nav-item-number {
    opacity: 1;
    color: #1a1b1f;
}

/* ARROW DEFAULT (HIDDEN) */
.navigation-section  .nav-item-arrow {
    opacity: 0;
    transform: translateX(-4px);
    color: #ffffff;
}

/* RED ACCENT LINE */
.navigation-section  .nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 91px;
    background-color: #bc1e21;
    transition: all 0.5s ease;
}

/* HOVER STATES */
.navigation-section  .nav-item:hover {
    background-color: #bc1e21;
    margin-left: -40px;
}

.header-home-block .nav-item:hover::after {
    width: 100%;
}

.header-home-block .nav-item:hover .nav-item-title {
    color: #ffffff;
}

.header-home-block .nav-item:hover .nav-item-number {
    opacity: 0;
    transform: translateX(4px);
}

.header-home-block .nav-item:hover .nav-item-arrow {
    opacity: 1;
    transform: translateX(0);
}





@media only screen and (max-width: 1250px) {
    .header-home-block{
        margin-left: -2vw;
    }
    .lang-ar .header-home-block{
        margin-left: 0;
        margin-right: -2vw;
    }
}

@media only screen and (max-width: 1024px) {
    .header-home-block{
        flex-direction: column;
        height: auto;
    }
    .header-home-block .background-header-home{
        height: calc(100vh - 20px);
    }
    #customModal .post_pad{
        min-height: 220px;
    }
    #customModal .home_announcement_panel_list .slick-next,
    #customModal .home_announcement_panel_list .slick-prev{
        bottom: 0;
    }
    #customModal {
        display: block;
        position: relative;
        bottom: 0;
        right: 0;
        z-index: 1;
        box-shadow: 0px 0px 9.66865px rgba(0, 0, 0, 0.15);
    }
    #customModal > div {
        width: 100%;
    }
    #customModal .slick-slide img {
        display: block;
        width: 100%;
        height: auto;
    }
    .home-header-ring{
        width: 58px;
        height: 58px;
        bottom: 0;
        left: 2vw;
    }
    .home-header-ring .icon{
        height: 58px;
        line-height: 58px;
    }
    #customModal .home_announcement_panel_list .slick-next,
    #customModal .home_announcement_panel_list .slick-prev {
        bottom: 30px;
    }
    #customModal{
        left: 0;
    }


    .header-home-block .video-text-home .header-video-title{
        font-size: 30.2964px;
        line-height: 30px;
    }
    .header-home-block{
        padding: 2vw 2vw 0;
        margin-bottom: 0;
    }
    .slider-people-home {
        width: 100%;
        position: relative;
        bottom: 0;
        flex-direction: row;
        justify-content: flex-start;
        box-sizing: border-box;
        left: 0;
    }
    .slider-people-home .slide-people-home {
        width: 96vw;
        height: calc(100vh - 20px);
    }
    .header-home-block .background-header-home{
        overflow: hidden;
    }
    .slider-people-home .slide-people-home .person-text{
        bottom: 80px;
    }
    .header-home-block a.scrolltosection{
        display: none;
    }
    .slider-controls-home{
        width: 70%;
        padding-right: 0px;
        bottom: -20px;
    }
    .slider-people-home .slide-people-home.slick-active ~ .slide-people-home{
        transform: scale(1);
    }

    .header-home-block::after{
        display: none;
    }
    .header-home-block .person-image{
        width: 100%;
    }
    .header-home-block .person-image img{
        width: 100%;
        height: auto;
    }
    .slider-people-home .slide-people-home:hover .person-text .hidden-content .excerpt{
        display: none;
    }
    .slider-people-home .slide-people-home:hover .person-text .hidden-content{
        height: 30px;
    }
    .slider-people-home .slide-people-home:hover::before{
        display: none;

    }
    .header-home-block .buttons-home-header{
        min-width: inherit;
        gap: 0;
    }
    .header-home-block .video-text-home{
        bottom: 10vh;
    }
    .header-home-block .video-text-home .buttons-home-header{

        display: flex;
        flex-direction: column;
    }
    .header-home-block .global-red-button{

        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 800px) {
    #customModal{
        position: relative;
        opacity: 1;
        width: 100%;
        right: 0;
        bottom: 0;
    }
    #customModal>div{
        width: 100%;
    }

    #customModal .slick-slide img{
        height: auto;
    }
    .navigation-section {
        max-width: 100%;
        position: relative;
    }

    .navigation-section  .nav-item {
        padding: 10px 20px 10px 12px;
    }

    .navigation-section  .nav-item-title {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .navigation-section  .nav-item-number {
        font-size: 12px;
    }
    .header-home-block .video-text-home{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 5%;
        bottom: 20px;
    }
    .header-home-block .video-text-home .buttons-home-header{
        width: 100%;
    }
    .header-home-block .global-red-button{
        width: 100%;

    }
    .home-header-ring{
        display: none;
    }
    
    .header-home-block .video-home-button {
        width: 60px !important;
    }
}