.hero-section {
	min-height: 824px;
	display: flex;
	padding: 161px 0 50px 0;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-section::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: rgba(0,0,0,0.45);
	pointer-events: none;
}
.hero-sec-wrap {
	max-width: 650px;
	width: 100%;
	position: relative;
}

.hero-content {
	max-width: 498px;
	width: 100%;
	line-height: 1.41;
}

.hero-btn-wrap {
	margin-top: 48px;
}

.hero-title {
	margin: 0 0 27px 0;
}

@media screen and (max-width:1800px) {
	.hero-section {
		min-height: 750px;
	}
}

@media screen and (max-width:1600px) {
	.hero-section {
		min-height: 720px;
		padding: 70px 0 70px 0;
	}
}

@media screen and (max-width:1440px) {
	.hero-section {
		min-height: 670px;
	}

	.hero-btn-wrap {
		margin-top: 40px;
	}
}

@media screen and (max-width:1360px) {

	.hero-section {
		min-height: 640px;
		padding: 60px 0 60px 0;
	}
}

@media screen and (max-width:1200px) {
	
	.hero-section {
		min-height: 600px;
	}
	
}

@media screen and (max-width:991px) {

	.hero-section {
		min-height: 570px;
		padding: 50px 0 50px 0;
	}

	.hero-title {
		margin: 0 0 20px 0;
	}

	.hero-btn-wrap {
		margin-top: 35px;
	}
	.header-right-inner {
	padding: 0;
}
}
@media screen and (max-width:768px) {
	
.hero-section {
	min-height: 500px;
}
.site-branding {
	padding: 15px 35px 15px 8%;
}
}

@media screen and (max-width:640px) {

.hero-section {
	min-height: 450px;
}
}