.inner-page-banner.about-banner:before {
    background: rgba(229, 114, 0, 0.9);
}

/*Timeline*/
.cd-horizontal-timeline {
    opacity: 1;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
/*.cd-horizontal-timeline.loaded {
    opacity: 1;
}*/
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 60px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
    background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 49px;
    height: 6px;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
    background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 6px;
    background: #ffd000;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.cd-horizontal-timeline .events ol {
    list-style: none;
    margin: 0;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: -60px;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #acacac;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #ffd000;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #d10000;
    border-color: #a70000;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: #d10000;
}
.cd-horizontal-timeline .events a:hover:after {
    background: #d10000;
    border: 2px solid #d10000;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive.prev:hover, .cd-timeline-navigation a.inactive.next:hover {
    cursor: not-allowed;
    background: transparent;
    border: 2px solid #dfdfdf;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.cd-timeline-navigation a.prev:hover, .cd-timeline-navigation a.next:hover {
	border: 2px solid #d10000;
	color: #d10000;
}
.cd-timeline-navigation a.prev:hover:before, .cd-timeline-navigation a.next:hover:before {
	color: #d10000;
}
.cd-timeline-navigation a.inactive.prev:hover:before, .cd-timeline-navigation a.inactive.next:hover:before {
	color: #dfdfdf;
}
.cd-horizontal-timeline .events a.older-event:after {
        border: 2px solid #d10000;
}
.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #d7d7d7;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 80px 0;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.time-line-thumb img {
	width: 100%;
}
.time-line-content .time-line-subtitle {
    color: #acacac;
    margin-bottom: 20px;
}
.time-line-content .time-line-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2;
}
.time-line-content .time-line-text {
    font-size: 18px;
    color: #acacac;
}
.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #d10000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
/*Timeline*/

/*Vision*/
.our-vision {
    background: #eb8e33;
}
.our-vision-content {
    position: relative;
    overflow: hidden;
    padding: 100px 0 160px;
}
.our-vision .eye {
    position: absolute;
    left: 50%;
    /*transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);*/
}
.our-vision .elements {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.vision-heading {
    position: relative;
    z-index: 1;
}
.heading.vision-heading .heading-text {
    font-size: 22px;
    line-height: 30px;
}
/*Vision*/

/*Partners*/
.partner-sites {
    background: #eb8e33;
}
.partner-sites .info-box-image a {
    width: 300px;
    height: 120px;
    display: block;
    margin: 0 auto;
}
.partner-sites .info-box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*Partners*/

/*Support*/
.info-box--standard .info-box-image {
    margin: 0 auto;
    margin-bottom: 30px;
}
/*Support*/

.certificates img {
    width: 100%;
}