.dlcargohero-banner-section {
	position: relative;
	width: 100%;
}
.dlcargohero-banner-section img {
	width: 100%;
	height: auto;
}
.dlcargohero-banner-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: 7rem;
	z-index: 1;
}
.carousel-caption .bantxt {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.carousel-caption .bantxt h4 {
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.carousel-caption .bantxt .contactnow-btn {
	display: inline-block;
	padding: 20px 0 0;
}
.carousel-caption .bantxt .contactnow-btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 150px;
	border: 1px solid #fff;
	padding: 10px 20px;
	margin: 0;
}
.carousel-caption .bantxt .contactnow-btn a:hover {
	color: #fff;
	background: #079e2c;
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.wave-text span {
	display: inline-block;
	animation: 2s ease-in-out infinite wave
}
.wave-text span:first-child {
	animation-delay: 0s
}
.wave-text span:nth-child(2) {
	animation-delay: .2s
}
.wave-text span:nth-child(3) {
	animation-delay: .4s
}
.wave-text span:nth-child(4) {
	animation-delay: .6s
}
 @keyframes wave {
 0%, 100% {
 transform: translateY(0)
}
 50% {
 transform: translateY(-20px)
}
}
.mobban {
	display: none;
}
 @media screen and (max-width:1024px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.carousel-caption .bantxt {
	width: 90%;
}
.dskban {
	display: none;
}
.mobban {
	display: block;
}
}
@media screen and (max-width:768px) {	
.carousel-caption .bantxt h4 {
	font-size: 26px;
	line-height: 40px;
}
.carousel-caption .bantxt .contactnow-btn {
	padding: 10px 0 0;
}
.carousel-caption .bantxt .contactnow-btn a {
	font-size: 13px;
	line-height: 26px;
	padding: 8px 15px;
}
}
@media screen and (max-width:480px) {
.carousel-caption {
	bottom: 1rem;
}
.carousel-caption .bantxt h4 {
	font-size: 19px;
	line-height: 28px;
}
.carousel-caption .bantxt .contactnow-btn {
	display:none;
}
}
