/* bottom to top */
.wn-layer-anim-bottom [class*="col-md"],
.wn-layer-anim-bottom.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-bottom [class*="vc_col-"],
.wn-layer-anim-bottom .owl-item,
.wn-layer-anim-bottom [class*="elementor-col-"] {
    opacity: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.wn-layer-anim-bottom.wn-done-anim [class*="col-md"],
.wn-layer-anim-bottom.wn-done-anim.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-bottom.wn-done-anim [class*="vc_col-"],
.wn-layer-anim-bottom.wn-done-anim .owl-item,
.wn-layer-anim-bottom.wn-done-anim [class*="elementor-col-"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* top to bottom */
.wn-layer-anim-top [class*="col-md"],
.wn-layer-anim-top.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-top [class*="vc_col-"],
.wn-layer-anim-top .owl-item,
.wn-layer-anim-top [class*="elementor-col-"] {
    opacity: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.wn-layer-anim-top.wn-done-anim [class*="col-md"],
.wn-layer-anim-top.wn-done-anim.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-top.wn-done-anim [class*="vc_col-"],
.wn-layer-anim-top.wn-done-anim .owl-item,
.wn-layer-anim-top.wn-done-anim [class*="elementor-col-"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* left to right */
.wn-layer-anim-left [class*="col-md"],
.wn-layer-anim-left.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-left [class*="vc_col-"],
.wn-layer-anim-left .owl-item,
.wn-layer-anim-left [class*="elementor-col-"] {
    opacity: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.wn-layer-anim-left.wn-done-anim [class*="col-md"],
.wn-layer-anim-left.wn-done-anim.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-left.wn-done-anim [class*="vc_col-"],
.wn-layer-anim-left.wn-done-anim .owl-item,
.wn-layer-anim-left.wn-done-anim [class*="elementor-col-"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.wn-layer-anim-left.wn-la-fade [class*="col-md"],
.wn-layer-anim-left.wn-la-fade.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-left.wn-la-fade [class*="vc_col-"],
.wn-layer-anim-left.wn-la-fade .owl-item,
.wn-layer-anim-left.wn-la-fade [class*="elementor-col-"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* right to left */
.wn-layer-anim-right [class*="col-md"],
.wn-layer-anim-right.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-right [class*="vc_col-"],
.wn-layer-anim-right .owl-item,
.wn-layer-anim-right [class*="elementor-col-"] {
    opacity: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.wn-layer-anim-right.wn-done-anim [class*="col-md"],
.wn-layer-anim-right.wn-done-anim.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-right.wn-done-anim [class*="vc_col-"],
.wn-layer-anim-right.wn-done-anim .owl-item,
.wn-layer-anim-right.wn-done-anim [class*="elementor-col-"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.wn-layer-anim-right.wn-la-fade [class*="col-md"],
.wn-layer-anim-right.wn-la-fade.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-right.wn-la-fade [class*="vc_col-"],
.wn-layer-anim-right.wn-la-fade .owl-item,
.wn-layer-anim-right.wn-la-fade [class*="elementor-col-"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* zoom-out */
.wn-layer-anim-zoom-out [class*="col-md"],
.wn-layer-anim-zoom-out.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-zoom-out [class*="vc_col-"],
.wn-layer-anim-zoom-out .owl-item,
.wn-layer-anim-zoom-out [class*="elementor-col-"] {
    opacity: 0;
    webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-transform: perspective(1px) scale(1.3);
    transform: perspective(1px) scale(1.3);
    -webkit-transform: perspective(1px) scale(1.3);
    -webkit-backface-visibility: hidden;
}

.wn-layer-anim-zoom-out.wn-done-anim [class*="col-md"],
.wn-layer-anim-zoom-out.wn-done-anim.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-zoom-out.wn-done-anim [class*="vc_col-"],
.wn-layer-anim-zoom-out.wn-done-anim .owl-item,
.wn-layer-anim-zoom-out.wn-done-anim [class*="elementor-col-"] {
    opacity: 1;
    transform: scale(1) perspective(1px);
    -webkit-transform: scale(1) perspective(1px);
    -ms-transform: scale(1) perspective(1px);
}

.wn-layer-anim-zoom-out.wn-la-fade [class*="col-md"],
.wn-layer-anim-zoom-out.wn-la-fade.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-zoom-out.wn-la-fade [class*="vc_col-"],
.wn-layer-anim-zoom-out.wn-la-fade .owl-item,
.wn-layer-anim-zoom-out.wn-la-fade [class*="elementor-col-"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* zoom-out */
.wn-layer-anim-zoom-in [class*="col-md"],
.wn-layer-anim-zoom-in.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-zoom-in [class*="vc_col-"],
.wn-layer-anim-zoom-in .owl-item,
.wn-layer-anim-zoom-in [class*="elementor-col-"] {
    opacity: 0;
    webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-transform: perspective(1px) scale(.8);
    transform: perspective(1px) scale(.8);
    -webkit-transform: perspective(1px) scale(.8);
    -webkit-backface-visibility: hidden;
}

.wn-layer-anim-zoom-in.wn-done-anim [class*="col-md"],
.wn-layer-anim-zoom-in.wn-done-anim.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-zoom-in.wn-done-anim [class*="vc_col-"],
.wn-layer-anim-zoom-in.wn-done-anim .owl-item,
.wn-layer-anim-zoom-in.wn-done-anim [class*="elementor-col-"] {
    opacity: 1;
    transform: scale(1) perspective(1px);
    -webkit-transform: scale(1) perspective(1px);
    -ms-transform: scale(1) perspective(1px);
}

.wn-layer-anim-zoom-in.wn-la-fade [class*="col-md"],
.wn-layer-anim-zoom-in.wn-la-fade.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-zoom-in.wn-la-fade [class*="vc_col-"],
.wn-layer-anim-zoom-in.wn-la-fade .owl-item,
.wn-layer-anim-zoom-in.wn-la-fade [class*="elementor-col-"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Fade */
.wn-layer-anim-fade [class*="col-md"],
.wn-layer-anim-fade.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-fade [class*="vc_col-"],
.wn-layer-anim-fade .owl-item,
.wn-layer-anim-fade [class*="elementor-col-"] {
    opacity: 0;
    webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.wn-layer-anim-fade.wn-done-anim [class*="col-md"],
.wn-layer-anim-fade.wn-done-anim.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-fade.wn-done-anim [class*="vc_col-"],
.wn-layer-anim-fade.wn-done-anim .owl-item,
.wn-layer-anim-fade.wn-done-anim [class*="elementor-col-"] {
    opacity: 1;
}

.wn-layer-anim-fade.wn-la-fade [class*="col-md"],
.wn-layer-anim-fade.wn-la-fade.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-fade.wn-la-fade [class*="vc_col-"],
.wn-layer-anim-fade.wn-la-fade .owl-item,
.wn-layer-anim-fade.wn-la-fade [class*="elementor-col-"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Filip */
.wn-layer-anim-flip [class*="col-md"],
.wn-layer-anim-flip.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-flip [class*="vc_col-"],
.wn-layer-anim-flip .owl-item,
.wn-layer-anim-flip [class*="elementor-col-"] {
    opacity: 0;
    webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.wn-layer-anim-flip.wn-done-anim [class*="col-md"],
.wn-layer-anim-flip.wn-done-anim.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-flip.wn-done-anim [class*="vc_col-"],
.wn-layer-anim-flip.wn-done-anim .owl-item,
.wn-layer-anim-flip.wn-done-anim [class*="elementor-col-"] {
    opacity: 1;
    webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

.wn-layer-anim-flip.wn-la-fade [class*="col-md"],
.wn-layer-anim-flip.wn-la-fade.wn-deep-title-wrap .wn-deep-title,
.wn-layer-anim-flip.wn-la-fade [class*="vc_col-"],
.wn-layer-anim-flip.wn-la-fade .owl-item,
.wn-layer-anim-flip.wn-la-fade [class*="elementor-col-"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.wn-layer-anim-flip [class*="col-md"]:nth-of-type(2),
.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(2),
.wn-layer-anim-flip .owl-item:nth-of-type(2),
.wn-layer-anim-flip [class*="elementor-col-"]:nth-of-type(2),
.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(2),
.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(2),
.wn-layer-anim-bottom .owl-item:nth-of-type(2),
.wn-layer-anim-bottom [class*="elementor-col-"]:nth-of-type(2),
.wn-layer-anim-top [class*="col-md"]:nth-of-type(2),
.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(2),
.wn-layer-anim-top .owl-item:nth-of-type(2),
.wn-layer-anim-top [class*="elementor-col-"]:nth-of-type(2),
.wn-layer-anim-left [class*="col-md"]:nth-of-type(2),
.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(2),
.wn-layer-anim-left .owl-item:nth-of-type(2),
.wn-layer-anim-left [class*="elementor-col-"]:nth-of-type(2),
.wn-layer-anim-right [class*="col-md"]:nth-of-type(2),
.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(2),
.wn-layer-anim-right .owl-item:nth-of-type(2),
.wn-layer-anim-right [class*="elementor-col-"]:nth-of-type(2),
.wn-layer-anim-fade [class*="col-md"]:nth-of-type(2),
.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(2),
.wn-layer-anim-fade .owl-item:nth-of-type(2),
.wn-layer-anim-fade [class*="elementor-col-"]:nth-of-type(2),
.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(2),
.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(2),
.wn-layer-anim-zoom-in .owl-item:nth-of-type(2),
.wn-layer-anim-zoom-in [class*="elementor-col-"]:nth-of-type(2),
.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(2),
.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(2),
.wn-layer-anim-zoom-out .owl-item:nth-of-type(2),
.wn-layer-anim-zoom-out [class*="elementor-col-"]:nth-of-type(2) {
    transition-delay: 0.2s;
}

.wn-layer-anim-flip [class*="col-md"]:nth-of-type(3),
.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(3),
.wn-layer-anim-flip .owl-item:nth-of-type(3),
.wn-layer-anim-flip [class*="elementor-col-"]:nth-of-type(3),
.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(3),
.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(3),
.wn-layer-anim-bottom .owl-item:nth-of-type(3),
.wn-layer-anim-bottom [class*="elementor-col-"]:nth-of-type(3),
.wn-layer-anim-top [class*="col-md"]:nth-of-type(3),
.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(3),
.wn-layer-anim-top .owl-item:nth-of-type(3),
.wn-layer-anim-top [class*="elementor-col-"]:nth-of-type(3),
.wn-layer-anim-left [class*="col-md"]:nth-of-type(3),
.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(3),
.wn-layer-anim-left .owl-item:nth-of-type(3),
.wn-layer-anim-left [class*="elementor-col-"]:nth-of-type(3),
.wn-layer-anim-right [class*="col-md"]:nth-of-type(3),
.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(3),
.wn-layer-anim-right .owl-item:nth-of-type(3),
.wn-layer-anim-right [class*="elementor-col-"]:nth-of-type(3),
.wn-layer-anim-fade [class*="col-md"]:nth-of-type(3),
.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(3),
.wn-layer-anim-fade .owl-item:nth-of-type(3),
.wn-layer-anim-fade [class*="elementor-col-"]:nth-of-type(3),
.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(3),
.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(3),
.wn-layer-anim-zoom-in .owl-item:nth-of-type(3),
.wn-layer-anim-zoom-in [class*="elementor-col-"]:nth-of-type(3),
.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(3),
.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(3),
.wn-layer-anim-zoom-out .owl-item:nth-of-type(3),
.wn-layer-anim-zoom-out [class*="elementor-col-"]:nth-of-type(3) {
    transition-delay: 0.4s;
}

.wn-layer-anim-flip [class*="col-md"]:nth-of-type(4),
.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(4),
.wn-layer-anim-flip .owl-item:nth-of-type(4),
.wn-layer-anim-flip [class*="elementor-col-"]:nth-of-type(4),
.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(4),
.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(4),
.wn-layer-anim-bottom .owl-item:nth-of-type(4),
.wn-layer-anim-bottom [class*="elementor-col-"]:nth-of-type(4),
.wn-layer-anim-top [class*="col-md"]:nth-of-type(4),
.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(4),
.wn-layer-anim-top .owl-item:nth-of-type(4),
.wn-layer-anim-top [class*="elementor-col-"]:nth-of-type(4),
.wn-layer-anim-left [class*="col-md"]:nth-of-type(4),
.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(4),
.wn-layer-anim-left .owl-item:nth-of-type(4),
.wn-layer-anim-left [class*="elementor-col-"]:nth-of-type(4),
.wn-layer-anim-right [class*="col-md"]:nth-of-type(4),
.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(4),
.wn-layer-anim-right .owl-item:nth-of-type(4),
.wn-layer-anim-right [class*="elementor-col-"]:nth-of-type(4),
.wn-layer-anim-fade [class*="col-md"]:nth-of-type(4),
.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(4),
.wn-layer-anim-fade .owl-item:nth-of-type(4),
.wn-layer-anim-fade [class*="elementor-col-"]:nth-of-type(4),
.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(4),
.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(4),
.wn-layer-anim-zoom-in .owl-item:nth-of-type(4),
.wn-layer-anim-zoom-in [class*="elementor-col-"]:nth-of-type(4),
.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(4),
.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(4),
.wn-layer-anim-zoom-out .owl-item:nth-of-type(4),
.wn-layer-anim-zoom-out [class*="elementor-col-"]:nth-of-type(4) {
    transition-delay: 0.6s;
}

.wn-layer-anim-flip [class*="col-md"]:nth-of-type(5),
.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(5),
.wn-layer-anim-flip .owl-item:nth-of-type(5),
.wn-layer-anim-flip [class*="elementor-col-"]:nth-of-type(5),
.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(5),
.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(5),
.wn-layer-anim-bottom .owl-item:nth-of-type(5),
.wn-layer-anim-bottom [class*="elementor-col-"]:nth-of-type(5),
.wn-layer-anim-top [class*="col-md"]:nth-of-type(5),
.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(5),
.wn-layer-anim-top .owl-item:nth-of-type(5),
.wn-layer-anim-top [class*="elementor-col-"]:nth-of-type(5),
.wn-layer-anim-left [class*="col-md"]:nth-of-type(5),
.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(5),
.wn-layer-anim-left .owl-item:nth-of-type(5),
.wn-layer-anim-left [class*="elementor-col-"]:nth-of-type(5),
.wn-layer-anim-right [class*="col-md"]:nth-of-type(5),
.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(5),
.wn-layer-anim-right .owl-item:nth-of-type(5),
.wn-layer-anim-right [class*="elementor-col-"]:nth-of-type(5),
.wn-layer-anim-fade [class*="col-md"]:nth-of-type(5),
.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(5),
.wn-layer-anim-fade .owl-item:nth-of-type(5),
.wn-layer-anim-fade [class*="elementor-col-"]:nth-of-type(5),
.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(5),
.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(5),
.wn-layer-anim-zoom-in .owl-item:nth-of-type(5),
.wn-layer-anim-zoom-in [class*="elementor-col-"]:nth-of-type(5),
.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(5),
.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(5),
.wn-layer-anim-zoom-out .owl-item:nth-of-type(5),
.wn-layer-anim-zoom-out [class*="elementor-col-"]:nth-of-type(5) {
    transition-delay: 0.8s;
}

.wn-layer-anim-flip [class*="col-md"]:nth-of-type(6),
.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(6),
.wn-layer-anim-flip .owl-item:nth-of-type(6),
.wn-layer-anim-flip [class*="elementor-col-"]:nth-of-type(6),
.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(6),
.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(6),
.wn-layer-anim-bottom .owl-item:nth-of-type(6),
.wn-layer-anim-bottom [class*="elementor-col-"]:nth-of-type(6),
.wn-layer-anim-top [class*="col-md"]:nth-of-type(6),
.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(6),
.wn-layer-anim-top .owl-item:nth-of-type(6),
.wn-layer-anim-top [class*="elementor-col-"]:nth-of-type(6),
.wn-layer-anim-left [class*="col-md"]:nth-of-type(6),
.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(6),
.wn-layer-anim-left .owl-item:nth-of-type(6),
.wn-layer-anim-left [class*="elementor-col-"]:nth-of-type(6),
.wn-layer-anim-right [class*="col-md"]:nth-of-type(6),
.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(6),
.wn-layer-anim-right .owl-item:nth-of-type(6),
.wn-layer-anim-right [class*="elementor-col-"]:nth-of-type(6),
.wn-layer-anim-fade [class*="col-md"]:nth-of-type(6),
.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(6),
.wn-layer-anim-fade .owl-item:nth-of-type(6),
.wn-layer-anim-fade [class*="elementor-col-"]:nth-of-type(6),
.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(6),
.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(6),
.wn-layer-anim-zoom-in .owl-item:nth-of-type(6),
.wn-layer-anim-zoom-in [class*="elementor-col-"]:nth-of-type(6),
.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(6),
.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(6),
.wn-layer-anim-zoom-out .owl-item:nth-of-type(6),
.wn-layer-anim-zoom-out [class*="elementor-col-"]:nth-of-type(6) {
    transition-delay: 1s;
}

.wn-layer-anim-flip [class*="col-md"]:nth-of-type(7),
.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(7),
.wn-layer-anim-flip .owl-item:nth-of-type(7),
.wn-layer-anim-flip [class*="elementor-col-"]:nth-of-type(7),
.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(7),
.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(7),
.wn-layer-anim-bottom .owl-item:nth-of-type(7),
.wn-layer-anim-bottom [class*="elementor-col-"]:nth-of-type(7),
.wn-layer-anim-top [class*="col-md"]:nth-of-type(7),
.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(7),
.wn-layer-anim-top .owl-item:nth-of-type(7),
.wn-layer-anim-top [class*="elementor-col-"]:nth-of-type(7),
.wn-layer-anim-left [class*="col-md"]:nth-of-type(7),
.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(7),
.wn-layer-anim-left .owl-item:nth-of-type(7),
.wn-layer-anim-left [class*="elementor-col-"]:nth-of-type(7),
.wn-layer-anim-right [class*="col-md"]:nth-of-type(7),
.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(7),
.wn-layer-anim-right .owl-item:nth-of-type(7),
.wn-layer-anim-right [class*="elementor-col-"]:nth-of-type(7),
.wn-layer-anim-fade [class*="col-md"]:nth-of-type(7),
.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(7),
.wn-layer-anim-fade .owl-item:nth-of-type(7),
.wn-layer-anim-fade [class*="elementor-col-"]:nth-of-type(7),
.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(7),
.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(7),
.wn-layer-anim-zoom-in .owl-item:nth-of-type(7),
.wn-layer-anim-zoom-in [class*="elementor-col-"]:nth-of-type(7),
.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(7),
.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(7),
.wn-layer-anim-zoom-out .owl-item:nth-of-type(7),
.wn-layer-anim-zoom-out [class*="elementor-col-"]:nth-of-type(7) {
    transition-delay: 1.2s;
}

.wn-layer-anim-flip [class*="col-md"]:nth-of-type(8),
.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(8),
.wn-layer-anim-flip .owl-item:nth-of-type(8),
.wn-layer-anim-flip [class*="elementor-col-"]:nth-of-type(8),
.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(8),
.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(8),
.wn-layer-anim-bottom .owl-item:nth-of-type(8),
.wn-layer-anim-bottom [class*="elementor-col-"]:nth-of-type(8),
.wn-layer-anim-top [class*="col-md"]:nth-of-type(8),
.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(8),
.wn-layer-anim-top .owl-item:nth-of-type(8),
.wn-layer-anim-top [class*="elementor-col-"]:nth-of-type(8),
.wn-layer-anim-left [class*="col-md"]:nth-of-type(8),
.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(8),
.wn-layer-anim-left .owl-item:nth-of-type(8),
.wn-layer-anim-left [class*="elementor-col-"]:nth-of-type(8),
.wn-layer-anim-right [class*="col-md"]:nth-of-type(8),
.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(8),
.wn-layer-anim-right .owl-item:nth-of-type(8),
.wn-layer-anim-right [class*="elementor-col-"]:nth-of-type(8),
.wn-layer-anim-fade [class*="col-md"]:nth-of-type(8),
.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(8),
.wn-layer-anim-fade .owl-item:nth-of-type(8),
.wn-layer-anim-fade [class*="elementor-col-"]:nth-of-type(8),
.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(8),
.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(8),
.wn-layer-anim-zoom-in .owl-item:nth-of-type(8),
.wn-layer-anim-zoom-in [class*="elementor-col-"]:nth-of-type(8),
.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(8),
.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(8),
.wn-layer-anim-zoom-out .owl-item:nth-of-type(8),
.wn-layer-anim-zoom-out [class*="elementor-col-"]:nth-of-type(8) {
    transition-delay: 1.4s;
}

.wn-layer-anim-flip [class*="col-md"]:nth-of-type(9),
.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(9),
.wn-layer-anim-flip .owl-item:nth-of-type(9),
.wn-layer-anim-flip [class*="elementor-col-"]:nth-of-type(9),
.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(9),
.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(9),
.wn-layer-anim-bottom .owl-item:nth-of-type(9),
.wn-layer-anim-bottom [class*="elementor-col-"]:nth-of-type(9),
.wn-layer-anim-top [class*="col-md"]:nth-of-type(9),
.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(9),
.wn-layer-anim-top .owl-item:nth-of-type(9),
.wn-layer-anim-top [class*="elementor-col-"]:nth-of-type(9),
.wn-layer-anim-left [class*="col-md"]:nth-of-type(9),
.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(9),
.wn-layer-anim-left .owl-item:nth-of-type(9),
.wn-layer-anim-left [class*="elementor-col-"]:nth-of-type(9),
.wn-layer-anim-right [class*="col-md"]:nth-of-type(9),
.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(9),
.wn-layer-anim-right .owl-item:nth-of-type(9),
.wn-layer-anim-right [class*="elementor-col-"]:nth-of-type(9),
.wn-layer-anim-fade [class*="col-md"]:nth-of-type(9),
.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(9),
.wn-layer-anim-fade .owl-item:nth-of-type(9),
.wn-layer-anim-fade [class*="elementor-col-"]:nth-of-type(9),
.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(9),
.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(9),
.wn-layer-anim-zoom-in .owl-item:nth-of-type(9),
.wn-layer-anim-zoom-in [class*="elementor-col-"]:nth-of-type(9),
.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(9),
.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(9),
.wn-layer-anim-zoom-out .owl-item:nth-of-type(9),
.wn-layer-anim-zoom-out [class*="elementor-col-"]:nth-of-type(9) {
    transition-delay: 1.6s;
}

.wn-layer-anim-flip [class*="col-md"]:nth-of-type(10),
.wn-layer-anim-flip [class*="vc_col-"]:nth-of-type(10),
.wn-layer-anim-flip .owl-item:nth-of-type(10),
.wn-layer-anim-flip [class*="elementor-col-"]:nth-of-type(10),
.wn-layer-anim-bottom [class*="col-md"]:nth-of-type(10),
.wn-layer-anim-bottom [class*="vc_col-"]:nth-of-type(10),
.wn-layer-anim-bottom .owl-item:nth-of-type(10),
.wn-layer-anim-bottom [class*="elementor-col-"]:nth-of-type(10),
.wn-layer-anim-top [class*="col-md"]:nth-of-type(10),
.wn-layer-anim-top [class*="vc_col-"]:nth-of-type(10),
.wn-layer-anim-top .owl-item:nth-of-type(10),
.wn-layer-anim-top [class*="elementor-col-"]:nth-of-type(10),
.wn-layer-anim-left [class*="col-md"]:nth-of-type(10),
.wn-layer-anim-left [class*="vc_col-"]:nth-of-type(10),
.wn-layer-anim-left .owl-item:nth-of-type(10),
.wn-layer-anim-left [class*="elementor-col-"]:nth-of-type(10),
.wn-layer-anim-right [class*="col-md"]:nth-of-type(10),
.wn-layer-anim-right [class*="vc_col-"]:nth-of-type(10),
.wn-layer-anim-right .owl-item:nth-of-type(10),
.wn-layer-anim-right [class*="elementor-col-"]:nth-of-type(10),
.wn-layer-anim-fade [class*="col-md"]:nth-of-type(10),
.wn-layer-anim-fade [class*="vc_col-"]:nth-of-type(10),
.wn-layer-anim-fade .owl-item:nth-of-type(10),
.wn-layer-anim-fade [class*="elementor-col-"]:nth-of-type(10),
.wn-layer-anim-zoom-in [class*="col-md"]:nth-of-type(10),
.wn-layer-anim-zoom-in [class*="vc_col-"]:nth-of-type(10),
.wn-layer-anim-zoom-in .owl-item:nth-of-type(10),
.wn-layer-anim-zoom-in [class*="elementor-col-"]:nth-of-type(10),
.wn-layer-anim-zoom-out [class*="col-md"]:nth-of-type(10),
.wn-layer-anim-zoom-out [class*="vc_col-"]:nth-of-type(10),
.wn-layer-anim-zoom-out .owl-item:nth-of-type(10),
.wn-layer-anim-zoom-out [class*="elementor-col-"]:nth-of-type(10) {
    transition-delay: 1.8s;
}