/**** timeline start ****/
.timeline-item {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.timeline-item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #004ea2 !important;
    border-radius: 50%;
    z-index: 2;
}

.timeline-item_left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100px;
    max-height: 500px;
    height: 100%;
    margin-right: 50px;
    margin-top: -5px;
}

.timeline-item_right {
    flex: 1;
    width: 100%;
    max-height: 500px;
    height: 100%;
    margin-left: 50px;
    margin-top: -5px;
}


.timeline-img{
    max-height: 445px;
}

.timeline-img img{
    max-height: 100%;
}

.timeline-item::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    max-height: 500px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.timeline-item_left>h4 {
    margin: 0;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.timeline-item_right>h4,
.timeline-item_left>h4 {
    font-size: 25px;
    color: #004ea2 !important;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600 !important;
}


.timeline-box .last::after {
    display: none;
}

/**** timeline end ****/



/**** employment start ****/
.box {
    border: 1px solid #f3f3f3;
}

.fusion-toggle-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f3f3f3;
}


.fusion-toggle-heading td {
    text-align: center;
    position: relative;
}


.fusion-toggle-heading table td:last-of-type::after {
    position: absolute;
    content: "\f078";
    right: 20px;
    top: 0;
}

.fusion-toggle-heading table td:last-of-type {
    position: relative;
}

.coly-job-content {
    display: none;
    padding: 30px;
}

tr.zed-th {
    text-align: center;
    line-height: 50px;
    background: #004ea2;
    color: #fff;
}

.box tr {
    line-height: 50px !important;
}

table td:last-of-type::after {
    position: absolute;
    right: 20px;
    top: 22px;
    width: 8px;
    height: 8px;
    z-index: 9;
    border-right: 2px solid #004ea2;
    border-bottom: 2px solid #004ea2;
    transform: translate(-50%,-50%) rotate(
            45deg
    );
    transition: .4s;
    content: "";
    display: block;
}

table td:last-of-type {
    font-family: FontAwesome;
}

table .zed-th td:last-of-type::after {
    display: none;

}

/**** employment end ****/