.ib-service-page {
	color: #222;
	font-family: inherit;
}

.ib-service-section {
	position: relative;
}

.ib-service-hero {
	background-position: center;
	background-size: cover;
	min-height: 520px;
	display: flex;
	align-items: center;
	padding: 80px 0;
}

#main.column1.wide.clearfix.no-breadcrumbs {
	margin-top: 0;
}

main#content{
	margin-left: -30px;
	margin-right: -30px;
}

.ib-service-hero {
	padding-top: 230px;
	padding-bottom: 130px;
}

.ib-service-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.ib-service-hero .container,
.ib-service-hero .container-fluid {
	position: relative;
	z-index: 2;
}

.ib-service-hero__content {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	
	margin: 0 auto;
}

.ib-service-hero__content > * {
	margin-left: 0;
	margin-right: 0;
}

.ib-service-eyebrow {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 6px;
}

.ib-service-title {
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 18px;
	letter-spacing: 1px;
	color: #fff;
}

.ib-service-description {
	font-size: 16px;
	max-width: 610px;
	margin-bottom: 22px;
}

.ib-service-btn {
	background: #f2aa00;
	border-color: #f2aa00;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 32px;
	border-radius: 50px;
}

.ib-service-btn:hover,
.ib-service-btn:focus {
	background: #d99700;
	border-color: #d99700;
	color: #000;
}

.ib-service-intro {
	padding: 55px 0 35px;
}

.ib-service-heading-wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
}

.ib-service-heading-wrap__icon {
	font-size: 26px;
	color: #007336;
	margin-right: 12px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ib-service-heading-wrap__icon img {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.ib-service-heading-wrap h2 {
	font-size: 36px;
	font-weight: 400;
	color: #6e6e6e;
	margin: 0;
}

.ib-service-heading-wrap h2 strong {
	font-weight: 700;
	color: #6e6e6e;
}

.ib-service-intro__copy p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 12px;
}

.ib-service-list-numbered {
	padding-left: 22px;
	margin-bottom: 0;
}

.ib-service-list-numbered li {
	margin-bottom: 6px;
}

.ib-service-intro__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 340px;
}

.ib-service-cards {
	padding: 15px 0 40px;
}

.ib-service-card {
	border: 2px solid #f2aa00;
	border-radius: 18px;
	padding: 28px 26px 26px;
	height: 100%;
	background: #fff;
	text-align: center;
}

.ib-service-card__icon {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ib-service-card__icon img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.ib-service-card h3 {
	font-size: 24px;
	font-weight: 700;
	color: #111;
	margin-bottom: 14px;
}

.ib-service-card ul {
	margin: 0;
	padding-left: 18px;
	text-align: left;
	display: inline-block;
}

.ib-service-card li {
	margin-bottom: 6px;
	color: #333;
}

.ib-service-gallery .container-fluid {
	padding: 0;
}

.ib-service-gallery__item {
	position: relative;
	display: block;
	overflow: hidden;
	height: 315px;
	background: #eaeaea;
	cursor: zoom-in;
}

.ib-service-gallery__item img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.ib-service-gallery__item:hover img {
	transform: scale(1.04);
}

@media (max-width: 767.98px) {
	.ib-service-gallery__item {
		height: 250px;
	}
}

.ib-service-band {
	background-position: center;
	background-size: cover;
	padding: 110px 0 114px;
	margin-top: 22px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.ib-service-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(242, 170, 0, 0.95) 0%, rgba(242, 170, 0, 0.7) 45%, rgba(242, 170, 0, 0) 85%);
}

.ib-service-band .container {
	position: relative;
	z-index: 2;
}

.ib-service-band__content h2 {
	font-size: 52px;
	font-weight: 400;
	color: #111;
	max-width: 680px;
	line-height: 1.1;
	margin-bottom: 14px;
}

.ib-service-band__content h2 strong {
	font-weight: 800;
	color: #111;
}

.ib-service-band__content ul {
	margin: 0;
	padding-left: 20px;
	color: #111;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
}

.ib-service-contact {
	padding: 40px 0 60px;
}

.ib-service-contact__media img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	margin-bottom: 12px;
}

.ib-service-contact__media p {
	margin: 0;
	max-width: 420px;
}

.ib-service-contact__form h2 {
	font-size: 32px;
	font-weight: 800;
	color: #111;
	margin: 0 0 6px;
}

.ib-service-contact__form p {
	font-size: 14px;
	margin-bottom: 12px;
}

.ib-service-form-placeholder .form-control {
	border-radius: 0;
	border: 1px solid #222;
	color: #111;
}

.ib-service-form-placeholder .form-control:focus {
	border-color: #007336;
	box-shadow: none;
}

.ib-service-form-placeholder input[type=submit].btn-primary {
	background: #f2aa00;
	border: 1px solid #f2aa00;
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	padding: 10px 55px;
	border-radius: 50px;
	transition: all 0.25s ease;
}

.ib-service-form-placeholder input[type=submit].btn-primary:hover,
.ib-service-form-placeholder input[type=submit].btn-primary:focus {
	background: #d99700;
	border-color: #d99700;
	color: #111;
	box-shadow: none;
}

.ib-service-form-placeholder input[type=submit].btn-primary:active {
	background: #c68b00;
	border-color: #c68b00;
	color: #111;
}

.ib-service-btn--full {
	min-width: 140px;
}

@media (max-width: 991.98px) {
	.ib-service-title {
		font-size: 58px;
	}

	.ib-service-heading-wrap h2,
	.ib-service-card h3 {
		font-size: 28px;
	}

	.ib-service-band__content h2 {
		font-size: 42px;
	}

	.ib-service-contact__form {
		margin-top: 24px;
	}
}

@media (max-width: 767.98px) {
	.ib-service-hero {
		min-height: 640px;
		padding: 120px 0 140px;
	}

	.ib-service-eyebrow {
		font-size: 22px;
	}

	.ib-service-title {
		font-size: 44px;
	}

	.ib-service-heading-wrap h2,
	.ib-service-contact__form h2 {
		font-size: 26px;
	}

	.ib-service-band__content h2 {
		font-size: 34px;
	}

	.ib-service-intro,
	.ib-service-cards,
	.ib-service-gallery,
	.ib-service-contact {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ib-service-band {
		padding-left: 30px;
		padding-right: 30px;
	}

	.ib-service-cards .row > [class*="col-"] + [class*="col-"] {
		margin-top: 20px;
	}
}
