body.inner-page {
	background: #fff;
}

.inner-page .header-body {
	background-color: #212529 !important;
}

.inner-page-hero {
	position: relative;
	padding: 145px 0 78px;
	background-image: linear-gradient(rgba(20, 28, 24, 0.72), rgba(20, 28, 24, 0.72)), url("../images/bg.jpg");
	background-position: center;
	background-size: cover;
}

.inner-page-hero h1 {
	color: #fff;
	font-size: 42px;
	line-height: 1.18;
	margin-bottom: 16px;
}

.inner-page-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.7;
	max-width: 860px;
	margin-bottom: 0;
}

.inner-page .breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 22px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.inner-page .breadcrumb-item,
.inner-page .breadcrumb-item a,
.inner-page .breadcrumb-item.active,
.inner-page .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.78);
}

.inner-page .breadcrumb-item a:hover {
	color: #fff;
}

.inner-page-content {
	font-size: 16px;
	line-height: 1.82;
}

.inner-page-content h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 18px;
}

.inner-page-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
}

.inner-page-content ul {
	padding-left: 20px;
	margin-bottom: 26px;
}

.inner-page-content li {
	margin-bottom: 8px;
}

.inner-aside-card {
	border-top: 4px solid #6a9f45;
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	padding: 26px;
	margin-bottom: 28px;
}

.inner-aside-card h2,
.inner-aside-card h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}

.inner-related-links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.inner-related-links li {
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}

.inner-related-links li:last-child {
	border-bottom: 0;
}

.inner-related-links a {
	display: block;
	padding: 11px 0;
	color: #444;
	font-weight: 600;
}

.inner-related-links a:hover {
	color: #6a9f45;
	text-decoration: none;
}

.inner-feature-image {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 28px;
}

.inner-cta {
	background: #6a9f45;
	color: #fff;
}

.inner-cta h2,
.inner-cta p,
.inner-cta a:not(.btn) {
	color: #fff;
}

.team-profile {
	height: 100%;
}

.team-profile img {
	width: 100%;
	height: auto;
}

.contact-map iframe {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
}

.contact-detail-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.contact-detail-list li {
	margin-bottom: 12px;
}

@media (max-width: 991px) {
	.inner-page-hero {
		padding: 120px 0 64px;
	}

	.inner-page-hero h1 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.inner-page-hero {
		padding: 105px 0 52px;
	}

	.inner-page-hero h1 {
		font-size: 28px;
	}

	.inner-page-hero p {
		font-size: 16px;
	}
}
