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: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 700px;
    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;
}

.left-img-sec .left-img-wrap img {
    display: block;
    max-width: 420px;
    margin: 0 auto;
}

.left-img-sec .left-img-wrap.abs-img img {
    max-width: 400px;
}

.left-img-sec .left-img-wrap.abs-img .customize-img-1 {
    opacity: 0;
    transform: translateX(50px);
    transition: 1s all 1s 0.2s;
}

.left-img-sec .left-img-wrap.abs-img .customize-img-1 {
    top: 0;
    left: 30px;
    border-radius: 5px;
    opacity: 0;
    transition: 1s all .3s;
    position: absolute;
    max-width: 360px;
    transition-delay: .5s;
    z-index: -1;
}

.left-img-sec .left-img-wrap.protect-info img {
    max-width: 460px;
}

.left-img-sec .left-flex {
    width: 50%;
    display: flex;
    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);
}

.left-img-wrap.abs-img .customize-img-2 {
    opacity: 1;
    margin: 70px 75px 0 auto;
}

.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-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;
}

.left-right-section .left-img-wrap.abs-img {
    /* margin: 0 0 0; */
    z-index: 1;
}

@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) {
    .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 .customize-img-2 {
        margin: 55px 75px 0 auto;
        max-width: 330px;
    }
    .animated .left-img-wrap.abs-img .customize-img-1 {
        max-width: 280px;
        top: 0;
    }
    .left-img-sec .left-img-wrap.protect-info img {
        max-width: 330px;
    }
    .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;
    }
}

@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-img-wrap.abs-img img {
        max-width: 250px;
        opacity: 1;
    }
    .left-img-sec .left-img-wrap.abs-img .customize-img-2 {
        max-width: 280px;
        margin-top: 50px;
    }
    .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-1 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        max-width: 260px;
    }
    .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: 990px) {
    .first-sec-wrap .banner-section .content-sec {
        padding: 70px 0 20px;
    }
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 550px;
    }
}

@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: -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-1 {
        display: none;
    }
    .left-img-sec .left-img-wrap.abs-img .customize-img-2 {
        top: 50px;
        left: 15%;
        position: static;
        max-width: 320px;
        margin: 0 auto;
    }
    .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%;
    }
    .left-right-section .left-img-wrap.abs-img {
        margin: 0 0 0;
    }
}

@media only screen and (max-width: 660px) {
    .first-sec-wrap .banner-section .content-sec {
        padding: 60px 0 20px;
    }
    .first-sec-wrap .amin-img-sec .center-img img {
        max-width: 500px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 480px) {
    .left-img-sec .left-img-wrap.abs-img .customize-img-2 {
        top: 50px;
        left: 35%;
    }
    .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;
    }
    .left-img-sec .left-img-wrap img {
        opacity: 1;
    }
    .left-img-sec .left-img-wrap.abs-img .customize-img-1 {
        opacity: 1;
        margin-left: 30px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .left-img-sec .left-img-wrap.abs-img .customize-img-2 {
        opacity: 1;
        top: 50px;
        left: 0;
        margin: 0 auto;
    }
    .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 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;
    }
}

@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;
    }
    .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;
        -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);
    }
}