/* Video Player */
.kata-plus-timeline {
    margin-top: 32px;
    position: relative;
    direction: ltr;
    padding: 32px 0;
    max-width: 1170px;
    margin-bottom: 32px;
    width: 95%;
    margin: 0 auto;
}

.kata-plus-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #999;
    left: calc(50% - 2px);
}

.kata-plus-timeline .content-wrap {
    position: relative;
    clear: both;
    margin-bottom: 40px;
}

.kata-plus-timeline .content-wrap .inner-content {
    width: 43%;
    position: relative;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px 35px;
    margin-left: 0;
    box-sizing: border-box;
}

.kata-plus-timeline .content-wrap .inner-content:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #f5f5f5;
    border-bottom: 10px solid transparent;

}

.kata-plus-timeline .content-wrap .kata-plus-tli .kata-icon {
    display: inline-block;
    background-color: #eee;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: calc(50% - 28px);
    top: 14px;
    padding: 20px;
    transition: all .2s ease-in-out;
}

/* align left */
.kata-plus-timeline.kata-plus-ar:before {
    left: auto;
    right: 28px;
}

.kata-plus-timeline.kata-plus-ar .content-wrap .inner-content {
    margin-left: 0;
    margin-right: 80px;
    float: none;
}

.kata-plus-timeline.kata-plus-ar .content-wrap .kata-plus-tli .kata-icon {
    right: 0;
    left: auto;
}

.kata-plus-timeline.kata-plus-ar .content-wrap .inner-content,
.kata-plus-timeline.kata-plus-al .content-wrap .inner-content {
    width: auto;
}

/* align right */
.kata-plus-timeline.kata-plus-al:before {
    left: 28px;
}

.kata-plus-timeline.kata-plus-al .content-wrap .inner-content {
    margin-right: 0;
    margin-left: 80px;
    float: none;
}

.kata-plus-timeline.kata-plus-al .content-wrap .kata-plus-tli .kata-icon {
    right: auto;
    left: 0;
}

.kata-plus-timeline.kata-plus-al .content-wrap .inner-content:before {
    left: auto;
    right: 100%;
    border-right: 10px solid #f5f5f5;
    border-left: none;
}

.kata-plus-timeline.kata-plus-ac .content-wrap.block-right .inner-content {
    margin-right: 0;
    margin-left: 80px;
    float: right;
}

.kata-plus-timeline.kata-plus-ac .content-wrap.block-right .inner-content:before {
    border-left: none;
    border-right: 10px solid #f5f5f5;
    left: auto;
    right: 100%;
}

.kata-plus-timeline .content-wrap.block-center {
    margin-top: 120px;
}

.kata-plus-timeline .content-wrap.block-center .kata-plus-tli .kata-icon {
    top: -80px;
}

.kata-plus-timeline .content-wrap.block-center .inner-content {
    width: 100%;
    margin-top: 90px;
}

.kata-plus-timeline .content-wrap.block-center .inner-content:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    top: -20px;
    left: calc(50% - 10px);
}

.kata-plus-timeline .container,
.kata-plus-timeline .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
}

@media(max-width:768px) {
    .kata-plus-timeline .content-wrap .inner-content {
        width: 100%;
        margin-top: 90px;
    }

    #kata-content .kata-plus-timeline .content-wrap .inner-content:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f5f5f5;
        top: -20px;
        right: auto;
        left: calc(50% - 10px);
    }
}