.cst-swiper-container .cst-banner-item {
	transition-duration: calc(5000ms* 1.2);
	height: 65vh;
	min-height: 430px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #161A1D61;
	position: relative;
}

.cst-swiper-container .banner-content {
	padding: 80px 50px 30px 50px;
	height: 100%;
	max-width: 1500px;
	margin: 0 auto;
	background-position: 50%;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}

.cst-swiper-container .banner-bg-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.cst-swiper-container  .banner-content-inner {
	max-width: 55%;
}

.cst-swiper-container  .content-title h1 {
	margin-bottom: 20px;
	letter-spacing: 0.8px;
	/* font-weight: 600 !important; */!i;!;
	line-height: 1;
	margin-right: 10%;
	color: #fff !important;
	font-family: Arial !important;
}

.cst-swiper-container .content-para {
	margin-bottom: 34px;
	font-size: 16px;
	line-height: 1.4;
}

.cst-swiper-container .slide-sub-heading {
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 20px !Important;
	font-weight: 600;
	line-height: 1.2em;
	font-family: Arial;
	margin-top: .5rem;
}

.cst-swiper-container .content-btn a {
	background: #2c9a47;
	font-size: 16px;
	display: inline-block;
	padding: 20px 40px;
	text-align: center;
	transition: all .3s;
	font-weight: 600;
	font-family: Arial;
	line-height: 1;
	color: inherit;
}

.cst-swiper-container .content-btn a:hover{
	background: #7ebc42;
}

.cst-swiper-container .swiper-button-next,.cst-swiper-container .swiper-button-prev {
	color: #fff !important;
}

.cst-swiper-container .swiper-button-next:after, .cst-swiper-container .swiper-button-prev:after {
	font-size: 16px !important;
	line-height: 1 !important;
	font-weight: bold !important;
}

.cst-swiper-container .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	background: #7d7d7d;
}

.cst-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #dae245;
}

.content-img {
	margin-bottom: 20px;
	margin-right: 10%;
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
}

.cst-swiper-container .content-title h2 {
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 20px ! Important;
	font-family: "Open Sans", Sans-serif;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: .5rem;
}

@media(max-width: 767px){
	.cst-swiper-container .banner-content {
		padding: 30px 30px 30px 30px;
	}

	.cst-swiper-container .cst-banner-item {
		min-height: 500px;
	}

	.cst-swiper-container .banner-content-inner {
		max-width: 75%;
	}

	.cst-swiper-container .content-title h1 {
		font-size: 30px;
		margin-right: 0;
	}

	.cst-swiper-container .slide-sub-heading {
		font-size: 17px;
	}

	.cst-swiper-container .content-title h2{
		display: none;
	}
}