/* -------------------- header ---------------------- */
/* .header-info {
	background-image: url("https://apihoard.webit.com/api/v1/Image/E4FF7DA60B70E32FC5F64D93553481DE/E4FF7DA60B70E32FC5F64D93553481DE.jpg?size=480x320");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.header-info .header-info-logo-img img {
	width: 300px;
}

.header .header-info-business a {
	color: var(--color-theme-primary);
}

.header .header-info-business a.btn-primary {
	color: #00EAFF;
}

.header .header-info-business a.btn-primary:hover {
	color: var(--color-theme-primary) !important;
}

.header-info-business h4 {
	color: var(--color-theme-primary);
} */

/* .page-home .textwithimage {
	text-align: center
} */

/* .page-home .list-wrap.list-square {
    border: 5px solid #5baf46;
    background: #fff;
    background: linear-gradient(200deg,rgba(255,255,255,1) 10%,rgba(170,170,170,1) 100%)
} */

/*-- contact btns --*/


/*   checklist   */
/* .cw-checklist {
	padding-left: 15px;
	list-style: none;
	text-align: left;
	margin-bottom: .5rem;
}

.cw-checklist li {
	font-size: 1rem;
	padding: 0.3rem 0;
}

.cw-checklist li::before {
	content: "\f00c";
	color: var(--color-theme-primary);
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 6px;
	vertical-align: middle;
}

@media(max-width: 768px) {
	.cw-checklist li {
		font-size: .8rem;
	}
} */

/*-- Checklists (global) --*/
.cw-checklist li {
	display: inline-block;
	padding: .35rem;
}

.cw-checklist li:before {
	margin-right: .5rem;
	color: var(--color-theme-primary);
	font-family: FontAwesome;
	content: "\f058";
}

.cw-checklist a:hover {
	color: #ff0000;
}

/* -------------------- Header & Nav---------------------- */
/* Navbar */
.header .header-container .navbar .container {
	padding: .5em 0em;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
	padding: .3rem 0.8em;
	font-weight: 400;
}

@media (min-width: 992px) {
	.header .navbar-expand-lg .navbar-nav .nav-link {
		padding: 0 0.8em;
	}
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: var(--color-theme-highlight);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: var(--color-theme-highlight);
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent;
}

/* remove/hide/override nav highlight underline */
.header .nav-link-cart::after,
.header .navbar .nav-link::before {
	border-width: 0px;
}

/*<!--Center navbar-->*/
.header .navbar .navbar-nav {
	justify-content: center;
}

/*-- Header --*/
.cw-customheader {
	padding: .3rem 0;
	background: #fff;
	color: #000;
	text-align: center;
	background-image: url("https://apihoard.webit.com/api/v1/Image/E4FF7DA60B70E32FC5F64D93553481DE/E4FF7DA60B70E32FC5F64D93553481DE.jpg?size=480x320");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cw-customheader img.img-fluid {
	width: 300px;
}

.cw-customheader p {
	margin-bottom: 0;
	font-size: 1.2rem;
}

.cw-customheader .cw-info a,
.cw-contact-btns .cw-info a {
	display: inline-block;
	margin: 5px;
	padding: .2rem .4rem;
	border: 1px solid var(--color-theme-secondary);
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.cw-customheader .cw-info a span,
.cw-contact-btns .cw-info a span {
	display: block;
	color: #1097ff
}

.cw-customheader .cw-info a:hover,
.cw-contact-btns .cw-info a:hover {
	background: #000;
	color: #67bdff;
}

.cw-customheader .cw-info a:hover span,
.cw-contact-btns .cw-info a:hover span {
	color: #fff
}

.cw-customheader .cw-info p,
.cw-contact-btns .cw-info p {
	margin-bottom: 0;
	font-size: 1.2rem
}

.cw-contact-btns {
	background: #eee;
}

/* -- Cards --*/
.cw-cards {
	padding: 3.5rem 1rem 1.5rem;
	background: #3c3c3c
}

.cw-cards h4 a {
	color: #00EAFF;
	font-size: 2rem;
	border: 2px solid var(--color-theme-primary);
	padding: 5px 10px;
	background: #000
}

.cw-cards h4 a:hover {
	color: #fff;
}


.cw-cards .card {
	flex-direction: row;
	align-items: center;
	min-height: unset;
	margin: 1rem 0 2rem
}

.cw-cards .card-title {
	font-weight: 700
}

.cw-cards .card a.cw-imglink {
	display: block;
	width: 44%;
}

/* Checklist overrides*/
.cw-cards .cw-checklist {
	padding: 0;
}

.cw-cards .cw-checklist li {
	display: block;
}

@media(max-width: 768px) {
	.cw-cards .card-body {
		padding: .5em 1.2em
	}

	.cw-cards .card-body .card-text {
		margin: 0
	}

	.cw-cards .card a.cw-imglink {
		width: 70%
	}
}

@media(max-width: 1200px) {
	.cw-cards .card {
		display: block;
		align-items: center;
		margin: 1rem 0 2rem
	}

	.cw-cards .card a.cw-imglink {
		display: block;
		width: 68%;
		margin: auto
	}

	.cw-cards {
		padding: 3.5rem .5rem 1.5rem
	}
}

@media (min-width: 768px) {
	.cw-cards .card {
		min-height: 504px;
	}
}

@media (min-width: 930px) {
	.cw-cards .card {
		min-height: 527px;
	}
}

@media (min-width: 992px) {
	.cw-cards .card {
		min-height: 571px;
	}
}

@media (min-width: 1200px) {
	.cw-cards .card {
		min-height: 327px;
	}
}

/*-- Service areas --*/
.cw-areas {
	position: relative;
	padding: 2rem 0;
	background: #171717;
	color: #fff;
}

.cw-areas .cw-areas-text {
	text-align: center;
}

.cw-areas .cw-areas-text h1 {
	color: var(--color-theme-highlight);
	font-size: 2rem;
	line-height: 1.2;
	text-shadow: 2px 2px 0 #000;
}

.cw-areas .cw-areas-text h1 a {
	color: inherit;
}

.cw-areas .cw-areas-text h1 a:hover {
	color: #FFF;
}

@media(min-width: 992px) {
	.cw-areas {
		padding: 3rem 0;
	}

	.cw-areas .cw-areas-text h1 {
		font-size: 2.75rem;
	}
}


/*-- Summary List --*/

.page-home .list {
	padding-top: 2rem;
}

.page-home .list h2 a {
	color: var(--color-theme-highlight);
}

.page-home .list h2 a:hover {
	color: #fff;
}

.page-home .list-img-wrap {
	margin-top: 0 !important
}

.page-home .list-wrap.list-circle {
	background: #055490;
	padding: 2em;
	border: 2px solid #00EAFF;
	border-radius: 1em;
	color: #fff;
	font-size: 12px;
	margin: auto
}

a.btn.btn-primary.btn-xs.list-text-btn {
	display: none;
}

@media(min-width: 768px) {
	.page-home .list-wrap.list-circle {
		min-height: 555px
	}
}

/* -------------------- Book online buttons (in several sections) ---------------------- */
/* .btn-book-online,
.btn-book-online:focus {
	background-color: #055490;
	color: var(--color-theme-text-btn);
	border-color: #fff;
	border: 2px solid;
	font-weight: 400 !important;
	padding: .25rem 1.5rem;
	text-transform: uppercase;
	text-align: center;
	margin: .5rem 0;
}

.btn-book-online:hover,
.btn-book-online:hover:focus,
.btn-book-online:not([disabled]):not(.disabled).active,
.btn-book-online:not([disabled]):not(.disabled):active,
.show>.btn-book-online.dropdown-toggle {
	background-color: #055490;
	color: var(--color-theme-text-btn) !important;
	border-color: #fff;
	border: 2px solid;
} */

/* -------------------- detailed list ---------------------- */


/* -------------------- Service lists with checklists ---------------------- */

.cw-service-lists {
	position: relative;
	padding: 4rem 0 4rem
}

.cw-service-lists .container {
	z-index: 2;
}

.cw-service-lists:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0 0 0/55%)
}

.cw-service-lists h3 {
	text-align: center;
	font-size: 2.3rem;
	margin-bottom: 2rem;
}

.cw-service-lists h4 {
	font-size: 1.8rem;
	margin-bottom: .9rem;
}

.cw-service-lists .cw-wrapbox {
	display: block;
	max-width: 330px;
	margin: .5rem auto;
	padding: 1rem 1rem;

	border-radius: 1em;
	border-top: 2px solid var(--color-theme-primary);
	border-bottom: 2px solid var(--color-theme-primary);
	box-shadow: 2px 5px 12px -3px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.cw-service-lists a.cw-wrapbox:hover {
	border-color: var(--color-theme-highlight);
	color: #000;
}

/* -------------------- SECTIONTITLE ---------------------- */

.cw-citylist {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 2rem;
	padding: .5rem 1rem;
}

.cw-citylist span {
	display: inline-block;
	font-size: 1.3rem;
	padding: 5px 0;

}

.cw-citylist span+span::before {
	content: "|";
	margin: 0 3px;
}

/*-- Thank You Page --*/

.cw-thank-you .fa {
	color: #03318f;
	font-size: 6rem
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.header-info {
		background-image: url("https://apihoard.webit.com/api/v1/Image/E4FF7DA60B70E32FC5F64D93553481DE/E4FF7DA60B70E32FC5F64D93553481DE.jpg?size=1280x960");
	}

	.header .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 12px;
		padding-left: 12px;
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


	.cw-service-lists h3 {
		font-size: 3.5rem;
	}

	.cw-service-lists h4 {
		font-size: 1.9rem;
	}
}