.text-component {
    --component-body-line-height: calc(var(--body-line-height) * var(--line-height-multiplier, 1));
    --component-heading-line-height: calc(var(--heading-line-height) * var(--line-height-multiplier, 1));
}
.text-component h1,
.text-component h2,
.text-component h3,
.text-component h4 {
    line-height: 1.2;
    line-height: var(--component-heading-line-height, 1.2);
    margin-bottom: 0.25em;
    margin-bottom: calc(var(--space-xxxs) * var(--text-vspace-multiplier, 1));
}
.text-component h2,
.text-component h3,
.text-component h4 {
    margin-top: 0.75em;
    margin-top: calc(var(--space-sm) * var(--text-vspace-multiplier, 1));
}
.text-component p,
.text-component blockquote,
.text-component ul li,
.text-component ol li {
    line-height: 1.4;
    line-height: var(--component-body-line-height);
}
.text-component ul,
.text-component ol,
.text-component p,
.text-component blockquote,
.text-component .text-component__block {
    margin-bottom: 0.75em;
    margin-bottom: calc(var(--space-sm) * var(--text-vspace-multiplier, 1));
}
.text-component ul,
.text-component ol {
    padding-left: 1em;
}
.text-component ul {
    list-style-type: disc;
}
.text-component ol {
    list-style-type: decimal;
}
.text-component img {
    display: block;
    margin: 0 auto;
}
.text-component figcaption {
    text-align: center;
    margin-top: 0.5em;
    margin-top: var(--space-xs);
}
.text-component em {
    font-style: italic;
}
.text-component hr {
    margin-top: 2em;
    margin-top: calc(var(--space-lg) * var(--text-vspace-multiplier, 1));
    margin-bottom: 2em;
    margin-bottom: calc(var(--space-lg) * var(--text-vspace-multiplier, 1));
    margin-left: auto;
    margin-right: auto;
}
.text-component > *:first-child {
    margin-top: 0;
}
.text-component > *:last-child {
    margin-bottom: 0;
}
.text-component__block--full-width {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
@media (min-width: 48rem) {
    .text-component__block--left,
    .text-component__block--right {
        width: 45%;
    }
    .text-component__block--left img,
    .text-component__block--right img {
        width: 100%;
    }
    .text-component__block--left {
        float: left;
        margin-right: 0.75em;
        margin-right: calc(var(--space-sm) * var(--text-vspace-multiplier, 1));
    }
    .text-component__block--right {
        float: right;
        margin-left: 0.75em;
        margin-left: calc(var(--space-sm) * var(--text-vspace-multiplier, 1));
    }
}
@media (min-width: 90rem) {
    .text-component__block--outset {
        width: calc(100% + 10.5em);
        width: calc(100% + 2 * var(--space-xxl));
    }
    .text-component__block--outset img {
        width: 100%;
    }
    .text-component__block--outset:not(.text-component__block--right) {
        margin-left: -5.25em;
        margin-left: calc(-1 * var(--space-xxl));
    }
    .text-component__block--left,
    .text-component__block--right {
        width: 50%;
    }
    .text-component__block--right.text-component__block--outset {
        margin-right: -5.25em;
        margin-right: calc(-1 * var(--space-xxl));
    }
}




.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.fixed-timeline {
    position: fixed;
    top: 57%;
    transform: translateY(-50%);
    z-index: 99999;
    left: 30px;
    background-color: transparent;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    background-size: contain;
    background: url(/wp-content/uploads/2022/07/og_ar.png);
}
.fixed-timeline ul {
    padding: 0px;
    margin: 0px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 8px;
    background: url(/wp-content/uploads/2022/07/white-shape.png);
    background: #fff;
}
.fixed-timeline ul li.active {
    background-color: #ff8200;
    color: #ffffff;
}
.fixed-timeline ul li{
    list-style: none;
}
.cd-timeline .outer-layout {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 0px;
    /*background: transparent;*/
}
/*.cd-timeline .outer-layout:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.dotted-line{
    position: relative;
    padding-bottom: 150px;
}
.dotted-line:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 18px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    border-left: 4px double #fff;
}
@media (min-width: 64rem) {
    .cd-timeline__container::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9;
    }
}
.cd-timeline__block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
    margin-bottom: var(--space-lg);
}
.cd-timeline__block:last-child {
    margin-bottom: 0;
}
@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.cd-timeline__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
   /* box-shadow: 0 0 0 4px hsl(0, 0%, 100%), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 4px var(--color-white), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}
.cd-timeline__img img {
    width: 24px;
    height: 24px;
}
@media (min-width: 64rem) {
    .cd-timeline__img {
        width: 20px;
        height: 20px;
        -ms-flex-order: 1;
        order: 1;
        margin-left: calc(5% - 10px);
        will-change: transform;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__img {
        margin-right: calc(5% - 10px);
    }
}
.cd-timeline__img--picture {
    background-color: #ff8200;
}
.cd-timeline__img--movie {
    background-color: hsl(356, 53%, 49%);
    background-color: var(--cd-color-5);
}
.cd-timeline__img--location { 
    background-color: hsl(47, 85%, 61%);
    background-color: var(--cd-color-6);
}
.cd-timeline__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-left: 1.25em;
    margin-left: var(--space-md);
    border-radius: 0.25em;
    border-radius: var(--radius-md);
    padding: 1.25em;
    padding: var(--space-md);
    background-color: #fff;
}
.cat-title h2 {
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 74px;
}
.cd-timeline__content::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 10%;
    border-top: 8px dotted #fff;
}
.cd-timeline__content h2 {
    color: hsl(206, 21%, 24%);
    color: var(--cd-color-1);
}
@media (min-width: 64rem) {
    .cd-timeline__content {
        width: 45%;
        -ms-flex-positive: 0;
        flex-grow: 0;
        will-change: transform;
        margin: 0;
        font-size: 0.8em;
        --line-height-multiplier: 1.2;
    }
    .cd-timeline__content::before {
        top: 6px;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
            right: auto;
            left: 100%;
            width: 10%;
    }
}
.cd-timeline__date {
    color: hsla(207, 10%, 55%, 0.7);
    color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.7);
}
@media (min-width: 64rem) {
    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 120%;
        top: 20px;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__date {
        left: auto;
        right: 120%;
        text-align: right;
    }
}
@media (min-width: 64rem) {
    .cd-timeline__img--hidden,
    .cd-timeline__content--hidden {
        visibility: hidden;
    }
    .cd-timeline__img--bounce-in {
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
    .cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
        -webkit-animation-name: cd-bounce-2-inverse;
        animation-name: cd-bounce-2-inverse;
    }
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.cd-timeline__content.text-component{
    width: 300px;
}
.cd-timeline__block{
    width: 50%;
    justify-content: flex-end;
}
.cd-timeline__block{
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    padding-left: 60%;
}
.cd-timeline__block:nth-child(even) {
    -ms-flex-direction:column;
    flex-direction: column;
    position: relative;
}
.cd-timeline__block:nth-child(odd) {
    flex-direction: row;
    padding-left: 7%;
    width: 50%;
    justify-content: flex-end;
    position: relative;
}
.cd-timeline__content::before {
    content: "";
    position: absolute;
    right: 99%;
    width: 48%;
    border-top: 4px double #fff;
    z-index: -1;
    top: 28px;
}
.cd-timeline__block:nth-child(even) .cd-timeline__img{
    margin-right: calc(5% - 10px);
    position: absolute;
    right: 45%;
    top: 22px;
    z-index: 99999;
}
.cd-timeline__block:nth-child(odd) .cd-timeline__img{
    margin-top: 19px;
    margin-left: 30px;
    margin-right: -10px;
}
.cd-timeline__block:nth-child(even) .cd-timeline__content.text-component h2{
    color: #2c6b8e;
    font-size: 24px;
    padding: 20px;
}
.cd-timeline__block:nth-child(even) .cd-timeline__content.text-component p{
    font-size: 16px;
    padding: 20px;
    padding: 0px 20px 10px 20px;
}
.cd-timeline__block:nth-child(even) .cd-timeline__content.text-component .image-wrap{
    position: relative;
}
.cd-timeline__block:nth-child(even) .cd-timeline__content.text-component .image-wrap span{
    position: absolute;
    bottom: 0;
    background-color: #ff8200;
    padding: 3px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.cd-timeline__block:nth-child(odd) .cd-timeline__content.text-component h2{
    color: #016c95;
    font-size: 24px;
    padding: 20px;
}
.cd-timeline__block:nth-child(odd) .cd-timeline__content.text-component p{
    font-size: 16px;
    padding: 20px;
    padding: 0px 20px 10px 20px;
}

.cd-timeline__block:nth-child(odd) .cd-timeline__content.text-component .image-wrap{
    position: relative;
}
.cd-timeline__block:nth-child(odd) .cd-timeline__content.text-component .image-wrap span{
    position: absolute;
    bottom: 0;
    background-color: #ff8200;
    padding: 3px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.cat-title h2 {
    padding-right: 12%;
}
.cd-timeline__block p.color-contrast-medium {
    margin-top: 0px;
    padding: 0 !important;
}
.cd-timeline__content.text-component span {
    font-size: 18px !important;
    padding: 9px 34px !important;
    display: inline-block;
    margin-bottom: 0;
}
.cd-timeline__block .cd-timeline__content.text-component p {
    font-size: 18px !important;
}





/*timeline animation*/
.cd-timeline__block .cd-timeline__content.text-component h2:after {
    content: "";
    background: url(/wp-content/uploads/2022/05/border-line.png) no-repeat;
    width: 100%;
    height: 40px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cd-timeline__block .cd-timeline__content.text-component h2 {
    position: relative;
    padding-bottom: 60px !important;
}
#mainhero h1 {
    position: relative;
    padding: 40px 150px 80px;
}
#timeline {
    margin-bottom: 100px;
}
.myimage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.myimage__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    /*display: none;*/
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

/*.myimage__inner:first-child {
    opacity: 1;
}*/


.cd-timeline__block .cd-timeline__content,
.cd-timeline__img--picture {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.cd-timeline__block--active .cd-timeline__content,
.cd-timeline__img--picture {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.fixed-timeline ul li {
	padding: 0 !important;
}

.fixed-timeline ul li a {
    padding: 5px 20px !important;
    display: block;
    text-decoration: none;
    color: #58595b;
}
.fixed-timeline ul li.active a{
    color: #fff;
}
.cat-title {
    padding-bottom: 40px;
}


@media only screen and (max-width: 1199px) {
	.cd-timeline__content.text-component {
	    width: 74%;
	}
	.cd-timeline__content::before {
	    width: 36%;
	}
}


@media only screen and (max-width: 1023px) {
	header.fusion-header-wrapper {
	    z-index: 9999099;
	}
	.cd-timeline .container {
	    width: 100%;
	    padding: 0;
	}
	.cd-timeline .outer-layout {
	    padding: 20px 0px;
	}
	.fixed-timeline {
		position: absolute;
		z-index: 9;
		top: 60px;
	    left: 0;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		width: 100%;
		padding: 0;
		padding: 10px;
		background-image: none;
	}
	.fixed-timeline ul {
		background-image: none;
		background-color: #fff;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.fixed-timeline ul li a {
	    padding: 5px 10px !important;
	}

	.cd-timeline__content.text-component {
	    width: 100%;
	    margin-left: 10px !important;
	}
	.cd-timeline__block {
	    padding: 0 20px !important;
	    margin-bottom: 40px;
	}
	.text-component img {
	    width: 100%;
	}
	.cd-timeline__block:nth-child(odd) {
	    padding: 0;
	    width: 100%;
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__img {
	    position: relative;
	    right: auto !important;
	    left: 0;
	    margin-right: 0 !important;
	}
	.cd-timeline__block .cd-timeline__img {
		margin-left: 0 !important;
		left: 0 !important;
		margin-right: 0 !important;
	}
	.cd-timeline__block:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.dotted-line:before {
	    top: 90px;
	    left: 24px;
	    height: calc(100% - 100px);
	}
	.cd-timeline__block .cd-timeline__img {
	    width: 30px;
	    height: 30px;
	    margin-top: 2px;
	    left: -10px !important;
	}
	.cd-timeline__content::before {
	    width: 40px;
	}
	.cat-title h2 {
	    padding: 0;
	    font-size: 40px !important;
	    line-height: 1;	    
	}
	.cd-timeline__block .cd-timeline__content.text-component p {
	    font-size: 16px !important;
	}
}


@media only screen and (max-width: 767px) {
	.fixed-timeline {
		top: 110px;
	}
	.fixed-timeline.fixed-timeline--fixed {
    	position: fixed;
	    top: 0;
	    padding: 0;
	    border-bottom: 1px solid #ccc;
	}
}