header.header.slider-fade.header-video video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slider-fade.header-video:before {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 57%);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9;
}
.videoContent {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
    text-align: center;
    }

.videoContent h4 {
    font-family: 'Saira', sans-serif;
    font-size: 41px;
    font-weight: 800;
    margin-bottom: 0px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
}

.videoContent p {
    font-size: 17px;
    line-height: 31px;
    font-weight: 600;
    text-shadow: none;
    margin-bottom: 0;
    color: #fff;
}

.arow-sign {
    position: absolute;
    bottom: 10px;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.arow-sign .circls{
animation: rotate-animation 10s infinite linear;
}
.arow-sign .circls circle{
	animation: expands 5s infinite linear;
}
.arow-sign .arros {
    animation: transform 2s infinite linear;      
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -3px;
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes transform {
	0% {
		-webkit-transform: translateY(-0%);
    transform: translateY(-0%);
  }
  50% {
		-webkit-transform: translateY(20%);
    transform: translateY(10%);
	}
	100% {
		-webkit-transform: translateY(0%);
    transform: translateY(0%);
	}
}



@keyframes expands {
	0% {
		r: 29;
  }
  50% {
		r: 40;
	}
	100% {
		r: 29;
	}
}
    
.homeGallery .gallery-item a .gallery-box:after {
    display: none;
}
@media screen and (max-width: 767px) {
    header.header.slider-fade.header-video {
        height: 100vh !important;
    }
}
@media screen and (max-width: 450px) {
    .videoContent p br {
        display: none;
    }
}

