.wave {
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 100%;
}
.wave svg {
    width: 100%;
    bottom: 0;
}
.wave .wavecolor {
    fill: #FFFFFF;
}


.swiper-pagination span {
	background-color: rgba(245, 245, 245, 0.9);
}

.animated {
	opacity: 1;
	-webkit-animation-duration: 1.75s;
	animation-duration: 1.75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .wave {
        display: none;
    }
}