@import "styles/splitting.css";
@import "styles/splitting-cells.css";
@import "styles/animate.css";
@import "styles/slick.css";
@import "styles/owl-carousel.css";
@import "styles/fancybox.css";
/**
==================================================================================
Animation on Image
==================================================================================
**/

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    /* transition-delay: .3s; */
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.animated{
    animation-duration: .3s;
}