.text-wrap {
	white-space: inherit;
}

.bg-muted {
	background: #eeeeee;
}

.border-secondary {
	border-color: var(--color-theme-secondary) !important;
}

.text-primary {
	color: var(--color-theme-primary) !important;
}

b,
strong {
	font-weight: 700;
}

li {
	line-height: 2em;
}

.header-info-business {
	font-weight: 700 !important;
}

/* BG IMAGE HEADER ========================================================================================= */
.header {
	background: url(https://apihoard.webit.com/api/v1/Image/7AE2A874959AEDDD3F332E6889557AE7/7AE2A874959AEDDD3F332E6889557AE7.jpg?size=Original);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	/* background-color: var(--color-theme-highlight); */
	color: #000;
}

@media (max-width: 575px) {

	.header .header-info-logo-img img,
	.header .header-info-logo-img svg {
		max-width: 95%;
	}
}

.header-info .rounded-circle {
	border: 3px solid var(--color-theme-primary);
}

.btn-secondary,
.btn-secondary:focus {
	color: #000;
}

/* HOME PAGE ============================================================================================= */

/* Hero Section
=================================================================================================*/

.contact-callout {
	background: #0075C3;
	padding: 1.5em 1em;
	text-align: center;
}

.contact-callout-text {
	color: var(--color-theme-text-btn);
	margin: 0;
	font-size: 1.5em;
}

.contact-callout-text a {
	color: var(--color-theme-text-btn);
}

.contact-callout-text a:hover {
	color: var(--color-theme-text);
}


/* Hero */
.hero {
	background: url(https://apihoard.webit.com/api/v1/Image/65D6A2970520F06998520C098F051A1D/65D6A2970520F06998520C098F051A1D.jpg?size=Original) no-repeat 65% top;
	margin-top: -1px;
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 700px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media(max-width: 567px) {
	.hero {
		padding-top: 3em;
		padding-bottom: 3em;
		min-height: 410px;
	}

}

.hero:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(18, 39, 64, 0.35);
}

.hero .hero-container {
	position: relative;
	z-index: 2;

}

.hero-content {
	color: #fff;
	max-width: 800px;
	margin: auto;
	text-align: center;
}

.hero-lines {
	position: relative;
	text-align: center;
}

.hero-lines span {
	display: inline-block;
	vertical-align: middle;
	max-width: 55%;
}

.hero-lines::before,
.hero-lines::after {
	content: ' ';
	height: 3px;
	width: 10%;
	background: #0075C3;
	display: inline-block;
	vertical-align: middle;
}

.hero-headline {
	line-height: 1.15;
}

@media(max-width: 567px) {
	.hero-headline {
		font-size: 2.5rem;
	}
}


.hero-text {
	font-size: 1.2em;
	max-width: 520px;
	margin: auto;
}

.hero-btm-line {
	height: 3px;
	width: 75%;
	background: #0075C3;
	margin: 25px auto;
}

.btn-outline-primary,
.btn-outline-primary:focus {
	background-color: var(--color-theme-trans);
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-text-btn);
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn) !important;
	border-color: var(--color-theme-secondary);
}

.btn-outline-primary:before {
	background: var(--color-theme-secondary);
}

.btn-dark {
	background: rgba(0, 0, 0, 0.7);
}

.btn-dark:hover {
	color: #fff;
	background-color: rgba(0, 35, 31, 0.8);
	border-color: transparent;
}


/* Arrow Button ======================================================================== */

.btn-arrow {
	border-radius: 4px;
	border: none;
	transition: all 0.5s;
	cursor: pointer;
	width: 350px;
}

.btn-arrow span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.btn-arrow span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.btn-arrow:hover span {
	padding-right: 25px;
}

.btn-arrow:hover span:after {
	opacity: 1;
	right: 0;
}


/* Services List ==================================================================== */

.item-boxes {
	text-align: center;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 15px;
	webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-boxes .icon {
	width: 60px;
	height: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-boxes .icon i {
	font-size: 30px;
	line-height: 60px;
	color: #4676fa;
}

.item-boxes h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.item-boxes:hover {
	background: #fff;
	box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}

#services {
	position: relative;
	background: #f2f2f2;
}



/* Cert text module ========================================================================= */

.text-lines {
	position: relative;
	text-align: center;
}

.text-lines span {
	display: inline-block;
	vertical-align: middle;
	max-width: 55%;
	margin: 0 3%;
	text-transform: uppercase;
}

.text-lines::before,
.text-lines::after {
	content: ' ';
	height: 2px;
	width: 30%;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
}

.text-headline {
	line-height: 1.15;
}

.cert-container {
	position: relative;
	z-index: 2;

}

.cert-content {
	color: #fff;
	max-width: 100%;
	margin: auto;
	text-align: center;
}

@media(max-width: 567px) {
	.text-headline {
		font-size: 2.5rem;
	}
}

.page-reviews .text {
	color: #000 !important;
}

/* ABOUT US ================================================================================================== */

@media(max-width: 767px) {
	.pg-services {
		padding-left: .5em;
		padding-right: .5em;
	}
}

.pg-services-list li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
}

.pg-services-list li::before {
	float: left;
	overflow: hidden;
	width: 23px;
	height: 23px;
	content: "";
	margin-right: 7px;
	margin-left: -35px;
	background-image: url('https://apihoard.webit.com/api/v1/Image/B737C7C41D0D842FC501323828ABEE42/B737C7C41D0D842FC501323828ABEE42.png?size=Original');
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 0 0;

}

.pg-services-columns {
	-webkit-columns: 2 270px;
	-moz-columns: 2 270px;
	columns: 2 270px;
}

.pg-container {
	background: var(--color-theme-secondary);
	padding: 1em;
}

.pg-container li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
}

.pg-container li::before {
	float: left;
	overflow: hidden;
	width: 23px;
	height: 23px;
	content: "";
	margin-right: 7px;
	margin-left: -35px;
	background-image: url('https://apihoard.webit.com/api/v1/Image/3E10BB59CC37A8E46C79CFC8A9DA108B/3E10BB59CC37A8E46C79CFC8A9DA108B.png?size=Original');
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 0 0;

}


/* Gallery images - contained ===================================== */

.page-about-us section:nth-of-type(6) .gallery-img-photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.gallery .gallery-card,
.gallery .gallery-card-body,
.gallery-albums .gallery-img-photo:before {
	background-color: transparent !important;
}



/* REAL ESTATE INSPECTION PRICING ============================================================================= */


/* -------------------- Focus ---------------------- */
/*
a:focus {
   outline: 3px solid var(--color-theme-highlight) !important;
text-shadow: red 3px solid;
   box-shadow: 2px 2px 6px rgba(0,0,0, 0.5);

}
*/
/* -- For Accessibility --*/
a:focus {
	outline: 3px solid #013243 !important;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

a.btn:focus,
a.gallery-card-link:focus,
.contact-companyinfo a:focus {
	outline: 3px solid #013243 !important;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

a:focus .list-img-photo,
.header-info-logo a:focus img {
	outline: 3px solid #013243 !important;
}

.contact-companyinfo a {
	display: block;

}

.form-control:focus,
.productdetails-payment select:focus {
	outline: 3px solid #013243 !important;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}