#our-history .homecontentwrapper.no-image, #our-history-new .homecontentwrapper.no-image{display:none;}   
.module-history-timeline{margin-top:0 !important;}
.animateTimeline {
    animation: timelineANimation 1s;
}

@keyframes timelineANimation {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-50px);
    }

    50% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0px)
    }
}
/*
.col-md-10.col-xs-12.historytimeline.animateJump {
   transition-timing-function: cubic-bezier(.29, 1.01, 1, -0.68); 
        -webkit-transform: translate3d(0, -3%, 0);
    transform: translate3d(0, -3%, 0);

}

 .col-md-10.col-xs-12.historytimeline{
transition:all 0.5s cubic-bezier(0.7, 0, 0.7, 1.5);
} 

*/


.section.sections-wrap .new-country-site-section.new-module-spacing.module-history-timeline{margin-bottom:0 !important;}
.module-history-timeline .item-list button.slick-next{
    background: url(/~/media/Images/R/Rolls-Royce/history-timeline/right-white-arrow.svg) no-repeat center;
    border: 0;
    color: transparent;
    position: absolute;
    right: 87px;
    top: 23px;
    z-index: 9;
    transition:0.3s ease-in-out;
}
.module-history-timeline .item-list button.slick-next:hover,.module-history-timeline .item-list button.slick-next.slick-disabled:hover{
background: url(/~/media/Images/R/Rolls-Royce/history-timeline/history-timeline-next-lime.svg) no-repeat center;
}
.module-history-timeline .item-list button.slick-prev{
    background: url(/~/media/Images/R/Rolls-Royce/history-timeline/left-white-arrow.svg) no-repeat center;
    border: 0;
    color: transparent;
    position: absolute;
    right: 135px;
    top: 23px;
    z-index: 9;
}
.module-history-timeline .item-list button.slick-prev:hover,.module-history-timeline .item-list button.slick-prev.slick-disabled:hover{
background: url(/~/media/Images/R/Rolls-Royce/history-timeline/history-timeline-arrow-left.svg) no-repeat center;
}

button.slick-arrow.slick-disabled {
    opacity: 0.3;
    filter: grayscale(1);
}
.module-history-timeline {
    background: #152832;
    padding: 40px 0 !important;
}

.module-history-timeline .item-list{margin: 50px 0;border-radius: 12px;overflow: hidden;border: none;background-size: 150% 200% !important;background-position: center !important;background-repeat:no-repeat !important;backdrop-filter:blur(5px);}

.module-history-timeline .item-list:before {
    content: "";
    width: 101%;
    height: 100%;
    background-color: rgba(30, 54, 67, 0.8);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
}

.module-history-timeline .year-title.slick-current {
    color: #C4DD2A !important;
    opacity: 1;
}

.year-items {
    padding: 88px 0;
}



.module-history-timeline .year-items:first-child span.selected-year {
/*     width: 220px; */
    font-family: "RRPioneer-Regular",Arial !important;
    font-size: 115px;
    font-style: normal;
    font-weight: 300;
    line-height: 254px;
    position: absolute;
    left: -35%;
    top: 50%;text-align:center;
    z-index: 1;
    color: #D0E45B;
    transform: translateY(-50%) rotate(-90deg);
    pointer-events: none;
    display: block;width:275px;
}

.module-history-timeline span.selected-year {
    display: none;
}

.module-history-timeline span.selected-year:after {
    content: '';
    height: 2px;
    width: 200%;
    position: absolute;
    background: #C4DD2A;
    left: 100%;
    bottom: 51%;

}

.module-history-timeline span.selected-year::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 2px;
    background: #C4DD2A;
    bottom: 51%;
    right: 100%;
}

.history-timeline-content h5 {
    color: #fff !important;
    text-transform: none;
}

.year-items .slick-list {
    overflow: visible;
}

.history-timeline-content::-webkit-scrollbar {
    width: 6px;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 3px;
}

.module-history-timeline .history-timeline-content-body {
    min-height: 190px;
    border-radius: 12px;
    background: rgba(30, 54, 67, 0.90);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
    padding: 32px 12px 32px 32px;
    margin: -45px 0 0 40px;
    z-index: 9;
    position: relative;
}

.history-timeline-content::-webkit-scrollbar-thumb {
    background: #C4DD2A;
    border-radius: 3px;
}

/*.module-history-timeline .year-items{opacity:0.3;}
*/
.year-items.slick-slide.slick-initialized.slick-slider.slick-current.slick-center {
    opacity: 1;
}

.year-items.slick-slide.slick-initialized.slick-slider {
    opacity: 0.3;
}

.module-history-timeline .year-items.slick-current {
    opacity: 1;
}

.module-history-timeline .historytimeline {
    margin-top: 96px;
}

.main-modular-landing .module-history-timeline h2 {
    font-family: "RRPioneer-Regular", Arial !important;
    font-size: 59.998px;
    font-style: normal;
    font-weight: 500;
    line-height: 59.998px;
}

.module-history-timeline h2, .module-history-timeline .history-timeline-content-wrapper {
    color: #fff !important;
    text-align: center !important;
}

.module-history-timeline .fw-para-link {
    color: #fff !important;
    background: #10069f;
}

.module-history-timeline .fw-para-link:after {
    color: #fff !important;
}

.module-history-timeline .timeline-link {
    display: flex;
    justify-content: center;
}

.module-history-timeline .year-tabs .slick-prev, .module-history-timeline .year-tabs .slick-next {
    transform: translateX(-50%);
    margin-left: 50%;
}

.history-timeline-items {
    overflow: hidden;
    border-radius: 12px;
}

.module-history-timeline .year-tabs .slick-next {
    margin-top: -10px;
}

.year-tabs .slick-prev {
    margin-bottom: 40px;
}

.module-history-timeline .year-title {
    color: #C8C7CC !important;
    text-align: center;
    font-family: "RRPioneer-Regular",Arial !important;
    font-size: 64px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 64px;
    margin-top: 25px;
    margin-bottom: 25px;
    transition: 0.3s all ease-in-out;
    opacity: 0.4;
}

.module-history-timeline .year-title:hover {
    opacity: 1;
    
}

.module-history-timeline .item-list .slick-list{
        height: 100%;
}
.module-history-timeline .item-list {
background-size:cover;
    /*
    min-height: 600px;
    max-height: 600px;
    */
}

.module-history-timeline .tablet-view{display:none;}

.module-history-timeline .year-items-inner-images img {
    border-radius: 12px;
    height: 300px;
    object-fit: cover;
}

.module-history-timeline .year-items-inner-images {
    margin-right: 40px;
}

.module-history-timeline .year-items-inner-images ul.slick-dots {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
}

.module-history-timeline .year-items-inner-images ul.slick-dots li.slick-active button {
    background: #C4DD2A;
}

.module-history-timeline .year-items-inner-images ul.slick-dots li button {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    font-size: 0;
    height: 14px;
    width: 14px;
    margin-left: 8px;
}

.module-history-timeline .timeline-spacing {
    display: flex;
    align-items: center;
}

.history-timeline-content {
    width: 100%;
    max-height: 168px;
    overflow-y: auto;
    scrollbar-color: #C4DD2A rgba(0, 0, 0, 0.20);
    scrollbar-gutter: inherit;
    scroll-margin-right: -10px;
    padding-right: 16px;
}

.module-history-timeline .history-timeline-content p {
    color: #fff;
}

.module-history-timeline .history-timeline-content p:last-child {
    padding-bottom: 0;
}

.history-timeline-date {
    color: #C4DD2A;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "RRPioneer-Bold", Arial !important;
    padding-bottom: 12px !important;
    display: flex;
    width: 100%;
}

.history-timeline-items::after {
    position: absolute;
    content: '';
    background: rgba(30, 54, 67, 0.80);
    height: 150%;
    width: 150%;
    top: -20px;
    left: -20px;
    z-index: -1;
    filter: blur(5px);
    backdrop-filter: blur(5px);
}

.module-history-timeline .slick-arrow {
    background: none;
    display: inline-block;
    border: none;
}

.history-timeline-btn-wrap {
    position: absolute;
    top: 4%;
    right: 9%;
    z-index: 1;
    display:none;
}

.history-timeline-btn-wrap .prev-btn {
    background: url(/~/media/Images/R/Rolls-Royce/history-timeline/history-timeline-arrow.svg) no-repeat center;
    border: none;
    color: transparent;
}

.history-timeline-btn-wrap .prev-btn.slick-disabled {
    background: url(/~/media/Images/R/Rolls-Royce/history-timeline/history-timeline-arrow-grey.svg) no-repeat center;
}

.history-timeline-btn-wrap .next-btn {
    background: url(/~/media/Images/R/Rolls-Royce/history-timeline/history-timeline-next-lime.svg) no-repeat center;
    border: none;
    color: transparent;
}

.history-timeline-btn-wrap .next-btn.slick-disabled {
    background: url(/~/media/Images/R/Rolls-Royce/history-timeline/history-timeline-next-grey.svg) no-repeat center;
}

.historytimeline {
    position: relative;
    overflow: hidden;
}

@media all and (max-width:1100px) {
    .module-history-timeline .year-title {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .module-history-timeline .year-tabs .slick-prev {
        margin-bottom: 10px;
    }

    .module-history-timeline span.selected-year {
        font-size: 85px !important;
    }

    .module-history-timeline span.selected-year {
        width: 195px !important;
    }

    

    .history-timeline-content {
        max-height: 130px;
    }
}

@media all and (min-width:950px) and (max-width:1000px){
.module-history-timeline .year-items:first-child span.selected-year{left:-30% !important;}
}

@media all and (min-width:768px) {
    .timeline-spacing .historytimeline.col-md-10 {
        padding: 0;
        border-radius: 12px;
    }
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1200px) 
and (orientation : landscape) {
.module-history-timeline .year-items:first-child span.selected-year{left:-45%;}
}
@media all and (max-width:992px) {
.module-history-timeline .tablet-view{display:block;}
.module-history-timeline .desktop-view{display:none;}
.year-items{padding: 44px 0;    display: block !important;    margin: auto;}
    .module-history-timeline .item-list {
        max-height: none;
        min-height: 420px;
        /*backdrop-filter: none;*/
    }
    .module-history-timeline .year-items-inner-images img{height:200px;}
}

@media only screen and (width:768px){
.module-history-timeline  div#historytimeline{width:20%;}
.module-history-timeline .col-md-10.historytimeline{width:80%;}
/* .module-history-timeline .year-items-inner-images img{max-width:350px;min-width:350px !important;}
.module-history-timeline .history-timeline-content-body{width: 80% !important;
    margin-top: -30px !important;
    margin-left: 30px !important;
    border-radius: 12px !important;} */
}

@media all and (max-width:767.98px) {
.module-history-timeline .year-title{font-size:34px;}
.module-history-timeline .year-title{margin:0 5px;}
.module-history-timeline .item-list:before{content:'';display:none;}
.module-history-timeline .item-list:last-child{margin-bottom:0;}
.module-history-timeline .item-list{background:none !important;}
    .history-timeline-content h5 {
        overflow: visible;
        height: auto;
        margin-bottom: auto;
    }

    .module-history-timeline .year-items {
        margin-top: 0;
        margin-bottom: 30px;padding:0;
    }

    .module-history-timeline .item-list {
        min-height: auto;
        max-height: fit-content;
    }

    .module-history-timeline .item-list {
        margin: 0;
    }

    .module-history-timeline span.selected-year {
        display: none !important;
    }

    .history-timeline-items.year-list {
        background: none !important;
        backdrop-filter: none;
    }

    .module-history-timeline .timeline-spacing {
        flex-direction: column;
    }

    .module-history-timeline .year-items {
        opacity: 1;
    }

    .history-timeline-btn-wrap {
        display: none;
    }

    .timeline-spacing .historytimeline:last-child {
        margin-top: 0;
    }

    .timeline-spacing .historytimeline:first-child {
        margin-top: 60px;
    }

    .module-history-timeline span.selected-year {
        display: none;
    }

    .module-history-timeline .history-timeline-wrapper {
        padding: 0;
    }

    .module-history-timeline .year-items-inner-images {
        margin-right: 0;overflow:hidden;
    }

    .module-history-timeline .history-timeline-content-body {
        margin: 0;
        border-radius: 0 0 12px 12px;
    }

    .history-timeline-content {
        max-height: none;
    }

.module-history-timeline .year-items-inner-images{
border-radius:12px 12px 0 0;
}
    .module-history-timeline .year-items-inner-images img {
    
       border-radius: 12px 12px 0 0;
    min-height: auto;
    object-fit: cover;
   min-width: 90vw !important;
    height: auto;
    transform: scale(1.15);
    }

    .history-timeline-body {
        margin-bottom: 30px;
    }

    .history-timeline-items {
        padding: 0;max-width:1100px
    }

    .module-history-timeline .year-title:hover {
        color: #C4DD2A !important;
        opacity: 1;
    }

    .module-history-timeline .history-timeline-content-body {
        padding: 16px;
    }

    .history-timeline-items::after {
        content: '';
        display: none;
    }

    .module-history-timeline .history-timeline-content-body {
        min-height: auto;height: auto !important;
    }
}

/*
.item-list-wrapper.slick-vertical .slick-slide{
    height: inherit;
}
.item-list-wrapper.slick-vertical  .slick-track{
    display: flex;
    flex-direction: column;
}
*/

/* added by PV: 26-12-2023 */
#historytimeline .year-tabs .slick-disabled {pointer-events: none !important;}
