.elementor-5446 .elementor-element.elementor-element-1fbddc6{padding:50px 20px 50px 20px;}.elementor-5446 .elementor-element.elementor-element-a8fb0a7 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.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-5446 .elementor-element.elementor-element-d97caeb > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-5446 .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 );}@media(max-width:767px){.elementor-5446 .elementor-element.elementor-element-a8fb0a7 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5446 .elementor-element.elementor-element-d97caeb{text-align:center;}.elementor-5446 .elementor-element.elementor-element-d97caeb .elementor-heading-title{font-size:31px;}}/* Start custom CSS for html, class: .elementor-element-a31b356 */.phase-keys-main {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0 15px 0;
    background-color: #C3C7C0;
    border-radius: 10px 10px 0 0;
}

.phase-keys-sub {
    width: 100%;
    display: flex;
    max-width: 1344px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.phase-keys {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.phase-keys h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    color: #24234c;
    margin-right: 15px;
    margin-left: 15px;
}

.phase-keys img {
    margin-left: 15px;
    margin-right: 10px;
}

.phase-keys p {
    font-size: 25px;
    font-weight: 500;
    color: #24234c;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 992px) {
    .phase-keys-sub {
        flex-direction: column;
    }
}
    
@media screen and (max-width: 768px) {
    .phase-keys-sub {
        align-items: flex-start;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e34aa5 */.hidden-text {
    display: none;
}

.read-more-btn {
    color: #24234c;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.timeline {
    padding: 40px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.timeline:before {
    left: 50%;
    content: '';
    width: 15px;
    height: 98%;
    position: absolute;
    border-radius: 10px;
    background-image: 
        linear-gradient(to top,  
            #ecd078 2%, 
            #539cad 8%,
            #056679 15%, 
            #24234d 18%, 
            #CDA42C 55%, 
            #c89630 60%);
}

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

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

.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;
    height: 90px;
}

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

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

.heading-text-odd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 25px;
    flex-direction: column;
    align-content: flex-end;
}

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

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

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

.timeline ul li img {
    z-index: 99;
}

.timeline ul li h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.5rem;
}

.timeline ul li p {
    margin: 0;
    padding: 0;
    color: #24234c;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    max-width: 400px;
    margin-bottom: 10px;
}

@media(max-width:1500px) {
    .phase-keys h4 {
        font-size: 20px;
    }
    .phase-keys p {
        font-size: 20px;
    }
}

@media(max-width:1400px) {
    .phase-keys h4 {
        font-size: 18px;
    }
    .phase-keys p {
        font-size: 18px;
    }
    .timeline ul li p {
        font-size: 17px;
    }
}

@media(max-width:1344px) {    
    .timeline ul li:nth-child(odd):before {
        right: -10px;
    }
    .timeline ul li:nth-child(even):before {
        left: 5px;  
    }
}

@media(max-width:1300px) {
    .timeline ul li p {
        font-size: 16px;
    }
}

@media(max-width:1100px) {
    .phase-keys h4 {
        font-size: 15px;
    }
    .timeline ul li h3 {
        font-size: 20px;
    }
}

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

@media(max-width:992px) {
    .phase-keys-sub {
        flex-direction: column;
    }
    .phase-keys h4 {
        font-size: 18px;
    }
    .phase-keys img {
        margin-top: 5px;
    }
    .phase-keys p {
        font-size: 18px;
        margin-top: 5px;
    }
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }
    .content-odd {
        margin: 0 !important;
        flex-direction: row-reverse;
    }
    .content-even {
        margin: 0 !important;
    }
    .heading-text-odd {
        margin-right: 0;
        margin-left: 25px;
        flex-wrap: nowrap;
    }
    .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: 22px;
    }
    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time {
        top: -30px;
        left: 50px;
        right: inherit;
    }
    .timeline ul li p {
        max-width: 100%;
    }
    .timeline ul li img {
        margin: 0 !important;
    }
}/* End custom CSS */