/* Inside Page */

.width-50>* {
    width: 50%;
}


/* Banner */

.orchestly-template-wrap .banner-wrap {
    height: auto;
    padding: 30px 0 75px;
}

.orchestly-template-wrap .banner-wrap h1 {
    padding: 0 0 20px;
    margin: 0 auto;
}

.banner-wrap .content-wrap {
    height: 100%;
    max-width: 830px;
}

.banner-wrap.active h1 {
    opacity: 1;
    color: #293042;
}


/* Spacing and content wrap width Common Sections */

.orchestly-home h2 {
    margin-bottom: 20px;
    color: #293042;
}

.zo-process-main,
.zo-process-box-wrap,
.zo-process-tab {
    padding: 80px 0;
}

.zo-process-box-wrap {
    padding-top: 0 !important;
}

.zo-process-main {
    background: #293042;
    color: #fff;
    text-align: center;
}

.zo-process-main .content-wrap {
    max-width: 950px;
}

.zo-process-main h2+p {
    max-width: 850px;
    margin: 0 auto;
}

.zo-process-main p {
    color: #ACB1C2;
}

.process-main-img {
    /* margin: 50px 0 0; */
    position: relative;
    margin: 50px 0 0;
}

.process-main-img:before {
    content: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #293042;
    transition: 3s height ease-in-out;
}

.active .process-main-img:before {
    height: 0;
}


/*  */

.zo-process-sub-heading {
    max-width: 750px;
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
}

.zo-process-sub-heading h2 {
    max-width: 580px;
    width: 100%;
}

.zo-process-sub-heading h2+p {
    margin: 20px 0 0;
}


/* tab Section */

.zo-tab-content {
    display: none;
}

.zo-tab-content.active-zo-content {
    display: block;
}

.zo-tab-section {
    overflow: hidden;
}

.zo-tab-list {
    display: flex;
    padding: 20px 0 13px;
    /* overflow: hidden; */
    position: relative;
}

.zo-tab-list:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.zo-tab-list li {
    margin-right: 80px;
    padding-right: 20px;
    cursor: pointer;
}

.zo-tab-list li.active-zo-tab {
    color: #FF8331;
}

.zo-tab-list li.fixed-line {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    height: 2px;
    background: #03a9f5;
    transition: width 400ms linear, transform 400ms linear;
    /* opacity: 0;
    visibility: hidden; */
    margin: 0;
    padding: 0;
}


/* Magic Line */

#magic-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 125px;
    height: 4px;
    background: #ff8331;
    transition: all 0.3s;
}


/*  */

.zo-process-list-box {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.zo-process-list-box li {
    width: calc(100% / 3);
    padding: 15px 40px 0;
    position: relative;
    box-sizing: border-box;
    margin: 30px 0 0;
}

.zo-process-list-box li span {
    text-indent: -99999px;
    display: block;
    width: 49px;
    height: 50px;
    background-image: url(/sites/default/files/orchestly/template-process/sprite-purchase-request-process.png);
    background-size: auto 50px;
}

.zo-process-list-box li h4 {
    padding: 20px 0;
}

.ico-track-request {
    background-position: -50px 0;
}

.ico-save-time {
    background-position: -100px 0;
}

.ico-manage-work {
    background-position: -150px 0;
}

.ico-upto-date {
    background-position: -200px 0;
}

.ico-stay-track {
    background-position: -250px 0;
}

.ico-request-faster {
    background-position: -300px 0;
}

.ico-prevent-fraud {
    background-position: -350px 0;
}

.ico-customize-workflow {
    background-position: -400px 0;
}

.ico-automate-actions {
    background-position: -450px 0;
}

.ico-expedite-requests {
    background-position: -500px 0;
}

.ico-responsibility {
    background-position: -550px 0;
}

.ico-automate-stage {
    background-position: -600px 0;
}

.ico-get-info {
    background-position: -650px 0;
}

.ico-customize-email {
    background-position: -700px 0;
}

.ico-send-notifications {
    background-position: -750px 0;
}

.ico-add-extensions {
    background-position: -800px 0;
}
.ico-integrate-tools {
    background-position: -850px 0;
}

.ico-improve-cycle {
    background-position: -900px 0;
}


/*  */

.mob-heading {
    display: none;
}

@media screen and (min-width:2340px) {

    .banner-wrap,
    .top-separate {
        margin: 0 auto;
        max-height: 850px;
    }

    /* Opacity */
    .banner-wrap h1,
    .anim-ele,
    .heading-anim {
        opacity: 1;
    }
}

@media screen and (max-width: 1440px) {

    /* Spacing and content wrap width Common Sections */
    .zo-process-main,
    .zo-process-list,
    .zo-process-tab,
    .zo-process-box-wrap {
        padding: 70px 0;
    }

    /*  */
    .content-wrap {
        max-width: 1100px;
    }

    .banner-wrap h1 {
        padding: 0 0 10px;
    }

    /* Benefit Section */
    .zo-process-list h2 {
        margin: 0 0 60px;
    }
}

@media screen and (max-width:1200px) {
    .content-wrap {
        max-width: 900px;
        width: 90%;
    }
}

@media screen and (max-width:992px) {

    /* Opacity */
    .banner-wrap h1,
    .anim-ele,
    .heading-anim {
        opacity: 1;
    }

    .width-50>* {
        width: 100%;
    }

    .top-separate:after {
        display: none;
    }

    .orchestly-template-wrap .banner-wrap {
        padding: 30px 0 60px;
    }

    .banner-wrap:after {
        opacity: 0;
        content: none;
    }

    .banner-wrap h1 {
        padding: 0 0 15px;
        max-width: 480px;
        margin: 0 auto;
    }

    /* Spacing and content wrap width Common Sections */
    .zo-process-list h2 {
        max-width: 440px
    }

    .zo-process-list ul li p {
        padding: 20px;
    }

    .process-main-img {
        margin: 40px 0 0;
    }

    .zo-process-list-box {
        margin: 0 0 0;
    }

    .zo-process-list-box li {
        padding: 0 15px 0;
    }
}

@media screen and (max-width:767px) {
    .orchestly-template-wrap .banner-wrap {
        padding: 100px 0 60px;
    }

    /* Spacing and content wrap width Common Sections */
    .zo-process-list,
    .zo-process-main,
    .zo-process-tab,
    .zo-process-box-wrap {
        padding: 60px 0;
    }

    .zo-process-box-wrap {
        padding-top: 0;
    }

    .zo-process-list-box li {
        width: calc(100% / 2);
    }

    .zo-tab-list li {
        margin-right: 20px;
    }

    .zo-process-sub-heading {
        margin: 0 0 20px;
    }

    .zo-tab-content {
        display: block;
        margin-bottom: 60px;
    }

    .zo-tab-content:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .zo-process-list-box li {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .zo-tab-list {
        display: none;
    }

    .mob-heading {
        display: inline-block;
        border-bottom: 2px solid #ff832f;
        padding: 0 0 5px;
        font-size: 22px;
        color: #ff832f;
    }
}

@media all and (-ms-high-contrast:none) {

    .banner-wrap,
    .top-separate {
        margin: 0 auto;
        max-height: 850px;
    }
}