.enerfluxmain-videohero-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 650px;
}
.enerfluxmain-videohero-section video {
	width: 100vw !important;
	height: 100vh !important;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 100%;
	object-fit: cover;
}
#myVideo {
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.inner-banrcontent {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
}
.inner-banrcontent .inn-slidetbx {
	width: 75%;
	text-align: center;
	padding: 250px 0 0;
	margin: 0 auto;
}
.inner-banrcontent .inn-slidetbx h4 {
	font-family: 'Montserrat';
	display: block;
	color: #fff;
	font-size: 46px;
	line-height: 60px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.inner-banrcontent .inn-slidetbx p {
	display: block;
	color: #fff;
	font-size: 19px;
	line-height: 31px;
	font-weight: 400;
	margin: 0;
	padding: 20px 15% 0;
}
.melting-text {
	font-size: 6rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	animation: melt 3s infinite ease-in-out;
	background: linear-gradient(90deg, #ff6f61, #ffbd44, #ff6f61);
	-webkit-background-clip: text;
	color: transparent;
}
.melting-text::before, .melting-text::after {
	content: 'Engineering Solutions for Power, Oil & Gas, and Infrastructure';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #009966, #004080, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	z-index: -1;
	transform: scaleY(1);
	opacity: 0.5;
	animation: drip 3s infinite ease-in-out;
}
.melting-text::after {
	filter: blur(10px);
	opacity: 0.1;
}

/* Keyframes for melting effect */
@keyframes melt {
 0%, 100% {
 transform: translateY(0);
}
 50% {
 transform: translateY(20px);
}
}
 @keyframes drip {
 0%, 100% {
 transform: scaleY(1);
 opacity: 0.3;
}
 50% {
 transform: scaleY(1.2);
 opacity: 0.5;
}
}
.mobban {
	display: none;
}
.enerfluxmain-videohero-section .request-btn {
	display: inline-block;
	margin: 20px 10px 0;
}
.enerfluxmain-videohero-section .request-btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #009966;
	background:#009966;
	margin: 0;
	padding: 10px 20px;
	border-radius: 50px;
}
.enerfluxmain-videohero-section .request-btn a a:hover {
	color: #fff;
	text-decoration: none;
}
.enerfluxmain-videohero-section .viewprjt-btn {
	display: inline-block;
	margin: 20px 10px 0;
}
.enerfluxmain-videohero-section .viewprjt-btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #004080;
	background:#004080;
	margin: 0;
	padding: 10px 20px;
	border-radius: 50px;
}
.enerfluxmain-videohero-section .viewprjt-btn a a:hover {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:1024px) {
.inner-banrcontent .inn-slidetbx {
	width: 90%;
	text-align: center;
}
.inner-banrcontent .inn-slidetbx h4 {
	font-size: 36px;
	line-height: 42px;
}
.mobban {
	display: block;
}
.dskban {
	display: none;
}
}