.hmact-mainhero-Section {
	width: 100%;
	position: relative;
}
.hmact-mainhero-Section img {
	width: 100%;
	height: auto;
}
.carousel {
	top:0;
}
.hmact-mainhero-Section .carousel-caption {
	bottom:9rem;
	z-index:1;
	right: 10%;
	left: 10%;
}
.hmact-mainhero-Section .carousel-control-next, .hmact-mainhero-Section .carousel-control-prev {
    width: 5%;
}
.carousel-caption .bantxt {
	width:45%;
	margin:0;
	text-align: left;
}
.carousel-caption .bantxt h4 {
	font-size: 24px;
	color: #000;
	line-height: 34px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.carousel-caption .bantxt h5 {
	font-size: 22px;
	color: #ffd100;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.carousel-caption .bantxt h4.wd1 {
	width:490px;
}
.carousel-caption .bantxt h4.wd2 {
	width:335px;
}
.carousel-caption .bantxt h4.wd3 {
	width:385px;
}
.carousel-caption .bantxt h4.wd4 {
	width:365px;
}
.carousel-caption .bantxt .quote-btn {
	display: inline-block;
	margin: 20px 0 0;
}
.carousel-caption .bantxt .quote-btn a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding: 7px 45px 7px 30px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
	border-radius:50px;
	background: url(../images/w-arw.png) no-repeat #00aff0 85% 14px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.carousel-caption .bantxt .quote-btn a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/w-arw.png) no-repeat #1e1e1e 85% 14px;
}
.carousel-item {
	width:100%;
	height:100%;
}
 @media screen and (max-width:992px) {
.carousel-item > img {
 width:100%;
 height:100%;
}
.hmact-mainhero-Section .carousel-caption {
	bottom:2rem;
	right: 5%;
	left: 5%;
}
.carousel-caption .bantxt h4.wd1 {
	width:auto;
}
.carousel-caption .bantxt h4.wd2 {
	width:auto;
}
.carousel-caption .bantxt h4.wd3 {
	width:auto;
}
.carousel-caption .bantxt h4.wd4 {
	width:auto;
}
}

