.orchestly-solution h3 {
    margin-bottom: 20px;
}


/* Inside Page */

.width-50>* {
    width: 50%;
}


/* Using Flex Sections */

.banner-wrap .content-wrap,
.benefit-section ul {
    display: flex;
    flex-wrap: wrap;
}


/* Banner */

.banner-wrap .content-wrap {
    height: 100%;
    align-items: center;
}

.banner-wrap h1 {
    padding: 0 0 20px;
    margin: -60px 0 0;
    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-right img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-55%);
    height: calc(97% - 50px);
    margin: 0;
    max-width: none;
    margin: 0 0 0 -20px;
}

.active .banner-right img {
    transform: translateX(-50%);
}


/* Spacing and content wrap width Common Sections */

.feature-sticky {
    padding: 100px 0;
}

.feature-section-wrap {
    padding: 80px 0;
}


/* Feature Sticky */

.feature-sticky,
.stickey-header {
    background: #293042;
}

.stickey-header {
    position: fixed;
    left: 0;
    top: -100px;
    width: 100%;
    transition: .5s all;
}

.feature-sticky ul,
.stickey-header ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
}

.feature-sticky ul li {
    transform: translateY(-50px);
    transition-duration: .5s;
    opacity: 0;
}

.active.feature-sticky ul li {
    transform: translateY(0);
    opacity: 1;
}

.stickey-header ul {
    max-width: 1040PX;
}

.feature-sticky li a,
.stickey-header ul li a {
    color: #fff;
    display: block;
    text-align: center
}

.stickey-header ul li a {
    padding: 20px 0;
    font-size: 16px;
}

.feature-sticky li span {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 10px;
    background-image: url(/sites/default/files/orchestly/features/main-sprite.png);
    background-size: auto 50px;
}

.ico-workflow {
    background-position: 0 0;
}

.ico-request-manage {
    background-position: -58px 0;
}

.ico-automation {
    background-position: -117px 0;
}

.ico-optimization {
    background-position: -176px 0;
}

.ico-enterprise-security {
    background-position: -233px 0;
}

.ico-extensibility {
    background-position: -292px 0;
}

.ico-execution {
    background-position: -352px 0;
}

.ico-implementation {
    background-position: -410px 0;
}

.fixed-header {
    top: 0;
    z-index: 100;
}

.stickey-header ul li a.active-tab {
    color: #FF7B00
}


/*  */

.feature-section-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-images {
    max-width: 560px;
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.feature-images img {
    width: 100%;
}

.feature-content {
    max-width: 460px;
}

.feature-content h3 {
    margin-bottom: 20px
}

.feature-separate {
    background: #293042;
    color: #fff;
}

.feature-separate .flow-up:before,
.feature-separate .flow-down:before {
    background: #293042;
}

.feature-separate p {
    color: #ACB1C2;
}

.feature-separate .btn-more a {
    color: #fff;
}

@keyframes scleBubble {
    0% {
        transform: scale(.4);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.flow-up:before,
.flow-down:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 3s height ease-in-out;
}

.active .flow-up:before {
    height: 0;
}

.flow-down:before {
    top: initial;
    bottom: 0;
}

.active .flow-down:before {
    height: 0;
}


/*  */

.request-img img {
    max-width: 400px;
}

.automation-img img {
    max-width: 520px;
}

.security-img img {
    max-width: 400px;
}

.extensibility-img img {
    max-width: 400px;
}

.execution-img img {
    max-width: 435px;
}

.implementaion-img img {
    max-width: 430px;
}

@media screen and (min-width:2340px) {
    .banner-wrap,
    .top-separate {
        margin: 0 auto;
        max-height: 850px;
    }
    /* Opacity */
    .banner-wrap h1 {
        opacity: 1;
    }
    .feature-sticky ul li {
        transform: translateY(0);
        opacity: 1;
    }
    .feature-images ul li {
        transform: scale(1);
        opacity: 1;
    }
    .flow-up:before,
    .flow-down:before {
        display: none;
    }
}

@media screen and (min-width:1920px) {
    .banner-right img {
        margin: 0 0 0 20px;
        height: calc(100% - 120px);
    }
}

@media screen and (max-width: 1440px) {
    /* Spacing and content wrap width Common Sections */
    .feature-sticky,
    .feature-section-wrap {
        padding: 100px 0;
    }
    .feature-section-wrap .orc-section:not(:last-child) {
        /* padding-bottom: 100px; */
    }
    /*  */
    .banner-wrap h1 {
        padding: 0 0 10px;
    }
    .banner-wrap h1+p {
        margin: 0 0 30px;
    }
    .feature-images {
        max-width: 500px;
    }
}

@media screen and (max-width:1200px) {
    .banner-wrap {
        height: calc(100vh - 200px);
    }
    .banner-left {
        padding: 0 60px 0 0;
    }
    .banner-right img {
        height: calc(100% - 120px);
    }
    .feature-images {
        padding: 50px 0 40px;
        max-width: 400px;
    }
    .feature-content {
        max-width: 380px;
    }
    .feature-section-wrap .orc-section:not(:last-child) {
        /* padding-bottom: 50px; */
    }
}

@media screen and (max-width:992px) {
    /* Opacity */
    .banner-wrap h1 {
        opacity: 1;
    }
    .width-50>* {
        width: 100%;
    }
    .top-separate:after {
        display: none;
    }
    .banner-wrap {
        height: auto;
    }
    .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;
    }
    .banner-right img {
        position: static;
        transform: translate(0, 0);
        height: auto;
        max-width: 400px;
        width: 90%;
        transition-delay: 0s;
        margin: 40px 0 -10px;
    }
    .feature-sticky,
    .stickey-header,
    .flow-up:before,
    .flow-down:before {
        display: none;
    }
    .feature-section-wrap .content-wrap {
        flex-wrap: wrap;
    }
    .feature-images {
        order: 1;
        max-width: 100%;
        padding: 40px 0 0;
        transform: scale(1);
    }
    .feature-section-wrap .orc-section:not(:last-child) {
        padding-bottom: 80px;
    }
    .request-img {
        text-align: center;
    }
    .feature-content {
        margin: 0 auto;
        text-align: center;
    }
    .zo-wrapper .btn-more {
        max-width: 140px;
        margin: 30px auto 0;
    }
    .feature-images img {
        max-width: 460px
    }
}

@media screen and (max-width:767px) {
    .wrapper.added-bg:before {
        content: none;
    }
    .banner-wrap {
        padding: 100px 0 0;
    }
    .banner-left {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .banner-left {
        text-align: left;
    }
    .banner-wrap h1 {
        margin: 0;
    }
}

@media (pointer: coarse) {
    .wrapper.added-bg:before {
        content: none;
    }
}

@media all and (-ms-high-contrast:none) {
    .banner-wrap,
    .top-separate {
        margin: 0 auto;
        max-height: 850px;
    }
    /* Opacity */
    .banner-wrap h1 {
        opacity: 1;
    }
}

.product-header-top {
    transition: 1s all;
}