.mainhero-unitedsnde-section {
	position: relative;
	width: 100%;
}
.mainhero-unitedsnde-section img {
	width: 100%;
	height: auto;
}
.mainhero-unitedsnde-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.mainhero-unitedsnde-section .bannr-title-txt {
	position: absolute;
	top: 104px;
	left: 60px;
	width: 47%;
	z-index: 9;
}
.mainhero-unitedsnde-section .bannr-title-txt h5 {
	font-size: 24px;
	color: #eaeaec;
	line-height: 50px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.mainhero-unitedsnde-section .bannr-title-txt h4 {
	font-size: 65px;
	color: #fff;
	line-height: 80px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.mainhero-unitedsnde-section .bannr-title-txt p {
	font-size: 17px;
	color: #f4f4f5;
	line-height: 28px;
	font-weight: 400;
	border-left: 1px solid rgb(255 255 255 / 56%);
	padding: 0 0 0 15px;
	margin: 15px 0;
}
.mainhero-unitedsnde-section .bannr-title-txt .explorenow-btn {
	display: inline-block;
	padding: 20px 0 0;
}
.mainhero-unitedsnde-section .bannr-title-txt .explorenow-btn a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	transition: 0.3s;
	background: #a8977b;
	border-radius: 10px;
	text-align: center;
	padding: 15px 30px;
	margin: 0;
}
.mainhero-unitedsnde-section .bannr-title-txt .explorenow-btn a:hover {
	color: #fff;
	background: #7f715c;
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.carousel-inner .carousel-item > img {
	-webkit-animation: zoom 30s;
	animation: zoom 30s;
}
.mobban {
	display: none;
}
@media screen and (max-width:1024px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.dskban {
	display: none;
}
.mobban {
	display: block;
}
.mainhero-unitedsnde-section .bannr-title-txt {
	top: 35%;
	width: 75%;
}
.mainhero-unitedsnde-section .bannr-title-txt h4 {
	font-size: 40px;
	line-height: 60px;
}
}