.elementor-6705 .elementor-element.elementor-element-1fbddc6{padding:50px 20px 50px 20px;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6705 .elementor-element.elementor-element-d97caeb > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-6705 .elementor-element.elementor-element-d97caeb .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:39px;font-weight:700;color:var( --e-global-color-4e90e21 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6705 .elementor-element.elementor-element-319dd19{font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:500;color:var( --e-global-color-9e68aad );}.elementor-6705 .elementor-element.elementor-element-291b9de > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-6705 .elementor-element.elementor-element-291b9de .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:39px;font-weight:700;color:var( --e-global-color-4e90e21 );}@media(max-width:767px){.elementor-6705 .elementor-element.elementor-element-a8fb0a7 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6705 .elementor-element.elementor-element-d97caeb{text-align:center;}.elementor-6705 .elementor-element.elementor-element-d97caeb .elementor-heading-title{font-size:31px;}.elementor-6705 .elementor-element.elementor-element-319dd19{text-align:center;}.elementor-6705 .elementor-element.elementor-element-291b9de{text-align:center;}.elementor-6705 .elementor-element.elementor-element-291b9de .elementor-heading-title{font-size:31px;}}/* Start custom CSS for text-editor, class: .elementor-element-319dd19 */.elementor-6705 .elementor-element.elementor-element-319dd19 ul {
    margin-top: -25px;
    margin-left: -20px;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .elementor-6705 .elementor-element.elementor-element-319dd19 ul {
        text-align: left;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf44a31 */.gradient-color {
    background: linear-gradient(180deg, rgba(37,35,77,1) 50%, rgba(1,102,120,1) 100%);
}

.timeline {
    padding: 40px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://pasa.org.za/wp-content/uploads/2024/03/Background-Texture.png");
}

.timeline:before {
    left: 50%;
    content:'';
    width: 10px;
    height: 98%;
    position: absolute;
    background: #c3c7bf;
    border-radius: 10px;
}

.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline ul li {
    width: 50%;
    list-style: none;
    position: relative;
    padding: 0 40px;
}

.timeline ul li:nth-child(odd) {
    float: left;
    clear: both;
    text-align: right;
}

.timeline ul li:nth-child(even) {
    clear: both;
    float: right;
    text-align: left;
}

.content-odd {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.content-odd img {
    width: 90px;
}

.content-even {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    flex-direction: row-reverse;
}

.content-even img {
    width: 90px;
}

.heading-teaxt-odd {
    width: 100%;
    margin-right: 25px;
}

.heading-teaxt-even {
    width: 100%;
    margin-left: 25px;
}

.timeline ul li:nth-child(odd):before {
    top: 35px;
    content :'';
    width: 20px;
    height: 20px;
    right: -15px;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
}

.timeline ul li:nth-child(even):before {
    top: 35px;
    left: -5px;
    content :'';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
}

.timeline ul li h3 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

.timeline ul li p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
}

@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}

@media(max-width:767px) {
    .timeline {
        width:100%;
        padding-bottom:0;
    }
    .content-odd {
        flex-direction: row-reverse;
    }
    .heading-teaxt-odd {
        margin-right: 0;
        margin-left: 25px;
    }
    .timeline:before {
        left:20px;
        height:98%;
    }
    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width:100%;
        text-align:left;
        padding-left:50px;
        padding-bottom:0;
    }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
        left:16px;
    }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
        top:-30px;
        left:50px;
        right:inherit;
    }
}/* End custom CSS */