.vegahero-slider-section {
	position: relative;
	width: 100%;
}
.vegahero-slider-section img {
	width: 100%;
	height: auto;
}
.vegahero-slider-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.carousel-caption {
	bottom: 2rem;
	z-index: 1;
}
.carousel-caption .vegatitlebx {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.carousel-caption .vegatitlebx h4 {
	font-family: 'Poppins';
	font-size: 52px;
	color: #fff;
	line-height: 60px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.carousel-caption .vegatitlebx h4 strong {
	font-family: 'Poppins';
	color: #fff;
}
.carousel-caption .vegatitlebx p {
	font-size: 17px;
	color: #fff;
	line-height: 27px;
	font-weight: 500;
	margin: 0;
	padding: 20px 50px 0;
}
.carousel-caption .vegatitlebx .explore-courses-btn {
	display: inline-block;
	margin: 25px 0 0;
}
.carousel-caption .vegatitlebx .explore-courses-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #719430;
	border: 1px solid #82a83b;
	padding: 15px 25px;
	border-radius: 3px;
}
.carousel-caption .vegatitlebx .explore-courses-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #1464ac;
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.mobban {
	display: none;
}
@media screen and (max-width:1024px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.carousel-caption {
	bottom: 10rem;
}
.dskban {
	display: none;
}
.mobban {
	display: block;
}
.carousel-caption .vegatitlebx {
	width: 100%;
}
.carousel-caption .vegatitlebx h4 {
	font-size: 38px;
	line-height: 44px;
}
}
@media screen and (max-width:768px) {
.carousel-caption {
	bottom: 7rem;
}
.carousel-caption .vegatitlebx h4 {
	font-size: 32px;
	line-height: 40px;
}
.carousel-caption .vegatitlebx p {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	padding: 10px 0 0;
}
.carousel-caption .vegatitlebx .explore-courses-btn {
	margin: 10px 0 0;
}
.carousel-caption .vegatitlebx .explore-courses-btn a {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 20px;
}
}
@media screen and (max-width:480px) {
.carousel-caption {
	bottom: 0.2rem;
	left:5%;
	right:5%;
}
.carousel-caption .vegatitlebx h4 {
	font-size: 20px;
	line-height: 30px;
}
.carousel-caption .vegatitlebx p {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
}
.carousel-caption .vegatitlebx .explore-courses-btn {
	margin: 10px 0 0;
}
.carousel-caption .vegatitlebx .explore-courses-btn a {
	font-size: 11px;
	line-height: 15px;
	padding: 10px 20px;
}
}
