/**/

h4 {
    color: #293042;
}


/* New Common END */

.key-heading {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    background: #E1EEF0;
    font-weight: 600;
    padding: 8px 12px;
}

.key-heading * {
    font-size: 16px;
    line-height: 1;
}

.key-heading span {
    color: #278EA5
}

.btn-more a {
    color: #fff;
}

.btn-more a:before {
    background: #fff;
    color: #077296;
}


/* Inside Page */

.width-50>* {
    width: 50%;
}


/* Using Flex Sections */

.banner-wrap .content-wrap,
.orchestly-feature-section .content-wrap,
.solution-section ul,
.solution-content,
.statistics-content .content-wrap,
.orc-testimonial-content ul li,
.benefit-section ul,
.mobile-app-section .content-wrap {
    display: flex;
    flex-wrap: wrap;
}

.solution-content,
.orchestly-feature-section .content-wrap,
.statistics-content .content-wrap,
.orc-testimonial-content ul li,
.benefit-section ul,
.mobile-app-section .content-wrap {
    justify-content: space-between;
}

.video-thumbnail,
.orchestly-feature-section .content-wrap,
.statistics-content .content-wrap,
.solution-content {
    align-items: center;
}


/*  */

.log-bg-added:before {
    opacity: 1;
    z-index: 1000;
}

.top-separate {
    height: 100vh;
}

.top-separate:before,
.top-separate:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
}

.top-separate:before {
    left: 0;
}

.top-separate:after {
    right: 0;
    background: linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .3;
}

.banner-wrap {
    height: calc(100vh - 130px);
    background: transparent;
}

.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;
}

.video-thumbnail {
    margin: 80px 0 0;
    display: flex;
    max-width: 420px;
}

.video-thumbnail span {
    display: inline-block;
    width: 260px;
    position: relative;
    box-sizing: border-box;
}

.video-thumbnail span img {
    border-radius: 5px;
    vertical-align: top;
}

.video-thumbnail p {
    font-weight: 600;
    line-height: 1.4;
    color: #293042;
    margin: 0 0 0 30px;
}

.play-btn {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    box-shadow: 0px 0px 25px 3px rgba(165, 165, 165, 0.8);
    text-indent: -99999px;
}


/* triangle */

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #4f4e5d;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


/* pulse wave */

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -40%;
    left: -40%;
    background: rgba(198, 16, 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%);
}

.active .banner-right img {
    transform: translateX(-50%);
}

.orchestly-flow-img {
    max-width: 310px;
    margin: -130px 0 0 -25px;
    display: none;
}

.orchestly-girl-img {
    height: calc(100% - 40px);
    margin: 0px 0 0 40px;
}

.orc-section {
    overflow: hidden;
}


/* Spacing and content wrap width Common Sections */

.orchestly-feature-section {
    padding: 160px 0 170px;
}

.solution-section {
    padding: 150px 0;
}

.benefit-section {
    padding: 150px 0 60px;
}

.mobile-app-section {
    padding: 0 0 80px;
}

.statistics-content {
    padding: 80px 0;
}

.statistics-content .content-wrap {
    max-width: 980px;
}

.orc-testimonial-content {
    padding: 120px 0;
}

.orc-testimonial-content .content-wrap {
    max-width: 990px
}

.orchestly-home h2 {
    margin-bottom: 20px;
    color: #293042;
}


/* Feature Section */

.orchestly-feature-section {
    position: relative;
    background: #293042;
    color: #fff;
    overflow: hidden;
}

.feature-separate:before,
.feature-separate:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.feature-separate {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.feature-separate:before {
    left: 0;
    background: #077296;
}

.feature-separate:after {
    right: 0;
    background: #293042;
    top: 100%;
    z-index: 2;
}

.orchestly-feature-section .content-wrap {
    z-index: 1;
}

.orchestly-feature-section h2,
.statistics-content h2 {
    color: #fff;
}

.features-content {
    padding: 0 100px 0 0;
}

.features-content p {
    color: #bed6df;
}

.features-list {
    padding: 0 110px;
}

.features-list ul {
    min-height: 260px;
    position: relative;
}

.features-list ul li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
}

.list-number {
    position: absolute;
    right: -100px;
    top: -50px;
    line-height: 0.8;
    font-size: 7.5rem;
    font-family: "Roboto";
    font-weight: 900;
    color: rgba(255, 255, 255, .05);
}

.features-list ul li.active .list-number {
    opacity: 1;
}

.features-list ul li.active {
    opacity: 1;
}

.features-list ul li p {
    color: #ACB1C2;
    padding: 10px 0 0 20px;
    position: relative;
}

.features-list ul li p span {
    display: block;
    position: relative;
    padding: 0 0 15px 30px;
}

.features-list ul li p span:last-child {
    padding-bottom: 0;
}

.features-list ul li p span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    background: #7c84a1;
    transform: rotate(45deg);
}

.features-list ul li p,
.features-list ul li h2 {
    transform: translateY(50px);
}

.features-list ul li p,
.features-list ul li h2,
.list-number {
    opacity: 0;
    transition: .5s transform;
}

.features-list ul li.active p,
.features-list ul li.active h2 {
    opacity: 1;
    transform: translateY(0);
    transition: .5s all;
}


/* Solution Section */

.solution-content h2 {
    max-width: 460px;
    margin: 0;
}

.solution-content p {
    max-width: 650px;
}

.solution-section ul {
    margin: 80px 0 40px;
}

.solution-section ul li {
    width: calc(100% / 3);
    padding: 0 45px;
    margin: 0 0 50px 0;
    position: relative;
}

.solution-section ul li:hover h4:before {
    width: 100%;
}

.solution-section ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.solution-section ul li span {
    display: block;
    width: 78px;
    height: 78px;
    transition: 0s all;
    background-image: url(/sites/default/files/orchestly/home/sprite-anim.png);
    background-size: 3744px auto;
    background-repeat: no-repeat;
}

.marketing-icon {
    background-position: 0 -390px;
}

.solution-section ul li:nth-child(1):hover .marketing-icon {
    animation: marketingPlay 1.5s steps(26);
}

.hr-icon {
    background-position: 0 -78px;
}

.solution-section ul li:nth-child(2):hover .hr-icon {
    animation: hrPlay 1.5s steps(36);
}

.it-icon {
    background-position: 0 -156px;
}

.solution-section ul li:nth-child(3):hover .it-icon {
    animation: itPlay 1.5s steps(48);
}

.finance-icon {
    background-position: 0 -234px;
}

.solution-section ul li:nth-child(4):hover .finance-icon {
    animation: financePlay 1.5s steps(48);
}

.operation-icon {
    background-position: 0 -546px;
}

.solution-section ul li:nth-child(5):hover .operation-icon {
    animation: operationPlay 1.5s steps(24);
}

.inventory-icon {
    background-position: 0 -468px;
}

.solution-section ul li:nth-child(6):hover .inventory-icon {
    animation: inventryPlay 1.5s steps(26);
}

.solution-section h4 {
    padding: 25px 0 10px;
    display: inline-block;
    position: relative;
}

.solution-section h4:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #ff8331;
    bottom: 7px;
    left: 0;
    transition: .5s all;
}

@keyframes marketingPlay {
    100% {
        background-position: -2028px -390px;
    }
}

@keyframes hrPlay {
    100% {
        background-position: -2808px -78px;
    }
}

@keyframes itPlay {
    100% {
        background-position: -3744px -156px;
    }
}

@keyframes financePlay {
    100% {
        background-position: -3744px -234px;
    }
}

@keyframes operationPlay {
    100% {
        background-position: -1872px -546px;
    }
}

@keyframes inventryPlay {
    100% {
        background-position: -2028px -468px;
    }
}

.solution-section .act-btn {
    margin: 0 0 0 20px;
    border: 1px solid #FF8331;
    background: transparent;
    color: #FF8331;
    vertical-align: top;
}


/* Statistics Section */

.statistics-section {
    color: #fff;
    z-index: 1;
}

.statistics-section,
.testimonial-section {
    position: relative;
}

.statistics-content,
.orc-testimonial-content {
    overflow: hidden;
    max-width: 1920px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.statistics-section:before,
.statistics-section:after,
.statistics-content:before,
.testimonial-section:before,
.orc-testimonial-content:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, #F7F6F2;
}

.statistics-section:before,
.statistics-content:before {
    right: 0;
    background: #077296;
}

.statistics-section:after {
    left: 0;
    top: auto;
    height: calc(100% /2);
    bottom: 0;
    background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, #F7F6F2;
    z-index: -1;
}

.statistics-content:before,
.orc-testimonial-content:before {
    width: 95%;
}

.statistics-content ul li span {
    display: block;
    width: 30px;
    height: 2px;
    background: #BDE0C0;
}

.statistics-content ul li h3 {
    padding: 20px 0 5px;
}

.statistics-img {
    width: 240px;
}

.statistics-heading {
    width: 585px;
    margin: 0 50px 0 0;
}

.statistics-heading p {
    font-size: .8rem;
    line-height: 1.2;
    color: #bed6df;
    margin: 30px 0 0;
}


/* Testimonial Section */

.testimonial-section:before,
.orc-testimonial-content:before {
    left: 0;
}

.orc-testimonial-content ul {
    margin: 40px 0 0;
    position: relative;
}

.orc-testimonial-content ul:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background: url(/sites/default/files/orchestly/home/sprite.png) no-repeat -28px -4px;
    background-size: 550px auto;
    left: -70px;
    top: 0;
}

.testi-write {
    max-width: 650px;
    font-style: italic;
}

.testi-write h5 {
    margin: 40px 0 0;
    color: #293042;
    font-weight: 100;
    font-size: 18px;
}

.testi-write h5 span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
}

.testi-img {
    max-width: 180px;
    width: 100%;
    margin: 0;
}


/* Benefit-section */

.benefit-section h2 {
    max-width: 460px;
}

.benefit-section ul {
    margin: 80px 0 20px;
}

.benefit-section ul li {
    width: calc(100% / 3);
    padding: 15px 45px 0;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 100px;
}

.benefit-section ul li:nth-child(2),
.benefit-section ul li:nth-child(5) {
    top: 50px;
}

.benefit-section ul li span {
    text-indent: -99999px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/sites/default/files/orchestly/home/sprite.png);
    background-size: 800px auto;
    background-position: -92px -1px;
}

.benefit-section ul li:nth-child(2) span {
    background-position: -143px -1px;
}

.benefit-section ul li:nth-child(3) span {
    background-position: -195px -1px;
}

.benefit-section ul li:nth-child(4) span {
    background-position: -246px -1px;
}

.benefit-section ul li:nth-child(5) span {
    background-position: -297px -1px;
}

.benefit-section ul li:nth-child(6) span {
    background-position: -350px -1px;
}

.benefit-section h4 {
    padding: 30px 0 20px;
}


/* Mobile App */

.mobile-img {
    max-width: 510px;
    width: 100%;
}

.mobile-content {
    max-width: 450px;
    margin: 120px 100px 0 0;
}

.mobile-content p {
    margin: 0 0 20px;
}

.mobile-app-section .apps-download-links-wrap {
    margin: 30px 0 0;
}

.mobile-app-section .apps-download-links-wrap a {
    margin: 10px 20px 10px 0;
    background: url(/sites/default/files/download-apps-sprite2x.png) no-repeat left top;
    background-size: auto 50px;
    height: 50px;
}

.mobile-app-section .apps-download-links-wrap a.app-store {
    width: 169px;
    background-position: 0 0;
}

.mobile-app-section .apps-download-links-wrap a.g-play {
    width: 168px;
    background-position: -169px 0;
}


/* footer */

.orc-footer h2 {
    color: #fff;
}

@keyframes leftTrans {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes HeiColorTrans {
    0% {
        top: 100%;
    }
    50% {
        top: 0;
    }
    100% {
        top: -100%;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.mob-banner,
.mob-access {
    display: none;
}

@media screen and (min-width:3000px) {
    /* Opacity */
    .banner-wrap h1 {
        opacity: 1;
    }
}

@media screen and (min-width:1920px) {
    .orchestly-girl-img {
        margin: 0 0 0 80px
    }
}

@media screen and (max-width: 1440px) {
    /* Spacing and content wrap width Common Sections */
    .orchestly-feature-section {
        padding: 120px 0 130px;
    }
    .orc-testimonial-content,
    .solution-section {
        padding: 100px 0;
    }
    .benefit-section {
        padding: 100px 0 0px;
    }
    .mobile-app-section {
        padding: 0 0 60px;
    }
    .statistics-content {
        padding: 60px 0;
    }
    .orc-testimonial-content .content-wrap {
        max-width: 990px
    }
    .orchestly-home h2 {
        margin-bottom: 20px;
    }
    .solution-content h2 {
        max-width: 400px;
        margin: 0;
    }
    .solution-content p {
        max-width: 640px;
        padding-right: 50px;
    }
    /*  */
    .banner-wrap h1 {
        padding: 0 0 10px;
    }
    .banner-wrap h1+p {
        margin: 0 0 30px;
    }
    .video-thumbnail {
        margin: 60px 0 0;
        max-width: 420px;
    }
    .video-thumbnail span {
        width: 170px;
    }
    .orchestly-flow-img {
        max-width: 290px;
        margin: -100px 0 0 -55px;
    }
    .orchestly-girl-img {
        margin: 0 0 0 20px;
    }
    /* Benefit Section */
    .benefit-section ul {
        margin: 60px 0 80px;
    }
    /*   Footer   */
    .benefit-section ul li {
        margin: 0 0 60px;
    }
    .solution-section ul {
        margin: 60px 0 50px;
    }
    .statistics-content .content-wrap {
        max-width: 920px;
    }
    .statistics-heading {
        width: 525px;
    }
    .orc-testimonial-content ul li {
        max-width: 880px;
    }
    .testi-write {
        max-width: 600px;
    }
    .mobile-img {
        max-width: 450px;
    }
}

@media screen and (max-width:1366px) {
    .testi-write {
        max-width: calc(100% - 270px);
    }
    .mobile-img {
        max-width: 380px;
    }
    .mobile-content {
        margin: 120px 0 0;
        max-width: calc(100% - 500px);
    }
    .statistics-content:before,
    .orc-testimonial-content:before {
        width: 100%;
    }
    .statistics-heading {
        margin: 0;
        width: calc(100% - 300px);
    }
    .orc-testimonial-content .content-wrap {
        padding: 0 0 0 100px;
    }
    .benefit-section ul {
        margin: 60px 0 120px;
    }
    .benefit-section ul li {
        margin: 0 0 40px;
    }
    .benefit-section ul li:before {
        top: 57px;
    }
    .mobile-app-section .content-wrap {
        max-width: 900px;
    }
    .orc-testimonial-content {
        padding: 100px 0;
    }
    .benefit-section h4 {
        padding: 20px 0 15px;
    }
    .solution-section ul {
        margin: 60px 0 50px;
    }
    .solution-content p {
        max-width: 600px;
    }
}

@media screen and (max-width:1200px) {
    .banner-left {
        padding: 0 60px 0 0;
    }
    .features-content {
        padding: 0 60px 0 0;
    }
    .solution-content h2 {
        max-width: 320px;
    }
    .solution-content p {
        max-width: calc(100% - 350px);
        padding: 0;
    }
    .statistics-img {
        width: 180px;
    }
    .statistics-content .content-wrap {
        max-width: 740px;
    }
    .statistics-heading {
        width: calc(100% - 240px);
    }
    .testi-img {
        max-width: 130px;
        margin: 0;
    }
    .orc-testimonial-content {
        padding: 80px 0;
    }
    .orc-testimonial-content ul li {
        max-width: 700px;
    }
    .testi-write h5 span {
        font-size: 18px;
        margin: 0 0 5px;
    }
    .testi-write h5 {
        font-size: 16px;
    }
}

@media screen and (max-width:992px) {
    .banner-wrap {
        height: auto;
        background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, linear-gradient(135deg, #F4F1EB 0%, #F4F1EB 100%);
    }
    .banner-wrap h1 {
        opacity: 1;
    }
    .width-50>* {
        width: 100%;
    }
    .banner-left {
        max-width: 500px;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .banner-wrap h1 {
        padding: 0 0 15px;
        max-width: 400px;
        margin: 0 auto;
    }
    .video-thumbnail {
        text-align: left;
        max-width: 350px;
        margin: 40px auto 0;
    }
    .video-thumbnail p {
        max-width: 200px;
    }
    .banner-right {
        display: none;
    }
    .mob-banner {
        display: block;
        text-align: center;
        margin: 60px 0 -10px;
    }
    .mob-banner img {
        max-width: 550px;
        width: 100%;
    }
    .benefit-section ul li {
        width: 50%;
        margin: 0 0 50px;
        padding: 10px 25px 0;
    }
    .benefit-section ul li:nth-child(2),
    .benefit-section ul li:nth-child(5) {
        top: 0;
    }
    .mobile-app-section .content-wrap {
        display: block;
    }
    .mobile-content {
        margin: 0 auto;
        text-align: center;
    }
    .mobile-content {
        max-width: 400px;
        width: 90%;
    }
    .features-list ul {
        max-width: 420px;
        width: 90%;
        margin: 0 auto;
    }
    .features-content {
        max-width: 420px;
        width: 90%;
        margin: 0 auto 80px;
    }
    .features-content,
    .features-list {
        padding: 0;
    }
    .orchestly-feature-section .content-wrap {
        width: 100%;
    }
    .features-list {
        background: #293042;
        padding: 80px 0 40px;
    }
    .feature-separate:before,
    .feature-separate:after {
        content: none;
    }
    .orchestly-feature-section {
        background: #077296;
    }
    .statistics-section {
        background: #077296;
        margin: 0;
    }
    .testimonial-section {
        background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, #F7F6F2;
    }
    .orc-testimonial-content ul {
        margin: 0 0;
    }
    .orc-testimonial-content ul:before {
        left: 0;
        top: -100px;
        content: none;
    }
    .statistics-content,
    .orc-testimonial-content {
        width: 100%;
    }
    .statistics-img {
        margin: 0 0 40px;
    }
    .statistics-heading {
        margin: 0 auto;
        width: calc(100% - 340px);
    }
    .mob-access {
        display: block;
        max-width: 240px;
        width: 90%;
        margin: 0 auto 40px;
    }
    .mobile-img {
        display: none;
    }
    .orc-testimonial-content .content-wrap {
        padding: 0;
    }
    .solution-section ul li {
        width: 50%;
        margin: 0 0 50px;
    }
    /* Spacing and content wrap width Common Sections */
    .orchestly-feature-section,
    .benefit-section {
        padding: 80px 0 0;
    }
    .solution-section {
        padding: 80px 0;
    }
    .mobile-app-section {
        padding: 0 0 60px;
    }
    .statistics-content {
        padding: 60px 0;
    }
    .orc-testimonial-content {
        padding: 80px 5%;
    }
    .orc-testimonial-content .content-wrap {
        max-width: 990px
    }
    /*  */
    .solution-section ul {
        margin: 60px 0 20px;
    }
    .testi-write h5 {
        margin: 20px 0 0;
    }
    .testi-write {
        max-width: calc(100% - 180px);
    }
    .testi-img {
        max-width: 150px;
    }
    .benefit-section ul {
        margin: 40px 0;
    }
}

@media screen and (max-width:767px) {
    .banner-wrap {
        padding: 100px 0 0;
    }
    .banner-left {
        padding: 0;
    }
    .video-thumbnail {
        max-width: 320px;
    }
    .video-thumbnail span {
        width: 190px;
    }
    .orchestly-feature-section {
        padding: 60px 0 0;
    }
    .features-content {
        margin: 0 auto 60px;
    }
    .features-list {
        padding: 60px 0 20px;
    }
    .list-number {
        right: 0;
        top: -30px;
    }
    /* Spacing and content wrap width Common Sections */
    .solution-section {
        padding: 60px 0
    }
    .benefit-section {
        padding: 60px 0 40px;
    }
    .mobile-app-section {
        padding: 0 0 60px;
    }
    .statistics-content {
        padding: 60px 0;
    }
    .orc-testimonial-content {
        padding: 70px 0 60px;
    }
    .orc-testimonial-content .content-wrap {
        max-width: 990px
    }
    .orchestly-home h2 {
        margin-bottom: 10px;
    }
    .solution-content h2 {
        margin: 0 0 20px;
    }
    .solution-content p {
        max-width: 100%;
    }
}

@media screen and (max-width:640px) {
    .benefit-section ul {
        margin: 40px 0 0;
    }
    .benefit-section ul li {
        width: 100%;
        margin: 0 20px 50px;
        padding: 0;
        border: none;
    }
    .benefit-section h4 {
        padding: 15px 0;
    }
    .benefit-section ul li:before {
        content: none;
    }
    .testi-write {
        max-width: 100%;
        margin: 20px 0 0;
        order: 1;
    }
    .testi-write h5 {
        margin: 30px 0 0;
    }
    .testi-img {
        max-width: 150px;
    }
    .statistics-content .content-wrap {
        text-align: center;
        display: block;
    }
    .statistics-img {
        margin: 0 auto 20px;
    }
    .statistics-heading {
        margin: 0 auto;
        max-width: 350px;
        width: 100%;
    }
    .statistics-heading p {
        margin: 20px 0 0;
    }
    .solution-section ul {
        margin: 40px 0 0;
    }
    .solution-section ul li {
        width: 100%;
        padding: 0;
        width: 100%;
        margin: 0 20px 40px;
        padding: 0;
        border: none;
    }
    .solution-section h4 {
        padding: 15px 0 10px;
    }
}

@media screen and (max-width: 480px) {
    .banner-left {
        text-align: left;
    }
    .banner-wrap h1 {
        margin: 0;
    }
    .video-thumbnail {
        margin: 40px 0 0;
    }
}

@media (pointer: coarse) {
    .solution-section ul li span {
        width: 50px;
        height: 50px;
        background-image: url(/sites/default/files/orchestly/home/sprite.png);
        background-size: 520px auto;
    }
    .marketing-icon {
        background-position: 0 -71px;
    }
    .hr-icon {
        background-position: -317px 0;
    }
    .it-icon {
        background-position: -368px 0;
    }
    .finance-icon {
        background-position: -418px -1px;
    }
    .operation-icon {
        background-position: -50px -70px;
    }
    .inventory-icon {
        background-position: -100px -70px;
    }
    .solution-section ul li:hover span {
        animation: none !important
    }
}

a.learn-more-btn {
    color: #FF7B00;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}


/* promotion css */

.other-lang .zpromotion {
    display: none;
}

.zpromotion {
    /* display: none;  */
    position: relative;
    top: 0;
    background: #077296;
    z-index: 99;
    width: 100%;
    vertical-align: middle;
    padding: 13px 0;
    overflow: hidden;
}

.zpromotion-wrap {
    margin: 0 auto;
    width: 90%;
    position: relative;
    z-index: 999;
    text-align: center;
}

.zpremoclose {
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    font-size: 27px;
    color: #fff;
    bottom: 0;
    margin: auto;
    line-height: 1;
    width: 15px;
    height: 15px;
}

.zpremoclose:after {
    content: none;
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    line-height: 15px;
    color: #8c8c8c;
}

.zpromotion-wrap p span.zone {
    color: #a4a4a4;
}

.zpromotion-wrap p {
    color: #fff;
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
}

.zpromotion-wrap p span a {
    color: #ff8330;
    border-bottom: 1px dotted #ff8330;
    margin-left: 5px;
}

.zpremoclose {
    position: absolute;
    right: 22px;
    top: 0px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #000;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
}

.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #fff;
    top: 5px;
}

.zpremoclose:after {
    transform: rotate(-45deg);
}

.zpremoclose:before {
    transform: rotate(45deg);
}

@media only screen and (max-width: 1200px) {
    .zpromotion-wrap .head-text {
        font-size: 16px;
        padding-right: 1px;
        margin-right: 10px;
        padding-right: 10px;
    }
    .zpromotion-wrap {
        max-width: 840px;
    }
}

@media only screen and (max-width: 991px) {
    .zpromotion-wrap {
        max-width: 460px;
    }
    .zpromotion-wrap p:after {
        content: none;
    }
}

@media only screen and (max-width: 767px) {
    .zpromotion {
        padding: 15px 0 20px;
    }
    .zpromotion-wrap p:before {
        display: none;
    }
.zpremoclose {
    top: 5px;
    bottom: auto;
    bottom: initial;
    right: 5px;
}
    .zpromo-sec.zo-wrapper {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .zpromotion-wrap {
        max-width: 350px;
    }
    .zpromotion-wrap p {
        line-height: 24px;
    }
    .zpromotion-wrap p span a {
        margin-left: 0;
    }
}

@media screen and (max-width: 420px) {
    .zpromotion-wrap {
        max-width: 360px;
        text-align: left;
        margin: 0 0 0 15px;
    }
    .zpromotion-wrap p {
        font-size: 14px;
    }
}