section[data-cattype="643"]{

}

[data-cattype="643"] .home-event-img{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	height:250px;
	width:100%;
}



[data-cattype="643"] .owl-carousel .owl-nav button i{
    color: #000;
}

[data-cattype="643"] .home-events.owl-carousel .owl-nav button.owl-prev{
    left: -25px;
}

[data-cattype="643"] .home-events.owl-carousel .owl-nav button.owl-next{
    right: -25px;
}

[data-cattype="643"] .event-content p.font-15{
    font-style: italic;
}

/* WAVE */

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
[data-cattype="643"] .waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
}
[data-cattype="643"] .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
[data-cattype="643"] .bgTop {
    z-index: 15;
    opacity: 0.5;
}
[data-cattype="643"] .bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
[data-cattype="643"] .bgBottom {
    z-index: 5;
}
[data-cattype="643"] .wave {
    position: absolute;
    left: 0;
	bottom:0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
[data-cattype="643"] .waveTop {
    background-size: 50% 100px;
}
[data-cattype="643"] .waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
[data-cattype="643"] .waveMiddle {
    background-size: 50% 120px;
}
[data-cattype="643"] .waveAnimation .waveMiddle {
    animation: move_wave 20s linear infinite;
	z-index:1;
}

[data-cattype="643"] .waveAnimation .waveMiddle.v2 {
    animation: move_wave 15s linear infinite;
	z-index:2;
}
[data-cattype="643"] .waveAnimation .waveMiddle.v3 {
    animation: move_wave 10s linear infinite;
	z-index:3;
}

[data-cattype="643"] .waveAnimation .waveMiddle.v4 {
    animation: move_wave 25s linear infinite;
	z-index:4;
}

[data-cattype="643"] .waveAnimation .waveMiddle.v5 {
    animation: move_wave 30s linear infinite;
	z-index:5;
}

[data-cattype="643"] .waveBottom {
    background-size: 50% 100px;
}
[data-cattype="643"] .waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="643"] .owl-carousel .owl-nav button.owl-prev{
        left: -10px;
    }
    
    [data-cattype="643"] .owl-carousel .owl-nav button.owl-next{
        right: -10px;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   [data-cattype="643"] .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    
    [data-cattype="643"] .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }

}

/* Mobile screen size */
@media (max-width: 480px) {
    [data-cattype="643"] .testimonial{
        border-left: 0;
		padding-left:0;
    }
    
    [data-cattype="643"] .testimonial h4{
        font-size: 20px;
    }
    
    [data-cattype="643"] .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    
    [data-cattype="643"] .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }

	[data-cattype="643"] .grid-events {
		padding:0 30px;
	}
}