.luxtremeheroslider-section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.luxtremeheroslider-section img {
	width: 100%;
	height: auto;
}
.carousel-caption {
	bottom: 3rem;
	z-index: 1;
	left:0;
	right:0;
}
.carousel-caption .bantxt {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	float:left;
}
.carousel-caption .bantxt h4 {
	width: 32%;
	float:left;
	font-size: 44px;
	color: #fff;
	line-height: 54px;
	font-weight: 600;
	text-transform:uppercase;
	background:rgba(0,0,0,0.5);
	margin: 0;
	padding: 30px;
}
.dsktban {
	display: block;
}
.moblban {
	display: none;
}
.moving {
	animation: moveUpDown 3.5s infinite alternate cubic-bezier(0.25, 0.1, 0.25, 0.2);
}
@keyframes moveUpDown {
 0%, 100% {
 top: 400px;
}
 50% {
 top: 350px;
}
}
.wave-text span {
    display: inline-block;
    animation: wave 2s ease-in-out infinite;
}
.wave-text span:nth-child(1) {
    animation-delay: 0s;
}
.wave-text span:nth-child(2) {
    animation-delay: 0.2s;
}
.wave-text span:nth-child(3) {
    animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
    animation-delay: 0.6s;
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.luxtremehero-innerbanner-section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.luxtremehero-innerbanner-section img {
	width: 100%;
	height: auto;
}
.luxtremehero-innerbanner-section::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.luxtremehero-innerbanner-section .banrtitle {
	position: absolute;
	left: 0;
	right: 0;
	top: 18rem;
	z-index: 9;
	margin: 0 auto;
	padding: 0 8%;
}
.luxtremehero-innerbanner-section .banrtitle h4 {
	display: block;
	font-family: 'Jost';
	font-size: 32px;
	color: rgba(255, 255, 255);
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
.luxtremehero-innerbanner-section .banrtitle h5 {
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;
}
.luxtremehero-innerbanner-section .banrtitle h5 a {
	font-size: 12px;
	color: rgba(233,172,40,0.8);
	text-decoration: none;
}
.luxtremehero-innerbanner-section .banrtitle h5 a:hover {
	font-size: 12px;
	color: rgba(233, 172, 40);
	text-decoration: none;
}
.luxtremehero-innerbanner-section .banrtitle2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 8rem;
	z-index: 9;
	margin: 0 auto;
	padding: 0 8%;
}
.luxtremehero-innerbanner-section .banrtitle2 h4 {
	display: block;
	font-family: 'Jost';
	font-size: 54px;
	color: rgba(255, 255, 255);
	line-height: 65px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}
.luxtremehero-innerbanner-section .banrtitle2 h5 {
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;
}
.luxtremehero-innerbanner-section .banrtitle2 h5 a {
	font-size: 12px;
	color: rgba(233,172,40,0.8);
	text-decoration: none;
}
.luxtremehero-innerbanner-section .banrtitle2 h5 a:hover {
	font-size: 12px;
	color: rgba(233, 172, 40);
	text-decoration: none;
}
@media screen and (max-width:992px) {
.carousel-item > img {
	width: 100%;
	height: 100%
}
.carousel-caption {
	bottom: 15rem;
	z-index: 1;
}
.carousel-caption .bantxt h4 {
	width: 100%;
	font-size: 28px;
	line-height: 34px;
}
.dsktban {
	display: none;
}
.moblban {
	display: block;
}
.luxtremehero-innerbanner-section .banrtitle {
	top: 10rem;
}
.luxtremehero-innerbanner-section .banrtitle h4 {
	font-family: 'Jost';
	font-size: 40px;
	line-height: 50px;
}
.luxtremehero-innerbanner-section .banrtitle2 {
	top: 7rem;
}
.luxtremehero-innerbanner-section .banrtitle2 h4 {
	font-family: 'Jost';
	font-size: 40px;
	line-height: 50px;
}
}
@media screen and (max-width:650px) {
.luxtremehero-innerbanner-section .banrtitle2 {
	top: 5rem;
}
.luxtremehero-innerbanner-section .banrtitle h4 {
	font-family: 'Jost';
	font-size: 25px;
	line-height: 32px;
}
.luxtremehero-innerbanner-section .banrtitle2 {
	top: 2rem;
}
.luxtremehero-innerbanner-section .banrtitle2 h4 {
	font-family: 'Jost';
	font-size: 25px;
	line-height: 32px;
}
}
