.wow {
    -webkit-animation: fadeInDown 1s 0.2s ease both;
    animation: fadeInDown 1s 0.2s ease both;
}

.fadeInLeft {
    -webkit-animation: fadeInLeft 1.5s ease both;
    animation: fadeInLeft 1.5s ease both;
}

.fadeInRight {
    -webkit-animation: fadeInRight 1.5s ease both;
    animation: fadeInRight 1.5s ease both;
}

.fadeIn {
    -webkit-animation: fadeIn 1.5s ease both;
    animation: fadeIn 1.5s ease both;
}


.fadeInUp {
    -webkit-animation: fadeInUp 0.5s ease both;
    animation: fadeInUp 0.5s ease both;
}