.avxmain-hero-section {
	width:100%;
	position: relative;
}
.avxmain-hero-section img {
	width:100%;
	height:auto;
}
.carousel {
	top:0;
}
.carousel-caption {
	bottom:10rem;
	z-index:1;
}
.carousel-caption .bantxt {
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 50px;
    border-radius: 140px;
}
.carousel-caption .bantxt h4 {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.carousel-caption .bantxt p {
    width: 70%;
    font-size: 19px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin: 0 auto;
    padding: 10px 0;
}
.carousel-caption .learn-btn {
	display:inline-block;
	margin:15px 0 0;
}
.carousel-caption .learn-btn a {
	display:block;
	color: #000;
    	font-size: 14px;
    	font-weight: bold;
    	line-height: 24px;
    	padding: 10px 25px;
    	margin: 0;
    	text-decoration: none;
	text-transform: uppercase;
	border-radius:50px;
	background:#fff;
}
.carousel-caption .learn-btn a:hover {
	color: #fff;
    	text-decoration: none;
	background: #000;
}
.carousel-item {
	width:100%;
	height:100%;
}
 @media screen and (max-width:992px) {
.carousel-item > img {
 width:100%;
 height:100%;
}
}
