h3 {
    margin-bottom: 20px;
}

.banner-section h1 {
    margin-bottom: 20px;
}

.content-sec p {
    margin-bottom: 40px;
}

.first-sec-wrap,
.top-separate {
    background: url('/sites/default/files/orchestly/features/texture-wall.png') repeat;
    background-color: #dfe6ed;
}

.first-sec-wrap .banner-section .content-sec {
    padding: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 710px;
    text-align: center;
    margin: 0 auto;
}

.first-sec-wrap .amin-img-sec {
    padding-top: 71px;
    position: relative;
}

.first-sec-wrap .amin-img-sec .center-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.first-sec-wrap .amin-img-sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: #293042;
}

.second-sec-wrap {
    background: #293042;
    color: #fff;
}

.second-sec-wrap p {
    color: #ACB1C2;
}

.third-section .left-right-section .left-img-sec {
    position: relative;
}

.third-section .customize-img-2 {
    position: absolute;
}

.left-img-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-img-sec .left-img-wrap {
    width: 50%;
    position: relative;
    z-index: 1;
}

.left-img-sec .left-img-wrap img {
    display: block;
    max-width: 420px;
    margin: 0 auto;
    -webkit-transition: 1s all .5s;
    transition: 1s all .5s;
}

.left-img-sec .left-img-wrap.abs-img img {
    margin: initial;
    max-width: 350px;
    margin-left: 5px;
}

.left-img-sec .left-img-wrap.abs-img .customize-img-1 {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: 1s all 1s 0.5s;
    transition: 1s all 1s 0.5s;
}

.left-img-sec .left-img-wrap.protect-info img {
    max-width: 430px;
    border-radius: 5px;
}

.left-img-sec .left-flex {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.left-img-sec .left-flex .left-text-wrap {
    max-width: 500px;
}

.left-img-sec .left-flex .left-text-wrap h3 {
    opacity: 0;
    -webkit-transition: .5s ease .6s;
    transition: .5s ease .6s;
}

.left-img-sec .left-flex .left-text-wrap p {
    opacity: 0;
    -webkit-transition: .5s ease .8s;
    transition: .5s ease .8s;
}

.animated .left-img-wrap.abs-img .customize-img-1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.animated .left-img-wrap.abs-img .customize-img-2 {
    opacity: 1;
}

.animated .left-flex .left-text-wrap h3 {
    opacity: 1;
}

.animated .left-flex .left-text-wrap p {
    opacity: 1;
}

.right-img-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-img-sec .right-img-wrap {
    width: 50%;
    position: relative;
}

.right-img-sec .right-img-wrap img {
    display: block;
    max-width: 420px;
    margin: 0 auto;
    transition: 1s all .5s;
}

.right-img-sec .right-img-wrap.set-privilege img {
    max-width: 390px;
    border-radius: 5px;
}

.right-img-sec .right-flex {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.right-img-sec .right-flex .right-text-wrap {
    max-width: 500px;
}

.right-img-sec .right-flex .right-text-wrap h3 {
    opacity: 0;
    -webkit-transition: .5s ease .6s;
    transition: .5s ease .6s;
}

.right-img-sec .right-flex .right-text-wrap p {
    opacity: 0;
    -webkit-transition: .5s ease .8s;
    transition: .5s ease .8s;
}

.animated .right-flex .right-text-wrap h3 {
    opacity: 1;
}

.animated .right-flex .right-text-wrap p {
    opacity: 1;
}

[class^="bbl-icon"] {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #e4e4e4;
    border-radius: 50%;
    opacity: 0;
    background-image: url("/sites/default/files/orchestly/features/ps-sprite.png");
    background-size: auto 60px;
}

[class$="leftTop"] {
    left: 40px;
    top: -10px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

[class$="leftBot"] {
    left: 60px;
    bottom: 30%;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

[class$="rightTop"] {
    right: 60px;
    top: 100px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

[class$="rightBot"] {
    right: 40px;
    bottom: 70px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

[class$="centerBot"] {
    left: 40%;
    bottom: -30px;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.second-sec-wrap [class$="leftTop"] {
    background-position: 0 0;
    z-index: -1;
}

.second-sec-wrap [class$="leftBot"] {
    background-position: -120px 0;
}

.second-sec-wrap [class$="rightTop"] {
    background-position: -60px 0;
}

.second-sec-wrap [class$="rightBot"] {
    background-position: -180px 0;
    z-index: -1;
}

.third-section .set-privilege img {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .05);
}

.third-section [class^="bbl-icon"] {
    width: 70px;
    height: 70px;
    background-size: auto 80px;
}

.third-section [class$="leftTop"] {
    background-position: -325px 0;
    top: -80px;
    left: 100px;
    z-index: -1;
}

.third-section [class$="leftBot"] {
    background-position: -510px 0;
    left: 30px;
    bottom: 43%;
    z-index: -1;
}

.third-section [class$="rightTop"] {
    background-position: -420px 0;
    right: 150px;
    top: -50px;
}

.third-section [class$="rightBot"] {
    background-position: -608px 0;
    right: 25px;
    bottom: 50%;
    z-index: -1;
}

.third-section [class$="centerBot"] {
    background-position: -698px 0;
}

.animated [class$="leftTop"],
.animated [class$="rightBot"] {
    animation-name: bounceInFade;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

.animated [class$="leftBot"],
.animated [class$="rightTop"],
.animated [class$="centerBot"] {
    animation-name: bounceIn;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceInFade {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: .4;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: .4;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.orchestly-features-inner .third-section .left-right-section:first-child {
    padding-top: 70px;
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 900px;
        width: 90%;
    }
    .first-sec-wrap .amin-img-sec {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1368px) {
    .second-sec-wrap .left-img-sec {
        padding-top: 110px;
    }
    .second-sec-wrap .right-img-sec {
        padding-bottom: 100px;
    }
    .left-img-sec {
        padding: 60px 0;
    }
    .left-img-sec .left-img-wrap img,
    .right-img-sec .right-img-wrap img {
        max-width: 340px;
    }
    .left-img-sec .left-img-wrap.abs-img img {
        max-width: 270px;
    }
    .left-img-sec .left-img-wrap.abs-img .customize-img-2 {
        top: 50px;
        right: 25%;
    }
    .left-img-sec .left-img-wrap.protect-info img {
        max-width: 330px;
    }
    .right-img-sec {
        padding: 60px 0;
    }
    .right-img-sec .right-img-wrap {
        width: 50%;
    }
    .right-img-sec .right-img-wrap.set-privilege img {
        max-width: 290px;
        border-radius: 5px;
    }
    .right-img-sec .right-flex .right-text-wrap {
        max-width: 400px;
    }
    .left-img-sec .left-flex .left-text-wrap {
        max-width: 450px;
    }
    [class$="leftTop"] {
        left: 70px;
        top: -35px;
    }
    [class$="leftBot"] {
        left: 90px;
        bottom: 30%;
    }
    [class$="rightTop"] {
        right: 90px;
        top: 70px;
    }
    [class$="rightBot"] {
        right: 70px;
        bottom: 40px;
    }
}

@media (max-width: 1179px) {
    .first-sec-wrap .banner-section .content-sec {
        padding: 70px 0 20px;
    }
    .content-sec h1,
    .content-sec p,
    .content-sec .zo-features-access-btn {
        opacity: 1 !important;
        animation: unset;
    }
    .first-sec-wrap .amin-img-sec {
        padding-top: 40px;
    }
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 650px;
    }
    .left-img-sec .left-img-wrap img {
        max-width: 300px;
        opacity: 1;
    }
    .left-img-sec .left-img-wrap.abs-img img {
        max-width: 250px;
        opacity: 1;
    }
    .left-img-sec .left-img-wrap.abs-img .customize-img-1 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .left-img-sec .left-img-wrap.abs-img .customize-img-2 {
        top: 50px;
        right: 15%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .left-img-sec .left-img-wrap.protect-info img {
        max-width: 280px;
        opacity: 1;
    }
    .left-img-sec .left-flex .left-text-wrap h3 {
        opacity: 1;
    }
    .left-img-sec .left-flex .left-text-wrap p {
        opacity: 1;
    }
    .right-img-sec .right-img-wrap {
        width: 50%;
    }
    .right-img-sec .right-img-wrap img {
        max-width: 300px;
        opacity: 1;
    }
    .right-img-sec .right-img-wrap.set-privilege img {
        max-width: 290px;
        border-radius: 5px;
    }
    .right-img-sec .right-flex .right-text-wrap {
        max-width: 400px;
    }
    .right-img-sec .right-flex .right-text-wrap img {
        opacity: 1;
    }
    .right-img-sec .right-flex .right-text-wrap h3 {
        opacity: 1;
    }
    .right-img-sec .right-flex .right-text-wrap p {
        opacity: 1;
    }
    [class$="rightTop"] {
        right: 50px;
        top: 80px;
    }
}

@media only screen and (max-width: 992px) {
    .first-sec-wrap .banner-section .content-sec {
        padding: 70px 0 20px;
    }
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 550px;
    }
    .orchestly-features-inner .third-section .left-right-section:first-child {
        padding-top: 0;
    }
    .first-sec-wrap .banner-section .content-sec {
        padding: 50px 0 20px;
    }
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 500px;
    }
    .left-img-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .left-img-sec .left-img-wrap {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .left-img-sec .left-img-wrap.abs-img img {
        max-width: 250px;
        margin: 0 auto;
        margin-left: 25%;
    }
    .left-img-sec .left-img-wrap.abs-img .customize-img-2 {
        top: 50px;
        left: 15%;
    }
    .left-img-sec .left-img-wrap.protect-info img {
        max-width: 280px;
    }
    .left-img-sec .left-flex {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 40px;
    }
    .right-img-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .right-img-sec .right-img-wrap {
        width: 100%;
    }
    [class^="bbl-icon"] {
        display: none;
    }
    .right-img-sec .right-flex {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 40px;
    }
    .right-img-sec .right-flex .right-text-wrap {
        max-width: 400px;
    }
    .right-img-sec .right-img-wrap img,
    .left-img-sec .left-img-wrap img {
        width: 280px;
        max-width: 80%;
    }
    .btn-more a {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 660px) {
    .first-sec-wrap .banner-section .content-sec {
        padding: 60px 0 20px;
    }
    .first-sec-wrap .amin-img-sec {
        padding-bottom: 50px;
    }
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 500px;
        transform: scale(1);
    }
    .second-sec-wrap .left-img-sec {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .left-img-sec .left-flex {
        margin-bottom: 40px;
    }
    .right-img-sec .right-flex {
        margin-bottom: 40px;
    }
    .right-img-sec .right-flex .right-text-wrap {
        max-width: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .first-sec-wrap .banner-section .content-sec {
        padding: 60px 0 20px;
    }
    .first-sec-wrap .amin-img-sec {
        padding-bottom: 30px;
    }
    [class^="bbl-icon"] {
        display: none;
    }
    .second-sec-wrap .left-img-sec {
        padding-top: 30px;
    }
    .left-img-sec .left-flex .left-text-wrap h3 {
        opacity: 1;
    }
    .left-img-sec .left-flex .left-text-wrap p {
        opacity: 1;
    }
    .right-img-sec .right-flex .right-text-wrap h3 {
        opacity: 1;
    }
    .right-img-sec .right-flex .right-text-wrap p {
        opacity: 1;
    }
}

@media(min-width:1861px) {
    .animated:not(.fist-content-section).left-flex .left-text-wrap h3 {
        opacity: 1;
    }
    .animated:not(.fist-content-section) .left-flex .left-text-wrap p {
        opacity: 1;
    }
    .animated:not(.fist-content-section) .left-img-wrap img {
        opacity: 1;
    }
    .fist-content-section.middle-animated .left-flex .left-text-wrap h3 {
        opacity: 1;
    }
    .fist-content-section.middle-animated .left-flex .left-text-wrap p {
        opacity: 1;
    }
}

@media(min-width:1205px) {
    .first-sec-wrap .amin-img-sec .center-img img {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        transition: opacity 0.75s ease-in 1.5s, transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s, -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
    }
    .first-sec-wrap .amin-img-sec .animated .center-img img {
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}