.main-block *,
.main-block *::after,
.main-block *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h3 {
    margin-bottom: 20px;
}

.content-sec p {
    margin-bottom: 40px;
}

.trans-delay-5 {
    transition-delay: 0.5s;
}

.btn {
    border-radius: 4px;
    background-color: #FF8331;
    color: #fff;
    width: 220px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.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: -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: 720px;
    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;
}

.content-sec .zo-features-access-btn {
    opacity: 0;
    transition: 1s ease 1.4s;
}

.animated .content-sec .zo-features-access-btn {
    opacity: 1;
}

.second-sec-wrap {
    background: #293042;
    color: #fff;
}

.second-sec-wrap p {
    color: #ACB1C2;
}

.third-section .left-right-section .left-img-sec {
    position: relative;
}

.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: 530px;
    margin: 0 auto;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.right-img-sec .right-img-wrap .flow-chart {
    max-width: 420px;
}

.left-img-sec .left-img-wrap.protect-info img:not(.attached-img) {
    max-width: 400px;
    transform: scale3d(0, 0, 0);
    margin-top: 80px;
}

.left-img-sec .left-img-wrap.protect-info img.attached-img {
    max-width: 40%;
    margin-bottom: 20px;
    position: absolute;
    right: 60%;
    opacity: 0;
    width: 160px;
}

.animated .left-img-sec .left-img-wrap.protect-info img.attached-img {
    animation: fadeIn 0.8s ease 1s forwards;
}

.left-img-wrap.abs-img .attached-img {
    max-width: 13%;
    border-radius: 6px;
    position: absolute;
    left: 40%;
    top: 7%;
    opacity: 0;
    width: 85px;
}

.animated .left-img-wrap.abs-img .attached-img {
    animation: fadeIn 0.8s ease 2s forwards;
}

.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: 460px;
}

.left-img-sec .left-img-wrap:not(.flow-chart) img,
.right-img-sec .right-img-wrap:not(.flow-chart) img {
    opacity: 0;
    -webkit-transition: .5s ease .6s;
    transition: .5s ease .5s;
}

.animated .left-img-sec .left-img-wrap:not(.flow-chart) img,
.animated .right-img-sec .right-img-wrap:not(.flow-chart) img {
    opacity: 1;
}

.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-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: 530px;
    margin: 0 auto;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.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: 460px;
}

.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;
}

.chart {
    position: relative;
}

.banner-section h1 {
    margin-bottom: 20px;
}

.chart::before,
.flow-chart::before {
    background: #ffffff;
}

.animated .left-img-sec .left-img-wrap.protect-info img:not(.attached-img) {
    transform: scale3d(1, 1, 1);
}

.chart::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 2s height ease-in-out;
    -webkit-transition: 2s height ease-in-out;
    background: #ffffff;
}

.flow-chart::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: 2s all ease-in-out;
    -webkit-transition: 2s all ease-in-out;
}

.animated .flow-chart::before {
    top: 100%;
}

.animated .chart::before {
    height: 0;
}


/*common*/

.max-460 {
    width: 460px;
}

.max-400 {
    width: 400px;
}

.max-470 {
    width: 470px;
}

.max-425 {
    width: 425px;
}

.max-330 {
    width: 330px;
}

.max-460,
.max-400,
.max-470,
.max-425,
.max-330 {
    max-width: 100%;
}

.img-wrap .customize-img-1 {
    width: 330px;
}

.img-collection {
    display: flex;
    margin: 0px auto;
}

.left-img-sec .left-img-wrap .img-collection img {
    width: 150px;
    margin-bottom: 30px;
    max-width: 100%;
}

.left-img-sec .left-img-wrap .img-collection .left-box img:nth-child(1) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .5s ease 0.8s;
    -webkit-transition: all .5s ease 0.8s;
}

.left-img-sec .left-img-wrap .img-collection .left-box img:nth-child(2) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .5s ease 1s;
    -webkit-transition: all .5s ease 1s;
}

.left-img-sec .left-img-wrap .img-collection .left-box img:nth-child(3) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .5s ease 1.2s;
    -webkit-transition: all .5s ease 1.2s;
}

.left-img-sec .left-img-wrap .img-collection .right-box img:nth-child(1) {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all .5s ease 1.2s;
    -webkit-transition: all .5s ease 1.2s;
}

.left-img-sec .left-img-wrap .img-collection .right-box img:nth-child(2) {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all .5s ease 1s;
    -webkit-transition: all .5s ease 1s;
}

.left-img-sec .left-img-wrap .img-collection .right-box img:nth-child(3) {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.5s ease .8s;
    -webkit-transition: all 0.5s ease .8s;
}

.left-img-sec .left-img-wrap .img-collection .img-wrap img {
    opacity: 0;
}

.animated .left-img-sec .left-img-wrap .img-collection .img-wrap img {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.left-img-sec .left-img-wrap .img-collection .img-wrap img:last-child {
    margin-bottom: 0;
}

.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;
}

.left-img-sec .left-img-wrap img.customize-img-1 {
    margin: 0 0 30px;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    opacity: 0;
    transition: all 0.3s ease-in-out .5s;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
}

.animated .left-img-sec .left-img-wrap img.customize-img-1 {
    transform: translateX(0);
    -webkit-transform: translateX(0px);
    opacity: 1;
}

.left-img-sec .left-img-wrap img.customize-img-1:nth-child(2) {
    align-self: flex-end;
    transition: all 0.3s ease-in-out 0.7s;
    -webkit-transition: all 0.3s ease-in-out 0.7s;
}

.left-img-sec .left-img-wrap img.customize-img-1:nth-child(3) {
    align-self: center;
    margin: 0;
    transition: all 0.3s ease-in-out 1s;
    -webkit-transition: all 0.3s ease-in-out 0.9s;
}

.br-5 {
    border-radius: 5px;
}

@-webkit-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 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);
    }
}

@-webkit-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);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    to {
        opacity: 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);
    }
}

@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;
    }
    .second-sec-wrap .left-img-sec {
        padding-top: 100px;
    }
    .second-sec-wrap .right-img-sec {
        padding-bottom: 100px;
    }
    .left-img-sec {
        padding: 60px 0;
    }
    .left-img-sec .left-img-wrap.protect-info img:not(.attached-img) {
        max-width: 330px;
    }
    .right-img-sec {
        padding: 60px 0;
    }
    .right-img-sec .right-img-wrap {
        width: 50%;
    }
    .right-img-sec .right-img-wrap img,
    .left-img-sec .left-img-wrap img {
        max-width: 340px;
    }
    .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;
    }
    .third-section .left-right-section:first-child .left-img-sec,
    .third-section .left-right-section:first-child .right-img-sec {
        padding-top: 100px;
    }
    .third-section .left-right-section:last-child .left-img-sec,
    .third-section .left-right-section:last-child .right-img-sec {
        padding-bottom: 100px;
    }
    [class$="leftTop"] {
        left: 70px;
        top: -35px;
    }
    [class$="leftBot"] {
        left: 90px;
        bottom: 30%;
    }
    [class$="rightTop"] {
        right: 90px;
        top: 70px;
    }
    [class$="rightBot"] {
        right: 70px;
        bottom: 40px;
    }
    .img-wrap .customize-img-1 {
        width: 275px;
    }
    .max-330 {
        width: 280px;
    }
    .left-img-sec .left-img-wrap .img-collection img {
        width: 125px;
        margin-bottom: 30px;
        max-width: 100%;
    }
}

@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.protect-info img:not(.attached-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;
    }
    .chart::before,
    .flow-chart::before {
        content: none;
    }
    img,
    .content-wrap .left-img-sec .left-img-wrap img.customize-img-1,
    .content-wrap .left-img-sec .left-img-wrap .img-collection .img-wrap,
    .left-img-sec .left-img-wrap:not(.flow-chart) img,
    .right-img-sec .right-img-wrap:not(.flow-chart) img,
    .content-wrap .left-img-sec .left-img-wrap .img-collection .img-wrap img:nth-child(n) {
        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;
    }
    .max-330 {
        width: 230px;
    }
    .left-img-sec .left-img-wrap .img-collection img {
        width: 100px;
    }
    .left-img-sec .left-img-wrap .img-wrap {
        max-width: 260px;
    }
    .left-img-sec .left-img-wrap img {
        max-width: 230px;
        opacity: 1;
    }
}

@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 (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: -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 img {
        max-width: 300px;
    }
    .left-img-sec .left-img-wrap.protect-info img:not(.attached-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: 60px;
    }
    .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%;
    }
    .right-img-sec .right-img-wrap img {
        max-width: 300px;
    }
    [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;
    }
    .left-img-sec .left-img-wrap.protect-info img:not(.attached-img) {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    .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;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .second-sec-wrap .left-img-sec {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .left-img-sec {
        padding: 40px 0;
    }
    .left-img-sec .left-flex {
        margin-bottom: 40px;
    }
    .right-img-sec {
        padding: 40px 0;
    }
    .right-img-sec .right-flex {
        margin-bottom: 40px;
    }
    .right-img-sec .right-flex .right-text-wrap {
        max-width: 400px;
    }
    .second-sec-wrap .left-img-sec {
        padding-top: 60px;
    }
    .second-sec-wrap .right-img-sec {
        padding-bottom: 80px;
    }
    .third-section .left-right-section:first-child .left-img-sec,
    .third-section .left-right-section:first-child .right-img-sec {
        padding-top: 80px;
    }
    .third-section .left-right-section:last-child .left-img-sec,
    .third-section .left-right-section:last-child .right-img-sec {
        padding-bottom: 80px;
    }
}

@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 only screen and (min-width:1300px) {
    .left-img-wrap.abs-img .attached-img {
        max-width: 15%;
    }
}

@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) .flow-chart::before {
        top: 100%;
    }
    .animated .left-img-sec .left-img-wrap:not(.flow-chart) img,
    .animated .right-img-sec .right-img-wrap:not(.flow-chart) img {
        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 .flow-chart::before {
        top: 100%;
    }
    .fist-content-section.middle-animated .left-img-sec .left-img-wrap:not(.flow-chart) img,
    .fist-content-section.middle-animated .right-img-sec .right-img-wrap:not(.flow-chart) img {
        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);
    }
}