.page-template-homepage #wrapper {
	padding: 0;
}
.page-template-homepage .content-outer.container {
	max-width: none;
	padding: 0;
}
.page-template-homepage .banners.image_banners {
	margin-left: 0;
}
.banner_cntnt .titlecaption {
	font-family: poppins,sans-serif;
	font-weight: 200;
	font-size: 60px;
	margin-bottom: 0;
}

.banner_item .banner_cntnt .banner_cntnt_wrap .banner_desc .hightlighter-more {
	font-family: Poppins,sans-serif;
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 0;
	line-height: 1;
	display: inline-block;
}
.banner_item .banner_cntnt .banner_cntnt_wrap .banner_desc .normal .highlighter {
	font-family: Poppins,sans-serif;
	font-weight: 700;
	font-size: 30px;
}
.banner_cntnt .banner_link {
	font-family: Poppins,sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.banner_item .banner_cntnt {
	color: #fff;
}
.banner_item_bg .image_caption {
	margin-top: 0;
}
.banner_item {
	display: inline-block;
	width: 100%;
	position: relative;
	height: calc(100vh - 100px);
	overflow: hidden;
}
.banner_item .banner_cntnt {
	display: inline-flex;
	width: 70%;
	position: absolute;
	top: 15%;
	text-align: center;
	height: 70%;
	align-items: center;
	left: 15%;
	background: #0000008a;
}
