.main-container-wrapper {
    overflow: visible;
}


/* Inside Page */

.width-50>* {
    width: 50%;
}


/* Using Flex Sections */

.banner-wrap .content-wrap {
    display: flex;
    flex-wrap: wrap;
}


/* Banner */

.banner-wrap .content-wrap {
    height: 100%;
    align-items: center;
}

.banner-wrap h1 {
    padding: 0 0 20px;
    opacity: 0;
    margin: -60px 0 0;
}

.banner-wrap.active h1 {
    opacity: 1;
    color: #293042;
}

.banner-wrap h1+p {
    margin: 0 0 40px;
}

.banner-left {
    padding: 0 120px 0 0;
}

.banner-right {
    position: relative;
    height: 100%;
    z-index: 1;
    margin: 0 0;
}


/* Banner */

.product-header-top {
    transition: 1s all;
}

.zo-wrapper {
    background: transparent;
    background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, linear-gradient(135deg, #F4F1EB 0%, #F4F1EB 100%);
}

.wt-img {
    height: 200px;
    width: 100%;
}

.wt-img {
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.wt-img span {
    width: 150px;
    height: 160px;
    display: block;
    background-image: url("/sites/default/files/orchestly/template-process/main-template-sprite.png");
    background-size: auto 160px;
}

.wt-item {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    width: 30%;
    margin: 1.7%;
    position: absolute;
    transition-duration: .5s;
    opacity: 0;
}

.wt-item.active {
    display: block;
    opacity: 1;
}

.wt-item:hover {
    transition-delay: 0s;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.04);
}

.wt-cont {
    padding: 30px 40px 40px;
}

.wt-content>span a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
}

.wt-cont h4 {
    margin: 0 0 15px;
    color: #293042;
}

.workflow-template-wrap {
    min-height: 800px;
    /* margin: 0 0 130px; */
    background: #293042;
    padding: 150px 0;
}

.img-accounts {
    background: #A6CAD3;
}

.img-accounts span {
    width: 186px;
    background-position: -2363px 0;
}

.img-content {
    background: #8EB0C7;
}

.img-content span {
    width: 203px;
    background-position: -1499px 0;
}

.img-employee {
    background: #AEC7C3;
}

.img-employee span {
    width: 183px;
    background-position: -439px 0;
}

.img-leave {
    background: #D1CDCD;
}

.img-leave span {
    width: 168px;
    background-position: -1303px 0;
}

.img-expense {
    background: #545B6A;
}

.img-expense span {
    width: 205px;
    background-position: -1926px 0;
}

.img-purchase {
    background: #A6CAD3;
}

.img-purchase span {
    width: 184px;
    background-position: -652px 0;
}

.img-appraisal {
    background: #8EB0C7;
}

.img-appraisal span {
    width: 160px;
    background-position: -2162px 0;
}

.img-hiring {
    background: #A6CAD3;
}

.img-hiring span {
    width: 130px;
    background-position: -1107px 0;
}

.img-inventory {
    background: #D1CDCD;
}

.img-inventory span {
    width: 183px;
    background-position: -1723px 0;
}

.img-complaint {
    background: #545B6A;
}

.img-complaint span {
    width: 183px;
    background-position: -1723px 0;
}

.img-ad {
    background: #8EB0C7
}

.img-ad span {
    width: 100px;
    background-position: -266px 0;
}

.img-product {
    background: #A6CAD3
}

.img-product span {
    width: 205px;
    background-position: 0 0;
}

.img-payable {
    background: #D1CDCD;
}

.img-payable span {
    width: 169px;
    background-position: -2585px 0;
}

.img-asset {
    background: #545B6A
}

.img-asset span {
    width: 204px;
    background-position: -2783px 0;
}

.btn-more {
    margin: 20px 0 0;
}

@keyframes leftTrans {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes HeiColorTrans {
    0% {
        top: 100%;
    }
    50% {
        top: 0;
    }
    100% {
        top: -100%;
    }
}

@media screen and (min-width:1920px) {
    .banner-right img {
        margin: 0 0 0 20px;
        height: calc(100% - 60px);
    }
}

@media screen and (max-width: 1440px) {
    /* Spacing and content wrap width Common Sections */
    .workflow-template-wrap {
        padding: 100px 0;
        margin: 0 0 90px;
    }
    .banner-wrap h1 {
        padding: 0 0 10px;
    }
    .banner-wrap h1+p {
        margin: 0 0 30px;
    }
}

@media screen and (max-width:1200px) {
    .banner-left {
        padding: 0 60px 0 0;
    }
}

@media screen and (max-width:992px) {
    .main-container-wrapper {
        overflow: hidden;
    }
    .width-50>* {
        width: 100%;
    }
    .top-separate:after {
        display: none;
    }
    .banner-wrap:after {
        opacity: 0;
        content: none;
    }
    .banner-left {
        max-width: 500px;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .banner-wrap h1 {
        padding: 0 0 15px;
        max-width: 480px;
        margin: 0 auto;
    }
    .banner-right {
        text-align: center;
    }
    .mob-banner {
        display: block;
        text-align: center;
        margin: 60px 0 -10px;
    }
    .mob-banner img {
        max-width: 550px;
        width: 100%;
    }
    .workflow-template-wrap {
        max-width: 750px;
        width: 100%;
        margin: 0 auto 0;
        padding: 80px 0;
    }
    .wt-item {
        width: 48%;
        margin: 0 1% 20px;
    }
}

@media screen and (max-width:767px) {
    .banner-wrap {
        padding: 100px 0 0;
    }
    .banner-left {
        padding: 0;
    }
    .wt-item {
        display: block;
        width: 100%;
        position: static;
        margin: 40px 0 0;
        opacity: 1;
    }
    .workflow-template-wrap {
        padding: 20px 0 60px;
    }
}

@media screen and (max-width: 480px) {
    .banner-left {
        text-align: left;
    }
    .banner-wrap h1 {
        margin: 0;
    }
}

@media all and (-ms-high-contrast:none) {
    .banner-wrap,
    .top-separate {
        margin: 0 auto;
        max-height: 850px;
    }
}