h3 {
    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: #F2EEEB;
}

.first-sec-wrap .banner-section .content-sec {
    padding: 80px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
}

.first-sec-wrap .amin-img-sec {
    padding-top: 70px;
    position: relative;
}

.first-sec-wrap .amin-img-sec .center-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
    transform-origin: center top;
    border-radius: 5px;
}

.first-sec-wrap .amin-img-sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 40%;
    background: #293042;
}

.second-sec-wrap {
    background: #293042;
    color: #fff;
}

.second-sec-wrap .btn-more a {
    color: #fff;
}

.second-sec-wrap p {
    color: #ACB1C2;
}

.third-section .left-right-section .left-img-sec {
    position: relative;
}

.left-img-sec {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.left-img-sec .left-img-wrap {
    width: 50%;
    position: relative;
}

.left-img-sec .left-img-wrap img {
    display: block;
    max-width: 420px;
    margin: 0 auto;
    transition: 1s all 0.5s;
}

.left-img-sec .left-img-wrap.integrate-img img {
    max-width: 520px;
    width: 95%;
}

.left-img-sec .left-flex {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.left-img-sec .left-flex .left-text-wrap {
    max-width: 460px;
}

.left-img-sec .left-flex .left-text-wrap h3 {
    opacity: 0;
    transition: .5s ease .6s;
}

.left-img-sec .left-flex .left-text-wrap p {
    opacity: 0;
    transition: .5s ease .8s;
}

.animated .left-flex .left-text-wrap h3 {
    opacity: 1;
}

.animated .left-flex .left-text-wrap p {
    opacity: 1;
}

.right-img-sec {
    display: flex;
    justify-content: space-around;
    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 0.5s;
}

.right-img-sec .right-flex {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.right-img-sec .right-flex .right-text-wrap {
    max-width: 460px;
}

.right-img-sec .right-flex .right-text-wrap h3 {
    opacity: 0;
    transition: .5s ease .8s;
}

.right-img-sec .right-flex .right-text-wrap p {
    opacity: 0;
    transition: .5s ease 1s;
}

.animated .right-flex .right-text-wrap h3 {
    opacity: 1;
}

.animated .right-flex .right-text-wrap p {
    opacity: 1;
}

.banner-section h1 {
    margin-bottom: 20px;
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceInFade {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: .4;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: .4;
        transform: scale3d(1, 1, 1);
    }
}

@media only screen and (min-width: 1369px) and (max-width: 1440px) {
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 900px;
    }
    .first-sec-wrap .amin-img-sec {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1368px) {
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 800px;
    }
    .left-img-sec .left-img-wrap img {
        max-width: 340px;
    }
    .right-img-sec .right-img-wrap {
        width: 50%;
    }
    .right-img-sec .right-img-wrap img {
        max-width: 340px;
    }
    .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;
    }
    .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-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-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;
    }
    img {
        opacity: 1;
        animation: unset;
        transition: unset;
        transform: unset;
    }
    .content-sec h1,
    .content-sec p,
    .content-sec .zo-features-access-btn {
        opacity: 1 !important;
        animation: unset;
    }
    .api-img img {
        max-width: 290px;
    }
}

@media only screen and (max-width: 990px) {
    .first-sec-wrap .banner-section .content-sec {
        padding: 70px 0 20px;
    }
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 550px;
    }
    .btn-more {
        display: inline-block;
    }
}

@media only screen and (min-width:481px) and (max-width:768px) {
    .left-img-wrap.abs-img .attached-img {
        left: 40%;
        top: 3%;
        width: 65px;
    }
}

@media only screen and (min-width:768px) and (max-width: 1199px) {
    .left-img-wrap {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .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: flex;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: 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-flex {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 60px;
    }
    .right-img-sec {
        display: flex;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: 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: 60px;
    }
    .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%;
    }
}

@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);
    }
}

@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;
    }
    .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;
    }
    .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 only screen and (min-width:1300px) {
    .left-img-wrap.abs-img .attached-img {
        max-width: 15%;
    }
}


/*common*/

.left-img-sec .left-img-wrap .img-wrap.left-box {
    margin-left: 0;
    margin-top: 60px;
}

.left-img-sec .left-img-wrap .img-wrap.right-box {
    margin-right: 0;
}

.left-img-sec .left-img-wrap .img-wrap {
    display: flex;
    flex-direction: column;
    max-width: 402px;
    margin: 0 auto;
}

@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 .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;
    }
    .fist-content-section.middle-animated .left-img-wrap img {
        opacity: 1;
    }
}

@media(min-width:1205px) {
    .first-sec-wrap .amin-img-sec .center-img img {
        opacity: 0;
        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;
        transform: translateY(0px);
    }
}

.left-img-sec .left-img-wrap.api-img img {
    max-width: 380px;
    border-radius: 5px;
}

[class^="bbl-icon"] {
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #293142;
    border-radius: 50%;
    border: 1px solid #7C90C3;
    opacity: 0;
    background-image: url("/sites/default/files/orchestly/features/pe-sprite.png");
    background-size: 1200px auto;
    background-repeat: no-repeat;
    z-index: 5;
    /* transform: scale(.4); */
}

[class$="leftTop"] {
    width: 80px;
    height: 80px;
    left: 40px;
    top: 25px;
    animation-delay: .5s;
    background-position: -290px -57px;
}

[class$="leftBot"] {
    left: 30px;
    bottom: 15%;
    background-position: -360px -71px;
    animation-delay: .7s;
}

[class$="rightTop"] {
    right: 30px;
    top: 60px;
    background-position: -478px -69px;
    animation-delay: .9s;
}

[class$="rightBot"] {
    width: 80px;
    height: 80px;
    right: 120px;
    bottom: -50px;
    background-position: -405px -58px;
    animation-delay: 1.1s;
}

.animated [class$="leftTop"],
.animated [class$="rightBot"] {
    animation-name: bounceInFade;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

.animated [class$="leftBot"],
.animated [class$="rightTop"] {
    animation-name: bounceIn;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceInFade {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1368px) {
    .api-img img {
        max-width: 290px;
    }
    [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: 1280px) {
    [class$="rightTop"] {
        width: 40px;
        height: 40px;
        right: 50px;
        top: 80px;
        background-position: -401px -61px;
    }
    [class^="bbl-icon"] {
        background-image: url("/sites/default/files/orchestly/features/pe-sprite.png");
        background-size: 1000px auto;
    }
    [class$="leftTop"] {
        width: 60px;
        height: 60px;
        left: 0px;
        top: 32px;
        animation-delay: .5s;
        background-position: -247px -51px;
    }
    [class$="leftBot"] {
        left: 0;
        bottom: 13%;
        background-position: -303px -63px;
        animation-delay: .7s;
        width: 40px;
        height: 40px;
    }
    [class$="rightBot"] {
        width: 60px;
        height: 60px;
        right: 100px;
        bottom: -30px;
        background-position: -341px -52px;
        animation-delay: 1.1s;
    }
}

@media only screen and (max-width: 480px) {
    [class^="bbl-icon"] {
        display: none;
    }
}