/* inner page banner Start */

.content-banner{
	position: relative;
}
.hr_banner{
	position: absolute;
	bottom: -1px;
}
.content-banner,
.content-banner .inner-banner,
.content-banner .video-wrapper{
	position: relative;
	height: 450px;
	overflow: hidden;
}
.content-banner.content-banner-without-image {
	height: 220px;
}

@media(min-width:768px){
	.content-banner,
	.content-banner .inner-banner,
	.content-banner .video-wrapper{
		height: 450px;
	}
	.content-banner.content-banner-without-image {
		height: 180px;
	}
}
@media(min-width:992px){
	.content-banner.content-banner-without-image {
		height: 210px;
	}
}
@media(min-width:1400px){
	.content-banner,
	.content-banner .inner-banner,
	.content-banner .video-wrapper{
		height: 600px;
	}
	.content-banner.content-banner-without-image {
		height: 300px;
	}
}

.content-banner .video-wrapper video {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.content-banner .inner-banner{
	background-size: cover;
	padding: 210px 0 120px 0;
	background-position: center;
}
.inner-banner-info{
	background: var(--primary);
	width: 100%;
	max-width: 484px;
	padding: 45px;
	color: var(--white-color);
	font-size: 22px;
	line-height: 1.5;
	-webkit-box-shadow: 0px 3px 30px #0000004D;
	-moz-box-shadow: 0px 3px 30px #0000004D;
	box-shadow: 0px 3px 30px #0000004D;
	float: right;
}
.inner-banner-info h1{
	color: var(--white-color);
	font-size: 50px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.inner-banner-info h2 {
	margin: 0 0 25px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: var(--white-color);
}
.inner-banner-info p {
	margin: 0 0 25px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: var(--white-color);
}
/* inner page banner End */
