.wave {
    position: absolute;
    bottom: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 100%;
}
.wave svg {
    bottom: 0;
}
.wave .wavecolor-one {
    fill: #FFFFFF;
}
.wave .wavecolor-two {
    fill: #027FA2;
    stroke: #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;
}
