/* Generic - Hero Section  - Full width Image with Content */
.inner-hero-section {
	position: relative;
	padding: 27px 27px 135px;
	position: relative;
	background: #f2f2f2;
	clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 91px), 0% 100%);
}

@media (max-width: 768px) {
	.inner-hero-section {
		padding: 0px 20px 135px;
	}
}

.inner-hero-section .image-section img {
	position: absolute;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
}

.inner-hero-section .image-section {
	position: absolute;
	height: calc(100% - 164px);
	top: 31px;
	left: 27px;
	width: calc(100% - 54px);
	background: url(images/inner-hero-banner.jpg) no-repeat center/cover;
}

.inner-hero-section .entry-meta {
	font-size: 0px;
}

.inner-hero-section .content {
	padding: 365px 0 0;
}

@media (max-width: 768px) {
	.inner-hero-section .image-section {
		left: 20px;
		width: calc(100% - 40px);
		height: calc(100% - 133px);
		top: 0;
	}

	.inner-hero-section .content {
		padding: 250px 10px 0;
	}
}

.inner-hero-section:before {
	position: absolute;
	content: "";
	top: 31px;
	height: 293px;
	width: calc(100% - 54px);
	z-index: 4;
	left: 27px;
	opacity: 0.88;
	background-image: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.63),
			rgba(0, 0, 0, 0));
}

.inner-hero-section:after {
	position: absolute;
	content: "";
	top: 16px;
	height: 15px;
	max-width: 599px;
	width: 31.25%;
	z-index: 4;
	left: 0px;
	right: 0;
	margin: 0 auto;
	background: #309a9a;
	;
}

.inner-hero-section .fl-row-content-wrap {
	position: relative;
	display: flex;
	align-items: flex-end !important;
}

.inner-hero-section .fl-row-content {
	position: relative;
	z-index: 5;
	background: #001a29;
	padding: 56px 65px 67px;
	margin-bottom: -45px;
	max-width: 648px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1280px) {
	.inner-hero-section .fl-row-content {
		margin-bottom: -25px;
	}
}

@media (max-width: 768px) {
	.inner-hero-section .fl-row-content {
		margin-bottom: -10px;
		padding: 40px 30px;
	}

	.inner-hero-section:before {
		width: calc(100% - 40px);
		left: 20px;
		top: 0;
	}

	.inner-hero-section .fl-row-content:before,
	.inner-hero-section .fl-row-content:after {
		display: none;
	}

	.inner-hero-section:after {
		display: none
	}
}

.inner-hero-section .fl-row-content::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	box-shadow: -17.5px -17.5px #e89923;
	width: 318px;
	height: calc(100% - 5px);
}

.inner-hero-section .fl-row-content::after {
	position: absolute;
	content: "";
	bottom: -19px;
	right: 0;
	background: #1d6363;
	width: 286px;
	height: 19px;
}

.inner-hero-section .fl-row-content h1 {
	max-width: 426px;
	width: 100%;
	margin: 0 auto !important;
	margin-bottom: 35px !important;
	padding-bottom: 13px !important;
	border-bottom: 1px solid #e89923;
	color: #f2f2f2;
}

.inner-hero-section .fl-row-content h1:last-child {
	margin-bottom: 0 !important;
}

.inner-hero-section .fl-row-content p,
.inner-hero-section .entry-meta time {
	font-family: sans-serif, arial;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 20px !important;
	line-height: 1.1;
	color: #f2f2f2;
}

.inner-hero-section.four-zero-four .fl-row-content-wrap {
	align-items: center !important;
}

@media (max-width: 480px) {

	.inner-hero-section .fl-row-content p,
	.inner-hero-section .entry-meta time {
		font-size: 35px !important;
	}
}


.innerPage-hero-section {
	position: relative;
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
}

.innerPage-hero-section:before {
	position: absolute;
	content: '';
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 4;
	left: 0;
	opacity: 0.35;
	background-image: linear-gradient(rgba(12, 12, 12, 0) 0%, #0c0c0c 100%);
}

@media (max-width: 992px) {
	.innerPage-hero-section {
		margin-bottom: 100px;
	}
}

@media (max-width: 768px) {
	.innerPage-hero-section {
		margin-bottom: 80px;
		min-height: 300px !important;
		height: auto;
	}
}

.innerPage-hero-section .image-section {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.innerPage-hero-section .image-section img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top;
}

.innerPage-hero-section .content {
	max-width: 1920px;
	padding: 100px;
	display: flex;
	align-items: center;
}


/* Remove Generic header from home Page */
.home .innerPage-hero-section.generic-hero-section {
	display: none;
}

/* Generic Hero Banner */

.innerPage-hero-section.generic-hero-section .content {
	display: flex;
	align-items: flex-end;
	padding-top: 40px;
	padding-right: 100px;
	width: 100%;
	padding-bottom: 92px;
	z-index: 4;
	padding-left: 100px;
}

@media (max-width: 992px) {
	.innerPage-hero-section.generic-hero-section .content {
		padding: 100px 60px 92px;
	}
}

@media (max-width: 768px) {
	.innerPage-hero-section.generic-hero-section .content {
		padding: 40px 30px 40px;
		align-items: center;
	}
}

.innerPage-hero-section.generic-hero-section .page-title {
	text-align: left;
	padding-bottom: 0;
	text-transform: capitalize;
	color: var(--color-white);
}

@media (max-width: 992px) {
	.innerPage-hero-section .content {
		padding: 100px 60px;
	}
}

@media (max-width: 768px) {
	.innerPage-hero-section .content {
		padding: 100px 30px;
	}
}

.innerPage-hero-section .cantainer {
	position: relative;
	max-width: 1088px;
	width: 100%;
	z-index: 2;
	margin: 0 auto;
}

.innerPage-hero-section h1 a {
	text-decoration: none;
	color: #fffbed;
}

.innerPage-hero-section .entry-meta,
.post-edit-link,
.comment-respond,
.entry-footer {
	display: none;
}